BTS 2004 Orchestration exposed as web service
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server > BTS 2004 Orchestration exposed as web service




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    BTS 2004 Orchestration exposed as web service  
Atul


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-20-04 10:36 AM

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







[ Post a follow-up to this message ]



    Re: BTS 2004 Orchestration exposed as web service  
Christof


Report This Message To A Moderator Edit/Delete Message


 
04-20-04 06: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
>
>







[ Post a follow-up to this message ]



    Re: BTS 2004 Orchestration exposed as web service  
Atul


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-22-04 09:37 AM

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] 
>
>







[ Post a follow-up to this message ]



    Re: BTS 2004 Orchestration exposed as web service  
Jim Nicolson


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-22-04 11: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 
>
>







[ Post a follow-up to this message ]



    Re: BTS 2004 Orchestration exposed as web service  
Atul


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-22-04 03:51 PM

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] 
>
>







[ Post a follow-up to this message ]



    Re: BTS 2004 Orchestration exposed as web service  
Christof


Report This Message To A Moderator Edit/Delete Message


 
04-22-04 05: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] 
>
>







[ Post a follow-up to this message ]



    Re: BTS 2004 Orchestration exposed as web service  
Atul


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-23-04 06:36 AM

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 
>
>







[ Post a follow-up to this message ]



    Re: BTS 2004 Orchestration exposed as web service  
Atul


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-26-04 06:37 PM

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 
>
>







[ Post a follow-up to this message ]



    Re: BTS 2004 Orchestration exposed as web service  
Puru


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-22-04 10:53 PM

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






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 09:30 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register