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..