Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I am using the pub.client:http to post some data to a servlet. But the URL on webMethods is not getting encoded. I tried the following:
You said servlet is invoked,but is that receiving the data as expected? And also specify the Content-Type=“text/xml” if you are posting an XML doc.
ISBuiltInServicesUserguide.pdf can give you more information about using this service via POST,GET methods.Please check it.
HTH,
Thank you HTH, your tip about setting Content-Type worked. Previously under data/encoding I was using “set value…” to set the value to just text/html. But this time, based on what you had posted I set the value to CONTENT-TYPE=text/html. Now the servlet receives the values. Thank You -Prasanna