|
Home > Archive > BizTalk Server > May 2004 > BTS 2004 Orchestration exposed as web service
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 |
BTS 2004 Orchestration exposed as web service
|
|
|
| Hi,
I am using BTS 2004. I have an orchestration which is consuming a web
service. I exposed this orcehstration as a web service. And consumed this
web service from another web application. But no results come up. It does
not show any exception also. What am I missing? Any ideas?
Regards,
Atul
--
Thanks & Regards,
Atul Shukla
| |
| Christof 2004-04-20, 1:36 pm |
| What HTTP return code is returned please? Can you see anything happening
inside HAT?
Regards,
Christof
"Atul" <pyaarey@hotmail.com> wrote in message
news:%23QjA8NrJEHA.2456@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I am using BTS 2004. I have an orchestration which is consuming a web
> service. I exposed this orcehstration as a web service. And consumed this
> web service from another web application. But no results come up. It does
> not show any exception also. What am I missing? Any ideas?
>
> Regards,
> Atul
>
>
> --
> Thanks & Regards,
> Atul Shukla
>
>
| |
|
| Nothing is happening or visible in HAT. Rather it shows following error in
event viewer.
-----------------------
The Messaging Engine failed to register the adapter for "SOAP" for the
receive location
"/SKTI_Orchestrations_Proxy/ SKTI_Sample_Orchestration_1_SKTI_WS_Rece
ivePort.
asmx". Please verify that the receive location is valid, and that the
isolated adapter runs under an account that has access to the BizTalk
databases.
------------------
I really dont know what to do now.
Regards,
Atul
"Christof" <bts2004communityfeedback (at) hotmail (dot) com> wrote in
message news:ev4cVhvJEHA.1312@TK2MSFTNGP12.phx.gbl...
> What HTTP return code is returned please? Can you see anything happening
> inside HAT?
>
> Regards,
> Christof
>
>
> "Atul" <pyaarey@hotmail.com> wrote in message
> news:%23QjA8NrJEHA.2456@TK2MSFTNGP12.phx.gbl...
this[vbcol=seagreen]
does[vbcol=seagreen]
>
>
| |
| Jim Nicolson 2004-04-22, 6:37 am |
| hi Atul
I'm getting the same problem - I've posted a similar question in the
orchestration news group so you may want to track that also.
"Exposing orchestration as a web service - Security problems?"
Don't have a solution yet though. Do you get the same problem with the
relevant orchestration sample in the sdk?
Regards
Jim Nicolson
"Atul" <pyaarey@hotmail.com> wrote in message
news:eCxARQEKEHA.2680@TK2MSFTNGP11.phx.gbl...
> Nothing is happening or visible in HAT. Rather it shows following error in
> event viewer.
> -----------------------
> The Messaging Engine failed to register the adapter for "SOAP" for the
> receive location
>
"/SKTI_Orchestrations_Proxy/ SKTI_Sample_Orchestration_1_SKTI_WS_Rece
ivePort.
> asmx". Please verify that the receive location is valid, and that the
> isolated adapter runs under an account that has access to the BizTalk
> databases.
>
> ------------------
>
> I really dont know what to do now.
>
> Regards,
> Atul
>
> "Christof" <bts2004communityfeedback (at) hotmail (dot) com> wrote in
> message news:ev4cVhvJEHA.1312@TK2MSFTNGP12.phx.gbl...
happening[vbcol=seagreen]
> this
> does
>
>
| |
|
| Hi Jim,
Actually No. When I run SDK sample (ExposeWebService), it works fine. May be
because this sample does not consume any webservice. Just plain
transformation. And result comes properly.
However, from orchestration I am consuming another web service.
But anyhow, tried all possible combination to make it workable but failed to
do so. 
Regards,
Atul
"Jim Nicolson" <jimnicolson@yahoo.com> wrote in message
news:eJdJiXFKEHA.1264@TK2MSFTNGP12.phx.gbl...
> hi Atul
>
> I'm getting the same problem - I've posted a similar question in the
> orchestration news group so you may want to track that also.
> "Exposing orchestration as a web service - Security problems?"
>
> Don't have a solution yet though. Do you get the same problem with the
> relevant orchestration sample in the sdk?
>
> Regards
>
> Jim Nicolson
>
> "Atul" <pyaarey@hotmail.com> wrote in message
> news:eCxARQEKEHA.2680@TK2MSFTNGP11.phx.gbl...
in[vbcol=seagreen]
>
"/SKTI_Orchestrations_Proxy/ SKTI_Sample_Orchestration_1_SKTI_WS_Rece
ivePort.
> happening
web[vbcol=seagreen]
>
>
| |
| Christof 2004-04-22, 12:40 pm |
| Your orchestration is consuming a web service? Can you check the IIS log if
any requests are being made? Is the security set up correct? Can you
browse straight to the ...asmx?wsdl please? You might use the SOAP toolkit
and set up a proxy WS to trace what is wrong.
Regards,
Christof
"Atul" <pyaarey@hotmail.com> wrote in message
news:%23YvlhGHKEHA.2452@TK2MSFTNGP09.phx.gbl...
> Hi Jim,
> Actually No. When I run SDK sample (ExposeWebService), it works fine. May
be
> because this sample does not consume any webservice. Just plain
> transformation. And result comes properly.
> However, from orchestration I am consuming another web service.
> But anyhow, tried all possible combination to make it workable but failed
to
> do so. 
> Regards,
> Atul
>
> "Jim Nicolson" <jimnicolson@yahoo.com> wrote in message
> news:eJdJiXFKEHA.1264@TK2MSFTNGP12.phx.gbl...
error[vbcol=seagreen]
> in
>
"/SKTI_Orchestrations_Proxy/ SKTI_Sample_Orchestration_1_SKTI_WS_Rece
ivePort.
> web
consumed[vbcol=seagreen]
It[vbcol=seagreen]
>
>
| |
|
| My comments are given below:
"Christof" <bts2004communityfeedback (at) hotmail (dot) com> wrote in
message news:uBwmcOIKEHA.3704@TK2MSFTNGP11.phx.gbl...
> Your orchestration is consuming a web service?
Yes, orchestration is consuming a web service.
>Can you check the IIS log if any requests are being made?
No requests are being made.
>Is the security set up correct?
How can we check the security? what all I need to take care of security per
se.
> Can you browse straight to the ...asmx?wsdl please?
Yes.
>You might use the SOAP toolkit and set up a proxy WS to trace what is
wrong.
>
> Regards,
> Christof
>
>
> "Atul" <pyaarey@hotmail.com> wrote in message
> news:%23YvlhGHKEHA.2452@TK2MSFTNGP09.phx.gbl...
May[vbcol=seagreen]
> be
failed[vbcol=seagreen]
> to
the[vbcol=seagreen]
> error
the[vbcol=seagreen]
>
"/SKTI_Orchestrations_Proxy/ SKTI_Sample_Orchestration_1_SKTI_WS_Rece
ivePort.
the[vbcol=seagreen]
BizTalk[vbcol=seagreen]
in[vbcol=seagreen]
a[vbcol=seagreen]
> consumed
up.[vbcol=seagreen]
> It
>
>
| |
|
| Hi All,
It has started working now. How, steps are as follows:
When you publish an orchestration as web service (using BizTalk WebService
Publishing Wizard), at Web Service Properties page, there is one option to
define "Target namespace of the webservice". By default it shows
http://tempuri.org/. Remove this and use http://localhost/ or whatever you
have defined.
The actual web service URI "must" match the one specified in the Receive
Port.
I hope this solution will help.
Regards,
Atul
"Atul" <pyaarey@hotmail.com> wrote in message
news:eCxARQEKEHA.2680@TK2MSFTNGP11.phx.gbl...
> Nothing is happening or visible in HAT. Rather it shows following error in
> event viewer.
> -----------------------
> The Messaging Engine failed to register the adapter for "SOAP" for the
> receive location
>
"/SKTI_Orchestrations_Proxy/ SKTI_Sample_Orchestration_1_SKTI_WS_Rece
ivePort.
> asmx". Please verify that the receive location is valid, and that the
> isolated adapter runs under an account that has access to the BizTalk
> databases.
>
> ------------------
>
> I really dont know what to do now.
>
> Regards,
> Atul
>
> "Christof" <bts2004communityfeedback (at) hotmail (dot) com> wrote in
> message news:ev4cVhvJEHA.1312@TK2MSFTNGP12.phx.gbl...
happening[vbcol=seagreen]
> this
> does
>
>
| |
|
| Hi
Account under which BizTalk Isolated Host is running make sure its part of
1. I solated Host group
2. IIS_WPG
If you are using WIN2k3
then application pool (IIS Setting) identity should be part of BizTalk
isolated group
Thanks
Puru
This posting is provided "AS IS" with no warranties,and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
|
|
|
|
|