cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Response-Failed

Former Member
0 Kudos

Hi Frnds,

Getting Error message when we trigger from client application as well from soap ui.

Error message:SOAP Response-Failed.

Recently we have migrated our server from abc to xyz.But changed url according to new server details.But when i type that url in explorer giving below error.

Servlet com.sap.aii.af.mp.soap.web.MessageServlet (Version $Id: //tc/xi/NW04S_25_REL/src/_adapters/_soap/java/com/sap/aii/af/mp/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 com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0_0

ModuleProcessorRemote not instantiated

What could be the reason...

Please suggestRegards,

Narendra

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Please check with the following URL and apply as per the new URL.

http://host:port/XISOAPAdapter/MessageServlet?senderParty=FP&sen
derService=FS&interface=IF&receiverParty=TP&receiverService=TS&in
terfaceNamespace=IFNamespace

Also, Check the following SAP Note 856597.

Regards,

Jani Shaik

Former Member
0 Kudos

Hi Frnds,

I am still facing the same problem.

When i test from soap UI throwing error as "SOAP-rESPONSE FAILED"

Null/empty response "

Check the url placed in IE ,URL is fine.

i can see the SOAP log in the UI tool as below.

Fri Jul 26 11:20:39 IST 2013:INFO:x7dci.ford.com:54000 requires authentication with the realm 'XISOAPApps'

Fri Jul 26 11:20:40 IST 2013:ERROR:Exception in request: org.apache.http.client.ClientProtocolException

Fri Jul 26 11:20:40 IST 2013:ERROR:An error occured [org.apache.http.client.ClientProtocolException], see error log for details

Fri Jul 26 11:20:40 IST 2013:INFO:Error getting response for [ConsumerExchangeSOAP.Search:Search - BP ID]; org.apache.http.client.ClientProtocolException

Fri Jul 26 11:34:47 IST 2013:INFO:x7dci.ford.com:54000 requires authentication with the realm 'XISOAPApps'

Fri Jul 26 11:34:47 IST 2013:ERROR:Exception in request: org.apache.http.client.ClientProtocolException

Fri Jul 26 11:34:47 IST 2013:ERROR:An error occured [org.apache.http.client.ClientProtocolException], see error log for details

Fri Jul 26 11:34:47 IST 2013:INFO:Error getting response for [ConsumerExchangeSOAP.Search:Search - BP ID]; org.apache.http.client.ClientProtocolException

Fri Jul 26 11:37:11 IST 2013:INFO:x7dci.ford.com:54001 requires authentication with the realm 'XISOAPApps'

Fri Jul 26 11:37:11 IST 2013:ERROR:Exception in request: org.apache.http.client.ClientProtocolException

Fri Jul 26 11:37:11 IST 2013:ERROR:An error occured [org.apache.http.client.ClientProtocolException], see error log for details

Fri Jul 26 11:37:11 IST 2013:INFO:Error getting response for [ConsumerExchangeSOAP.Search:Search - BP ID]; org.apache.http.client.ClientProtocolException

Fri Jul 26 11:39:21 IST 2013:INFO:Got response for [ConsumerExchangeSOAP.Search:Search - BP ID] in 2447ms (1198 bytes)

Fri Jul 26 11:41:52 IST 2013:INFO:Got response for [ConsumerExchangeSOAP.Search:Search - BP ID] in 1115ms (1782 bytes)

Please advice...

Regards,

Naren

iaki_vila
Active Contributor
0 Kudos

Hi Narendra,

I dont understand where is the problem exactly, is in the sender adapter o receiver adapter?, is the message incoming to PI?

The 500 error could be a lot of things, but if the scenario worked before the url changing, there must be a accesibility issue.

Try to check the connectivity wit tcpgateway utility https://service.sap.com/~sapidb/012006153200000201802006E/tcpgw.zip

Regards

Former Member
0 Kudos

Thanks for ur reply.....

The scenario is Soap to RFC.When we push the message from sender(Soap),Getting that error from CRM(RFC) in the response.checked all the connectivity parameters everything is fine.

iaki_vila
Active Contributor
0 Kudos

Hi Narendra,

Check two things, that the incoming message in the RFC is not empty (in the PI monitoring). If the message is not empty, check the st22 transaction in the backend if there is any exception.

Regards.

Former Member
0 Kudos

Hi Narendra,

What is the status of the Message servlet when you accessed the URL in the browser? It is displayed on top of of the screen output. The reason for asking is that, I am also getting that same details you shown but the Message Servlet is in status OK and our sender SOAP channels are working fine.

In my opinion, what you ae seeing is not really an error. Can you validate?

Regards,

Jenny

Former Member
0 Kudos

Hi Jenny,

You are right.I can see the message  Message Servlet is in status OK on the top of the message once enter in to the url in the browser.

if it is not the error,Then what could be the reason.I am not getting response from RFC .Giving http 500 error.

All my comm channels are working fine.

Could you please suggest.

Former Member
0 Kudos

Hi Narendra,

I am quiet confused. Which channel is not really working? RFC or SOAP communication channel? Is it sender or receiver? If you are having problem with the Receiver RFC comm channel, please check the connection details you saved on the comm. channel such as application server, gateway, user name and password.