cancel
Showing results for 
Search instead for 
Did you mean: 

Need to load .csv file in SAP application server?

Former Member
0 Kudos

Hi All,

I need to take data form webpage using webservice and place that information into SAP application server as .csv file.

Can any one help me out how to do it.

Thanks and Regards,

chinna

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

For sender side either you can use the SOAP or HTTP and receiver side you can use the file content.

/people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi for sender side soap configuration.

https://wiki.sdn.sap.com/wiki/display/XI/HTTP%20TO%20Webservice for sender side HTTP configuration

https://wiki.sdn.sap.com/wiki/display/XI/File%2bcontent%2bto%2bFile%2bcontent%2bdata%2bconversion For receiver side File content conversion.

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

Regards

Ramesh

Former Member
0 Kudos

Hi Chinna,

You can either use SOAP or HTTP adapter at the sender side and file adapter at your receiver end. Please check this threads wehere you have some help in the blogs:

For Testing the scenario:

Regards,

---Satish

Former Member
0 Kudos

Hi chinnasapxi,

i do not know how the process will be started or which will be the trigger. But You can use a simple file to file scenario, without mapping. Then in the receiver channel You need to develop a module which recovers the url page content and the save in the payload message. For developing the module you can use [httpclient |http://hc.apache.org/httpclient-3.x/] from apache.

I hope It help you.

Regards

Ivan

santhosh_kumarv
Active Contributor
0 Kudos

this will be a SOAP-> XI--> File scenario...

>>Can any one help me out how to do it.

search SDN and you will find many blogs for SOAP and File scenario... use this to start your scenario

~SaNv...