Talk About Network

Google





Software > Biz Talk Orchestration > Re: Trying to u...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 9 Topic 4090 of 4234
Post > Topic >>

Re: Trying to use Direct Binding from Orch to call WCF service

by "Claus Geer Hammershøj Jensen" <visitor@[EMAIL PROTECTED] > Apr 14, 2008 at 12:07 PM

"Neal Walters" <NealWalters@[EMAIL PROTECTED]
> wrote in message 
news:618F554B-D843-4CF0-9695-43F92161D10D@[EMAIL PROTECTED]
> Thanks Claus.
>
> That worked, but now I want to use the same ****t to call various
methods,
> and we have the method (operation) name hard-coded in the action.
>
> Can I set this in my orchestration?
>

Hi Neal,

Yes you can. Its a message context property, so to set it up, put in a 
Message Assignment shape in the Construct Message shape of the request 
message, and add the following:

msgRequest(WCF.Operation) = "<operation_name>";

Now, the <operation_name> has to match one of the operations in the action

mapping that is defined in the Send ****t WCF configuration.

<BtsActionMapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Operation Name="<operation1_name>" Action="<action1_name>" />
  <Operation Name="<operation2_name>" Action="<action2_name>" />
  <Operation Name="<operation3_name>" Action="<action3_name>" />
</BtsActionMapping>

Regards,
 Claus
 




 9 Posts in Topic:
Trying to use Direct Binding from Orch to call WCF service
=?Utf-8?B?TmVhbCBXYWx0ZXJ  2008-03-10 11:22:24 
Re: Trying to use Direct Binding from Orch to call WCF service
"Claus Geer Hammersh  2008-03-12 15:38:54 
Re: Trying to use Direct Binding from Orch to call WCF service
=?Utf-8?B?TmVhbCBXYWx0ZXJ  2008-04-11 14:24:01 
Re: Trying to use Direct Binding from Orch to call WCF service
"Claus Geer Hammersh  2008-04-14 12:07:35 
Re: Trying to use Direct Binding from Orch to call WCF service
=?Utf-8?B?TmVhbCBXYWx0ZXJ  2008-04-14 12:01:00 
Re: Trying to use Direct Binding from Orch to call WCF service
"Claus Geer Hammersh  2008-04-17 16:14:58 
Re: Trying to use Direct Binding from Orch to call WCF service
=?Utf-8?B?TmVhbCBXYWx0ZXJ  2008-04-23 07:23:02 
Re: Trying to use Direct Binding from Orch to call WCF service
=?Utf-8?B?TmVhbCBXYWx0ZXJ  2008-04-28 12:22:02 
Re: Trying to use Direct Binding from Orch to call WCF service
=?Utf-8?B?R2FuZXNo?= <  2008-10-15 05:07:00 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
localhost-V2008-12-19 Fri Jan 9 2:56:03 PST 2009.