cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi.

I have created an asynchronous web service.

When i test it I get the following response.

Invalid Response code (400). Server [_URL to the web service_] returned message [Bad Request]. Http proxy info: none

I'm sure that I send a valid payload.

Tested it in the mapping performed befor the message get sent to the target system

Can anybody have an idea why my web service gets bad request?

BR

Kalle

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Kalle,

hope the below info will be helpful for u

HTTP 400- Bad Request- ICM_HTTP_CONNECTION_FAILED Description: The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications. Possible Tips: May be because of huge message flow. Related SAP Notes-824554, 906435, 783515, 910649, 706563 If it is because of Queue problems have a look into SMQ2 and then go thru this blog- How to Re-Process failed XI Messages Automatically

Thanks,

Amar

Former Member
0 Likes

The WS that you call is not reachable, or you have set a wrong address

Former Member
0 Likes

I also get this message.

400 - Bad Request

The syntax of the request was not understood by the server.

But when I test the web service the interface gets read from the wsdl file.

This should refer to the interface I used when i created the wsdl connected to the web service.

When I paste the URL in an explorer window I get this.

Message Servlet is in Status OK

Status information:

Servlet com.sap.aii.adapter.soap.web.MessageServlet (Version $Id: //tc/xpi.adapters/NW711_06_REL/src/_soap_application_web_module/webm/api/com/sap/aii/adapter/soap/web/MessageServlet.java#2 $) bound to /MessageServlet

Classname ModuleProcessor: null

Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean

Lookupname for remoteModuleProcessorLookupName: null

ModuleProcessorClass not instantiated

ModuleProcessorLocal is Instance of $Proxy378

ModuleProcessorRemote not instantiated

I think this is telling me that the web service is reachebal.

BR

Kalle