cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver SOAP Adapter error

0 Kudos

Hi Experts

I am getting HTTP 400 Bad Request error in receiver SOAP Adapter while calling Web Service.


My web service method contains spaces like < Test Product >. I have replaced with "+" or "%20" but still getting error


URL looks like  http://ipaddress:port/.wsdl?name=Test Product

                         http://ipaddress:port/.wsdl?name=Test+Product

                         http://ipaddress:port/.wsdl?name=Test%20Product


In all the above cases getting HTTP error but when I calling same from SOAP UI tool it is posting message successfully to WS.


Any help is appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Kondreddy,


URL looks like  http://ipaddress:port/.wsdl?name=Test Product

                         http://ipaddress:port/.wsdl?name=Test+Product

                         http://ipaddress:port/.wsdl?name=Test%20Product


In all the above cases getting HTTP error but when I calling same from SOAP UI tool it is posting message successfully to WS.

Take note that the .wsdl? will only point you to the location where the service definition of the wsdl is stored. To view a successfully POSTed message, go to the SOAP UI tool then execute. In the request part, there is a raw tab there to view the actual message sent e.g http headers, http body. On the topmost part, there is the URL which you need to send the message to

Hope this helps,

Mark

engswee
Active Contributor
0 Kudos

Kondreddy

Are you colleagues with ? Looks like both of you are posting the same issue.

If yes, just keep one thread open will do. Otherwise different people will respond to the different thread and it is hard to keep track of.

Rgds

Eng Swee