cancel
Showing results for 
Search instead for 
Did you mean: 

Test SOAP Sender URL does not work

Former Member
0 Kudos

Good day,

I have a SOAP adapter(sender), all I am trying to do is test this URL:

http://<host>:<j2ee-port>/XISOAPAdapter/MessageServlet?

channel=<party>:<service>:<channel>

It does not return any page.

When I try the same URL in my PRD system, with no config for SOAP, at least the test URL:

http://<host>:<j2ee-port>/XISOAPAdapter/MessageServlet.

prompts me for a logon and returns a page:

Message Servlet is in Status OK

Status information:

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

Any suggestions to why the other system does not return any page for Message Servlet?

Many Thanks,

Derek

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Kindly provide us the step by step procedure to redeploy the aii_af_soapadapter.sda file.

First we have to download the WAR file using utilities.

Please tell the next steps

Thanks,

Jogula Ramesh

Former Member
0 Kudos

What client you are using to send SOAP message to XI.

Also did you checked the SOAP sender Adapter log in CC monitoring, did the sender it SOAP CC of XI?

Thanks

Farooq

Former Member
0 Kudos

not sure of the exact solution....but have a look at the blog....it may be helpfull for you.

regards.

Former Member
0 Kudos

This is from the default trace:

Failed to create listener localejbs/AFWListener for connection SOAP_http://sap.com/xi/XI/System. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/AFWListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/AFWListener.#

stefan_grube
Active Contributor
0 Kudos

Maybe you can start the application with visual administrator.

Have you tried to reboot?

Regards

Stefan

Former Member
0 Kudos

I have rebooted and as far as I can see all running.

I have recently made a system copy of this, and the copy also does not work when I test via the URL. Like I mentioned in the post, the PRD system has no SOAP adapters configured, but the test URL works?

Thanks

Edited by: Derek Galt on Aug 15, 2008 2:13 PM

Former Member
0 Kudos

I was advised to redeploy aii_af_soapadapter.sda and it now works. Does not really explain why is was not working but resolved.

Thanks all who supplied input