BizTalk Server Orchestration - Re: How to send xml file thru FTP to remote server from orchestrat

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > July 2005 > Re: How to send xml file thru FTP to remote server from orchestrat





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: How to send xml file thru FTP to remote server from orchestrat
Yossi Dahan

2005-07-19, 7:48 am

Lakshmi,

The proper way to send messages out of BizTalk is through a send port and
adapters, just as the proper (and more or less the only) way to receive
messages into BizTalk is a receive port/location and adapter.

The best way to receive a file message into BizTalk is indeed setting a
receive location using the file adapter to pick up the file. if you can't
get this to work refer to documentation or post the exact scenario and the
error you're getting and I (and others) will try to help.

Sending the message is done by setting up a send port with the FTP adapter.
again - if you're having trouble doing that post the error you're getting.

now this send port can subscribe directly to the receive location, have a
filter to subscribe to the message or be bound to an orchestration. either
way the message is sent through a send port.
As you can see this is the best way to send a message even if you do need an
orchestration, simply have a send port in your orchestration, and later bind
it to the send port you've created.

If you really insist you could use an expression shape in an orchestration
to call a .net component that will FTP your message, but you'll be missing
out on a lot of very useful features BizTalk provides.

Let me know if you need more clarifications on this

Yossi Dahan


"Lakshmi Murthy" <LakshmiMurthy@discussions.microsoft.com> wrote in message
news:2B4D37BE-CAED-4D63-B045-62ACDFEC9B7B@microsoft.com...[vbcol=seagreen]
> Hi Yassan,
>
> Thanks for the information.i have another doubt. I am trying to send a
> .xml
> file from my system to an FTP Server through FTP Adapter. I am trying to
> receive file in to my orchestration using the File Adapter and i am using
> FTP
> Adapter to send the mapped .xml to the FTP Server. Is this a right way to
> do
> FTP from BizTalk Orchestration?
>
> I am getting an error with the above procedure, and my disassembler is
> unable to receive the .xml file from the local folder on my system.
>
> Do i need to use FTP adapter to also receive files from my system? Please
> let me know.
>
> Awaiting for your response.
> Thanks in advance
> Regards
> Lakshmi
> http://techsavygal@blogspot.com
>
>
>
> "Yossi Dahan" wrote:
>


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com