cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Posting a SOAP message to XI

Former Member
0 Kudos

Hi,

I am exposing an RFC as a web service.

And i did all the necessary configuration.

But when i tried to post the message to XI.

Am getting the following error.

Message Servlet is in Status OK

Status information:

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

ModuleProcessorRemote not instantiated

Please guide if you have come across such scenarios

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi sebin thomas,

for the problem under indicated

Message Servlet is in Status OK

Status information:

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

ModuleProcessorRemote not instantiated

Do you have resolved the problem? how?

thanks

umberto

Former Member
0 Kudos

Hi,

Please see the SOAP ststud..

http://<host>:5<sys#>00/mdt/amtServlet

also you might check any error logs.

The error is because of invalid xml document. So check the validity of the xml message ie. after first mapping i.e Req mapping.

For this you can refer this -

http://help.sap.com/saphelp_nw2004s/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

See the below links

Also this blog may help you-/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step

http://localhost:50000/XISOAPAdapter/HelperServlet?action=FindChannel&channel=PartyA:SOAPService:soa...

Regards

Chilla..

vuyyurujyothi
Participant
0 Kudos

Hi Thomas,

I think you are using WSDL. Check that once again. Because it is unable to find the Lookup name in WSDL.

<i>Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean

Lookupname for remoteModuleProcessorLookupName: null</i>

Thanks,

Jyothi.

bhavesh_kantilal
Active Contributor
0 Kudos

Can you give more details on what you have done here?

Are you by any chance using modules in the Sender SOAP adapter?

Regards

Bhavesh

Former Member
0 Kudos

Am not using any adapter modules.

Shabarish_Nair
Active Contributor
0 Kudos

try - /people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

Former Member
0 Kudos

try this

think you are using WSDL. Check that once again. Because it is unable to find the Lookup name in WSDL.

Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean

Lookupname for remoteModuleProcessorLookupName: null

Former Member
0 Kudos

Sebin,

you can check your sender soap adapter settings . is our scenario R/3-XI-legacy?

Regards

Sreeram.G.Reddy