cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice (SOAP adapter where excel is sent as an attachment) -> XI -> SAP

Former Member
0 Kudos

Hi All,

I have to implement a scenario where in an Excel attachment will be sent via Webservice call , i need to read the incoming data present in the excel and do the necessary mapping and send the data to SAP.

My question here is how to configure Sender SOAP adapter & how to read the data present in the excel sheet

Regards

Vinay P.

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Soap sender does not support adapter module. Either use Axis framework, or you need to change design in someway.

e.g. Soap to File and File to SAP. Then you may use adapter module.

Regards,

Prateek

Former Member
0 Kudos

HI,

You need to mark the attachment tag in SOAP Sender adapter and use the same adapter module as it is used for Mail adapter.

/people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step

Thanks

Swarup