cancel
Showing results for 
Search instead for 
Did you mean: 

ADAPTER.SOAP_EXCEPTION: exceeds the limit allowed by the server

Former Member
0 Kudos

Hi guys,

in one of my XI 3.0 scenarios, I have to send a soap request to an external web service. The size of my request, in this case of error, is 179KB and the response is:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter -->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>soap fault: The size of the request exceeds the limit allowed by the server.</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Is there any parameter I can enlarge to manage this kind of messages?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi llaria,

I think you you need to go for the tuning of the server,

your server is not able to perocess that much large data,so you first try ti increase the queue size ,if it not worked u need to increase the bandwidth...........

regards,

navneet