cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Adapter in PCK

ulf_brackmann
Explorer
0 Kudos

Hi,

I am trying to get the SOAP Adapter in the PCK running, but always get an error while sending a SOAP message to the adapter. I configured the send adapter as described under help.sap.com and when I try to check the availability of the channel by accessing the url

http://localhost:50000/XISOAPAdapter/MessageServlet?channel=PartyA:SOAPService:soapchannel.

I always get the following 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

The file adapter is working without any problems.

Can anyone tell me what I am doing wrong?

Regards,

Ulf

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ulf,

what does the Helper Servlet for this channel return?

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

Regards,

HC

ulf_brackmann
Explorer
0 Kudos

Hello Hans Christian,

thank you for your reply. The Helper Servlet returns the following:

<?xml version="1.0" ?>

- <s:ChannelInfo xmlns:s="http://sap.com/xi/WebService/xi30">

<channelID>748d6d504759d17c711b6540538844c3</channelID>

<name>soapchannel</name>

<type xmlns:st="http://sap.com/xi/XI/System">st:SOAP</type>

<direction>INBOUND</direction>

<party>PartyA</party>

<service>SOAPService</service>

</s:ChannelInfo>

I think my problem might have something to do with jndi, because it seems, that the ModuleProcessorBean can not be found (The message servlet returns "ModuleProcessorLocal not instantiated" and when I look in the server log files there is also a NameNotFoundException during the lookup of ModuleProcessorBean.) Could this have something to do with my problem?

I am now trying to update the WebAS and PCK to the latest support package and hope, that this helps somehow.

Thanks in advance for any further help.

Regards,

Ulf

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi again,

this looks a bit like a pre SP9 timing problem that occurs during J2EE startup. Unfortunately I don't have a PCK installtion at hand. Try to restart the SOAP Adapter application from the J2EE visual admin deploy service.

This is how it's done for a central adapter engine, I imagine it to be the same for the PCK.

- Visual Admin, Cluster tab

- Server -> Services -> Deploy

- Radiobutton Application

- sap.com/com.sap.aii.af.soapadapter (Stop | Start)

Regards,

HC

ulf_brackmann
Explorer
0 Kudos

Hi,

it is working now with SP 14, so you might be right that it was a problem of SP9.

Thanks for your help,

Ulf

Former Member
0 Kudos

Can you please let me know how you made it to work step by step.

Thanks,