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

View Entire Topic
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