Question

FME desktop SOAP service issue problem

  • 11 January 2019
  • 1 reply
  • 8 views

Badge +1

hı,

I'm trying to get SOAP services with FME. I've connected to some soap services using the following example.

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

The soap service I'm trying to connect to now has IP-based authorization. and it requires authentication.

 

I can connect with SoapUI.

the result window of the request is as follows.

XMLtemplater image ==>

HTTPCaller image ==>

 

 

error output ==> HTTPCaller(HTTPFactory): Received HTTP response header: 'HTTP/1.1 500 Internal Server Error'

where the problem comes from. can you help please

thanks..


1 reply

Userlevel 4

It's a bit hard to tell from the screenshots, but is it possible that you've forgotten to include the SOAPAction header? SoapUI applies this automatically (you can see it in the RAW-tab of the request, however), where as in FME you'll have to specify it manually, e.g.

 

Reply