You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Rajeev Gupta <Ra...@Sun.COM> on 2006/07/18 18:16:09 UTC

Large XML String as part of argument

Hi,

I have a webservice which exposes a method that takes an XML string as 
an argument. When the size of the XML string (which is one of the 
arguments) is greater than 100KB, the web-service is taking more than 30 
minutes to return.... Any clue what's happening?

Thanks,
Rajeev


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


RE: Large XML String as part of argument

Posted by "Rathore, Amit Singh (STSD)" <ra...@hp.com>.
There is serialization and deserialization that takes place for the
parameter that is passed. Since the size of the parameter is too large,
it takes time to do so but 30 minutes is too much I believe. 

Can you re-check by increasing memory allocated to your app server? 
Also send in some more details about the environment that you are using
and what are you doing with that XML String on the server side. Because
converting that XML string to Java object/.NET object will again consume
memory.

|-----Original Message-----
|From: Rajeev.Gupta@Sun.COM [mailto:Rajeev.Gupta@Sun.COM] 
|Sent: Tuesday, July 18, 2006 9:46 PM
|To: axis-user@ws.apache.org
|Subject: Large XML String as part of argument
|
|Hi,
|
|I have a webservice which exposes a method that takes an XML 
|string as an argument. When the size of the XML string (which 
|is one of the
|arguments) is greater than 100KB, the web-service is taking 
|more than 30 minutes to return.... Any clue what's happening?
|
|Thanks,
|Rajeev
|
|
|---------------------------------------------------------------------
|To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
|For additional commands, e-mail: axis-user-help@ws.apache.org
|
|

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org