Skip to main content
Archived

Support for calling SOAP services

Related products:Transformers
  • October 16, 2017
  • 2 replies
  • 45 views

fmelizard
Safer
Forum|alt.badge.img+22

I like REST, but I have many large Enterprise Systems that provide SOAP services, not REST. It would be great if FME had an easy-to-use interface for working with these SOAP services. I can use HTTPCaller now and it works, but requires more effort than I would like.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

fmelizard
Safer
Forum|alt.badge.img+22
  • Author
  • Safer
  • October 16, 2017

Great idea! Here is a tutorial on the current way of working with SOAP in FME:

https://knowledge.safe.com/articles/45314/working-with-soap-services.html


revesz
Supporter
Forum|alt.badge.img+21
  • Supporter
  • October 17, 2017

Oh yes, SOAP is still unavoidable...

I use https://www.wsdl-analyzer.com/ as well. It is a bit of pain to save and upload the WSDL metadata but it makes things much easier than the hardcore XML job.

It would be nice if selecting an operation, and FME could convert the WSDL to an XMLTemplater with all the sub-templates and and fme:fme:process-features() in the templates ;) But I'm afraid a heavier operation could fill up the sub-template list.