Hi All,
I have configured a SOAP to SOAP sync interface.
The interface works fine as Proxy/RFC to SOAP sync.
I am sending the SOAP request using Altova. I get the error as Internal server error on the PI server.
If I try the config in ID using payload from IR OpMapping it is able to determine all steps.
From the payload in Altova if I test config in ID then it is not able to determine Interface, Receiver and receiver agreement.
Could you help me pin point anything wrong that I may be doing?
Thanks.
Also for ref.. the message from IR OpMapping is as below
<?xml version="1.0" encoding="UTF-8"?>
<ns0:ZbapiWebservice1 xmlns:ns0="urn:sap-com:document:sap:soap:functions:mc-style">
<P1>7</P1>
<P2>8</P2>
</ns0:ZbapiWebservice1>
From Altova it looks like this,
http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC=" http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=" http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<m:ZbapiWebservice1 xmlns:m="urn:sap-com:document:sap:soap:functions:mc-style">
<P1>7</P1>
<P2>8</P2>
</m:ZbapiWebservice1>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Edited by: Ankesh on Apr 9, 2010 3:37 PM