RE: Length of soap message

2001-06-27 Thread Joshua Deeden
Title: RE: Length of soap message You can get the length of the HTTP Request in bytes from getContentLength() method from the HTTP request.  Then you can derive the length in characters from that.  As for determining the length of individual parts of the message, I am not sure if there'

Length of soap message

2001-06-26 Thread Ralf Bierig
How can I retrieve the length of a soap message? Is there a Class, which enable me to get the length of the complete message? Or of parts of a message: Like -> Give me the length of the XML String of the parameter list of the SOAP body - and so on... Greetings Ralf __