Hello,
I need to publish SOAP service to receive data from an external application based on a predefined wsdl. I found samples on using REST but nothing about SOAP. Where can I found some samples or hints to start working on this?
Thanks
Roberto
Hello,
I need to publish SOAP service to receive data from an external application based on a predefined wsdl. I found samples on using REST but nothing about SOAP. Where can I found some samples or hints to start working on this?
Thanks
Roberto
Best answer by david_r
FME Server cannot expose a SOAP interface based on a third-party WSDL, you'll need to write your own proxy/transformation service. You may want to google "soap to rest proxy" for some ideas on what this entails.
My recommendation would be to use SOAP on the side of the third-party software and REST towards FME Server.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.