I use the Apache HttpClient/PostMethod APIs and am able to successfully call
the REST services so long I pass the parameters as part of the URL (use
JAX-WS). However, I have a large content to send and therefore, need to make
it part of the POST Request Body. I can't seem to find another way to pass
the payload other than stick it in the URL which, ofcourse, fails owing to
the 4K limitation (apparently). Any thoughts?
-- 
View this message in context: 
http://www.nabble.com/How-to-call-a-REST-Service-from-Java-using-POST--tp21225373p21225373.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to