添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
求醉的冲锋衣  ·  Marshal.FreeHGlobal(In ...·  1 年前    · 
被表白的小笼包  ·  python sqlite ...·  1 年前    · 
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?

Is your question a general SOAP vs. REST or do you only care about the two API's for Maximo? For the second one you'll likely do better in a Maximo forum than here. For the first, take a look at this post . stdunbar Oct 7, 2018 at 19:38 If I can say so kindly, this question is way too open ended and shows no effort to find answers. A basic search for "REST vs SOAP" on Google turned up a great post on SO that answered the question. Preacher Oct 22, 2018 at 21:34

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.

So, What's the difference between them?. Why Maximo support both?. When to use rest?. When to use SOAP service?. Thanks Tu Trinh Oct 19, 2018 at 3:55 it depends pretty much on the requirements and the possibilities of the system you are going to integrate with. Anna van den Akker Oct 20, 2018 at 8:24 Maximo supports both because Maximo is good software; it goes the extra mile to make it easier to integrate with whatever system the customer needs to integrate it with. If those systems need SOAP, Maximo can do that. If they need REST, put a check in that box. Given the choice, I would go with REST, because it's easier. Preacher Oct 22, 2018 at 21:24

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 .