Skip to Content
0
Former Member
Nov 14, 2011 at 06:41 AM

SOAP to RFC scenario (SFDC <->ECC synch)

136 Views

Working on a SFDC to ECC synch scenario using SOAP to RFC interface. I generated the WSDL for SFDC team and tested on soapUI, I am able to see the successful request/response structure in sxmb_moni.

However, when the SFDC team is sending the request in real time from SFDC, the request is successful in SFDC but not reaching PI and hence there is no response. The error I see in sxmb_moni for this is

http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">PROXY_NOT_ALLOWED_ON_IS</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Proxy calls are not permitted on sender or receiver side on the IS (client)</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Are there any additional setting need to be done.

Please guide on this issue . Thanks

Edited by: jbagga on Nov 14, 2011 7:42 AM