|
Home > Archive > BizTalk Server General > April 2005 > Pls Suggest the best.
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 |
Pls Suggest the best.
|
|
| Prakash 2005-04-26, 5:53 pm |
| Hi all,
i hv any aspx page from which i need to pass some paramerters to
orchestration,
and in response i need to display the processed result in the same page.
In this case which adapter should be used and best practices.
Previously i tried to do this using HTTPRequestResponse adpter(sdk
sampel),
But it is giving 404,405 errors with out getting tired , But i loose my
patience to do this.
Pls give ur valuable suggestions,easy ways to accomplish the task.
prakash
| |
| Jon Flanders[MVP] 2005-04-26, 5:53 pm |
| Probably easiest to expose your orchestratoin through a receive location
that uses the SOAP Adapter (you have to run the BizTalk Web Services
Publishing Wizard to generate the webservice).
Then in your asp.net project add a web reference to the BizTalk generated
Web Service. I consider that the easiest way to accomplish your goal.
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/
"Prakash" <Prakash@discussions.microsoft.com> wrote in message
news:1687EAA3-4C79-4FED-B3BA-1BBCC7B119EE@microsoft.com...
> Hi all,
> i hv any aspx page from which i need to pass some paramerters to
> orchestration,
> and in response i need to display the processed result in the same page.
> In this case which adapter should be used and best practices.
> Previously i tried to do this using HTTPRequestResponse adpter(sdk
> sampel),
> But it is giving 404,405 errors with out getting tired , But i loose my
> patience to do this.
> Pls give ur valuable suggestions,easy ways to accomplish the task.
>
> prakash
|
|
|
|
|