Re: Determine size of string in bytes

2008-03-27 Thread breal
On Mar 27, 2:10 pm, John Machin <[EMAIL PROTECTED]> wrote: > On Mar 28, 6:45 am, breal <[EMAIL PROTECTED]> wrote: > > > Forgive me for this question which is most likely stupid... > > The contents of your question are not stupid. The subject however does > invite a stupid answer like: len(the_strin

Re: Determine size of string in bytes

2008-03-27 Thread castironpi
On Mar 27, 4:10 pm, John Machin <[EMAIL PROTECTED]> wrote: > On Mar 28, 6:45 am, breal <[EMAIL PROTECTED]> wrote: > > > Forgive me for this question which is most likely stupid... > > The contents of your question are not stupid. The subject however does > invite a stupid answer like: len(the_strin

Re: Determine size of string in bytes

2008-03-27 Thread John Machin
On Mar 28, 6:45 am, breal <[EMAIL PROTECTED]> wrote: > Forgive me for this question which is most likely stupid... The contents of your question are not stupid. The subject however does invite a stupid answer like: len(the_string). Disclaimer: I know nothing about SOAP except that it's usually ca

Re: Determine size of string in bytes

2008-03-27 Thread Gabriel Genellina
En Thu, 27 Mar 2008 16:45:52 -0300, breal <[EMAIL PROTECTED]> escribió: > Forgive me for this question which is most likely stupid... > > How do I determine the number of bytes a string takes up? I have a > soap server that is returning a serialized string. It seems that when > the string goes

Determine size of string in bytes

2008-03-27 Thread breal
Forgive me for this question which is most likely stupid... How do I determine the number of bytes a string takes up? I have a soap server that is returning a serialized string. It seems that when the string goes over 65978 characters it does not return to the soap client. Instead I get an erro