sANTo wrote: >> setting the Content-Type to text/xml while you're actually >> sending binary serialized objects is tight. >> > Would you suggest to use "application/octet-stream" instead ? > Fact is that I know for sure that the data will be xml at all times in this > situation
I suggest that you replace serialization with text writing and send actual text/xml instead of a serialized class. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
