Hi ,
I am trying to create following interface : ERP --> PI --> SharePoint .
When i try to communicate using Soap UI , I could create an entry in SharePoint .
But when I excute proxy in ERP I am getting following error..
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<!-- Inbound Message
-->
-<SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SAP:Category>XIAdapterFramework</SAP:Category>
<SAP:Code area="MESSAGE">GENERAL</SAP:Code>
<SAP:P1/>
<SAP:P2/>
<SAP:P3/>
<SAP:P4/>
<SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.net.SocketException: Connection reset</SAP:AdditionalText>
<SAP:Stack/>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
any ideas what might be the problem ?
Regards, sandeep