Hello experts,
I am sending a simple proxy to PI in order to generate an XML.
When the XML that I get is less than 100MB big, it works fine and the XML gets generated.
On the other hand, when I try to generate a file anything bigger, I get the following error.
-<SAP:Error
SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="INTERNAL">CLIENT_SEND_FAILED</SAP:Code>
<SAP:P1>400</SAP:P1>
<SAP:P3>(See attachment HTMLError for details)</SAP:P3>
<SAP:P4/>
<SAP:AdditionalText/>
<SAP:Stack>Error while sending by HTTP (error code: 400 , error text: Bad Request)
(See attachment HTMLError for details)</SAP:Stack>
(See attachment HTMLError for details)</SAP:Stack>
<SAP:Retry>A</SAP:Retry>
</SAP:Error>
It seams a communication error, but the proxy is retried and we always get the same error.
Any ideas?
Thanks a lot!