|
Home > Archive > BizTalk Server > June 2006 > [Biztalk 2006]Transfering data from a Web site to Biztalk
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 |
[Biztalk 2006]Transfering data from a Web site to Biztalk
|
|
| Randal van Splunteren 2006-06-15, 6:32 am |
| Hi,
Expose your orchestration or schema as webservice and call that from your
website.
HTH,
Randal van Splunteren
http://biztalkia.blogspot.com
> Hello there,
>
> I have to find a way to forward text data obtained via a form on an
> internet site (that I have to design) to Biztalk. The main objective
> is to be fast enough...since there is a high rate of connections on
> the site.
>
> If I choose asp.net for my Web site, I intend to use MSMQ/T as a
> transport between the site and BizTalk.
>
> However, if I choose Java or something else, what transport would you
> advise ?
>
> I think that FTP (with xml files written by the Web site), SMTP/POP3,
> and Sql (the Web site writes on Sql Server) are much too slow and
> resource consuming.
>
> Regards
>
| |
| Oriane 2006-06-15, 7:19 am |
| Hello there,
I have to find a way to forward text data obtained via a form on an internet
site (that I have to design) to Biztalk. The main objective is to be fast
enough...since there is a high rate of connections on the site.
If I choose asp.net for my Web site, I intend to use MSMQ/T as a transport
between the site and BizTalk.
However, if I choose Java or something else, what transport would you advise
?
I think that FTP (with xml files written by the Web site), SMTP/POP3, and
Sql (the Web site writes on Sql Server) are much too slow and resource
consuming.
Regards
| |
| Randal van Splunteren 2006-06-15, 7:19 am |
| Hi,
Expose your orchestration or schema as webservice and call that from your
website.
HTH,
Randal van Splunteren
http://biztalkia.blogspot.com
> Hello there,
>
> I have to find a way to forward text data obtained via a form on an
> internet site (that I have to design) to Biztalk. The main objective
> is to be fast enough...since there is a high rate of connections on
> the site.
>
> If I choose asp.net for my Web site, I intend to use MSMQ/T as a
> transport between the site and BizTalk.
>
> However, if I choose Java or something else, what transport would you
> advise ?
>
> I think that FTP (with xml files written by the Web site), SMTP/POP3,
> and Sql (the Web site writes on Sql Server) are much too slow and
> resource consuming.
>
> Regards
>
|
|
|
|
|