Problem with large XML request using AXIS2 AXIOM [C1]

2008-11-25 Thread Vidhya MAHADEVAN
Hello, We are using AXIS2-1.4. We are building a request message with AXIOM. This message is quite large. It has about 280 elements in the request XML. We are bulding an OMElement with this XML. When we call the web service from the client, it fails at the client end with this message.

Re: Problem with large XML request using AXIS2 AXIOM [C1]

2008-11-25 Thread keith chapman
From the exception it looks like your XML was malformed (not having proper closing tags). There is no such an upper limit on the number of elements an AXIOM tree can have. Thanks, Keith. On Tue, Nov 25, 2008 at 4:09 PM, Vidhya MAHADEVAN [EMAIL PROTECTED] wrote: Hello, We are using