Question

I have a biztalk application ( with one orchestration ) which I send a select through WCF and it returns the data from one view in the SQL server.

My Question:
I'm going to have more views on the server, what is the proper way to update the application?

What i've been thinking so far:
I don't think it makes sense to have multiple applications, and multiple wcf services. So the steps I think are needed:

  1. Generate the new schema;
  2. Create the new orchestrations;
  3. Deploy the application;
  4. Republish the WCF Service;
  5. Configure the new orchestration in the biztalk.

Thanks for all the help.

Was it helpful?

Solution

For the most part, yes, those are the steps.

Since you refer to applications, a few points just to make sure. 1. You would add the new WCF SQL Schemas, Maps and Orchestrations to the same Visual Stuido Solution, perhaps even the same Project. 2. That solution is your Deployment unit and the output of all the Projects go into the same Application in BizTalk Administrator. 3. Once Deployed, yes, configure (bind) new Orchestrations and andy new servcies.

In short, you'd have only one Visual Studio Solution and one Application in BizTalk Administrator.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top