cancel
Showing results for 
Search instead for 
Did you mean: 

Message Servlet is in Status OK---SOAP Sender

Former Member
0 Kudos

Hi Experts

Currently i am working on SOAP-RFC scenario. When i am trying to execute the sender URI i am getting below error

Message Servlet is in Status OK

Status information:

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

URI i am using

http://hostname:portno/XISOAPAdapter/MessageServlet?%20senderParty%20=&senderService=XXXXX&interface...XXXX

Thanks&Regards

Rajesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajesh,

Actually this indicates that the service is reachable. However you should replace the escapted characters in your URL:

Wrong URL:

http://hostname:portno/XISOAPAdapter/MessageServlet?%20senderParty%20=&senderService=XXXXX&interface...XXXX

Correct URL:

http://hostname:portno/XISOAPAdapter/MessageServlet?senderParty=&senderService=XXXXX&interface=MI_Em...

Best Regards

Harald

Former Member
0 Kudos

Hi All

I have changed the URL and its working. Closing the thread.

Thanks

Rajesh

Answers (0)