cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP receiver adapter

0 Kudos

Hello experts,

I am getting an error while trying to send a message to SOAP receiver adapter. I am using RWB test tool to send the message.

Error in adapter monioring reads like this:

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.

Your help will be highly appreciated.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
prateek
Active Contributor
0 Kudos

Try one end-to-end scenario. The response of webservice is not proper. What scenario are u trying to configure?

Regards,

Prateek

0 Kudos

Scenario is proxy(async) to webservice(sync). I can see in the adapter monitoring that request is entering but it's the response which is not going through the adapter.

Former Member
0 Kudos

Hello Calvin,

check the XML Payload that you send to the WS if the server returned this soap fault it might mean that XML was not correct

Regards

Prasad.

0 Kudos

I tested the XML payload through a tool and it posted the data through WS. So I don't find anything wrong with payload.