cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Adapter error

Former Member
0 Kudos

Hi,

I have a problem and I tried to see all the earlier posts but I haven't been able to solve the problem. Please help.

Here is the situation:

Scenario: SOAP (synch) -> calling ext SOAP (synch)

Configured a SOAP adapter which is calling a external SOAP service. that service works when I execute from the XMLSPY. But when I configure it through XI I get an error

<b>From AuditLOG</b>

2006-07-12 09:04:04 Success SOAP: request message entering the adapter

2006-07-12 09:04:06 Error SOAP: error occured: com.sap.aii.messaging.srt.BubbleException: Failed to call the endpoint: HTTP 0 null [null "null"]; nested exception caused by: java.net.UnknownHostException: <b>xxxx.xxx.net</b>

2006-07-12 09:04:06 Error Exception caught by adapter framework: Failed to call the endpoint: HTTP 0 null

2006-07-12 09:04:06 Error Delivery of the message to the application using connection AFW failed, due to: Failed to call the endpoint: HTTP 0 null.

-- The same <b>xxxx.xxx.net</b> can be reached from an independent browser.

Now when I browse the link

http://xxxxxx:50000/XISOAPAdapter/MessageServlet?channel=:xxxxx:xxxxxxxxx

I get the error

Message Servlet is in Status ERROR

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

-


Should I get this error?

What am I doing wrong? Please help.

Thanks,

Neil

Accepted Solutions (0)

Answers (1)

Answers (1)

dirk_roeckmann
Participant
0 Kudos

Browse the forum for message servlet restart.

Maybe this thread helps:

Please check also, that the URL is correct (DNS for host)

regards

Dirk