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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] |Sent: Tuesday, July 18, 2006 9:46 PM |To: [email protected] |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: [EMAIL PROTECTED] |For additional commands, e-mail: [EMAIL PROTECTED] | | --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
