cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating Webmethods with SAP PI

Former Member
0 Kudos

Hello Experts,

I have a situation, our Vendor who uses Webmethods as a middle ware is unable to send a flat file using FTP/SFTP/FTPS .

They have their own restrictions.

Interface flow : Webmethods will send a file -> SAP PI needs to pick it up and send it to a NFS ( File share ) inside our network.

Kindly, suggest alternative ways for source to send the file except to FTP/SFTP/FTPS.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Hello Rama,

If feasible tell the Webmethods team to send via Soap call to SAP PI.

Webmethod -----------------Soap--------------->PI------------->NFS File.

Former Member
0 Kudos

Thanks Raghu,

Is it ok, if they send the file as an attachment.

Since I am using File adapter ( NFS ) at the receiver side, would be ok to get the file as an attachment.

Thanks

engswee
Active Contributor
0 Kudos

Hi Rama

If WebMethods sends the file as an attachment in the SOAP message, you will need to use PayloadSwapBean to swap the attachment into the main payload to deliver it via a File/NFS adapter. This is because File/NFS adapter do not support attachments at the receiver side.

Rgds

Eng Swee

former_member186851
Active Contributor
0 Kudos

Hello Rama,

You need to handle attachements as Engg suggested,Below link should be helpful

Former Member
0 Kudos

Hi Eng and Raghu,

Thanks for your inputs , I will take your suggestions and will proceed.

Thanks for your support

Answers (0)