cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver adapter error for spaces in Method

0 Kudos

Hi Team,

When I am calling URL with spaces/special characters I am getting HTTP 400 Bad Request  error.


URL is http://......wsdl?name=simple test or http://......wsdl?name=simple%20test


Same URL is working fine from SOAP UI tool and we are able to open it IE. But it is giving error with SOAP receiver adapter


Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

This is a duplicate thread of http://scn.sap.com/thread/3705463

Please use only one.

Regards,

Mark

engswee
Active Contributor
0 Kudos

Saidarao

For URLs, certain special characters are not allowed and must be encoded by percent/URL encoding. Refer to the Wikipedia entry below.

Percent-encoding - Wikipedia, the free encyclopedia

Can you provide a screenshot of the error you are getting when it is being executed by the SOAP receiver adapter?

Also, I noticed that the endpoint URL you are using has wsdl in it? Are you sure this is the correct endpoint for the SOAP web service? The URL looks more like the URL for getting the WSDL definition file for the web service.

Rgds

Eng Swee