Using UTL_HTTP, are you able to send attachments in a web service?
752600Feb 9 2010 — edited Feb 16 2010Hello.
I will be sending some XML data with a SOAP request using UTL_HTTP.begin_request. I will consuming a web service. The requirement is to also send attachments. Am I able to do so? I am only seeing attachments with UTL_SMPT which would send an e-mail, which I do not want to do. I want to send the XML data and attachments with UTL_HTTP all together at once (and there are two attachments by the way).
Thank you.
John