You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Dhanuja Natarajan <dh...@hcl.com> on 2010/10/18 07:18:22 UTC

Axis2C: SOAP server is crashing when the message size is more than 200 bytes

Hi,

I am using Axis2C 1.6 version.
I am creating the SOAP server as follows,
m_pReceiver = axis2_http_server_create(m_pEnv, AXIS2C_REPO_PATH, iPort);
iResult = axis2_transport_receiver_start(m_pReceiver, m_pEnv);
I have created a service which will just receive the data and send a simple element in the response.
When the data from the client is more than 200bytes Server is crashing.
And if the response is larger(200bytes) the server is crashing.
Is the server creation is correct? Or anything else I need to do?

Thank you,
Dhanuja

DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. 
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in 
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. 
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of 
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have 
received this email in error please delete it and notify the sender immediately. Before opening any mail and 
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------