cancel
Showing results for 
Search instead for 
Did you mean: 

File --> Soap

Former Member
0 Kudos

hi

i have to do a file --> soap scenario.

file is coming out from sap it will be picked up using file adapter send over to bank using soap and get back the response and post back to sap.

please give me some good step by step instructions

thanks

sri

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sri,

You need a BPM to achieve this, since file adapter cant handle response(No support for synchronos communication).

Your steps in BPM

1. Receive async(receive data fro file).

2. Send sync(send data to soap and get back response)

3. send async(send the response back to file)

Ref the weblog https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1926. [original link is broken] [original link is broken] [original link is broken] [original link is broken] It is the same except it uses RFC.

Regards,

Jai Shankar.

Former Member
0 Kudos

Hi,

Step1: configure File Adapter to Select the flat File.

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm">File Adapter Configuration</a>

Step2: Importing WSDL from the Webservice you want to Request.

Step3: Map the Structure generated from File Adapter to the Importet Webservice Structure.

This was the short version

Of course you have to generate Datatypes, Interfaces, Business System and so on as well.

Regards,

Robin