[jdom-interest] transmit xml over https
Ladhani, Dilip
dladhani at gltg.com
Fri Apr 26 10:36:55 PDT 2002
I just got it working. Had to encode the url. Thanks
-----Original Message-----
From: bob mcwhirter [mailto:bob at werken.com]
Sent: Fri 4/26/2002 1:21 PM
To: Ladhani, Dilip
Cc: jdom-interest at jdom.org
Subject: Re: [jdom-interest] transmit xml over https
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