Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
Starting from Maximo 7.6 or above. I see Maximo supports both REST API and SOAP. I do not understand the difference between them.
I find that Maximo (
Maximo Integration Framework
) supports web service (SOAP) but Maximo still uses REST API.
Can you help me?
–
–
You can use both indeed. There are huge possibilities for REST clients using Maximo REST web server, the REST clients can get/update/delete data in Maximo (
https://developer.ibm.com/static/site-id/155/maximodev/restguide/Maximo_Nextgen_REST_API.html
). It is already implemented and you can setup REST support in Maximo (make it available for use) by changing few xml configuration files. REST services are "build in", you can't modify them.
External REST APIs can be called by using a configured HTTP end point in Maximo Integration.
You can create your own SOAP web-service by Click->Next->Click :) from Object Structure in Maximo Integration and provide generated by Maximo WSDL for SOAP client.
–
–
–
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.