cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS Vs Attachments

Former Member
0 Kudos

File1(Request) to XI HTTPS(Request/response) to XI to File(2) Response.

I am trying to create the above scenario. The response what I am getting is a PDF attachment, whether it is possible to receive the PDF Attachments using HTTPS Adapter?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

I don't understand the flow "(Request/response)"

but if you use SOAP adapter to send https

you can use attachments with it

check this page:

table Adapter Types and Attributes

http://help.sap.com/saphelp_nw04/helpdata/en/ae/d03341771b4c0de10000000a1550b0/content.htm

to see when you can use attachments

if you want to use it for files

why don't you use the file adapter ?

you can use attachments with sender file adapter too

Regards,

michal

Former Member
0 Kudos

Thanks Michal. Our Vendors need to send some document to us. But as per our company policy we dont like any one to push their documents to us, normally we will go and PULL their documents.

So in File1 I am placing the request message and transformed to the HTTP-Request and Get the Message from the Vendor and place the RESPONSE in File2.

(Infact File 2 is an R/3 System).

Thanks a lot Michal.

Former Member
0 Kudos

Any Help Please?