Hi,
How to send the PDF files over http in webMethods.Any procedure or documentation?
Comments welcome.
Thanks in advance.
Hi,
How to send the PDF files over http in webMethods.Any procedure or documentation?
Comments welcome.
Thanks in advance.
WmPublic pub.client:http accepts a InputStream as one of the “data” options. If you can open the PDF file as a stream, so can send it as an HTTP Post with pub.client:http.
HTH,
Fred