Soap Activities text/xml Charset=utf-8 error

Hi,

I need to use SOAP request for get data. I try to integrate it the SOAP activity. But I get error like this image:

If I check this service with soapui don’t get an error.
Anyone know how to fix it?

Thanks.

Hi,

It seems the server returns human readable error message.

image

So, probably you need to review your request.

Regards,

Hi Yoichi,

When i try same URL, method and paramaters in soapui, i dont get it any error.
Request Properties :

URL: http://uyg.sgk.gov.tr/Ws_Vizite/services/ViziteGonder
Method : wsLogin
Paramaters: Bla bla bla

Whats the diffrence between uipath soap request and soapui? I add only “?wsdl” last of URL like this: http://uyg.sgk.gov.tr/Ws_Vizite/services/ViziteGonder?wsdl.
Where am i doing wrong?

Soap wizard ss:

I solve this problem like this:

1- Use HTTP request(Don’t need SOAP Request)
2- Select POST method
3- Endpoint URL without ?wsdl
4- Body Format text/xml
5- Add Body XML format
6- Add headers SOAPAction → WSlogin , Content-Type → text/xml; charset=utf-8

Run and get response :slight_smile: Hope it helps others too.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.