cancel
Showing results for 
Search instead for 
Did you mean: 

soap adapter issue or URL issue????

Former Member
0 Kudos

Hi Friends,

I have tried a interface i.e sender is

web service system reviver is sap system (Soap to proxy). I have done alla the configuration and generated WSDL also.

And that wsdl i hav send to client and they consume in their network. here the problem is while sending the data through url, it is throwing some java null exception error

they  are able to access webservices as well,but while posting the data through web requesr we are getting error as

  'Java.Lang.NullPointerException'



which side is the problem, while checking the url in my system, it is showing below comment.




Message Servlet is in Status OK

Status information:


Servlet com.sap.aii.adapter.soap.web.MessageServlet (Version $Id: //tc/xpi.adapters/NW711_05_REL/src/_soap_application_web_module/webm/api/com/sap/aii/adapter/soap/web/MessageServlet.java#8 $) bound to /MessageServlet
Classname ModuleProcessor: null
Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean
Lookupname for remoteModuleProcessorLookupName: null
ModuleProcessorClass not instantiated
ModuleProcessorLocal is Instance of $Proxy308


Plz give the solution for this interface.


Thanks in advance.


reg

raj
ModuleProcessorRemote not instantiated

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi RajiReddy,

My few cents,

First try Azhar suggestion, later try to check if they can reach to PI URL. Check if the PI URL WSDL endpoint is well formed.

Regards.

azharshaikh
Active Contributor
0 Kudos

Hi Raj,

1. Are you able to Send Test message from your local SOAP UI tool.

2. Pick WSDL file and Import in SOAP UI tool.

3. Put some dummy data for mandatory fields

4. Provide PI user id / pwd in SOAP UI Properties section

5. Trigger and ckh if its successful reached & processed in PI

Regards,

Azhar