| Author |
tranport type : HTTP
|
|
|
| Dear all,
I want to send file to another computer such as localhost. I set the
tranport type in send port with HTTP and set he URI like this :
Virtual: //localhost/skripsi/Transfer/BtsHttpReceive.dll
address : http://localhost/Skripsi/Transfer
Is it right ?Because I get nothing in the folder Transfer.
The scenario I just want to send a document from folder Terima in computer A
to folder transfer in folder B.
I really need the answer.
I really appreciate your attention.
GBU
| |
| Yossi Dahan 2005-03-29, 7:49 am |
| Hi
It seems like for what you want to do you should not use the HTTP adapter.
the HTTP adapter is meant to deliver messages over TCP/HTTP but requires
something on the other end to accept those (and support the underlying
protocols), if all you want to do is delivery a file to a folder try using
the file or ftp adapter instead.
if you insist on using the http adapter you need to have a client on the
other computer that accepts the posts and saves the messages. such a client
can be developed using ASP.net for instance.
Yossi Dahan
"Atjeh" <Atjeh@discussions.microsoft.com> wrote in message
news:4694EC04-10E3-4591-81A3-138FB01B00A6@microsoft.com...
> Dear all,
>
> I want to send file to another computer such as localhost. I set the
> tranport type in send port with HTTP and set he URI like this :
> Virtual: //localhost/skripsi/Transfer/BtsHttpReceive.dll
> address : http://localhost/Skripsi/Transfer
>
> Is it right ?Because I get nothing in the folder Transfer.
> The scenario I just want to send a document from folder Terima in computer
> A
> to folder transfer in folder B.
> I really need the answer.
> I really appreciate your attention.
>
> GBU
>
| |
| Bingzheng Zu[MSFT] 2005-03-29, 6:18 pm |
| Another option is to use SharePoint adapter to transmit message. The
scenario is both machine A and B have SharePoint and adapter installed,
then define receive location and send location on them. In receive port and
send port, map to those SharePoint locations.
| |
| Dinesh 2005-06-23, 5:55 pm |
| Hi,
Can some one share asp.net client which can receive xml file send by
Biztalk http sent adapter. Thanks for your help.
"Yossi Dahan" wrote:
> Hi
>
> It seems like for what you want to do you should not use the HTTP adapter.
> the HTTP adapter is meant to deliver messages over TCP/HTTP but requires
> something on the other end to accept those (and support the underlying
> protocols), if all you want to do is delivery a file to a folder try using
> the file or ftp adapter instead.
>
> if you insist on using the http adapter you need to have a client on the
> other computer that accepts the posts and saves the messages. such a client
> can be developed using ASP.net for instance.
>
> Yossi Dahan
>
> "Atjeh" <Atjeh@discussions.microsoft.com> wrote in message
> news:4694EC04-10E3-4591-81A3-138FB01B00A6@microsoft.com...
>
>
>
|
|
|
|