Way POST an XML to using PostMethod setRequestBody() method
-----------------------------------------------------------
Key: HTTPCLIENT-608
URL: http://issues.apache.org/jira/browse/HTTPCLIENT-608
Project: HttpComponents HttpClient
Issue Type: Wish
Environment: Windows
Reporter: Arun kumar Dubagunta
Priority: Critical
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]