cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver Adapter

Former Member
0 Kudos

We are receiving Invoices from our Customers.

When we receive it the customers send MIME along with the payload.

Currently I am using an HTTP Adapter to receive that. since HTTP adapter couldnot handle MIME can I go for SOAP adapter.

But there is NO Webservice involved in this scenario? We are getting the Invoices from an URL?

How to get the only Payload? or How to strip the MIME header.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>How to get the only Payload? or How to strip the MIME header.

you can try to do it in the mapping

or in the adapter module (if you use any j2ee adapter - like SOAP)

Regards,

michal

Former Member
0 Kudos

Whether I can use a SOAP Receiver adapter to receive data from an URL?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

never tried it

but you can do it in the mapping for sure

Regards,

michal

former_member206604
Active Contributor
0 Kudos

Hi,

You have to go for Java mapping or ABAP mapping to strip it. OR you can go for Adapter Module to strip those MIME headers. As Michal said you can do that in the mapping.

Thanks,

Prakash

Answers (1)

Answers (1)

former_member192798
Active Contributor
0 Kudos

Hi Mohini,

Refer this note for more information - 748024.

Regards.

Praveen