cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Adapter Exception

Former Member
0 Kudos

Hi All,

My scenario is a RFC<->XI<->Webservice synchronous scenario.

When checked in the XI adapter engine..i found this exception:

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.

Anyone knows what it could be?

Thanks in advance,

Daniela

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Server was unable to process request. ---> Object reference not set to an instance of an object.

check the XML that you send to the WS

if the server returned this soap fault it might mean that XML was not correct

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Michal,

The XML I am sending to is a very simple one, without parameters. It was generated according to the WSDL file to "start" a Hello World Method.

Regards,

Daniela

Answers (2)

Answers (2)

Former Member
0 Kudos

Thaks helping me.

It was my SOAP Action that was wrong.

Regards,

Daniela

ravi_raman2
Active Contributor
0 Kudos

Daniela,

Do you have the schema for the xml that was sent, validate the xml against the schema for errors, that might tell you the error, try doing a test within xi that should catch validation errors right away.

Hope that helps

Regards

Ravi

Former Member
0 Kudos

Ravi ,

The XML was generated according with the WSDL file, how can I "validate the xml against the schema for errors"?

Thanks in advance,

Daniela