Maximo has the ability to integrate with different platforms or external systems using different protocols or ways, such as HTTP requests, web services, integration tables, flat files, etc.
In the specific scenario of HTTP requests or Web Services, Maximo has different URLs to access them.
Object Structure (os)
https://<hostname>:<port>/meaweb/os/<objectstructure>
Example: https://maximoinsights:9080/meaweb/os/MXASSET
Enterprise Service (es)
https://<hostname>:<port>/meaweb/es/<externalsystem>/<enterpriseservice>
Example: https://maximoinsights:9080/meaweb/es/EXTSYS/MXASSETInterface
Standard Service (ss)
https://<hostname>:<port>/meaweb/ss/<standardservice>
Example: https://maximoinsights:9080/meaweb/ss/ASSET
Web Service (services)
https://<hostname>:<port>/meaweb/services/<webservice>
Example: https://maximoinsights:9080/meaweb/services/MyWebService
To display the WSDL of a web service
https://<hostname>:<port>/meaweb/wsdl/<webservice>?wsdl
Example: https://maximoinsights:9080/meaweb/wsdl/MyWebService?wsdl
REST API – Object Structure (os)
https://<hostname>:<port>/maxrest/rest/os/<objectstructure>
Example: https://maximoinsights:9080/maxrest/rest/os/MXASSET
REST API – Maximo Business Object (mbo)
https://<hostname>:<port>/maxrest/rest/mbo/<mboname>
Example: https://maximoinsights:9080/maxrest/rest/mbo/ASSET
NextGen REST API – Object Structure (os)
https://<hostname>:<port>/maximo/oslc/os/<objectstructure>
https://<hostname>:<port>/maximo/api/os/<objectstructure>
Example: https://maximoinsights:9080/maximo/oslc/os/MXASSET
Example: https://maximoinsights:9080/maximo/api/os/MXASSET
If you found my post interesting or useful and just want to say thanks, you can always buy me a coffee.



