We are getting close to doing user acceptance testing. My java service will suffice, but I really want to use a webMethods supported HTTP client. Fixing the problem with webMethods tech support has been very slow.
Mark Griffin said he uses the http client as a work-around. Do you send the payload in the http client as a stream, bytes, mime or string?
In my Java service, I am using Jakarta HTTP client. This part of the implementation is abstracted by the HTTPClient and PostMethod classes.
#webMethods#soa#API-Management