How can I upload (or send) a file to another machine in vb.net?

I

irene

Hi,

I am trying to send an existing xml file to another machine(in some
other company). We seem to be able to set up the connection to each
other, but when I send the file, they never receive it. What is the
usual way to send an existing xml file to another machine,say
http://somewhere.com by vb.net? It is web application.

Thanks.

Irene
 
B

bruce barker

you have to know what protocol they are using. the most common are:

1) form post - xml stored as field value
2) soap call - xml passed as string parameter
3) soap attachment - xml passed as attachment (getting to be more common)
4) plain post - post data is xml
5) custom protocol
6) ftp - xml sent as ftp send
7) webdav - xml delivered as document

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,438
Messages
2,571,699
Members
48,796
Latest member
Greg L.
Top