cancel
Showing results for 
Search instead for 
Did you mean: 

webService Message Servlet Error

Former Member
0 Kudos

Hi All,

I created the webservice scenario in which sending request through SOAP to XI systems to R/3 Systems.

Created WSDL from IB and use the WSDL to create the user interface in web Dynpro.

When I counter the following UR I am getting the error.

http://crmides:50000/XISOAPAdapter/MessageServlet?channel=:XIMAC_XID:%20Cutomer_Detail_For_SAOP

Service is = XIMAC_XID

Communication channel : Cutomer_Detail_For_SOAP

With no party.

<b>Message Servlet is in Status ERROR</b>

Status information:

Servlet com.sap.aii.af.mp.soap.web.MessageServlet (Version $Id: //tc/aii/30_VAL_REL/src/_adapters/_soap/java/com/sap/aii/af/mp/soap/web/MessageServlet.java#5 $) bound to /MessageServlet

Classname ModuleProcessor: null

Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean

Lookupname for remoteModuleProcessorLookupName: null

ModuleProcessorClass not instantiated

ModuleProcessorLocal not instantiated

ModuleProcessorRemote not instantiated

Somebody tell me what exactly this error means and how to solve it

With Regards

Sunil

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Hi Sunil,

This error generally occurs when the SOAP adapter is not working.

Also check whether ABAP & Java stack are on same SP levels.

Check out this

[Reward points if useful]

Regards,

Prateek

Answers (1)

Answers (1)

Former Member
0 Kudos

Sunil,

Where have you deployed your webservice? You have to deploy your webservice using WSADMIN transaction. If you have not done please do that and give a try.

---Satish