Skip to main content

Hi,

 

I'm having difficulties understanding SOAP in FME. I followed through https://knowledge.safe.com/articles/45314/working-with-soap-services.html but I always get 500 Internal Server Error.

 

Using SOAP UI everything goes smoothly (see pictures bellow) but in FME I just can't get it running correct.

 

 

It uses this SOAP schema: https://oss.uredjenazemlja.hr/OssWebServices/services/AuthenticationService.wsdl

 

Can you please show my what I'm doing wrong.

 

Cheers,

Zelimir

 

 

 

Hi @zzupljanin,

I am currently also getting a error from the service

Are the credentials in the workspace correct? otherwise the authentication step reject the user credentials.


Hi @zzupljanin,

I am currently also getting a error from the service

Are the credentials in the workspace correct? otherwise the authentication step reject the user credentials.

Unfortunately,

 

I took the liberty to not provide it.

You'll have to trust my word.

I'd be grateful for any tips & tricks for understanding SOAP schema to provide correct request in FME.


Hi @zzupljanin,

Your upload SOAP request looks correct. The only problem I can see is the URL in the HTTPCaller, which is:

https://oss.uredjenazemlja.hr/OssWebServices/services/AuthenticationService.wsdl

instead of:

https://oss.uredjenazemlja.hr/OssWebServices/services/


Hi @zzupljanin,

Your upload SOAP request looks correct. The only problem I can see is the URL in the HTTPCaller, which is:

https://oss.uredjenazemlja.hr/OssWebServices/services/AuthenticationService.wsdl

instead of:

https://oss.uredjenazemlja.hr/OssWebServices/services/

Solved it

 

You're right about request url.

 

Other thing I had to do is to use Text (text/plain) in HTTPCaller instead of SOAP XML (application/soap+xml).

 

Thank you


Reply