cancel
Showing results for 
Search instead for 
Did you mean: 

Send file through http

Former Member
0 Kudos

Hi,

I have one doubt. I want to send the file to remote server. curently i am using ftp adaptor. can it possible to send through http adaptor? without any additional software/component installed at remote side (webservice,webserver..)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ravi,

<i>can it possible to send through http adaptor? without any additional software/component installed at remote side (webservice,webserver..) </i> - This is not possible because HTTP adapter is configured for sending data as an XML msg... so you can send your data in an XML msg to a remote server via HTTP adapter but it will not be sent as a file to it.....So for sending file, XI provides file adapter with FTP protocol.

Thanks,

Rajeev Gupta

Message was edited by:

RAJEEV GUPTA

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank Bhavesh & Rajeev

bhavesh_kantilal
Active Contributor
0 Kudos

Ravi,

This is not possible.

The receiver HTTP adapter will send the entire payload to the HTTP address , it will not send it as a file. You will need to have a service waiting for the request from the HTTP adapter that will be able to do the needful on the payload.

Regards

Bhavesh