cancel
Showing results for 
Search instead for 
Did you mean: 

Soap Adapter

Former Member
0 Kudos

I want to send my PO with Attachment(PDF or an XL file) to our Supplier's URL.

Since HTTPS cann't handle the attachments, I thought of using the SOAP adapter, but I am not sure whether a SOAP adapter can talk to an URL? Whether a SOAP adapter can only talk to a WEB Service? Whether there is any way to convert the URL to a WebService?

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Jenni,

You SOAP adapter can talk to an URL. The SOAP message is basically HTTP over SOAP.

So, to send the attachment to the URL, you can use SOAP receiver adapter and the SOAP url wil be your HTTP service URL.

Regards,

Bhavesh