cancel
Showing results for 
Search instead for 
Did you mean: 

Sending txt. file through file to soap scenario

Former Member
0 Kudos

Hi Folks,

I have a requirement to send a txt file from one system to the other. I have to pick the files using the File adapter and I have to dispatch it to the target system using SOAP adapter. My question is it possible to send or receive a .txt file using SOAP adapter.

Is there any extra configuration I need to do to achieve so ?

Regards,

santosh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Answered.

Former Member
0 Kudos

If I understood correctly ur scenario is file to SOAP.

U wanted to pick up the file and send to some web system using SOAP.

U can use file adapter to pick up the file and u can use SOAP adapter to send the data.

Wat is ur file type is it fixed length or comma separated? in that case u have to use File content conversion.

web log are available on SDN pls search.

refer the below link for more detail:-

How to use SOAP adapter:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f...

u can also send attachment using SOAP adapter.

Chirag

Edited by: Chirag Gohil on Nov 27, 2009 5:24 PM

santhosh_kumarv
Active Contributor
0 Kudos

you can read the txt file as a XML file using File adapter with content conversion.. map it to the format how the soap receiver system expect and send this SOAP message using SOAP adapter.

~SaNv...