Question:
Hi guys,
I need to know of how to exchange files via internet using Business Connector without ftp server.
Please advice urgently. Thank you.
Answer:
Hello,
you can do it by http post or via e-mail.
Gordan
_________________
Proud member of Tuly Idiot club
Answer:
Hi Gordon,
Thanks for your reply. But I have tried this unsuccessfully.
You see, let's say I have a text file and I am using the pub.client.http service how do I map it, let alone post it to a website
I am currently trying to post a file to my localhost that too without success.
Answer:
Hi guys,
I realized that my question was blurry and not clear. Sorry bout that.
Actually, lets say that I have a flat file (text file) that i want to send to my customer through http or soap. The file should be sent to a folder in the other site. I am currently trying to send a file to my locahost first.
How do I go about doing this? As I am confused of this implementation from the documentations available.
Regards..
Answer:
I do not think you can send a file to a folder just using http-post. To actually save/store a file I believe you have to use FTP. But you can with http-post send a file to a service on 'the other site', like a SAP BC-service.
That service can process it, but when it needs to be archived, I believe that when using the business connector there is no other option then to use ftp.
Please correct me if I'm wrong, anybody.
For testing I created a html-site where I could type in a service name and a local file name. Via http-post the service receives the file and can process or ftp-put it.
**********
And did you check the DynamicServerPages-documentation ? With DSP the SAP BC is a webserver where you can send input to BC-flows.
It's i the SAP BC: menu:Help -> Templates and DSP's.