Skip to main content
Question

FME desktop SOAP service issue problem

  • January 11, 2019
  • 1 reply
  • 24 views

Forum|alt.badge.img+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..

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.

1 reply

david_r
Celebrity
  • January 11, 2019

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.