cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with soap adapter?

Former Member
0 Kudos

Hi

My scenario is iDoc - XI - WebService

In the Audit log I have first: The message was successfully received by the messaging system. Profile: XI URL: http://xxxxxx:50000/MessagingSystem/receive/AFW/XI

But then I get these error messages:

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.

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.

Delivery of the message to the application using connection AFW failed, due to: 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..

My question is. Is this error messages from the webservice, or from my soap adapter.

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi,

Check your communication channel (SOAP) in runtime workbench. Is there any error??

Test your web service (wsdl) using some tool (XML SPY)... Is it returning something?

Regards

Suraj

Message was edited by: S.R.Suraj

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Morten,

Please look at these..

Hope these helps you!!

cheers,

Prashanth

Former Member
0 Kudos

The error

<i>soap fault: Server was unable to process request. --> Object reference not set to an instance of an object</i>

is a reply from the web service. and XI is showing it to you as

<i>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>

Former Member
0 Kudos

OK so this is a message from the webservice. Is that what you mean? Is there a log or something where I can display the whole message?