Discussion:
publish orchestration as web service
(too old to reply)
Siva
2008-12-02 00:16:01 UTC
Permalink
Hi,

I want to publish orchestration as web service so client can post request
xml to my orchestration. I did the following, however it is not working. I am
not sure what i am doing wrong here.

I created request-response port with public - no limit in orchestration.
Then run the BizTalk web services publishing wizard. I selected the following:

Publish biztalk orchestration as web services.
Then selected the project assemply dll. It selected port for me(i have only
one publis-no limit port).
My input schema doesn't have target namespace. Since i can not leave target
name space blank in web service properties, I put http://samplexmlpoweb.
I left the location as default, selected allow anonymous access to web
service and create biztalk receive location in the following application - to
my project application.

Then,
Binded ports and started the orch. I wrote a sample vb scrip to post xml to
above web service using xmlhttp post. When i run the script it looks like it
is not working. Eeven i couldnt get to the web service from explorer using
http://localhost/samplexmlpo_proxy/<web_server_Name>.asmx. I even browse the
web service from IIS/default web site/. It is not working. I am getting "the
page connot be displayed".

What did i do wrong here? Do i need listen shape or something in
orchestration? How can i test orch-web service?

Thank you in advance,

Siva
--
Thank you,

Siva
-b
2008-12-12 11:56:01 UTC
Permalink
Hi Siva,

You _should_ be able to browse the web service, even if BTS is not running.
Using 'inetmgr' please make sure the web service is deployed properly, and
verify that the application pool of the web service is in a running state.

luck,
-b
Post by Siva
Hi,
I want to publish orchestration as web service so client can post request
xml to my orchestration. I did the following, however it is not working. I am
not sure what i am doing wrong here.
I created request-response port with public - no limit in orchestration.
Publish biztalk orchestration as web services.
Then selected the project assemply dll. It selected port for me(i have only
one publis-no limit port).
My input schema doesn't have target namespace. Since i can not leave target
name space blank in web service properties, I put http://samplexmlpoweb.
I left the location as default, selected allow anonymous access to web
service and create biztalk receive location in the following application - to
my project application.
Then,
Binded ports and started the orch. I wrote a sample vb scrip to post xml to
above web service using xmlhttp post. When i run the script it looks like it
is not working. Eeven i couldnt get to the web service from explorer using
http://localhost/samplexmlpo_proxy/<web_server_Name>.asmx. I even browse the
web service from IIS/default web site/. It is not working. I am getting "the
page connot be displayed".
What did i do wrong here? Do i need listen shape or something in
orchestration? How can i test orch-web service?
Thank you in advance,
Siva
--
Thank you,
Siva
Loading...