vote up 0 vote down star

How do you calculate the Content-Length is a soap message? Is it the number of chars in the whole soap message?

flag

2 Answers

vote up 0 vote down

Yes. Convert your XML message to a string and use the length of the string as Content-Length.

(Assuming you are using eight-byte characters.)

link|flag
vote up 1 vote down

Its the number of bytes, not the number of characters, so it will depend on the text encoding used.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.