cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver Error

Former Member
0 Kudos

Hi All,

I am working on a scenario Proxy-XI-Webservice. The receiver SOAP is sending the following response message

Exception caught by adapter framework: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> Object reference not set to an instance of an object.

I can see the successful message in MONI. When I check the message monitoring in RWB I can see the above error message.

Can somebody has any idea on this? Appreciate your help on this.

Thanks

bpr

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

hi,

can u plz provide any link or detail document for proxy-XI-webservice??

Thanks

Former Member
0 Kudos

It seems you are making Synch. call to webservice. This webservice is accepting your request also but in response it is sending fault message.

Check you Test data...it should be valid acceptable by WS.

Thanks

Farooq

Former Member
0 Kudos

Hi,

May be You have created the Target SOAP Message Interface as Sync???

Make it as Async Interface if not Used Sync Process

Regards

Seshagiri

Former Member
0 Kudos

Hi Sheshagiri,

I am using Asynch interface only. Is this some problem from web service end?

Thanks

bpr

Former Member
0 Kudos

Yes, check your WS is up or not.

Also check :

URL is correct or not.

SOAP action is passed or not (if applicable)

Authentication is correct or not.

Is there any proxy setting is required, if yes then do it.

Thanks

Farooq

Edited by: Farooq Farooqui on Sep 19, 2008 7:08 PM

Former Member
0 Kudos

Hi Farooq,

I have given all the parameters mentioned by you. URl, SOAP action , Authentication and Proxy settings.

How can we ensure that the web service is up and running

Thanks

bpr

Former Member
0 Kudos

simple, by opening the URL in browser that you passed in the URL parameter of the SOAP adapter.

thanks

farooq

Former Member
0 Kudos

Farooq,

I could open the URL and method in SOAP action successfully.

Thanks

bpr

former_member192295
Active Contributor
0 Kudos

Hi,

It is due to target URL parameters problem check with below URL and change according to ur names. Make interface Async, it will work.

without digital certificate

http://<host>:<j2ee-port>/XISOAPAdapter/MessageServlet?channel=:<service>:<channel>;

with digital certificate

https://<host>:<1443>/XISOAPAdapter/MessageServlet?channel=:<service>:<channel>;