Correlation sets when using .NET objects
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 Orchestration > Correlation sets when using .NET objects




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

zorrinn is offline     Correlation sets when using .NET objects  
zorrinn


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


Click Here to See the Profile for zorrinn Click here to Send zorrinn a Private Message Find more posts by zorrinn Add zorrinn to your buddy list
 
09-20-05 03:23 PM

I have an orchestration which I want to publish as a webservice. Like any ot
her typical orchestration, I am not having any schemas that I do the mapping
. Instead I am working (receive and send) with .NET objects that I create fr
om a references dll. 

This orchestration has a parallel convoy, with each receive shape sending an
d receiving from the same port but different operations. This forces me to c
reate correlation set for the receive shapes.

I have no clue how to co-relate these receive shapes. They are totally diffe
rent message types and have no connection with each other. The only reason I
 am doing it as a parallel convoy is becuase, I want to expose this orchestr
ation as a web service and have only one web service(port) with multiple met
hods (operations), so that my client can call different methods based on a c
ontext.

Is using a parallel convoy good in such a case or is there another way. Also
, for these .NET objects how can I create a correlation set??




[ Post a follow-up to this message ]



    Re: Correlation sets when using .NET objects  
Dick Dijkstra


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


 
09-21-05 12:48 PM

Hi Zorinn,

Don't use a parallel convoy, unless you want to continue your
orchestration when all messages are received. I don't think that's what
you want.

You can use the listen shape instead; using this shape, you can have
your orchestration started when one of your messages is received. For
more information on how to use this shape, see
http://msdn.microsoft.com/library/d..._orch_sfcu.asp.

Also, you don't have to worry about correlation anymore.

HTH,

Dick Dijkstra (www.dickdijkstra.com)

This






[ Post a follow-up to this message ]



zorrinn is offline     Re: Re: Correlation sets when using .NET objects  
zorrinn


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


Click Here to See the Profile for zorrinn Click here to Send zorrinn a Private Message Find more posts by zorrinn Add zorrinn to your buddy list
 
09-22-05 02:38 PM

Thanks Dick Dijkstra.

That did it. However, I have another issue.

I have a headerSchema.xsd which I publish as a SOAP header when I publish my
 orchestration. So when the asmx file is created for each of those orchestra
tions, the SOAP header schema is also published as class inside each of thos
e webservices.

Thus at compile time I get an error saying that there is a duplicate definit
ion of this SOAP header class. Is there a way out of this??




[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 04:46 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