|
Home > Archive > BizTalk Server Applications Integration > December 2004 > Referencing Web Service thru' Dynamic Url in BizTalk Orchestration
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 |
Referencing Web Service thru' Dynamic Url in BizTalk Orchestration
|
|
| Shikari Shambu 2004-12-03, 5:50 pm |
| Hi,
I have an application that uses BizTalk 2004 orchestration that consumes
a web service. I set the web service reference to Dynamic Url because I want
different environments where the app will be deployed to point to different
urls.
However, setting the reference to Dynamic URL seem to have no effect. What
should be the name of the config file for the orchestration project? And, is
there a way to see the c-sharp code that the odx finally gets compiled to?
TIA
| |
| Matt Meleski 2004-12-03, 5:50 pm |
| You should set the URL of the Web Service in the Send Port,
for example: When you are building and deploying your BizTalk Orchestration,
your logical web ports on your Orchestration will be bound to physical
send ports (the physical send ports will be created for you
when you deploy your BTS project on your development machine). You can
then view the Physical send ports in the BizTalk Explorer in VS2003. You
can then change the URL of the web service in the Send Port. When you move
from development to a production server, use the Deployment Wizard to create
a binding file, in the binding file, you can then change the URL of the Web
Service,
for the production machines.
"Shikari Shambu" wrote:
> Hi,
> I have an application that uses BizTalk 2004 orchestration that consumes
> a web service. I set the web service reference to Dynamic Url because I want
> different environments where the app will be deployed to point to different
> urls.
>
> However, setting the reference to Dynamic URL seem to have no effect. What
> should be the name of the config file for the orchestration project? And, is
> there a way to see the c-sharp code that the odx finally gets compiled to?
>
> TIA
>
>
>
| |
| Anthony O 2004-12-03, 5:50 pm |
| Shikari,
Dynamic URL will work only if you set the url. See my previous posting on
how to set the URL in an expression shape.
You can either hard-code the URL or you can set the URL by reading a
name/value pair you place in the BTSNTSvr.exe.config file.
You can also read the URL from any location of your choice (database, file,
message property ...and so on)
Let me know if you need further help.
Anthony O.
"Shikari Shambu" <shikarishambu70@hotmail.com> wrote in message
news:OJIXr1V2EHA.2644@TK2MSFTNGP11.phx.gbl...
> Hi,
> I have an application that uses BizTalk 2004 orchestration that
consumes
> a web service. I set the web service reference to Dynamic Url because I
want
> different environments where the app will be deployed to point to
different
> urls.
>
> However, setting the reference to Dynamic URL seem to have no effect. What
> should be the name of the config file for the orchestration project? And,
is
> there a way to see the c-sharp code that the odx finally gets compiled to?
>
> TIA
>
>
| |
| Ashish Udas 2004-12-08, 5:50 pm |
| We resolved dyanmic URL issue for web servies by using Role link.
"Anthony O" <anthonyodole@yahoo.com> wrote in message
news:%238p52QW2EHA.2180@TK2MSFTNGP10.phx.gbl...
> Shikari,
>
> Dynamic URL will work only if you set the url. See my previous posting on
> how to set the URL in an expression shape.
> You can either hard-code the URL or you can set the URL by reading a
> name/value pair you place in the BTSNTSvr.exe.config file.
> You can also read the URL from any location of your choice (database,
> file,
> message property ...and so on)
>
> Let me know if you need further help.
>
> Anthony O.
>
>
> "Shikari Shambu" <shikarishambu70@hotmail.com> wrote in message
> news:OJIXr1V2EHA.2644@TK2MSFTNGP11.phx.gbl...
> consumes
> want
> different
> is
>
>
| |
| Anthony O 2004-12-08, 5:50 pm |
| Ashish,
If you are consuming a web service from another web application, you can
locate the particular reference and this will create an entry in your web
config file. You can then modify your web config file by providing the
appropriate Url.
Anthony O.
"Ashish Udas" <ashishudas@hotmail.com> wrote in message
news:%23NpmQHV3EHA.1396@tk2msftngp13.phx.gbl...
> We resolved dyanmic URL issue for web servies by using Role link.
>
> "Anthony O" <anthonyodole@yahoo.com> wrote in message
> news:%238p52QW2EHA.2180@TK2MSFTNGP10.phx.gbl...
on[vbcol=seagreen]
And,[vbcol=seagreen]
>
>
|
|
|
|
|