[ http://issues.apache.org/jira/browse/HTTPCLIENT-608?page=all ]

Ortwin Glück updated HTTPCLIENT-608:
------------------------------------

    Component/s: Documentation
        Summary: How to POST an XML using PostMethod setRequestBody()  (was: 
Way POST an XML to using PostMethod setRequestBody() method)
    Description: 
Documentation says postMethod.setRequestBody(String s) is depricated and 
suggests to use the setRequestBody method with NameValuePair array. 

I have a requirement where I need to post a multy level XML to a an URL. 

What is the way to convert an XML to NameValuePair[] array ?

Is there any other solution through which one can POST an XML string to an URL 
using httpclient.

  was:

Documentation says postMethod.setRequestBody(String s) is depricated and 
suggests to use the setRequestBody method with NameValuePair array. 

I have a requirement where I need to post a multy level XML to a an URL. 

What is the way to convert an XML to NameValuePair[] array ?

Is there any other solution through which one can POST an XML string to an URL 
using httpclient.

       Priority: Trivial  (was: Critical)

> How to POST an XML using PostMethod setRequestBody()
> ----------------------------------------------------
>
>                 Key: HTTPCLIENT-608
>                 URL: http://issues.apache.org/jira/browse/HTTPCLIENT-608
>             Project: HttpComponents HttpClient
>          Issue Type: Wish
>          Components: Documentation
>         Environment: Windows
>            Reporter: Arun kumar Dubagunta
>            Priority: Trivial
>
> Documentation says postMethod.setRequestBody(String s) is depricated and 
> suggests to use the setRequestBody method with NameValuePair array. 
> I have a requirement where I need to post a multy level XML to a an URL. 
> What is the way to convert an XML to NameValuePair[] array ?
> Is there any other solution through which one can POST an XML string to an 
> URL using httpclient.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to