[EMAIL PROTECTED] wrote:
> > %3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3CSMSRequest%20xmlns%3D%22x-schema%3Asms
> > etc...
> >
> > The server doesn't want it escaped, and they reckon text/xml shouldn't
> > be.
>
> They are right. Content of type text/xml should not be url encoded.
> For the above post the content type should be set to:
>
> Content-type: application/x-www-form-urlencoded
>
You mean, instead of text/xml, which is what I've currently set
content-type to be?
Thing is, I thought form-urlencoded was for html forms?
thanks
Dave