[jdom-interest] transmit xml over https

bob mcwhirter bob at werken.com
Fri Apr 26 10:21:50 PDT 2002


HTTP POST.  Send the XML as the payload.

Else, if it's in the URL, it needs to be URL-encoded.

	-bob



On Fri, 26 Apr 2002, Ladhani, Dilip wrote:

> Hi guys,
>  
> I am not sure if this is the right forum for this question, however the question is xml related and was wondering if I can use jdom for this or if any of you have encountered this situation before.
>  
> I want to transmit a reques over https, I am using jsse from sun to do this. One of the parameters in this request is an xml string. Now when I encode the url, using urlencoder it encodes the xml string too. It encodes the "<", ">" characters too. I don
't want this to happen, however I want to encode the rest of the url including the data contained in the xml tags.
>  
> I can always write my own algorithm to do this, but I was wondering if there is an easier way to do this.
>  
> Thanks
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com
> 




More information about the jdom-interest mailing list