Hi all,

I've written an axis2c service that have one function that get a string as the 
only parameter. I deployed using axis2 as an apache module.
All work well until the message is under 100K (I don't discovered the exact 
limit, may be 128K). But when my service receive a message 150K
long the text string parameter appears empty to axiom.

The message that arrive to my service is the following:

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/";>
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
<Receive xmlns="http://xxx.obscuredforprivacy.xxx/axis2/services/Begin";>
<updategram>long text string</updategram>
</Receive>
</s:Body>
</s:Envelope>

If the message is long (about 150K) the  <updategram> element is empty.

There is some limits to the element size? How to fix it?

Thank you for reading me.


-- 
Best regards,

 Emanuele Benedetti                        

 Head of IT Development
 Stanley International Betting Ltd


Reply via email to