cancel
Showing results for 
Search instead for 
Did you mean: 

Error while testing the Webservice

Former Member
0 Kudos

HI,

When I Tried the Same It is showing an Error"Error in Sending the Soap Data"

When i teted the configuration it is showing an error in message interface,but is there and running fine when tested

Hi,

When I am Testing the same in the Altova,I am Getting an error as Below

"<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<SOAP:Fault>

<faultcode>SOAP:Server</faultcode>

<faultstring>System Error</faultstring>

<detail>

<s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">

<context/>

<code>RCVR_DETERMINATION.MESSAGE_INCOMPLETE</code>

<text>Message is incomplete. No Sender found</text>

</s:SystemError>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

I Configured all the Required in Id and Tested the Design in the IR.

Thanks,

Srinivasa

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Srinivas,

Check these threads..

cheers,

Prashanth

P.S Please mark helpful answers

Former Member
0 Kudos

Probably you forgot to specify the sender parameters in the URL

XI.SenderParty=<sender party name>

XI.SenderService=<sender service name>

XI.InterfaceNamespace=<namespace URI>

XI.Interface=<name>

Please refere to the guide

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/bf/27fd3b651f6a1ce10000000a11402f/frameset.htm">Configuring the SOAP Adapter</a>

Regards,

Sandro