cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Response with attachment...

Former Member
0 Kudos

Hi,

My XI3.0 SP11 scenario is,

1. XI will get a Sync SOAP request without any attachment

2. XI will make a RFC call to backend and get all R/3 data

3. Compress the XML R/3 data (say zip file)

4. Attach it to SOAP response message and send the response.

How to attach a document to SOAP response message?

Regards,

Sasikumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Sasi,

I would say rather attachment put the same message

in the body of body soap message and send it use standered sap adapters.

thanks

sreeram

stefan_grube
Active Contributor
0 Kudos

The only way to do that is using a self-written adapter module which creates the attachment. There is no standard solution for this.

Regards

Stefan