cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SOAP Adapter Response

Former Member
0 Kudos

I am getting the following Error in SOAP Response

... but when i tried the with ALTOVA XML SPY its working fine..

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Inbound Message

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>soap fault: Registration Method error</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

check this blog

Regards,

Surya

Former Member
0 Kudos

hi,

check the XML that you send to the WS

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

also take a look at the default.trc log file from visual administrator-> server -> services -> log viewer -> locations -> com -> aii -> bc -> soap

regards

kummari

Edited by: kummari on Jul 29, 2008 5:40 AM