| Author |
publish orchestration as web service
|
|
| Sheila 2005-08-02, 7:50 am |
| Hi,
If the orchestration is published as web service on another server, what's
the minimum software required on that web server? Does biztalk server have to
be installed on that server also?
Thanks in advance
| |
| Yossi Dahan 2005-08-02, 7:50 am |
| Sheila wrote:
> Hi,
>
> If the orchestration is published as web service on another server, what's
> the minimum software required on that web server? Does biztalk server have to
> be installed on that server also?
>
> Thanks in advance
Yes, you must have the BizTalk runtime installed on that machine.
and of course .net and IIS
you must set the permission correctly to access the BizTalk database
Yossi Dahan
| |
| Lakshmi Murthy 2005-08-02, 7:50 am |
|
Hi Yossi,
I want to publish my orchestration as a webservice, but i am getting the
following error
" There are no orchestrations with public ports in this BizTalk assembly.
Click back and specify a BizTalk assembly containing orchestrations with
public receive port.”
in BizTalk Webservices Publishing Wizard
In my orchestration i am using File Adapter which retrieves files from my
local folder. I have given full control to that local folder.
How do i make receive port public?
Please let me know.
Thanks in advance
Regards
Lakshmi
"Yossi Dahan" wrote:
> Sheila wrote:
> Yes, you must have the BizTalk runtime installed on that machine.
> and of course .net and IIS
>
> you must set the permission correctly to access the BizTalk database
>
>
> Yossi Dahan
>
| |
| Yossi Dahan 2005-08-02, 7:50 am |
| Lakshmi Murthy wrote:[vbcol=seagreen]
> Hi Yossi,
>
> I want to publish my orchestration as a webservice, but i am getting the
> following error
>
> " There are no orchestrations with public ports in this BizTalk assembly.
> Click back and specify a BizTalk assembly containing orchestrations with
> public receive port.”
>
> in BizTalk Webservices Publishing Wizard
>
> In my orchestration i am using File Adapter which retrieves files from my
> local folder. I have given full control to that local folder.
>
> How do i make receive port public?
> Please let me know.
> Thanks in advance
> Regards
> Lakshmi
> "Yossi Dahan" wrote:
>
>
First you should make you receive port in the orchestration set to
"Specify Later", so it will not have any file adapter setting in the
orchestration (as this will be now a web service, won't it?)
in the same port configuration wizard you will get the chance to change
the port from internal (the default) to public.
this will allow it to be published.
Yossi Dahan
| |
| Sheila 2005-08-02, 7:50 am |
| Will it work if I only install the Biztalk SDK or assemblies on the web
service server, as I may not have enough biztalk server licenses.
"Yossi Dahan" wrote:
> Lakshmi Murthy wrote:
>
> First you should make you receive port in the orchestration set to
> "Specify Later", so it will not have any file adapter setting in the
> orchestration (as this will be now a web service, won't it?)
>
> in the same port configuration wizard you will get the chance to change
> the port from internal (the default) to public.
> this will allow it to be published.
>
> Yossi Dahan
>
| |
| Yossi Dahan 2005-08-02, 5:57 pm |
| Sheila wrote:[vbcol=seagreen]
> Will it work if I only install the Biztalk SDK or assemblies on the web
> service server, as I may not have enough biztalk server licenses.
>
> "Yossi Dahan" wrote:
>
>
Technically You might be able to install just the required assemblies on
that server but -
1. I don't know how you will be able to figure out what is needed
2. My guess is that such scenario will not be supported
3. I don't know the licensing policy
I guess you better try and get an official MS response to that
Yossi Dahan
| |
| Lakshmi Murthy 2005-08-03, 5:51 pm |
| Hi Yossi,
When i am trying to publish orchestration as Web Service on the server, i am
getting the following error
"Visual Studio.Net cannot create or open the application. The likeliest
problem is that required components are not installed on the local Web
Server. Run Visual Studio.Net and add the Web Development Component"
I have executed asp.net_regiis -i in windows\microsoft.net\framework\<version>
and i am also able to create an asp.net webservice.
In the BizTalk Publishing Wizard, after typing the URL of the orchestration
webservice, i am getting this error.
How do i solve this error? Do i need to reinstall some components from
VS.2003 Setup?
Please let me know.
Thanks in advance
Regards
Lakshmi
http://techsavygal.blogspot.com
"Yossi Dahan" wrote:
> Sheila wrote:
>
> Technically You might be able to install just the required assemblies on
> that server but -
> 1. I don't know how you will be able to figure out what is needed
> 2. My guess is that such scenario will not be supported
> 3. I don't know the licensing policy
>
> I guess you better try and get an official MS response to that
>
> Yossi Dahan
>
|
|
|
|