|
Home > Archive > BizTalk Server Applications Integration > March 2006 > Re-compile/re-deploy BT-project when referenced web service is changed?
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-compile/re-deploy BT-project when referenced web service is changed?
|
|
| anetasalomonsen@hotmail.com 2006-03-13, 7:49 am |
| I am in the middle of implementing a BizTalk project involving an
orchestration which consumes a web service A (implemented by me). This
orchestration is exposed as a second web service B.
Both the BizTalk project and the web service A are at the
implementation stage and every time I do any changes in the web
service, I update the reference to it from the BT-project, recompile
the BT-project and redeploy the BT-project. Naturally I find this very
troublesom. Is it really necessary? I do this because I am not
confident that it is really enough to just re-compile the web-service.
| |
| Randal van Splunteren 2006-03-13, 7:49 am |
| Hello anetasalomonsen@hotmail.com,
You only have to update the reference to your webservice when the interface
of the webservice (WSDL) has changed.
For the biztalk part you don't have to redeploy every time. You can used
recompile the assembly that contains your orchestration, (re)put in in the
GAC and stop and start the biztalk host.
Here is a tool for stopping and starting the host: http://biztalkia.blogspot.com/2006/...nager-2004.html
Another handy thing for putting your assembly in the gac: http://biztalkia.blogspot.com/2005/...dll-to-gac.html
HTH,
Randal van Splunteren
http://biztalkia.blogspot.com
> I am in the middle of implementing a BizTalk project involving an
> orchestration which consumes a web service A (implemented by me). This
> orchestration is exposed as a second web service B.
>
> Both the BizTalk project and the web service A are at the
> implementation stage and every time I do any changes in the web
> service, I update the reference to it from the BT-project, recompile
> the BT-project and redeploy the BT-project. Naturally I find this very
> troublesom. Is it really necessary? I do this because I am not
> confident that it is really enough to just re-compile the web-service.
>
| |
| anetasalomonsen@hotmail.com 2006-03-15, 2:48 am |
| Thank you so much for these very helpful links!!!
|
|
|
|
|