<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>WCFBizTalk Forum Rss Feed</title><link>http://www.codeplex.com/Project/ListForums.aspx?ProjectName=WCFBizTalk</link><description>WCFBizTalk Forum Rss Description</description><item><title>New Post: Experience using?</title><link>http://wcfbiztalk.codeplex.com/Thread/View.aspx?ThreadId=212376</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi, does anyone have any experience using this adaptor? I'm currently faced with working a solution to consume a service using WS-Security on BizTalk 2006 (not R2).I'm trying to work out the path of least resistance.&lt;/p&gt;
&lt;p&gt;Any information or past knowledge would be greatfully received.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Andy&lt;/p&gt;&lt;/div&gt;</description><author>DukeDickinson</author><pubDate>Wed, 12 May 2010 08:02:29 GMT</pubDate><guid isPermaLink="false">New Post: Experience using? 20100512080229A</guid></item><item><title>NEW POST: Biztalk developers/architects?</title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=26201</link><description>&lt;div class="wikidoc"&gt;
please note positions are UK based, HQ London. thanks&lt;br /&gt;
&lt;/div&gt;</description><author>sksassociates</author><pubDate>Fri, 18 Apr 2008 18:14:48 GMT</pubDate><guid isPermaLink="false">NEW POST: Biztalk developers/architects? 20080418061448P</guid></item><item><title>NEW POST: Biztalk developers/architects?</title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=26201</link><description>&lt;div class="wikidoc"&gt;
Hi guys&lt;br /&gt; &lt;br /&gt;If you are an established Biztalk developer OR architect, or both, and looking for a new position, please contact me on steve@sksassociates.co.uk&lt;br /&gt; &lt;br /&gt;thanks&lt;br /&gt;steve&lt;br /&gt;
&lt;/div&gt;</description><author>sksassociates</author><pubDate>Fri, 18 Apr 2008 18:13:17 GMT</pubDate><guid isPermaLink="false">NEW POST: Biztalk developers/architects? 20080418061317P</guid></item><item><title>NEW POST: Usage of WCF adapter</title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=15934</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt;I am going to use the WCF adapter first time.&lt;br /&gt;Could any one of you help me in using WCF adapter - BizTalk 2006.&lt;br /&gt;What are the requirements and settings need to be done for the same.&lt;br /&gt;If possible provide me one sample for the same.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Thanks in advance&lt;br /&gt;-Kris&lt;br /&gt;
&lt;/div&gt;</description><author>krishnachaitanya</author><pubDate>Wed, 03 Oct 2007 06:20:01 GMT</pubDate><guid isPermaLink="false">NEW POST: Usage of WCF adapter 20071003062001A</guid></item><item><title>NEW POST: Issue in using the Adapter in a Request-response port</title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=10002</link><description>&lt;div class="wikidoc"&gt;
I tried to use this WCF Adapter (with .Net 3.0 RTM) from a BizTalk 2006 Orchestration to invoke a WCF Service exposed on wsHttpBinding using a Request-response port. I am getting an error that the adapter failed to transmit message going to send port with an exception “Object reference not set to an instance of an object”. I tried to debug using the source code and found that the exception occurs in the line 81 of WcfTransmitterProperties.cs where the 'Uri' property is null. Analyzing further, the reason for 'null' value of 'Uri' property is because '_uri' is set as 'null' in line 58 of WcfAdapterProperties.cs file. The 'InboundTransportLocation' property of 'SystemMessageContext' of the 'msg.Context' (msg is of type IBaseMessage) is 'null'. So, the message received in the BizTalk server does not contain the 'InboundTrasportLocation' and I am not able to understand the reason for the same. I have followed the steps listed below to configure the WCF Adapter in the Port. The WCF Adapter works fine with the Demo application provided for One-way port. So, I feel this problem is only for a Request-response port. Can anybody please help me to identify this issue? Thank you.&lt;br /&gt; &lt;br /&gt;P.S. I had put a same message in another discussion 'Using adapter with .net 3.0 RC1' but wanted to change the discussion topic because I am using .Net 3.0 RTM.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;Steps done to configure WCF Adapter to invoke WCF Service from BizTalk Orchestration (This also can help as documentation to use WCF Adapter for the new users):&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;1. Create sample WCF Service and invoke it from another client to verify the service works. Note this WCF Service should have the 'Action' as part of each OperationContractAttribute. (Refer the demo application NewsSubscriberB\NewsChannelContract.cs)&lt;br /&gt;2. Create a BizTalk project with an Orchestration that listens to a File Port for the input data and sends the results to a File Port for the result data.&lt;br /&gt;3. Right-click the BizTalk project and select 'Add generated items' -&amp;gt; Add Adapter Metadata -&amp;gt; Select 'WCF' -&amp;gt; Provide 'Service url' -&amp;gt; Get all the generated schemas.&lt;br /&gt;4. Add a map to Transform the input data schema of file to the generated schema for the input data contract of WCF Service and add a 'Transform' in orchestration to transform to the input data contract of WCF Service.&lt;br /&gt;5. Similarly do the above step for transformation of Output result data from output data contract to the output data schema of file.&lt;br /&gt;6. Add a Send to a 'Request-response' port with a new Port type and 'sending a request and receiving a response' to communicate with WCF service and connect the Send and receive to the Send-receive port.&lt;br /&gt;7. BindingConfiguration for the WCF Service has to be added to BTSNTSvc.exe.config. Go the sample client App.Config file (created in step 1) and copy the complete text between the 'bindings' tag and paste it in the System.Service tag in BTSNTSvc.exe.config. The 'binding name' for this binding is 'WCF_EndPoint'. (This step is similar to the 'MyWSRMBinding' BindingConfiguration used in the demo application)&lt;br /&gt;8. Configure the Send port of WCF service in the Administration console to use Transport type 'WCF' and click on 'Configure' and click on 'Endpoint wizard' to provide the WCF Url and select the appropriate Action and click 'Ok'. &lt;br /&gt;9. Now, 'Endpoint Uri', 'Endpoint Action', 'Endpoint Wizard' is filled up in the ‘WCF Transport properties’ screen. Select the Binding as 'HTTP-WS' and Binding configuration as 'WCF_Endpoint'. Select the 'NativeOneWay' as 'False'. (This is a Request-response port)&lt;br /&gt;10. Drop the input file in the location and look in BizTalk Group overview page in Administration console and the Send port is in 'Retrying and idling ports' and the Event viewer has the warning message detailing the reason.&lt;br /&gt;
&lt;/div&gt;</description><author>ramesh_g_rajan</author><pubDate>Tue, 08 May 2007 12:42:25 GMT</pubDate><guid isPermaLink="false">NEW POST: Issue in using the Adapter in a Request-response port 20070508124225P</guid></item><item><title>NEW POST: Using adapter with .net 3.0 RC1</title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=1519</link><description>&lt;div class="wikidoc"&gt;
I am also getting a similar error with .Net 3.0 RTM. I tried to use this WCF Adapter from a BizTalk 2006 Orchestration to invoke a WCF Service exposed on wsHttpBinding. I am getting an error that the adapter failed to transmit message going to send port with an exception “Object reference not set to an instance of an object”. I tried to debug using the source code and found that the exception occurs in the line 81 of WcfTransmitterProperties.cs where the 'Uri' property is null. Analyzing further, the reason for 'null' value of 'Uri' property is because '_uri' is set as 'null' in line 58 of WcfAdapterProperties.cs file. The 'InboundTransportLocation' property of 'SystemMessageContext' of the 'msg.Context' (msg is of type IBaseMessage) is 'null'. So, the message received in the BizTalk server does not contain the 'InboundTrasportLocation' and I am not able to understand the reason for the same. I have followed the steps listed below to configure the WCF Adapter in the Port. The WCF Adapter works fine with the Demo application provided. Can anybody please help me to identify this issue? Thank you.&lt;br /&gt; &lt;br /&gt;Steps done to configure WCF Adapter to invoke WCF Service from BizTalk Orchestration (This also can help as documentation to use WCF Adapter for the new users):&lt;br /&gt; &lt;br /&gt;1. Create sample WCF Service and invoke it from another client to verify the service works. Note this WCF Service should have the 'Action' as part of each OperationContractAttribute. (Refer the demo application NewsSubscriberB\NewsChannelContract.cs)&lt;br /&gt;2. Create a BizTalk project with an Orchestration that listens to a File Port for the input data and sends the results to a File Port for the result data.&lt;br /&gt;3. Right-click the BizTalk project and select 'Add generated items' -&amp;gt; Add Adapter Metadata -&amp;gt; Select 'WCF' -&amp;gt; Provide 'Service url' -&amp;gt; Get all the generated schemas.&lt;br /&gt;4. Add a map to Transform the input data schema of file to the generated schema for the input data contract of WCF Service and add a 'Transform' in orchestration to transform to the input data contract of WCF Service.&lt;br /&gt;5. Similarly do the above step for transformation of Output result data from output data contract to the output data schema of file.&lt;br /&gt;6. Add a Send to a 'Send-receive' port with a new Port type to communicate with WCF service and connect the Send and receive to the Send-receive port.&lt;br /&gt;7. BindingConfiguration for the WCF Service has to be added to BTSNTSvc.exe.config. Go the sample client App.Config file (created in step 1) and copy the complete text between the 'bindings' tag and paste it in the System.Service tag in BTSNTSvc.exe.config. The 'binding name' for this binding is 'WCF_EndPoint'. (This step is similar to the 'MyWSRMBinding' BindingConfiguration used in the demo application)&lt;br /&gt;8. Configure the Send port of WCF service in the Administration console to use Transport type 'WCF' and click on 'Configure' and click on 'Endpoint wizard' to provide the WCF Url and select the appropriate Action and click 'Ok'. &lt;br /&gt;9. Now, 'Endpoint Uri', 'Endpoint Action', 'Endpoint Wizard' is filled up in the ‘WCF Transport properties’ screen. Select the Binding as 'HTTP-WS' and Binding configuration as 'WCF_Endpoint'. Select the 'NativeOneWay' as 'False'. (This is a Request-response port)&lt;br /&gt;10. Drop the input file in the location and look in BizTalk Group overview page in Administration console and the Send port is in 'Retrying and idling ports' and the Event viewer has the warning message detailing the reason.&lt;br /&gt;
&lt;/div&gt;</description><author>ramesh_g_rajan</author><pubDate>Tue, 08 May 2007 12:20:29 GMT</pubDate><guid isPermaLink="false">NEW POST: Using adapter with .net 3.0 RC1 20070508122029P</guid></item><item><title>NEW POST: Using adapter with .net 3.0 RC1</title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=1519</link><description>&lt;div class="wikidoc"&gt;
Hi, I am battling with the ame issue - has anybody found out the cause of this.&lt;br /&gt;I am running .net 3.0 RTM&lt;br /&gt;
&lt;/div&gt;</description><author>Garnet</author><pubDate>Mon, 07 May 2007 16:35:28 GMT</pubDate><guid isPermaLink="false">NEW POST: Using adapter with .net 3.0 RC1 20070507043528P</guid></item><item><title>NEW POST: Wrapping file based XML for call from Send port to WCF Service</title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=9302</link><description>&lt;div class="wikidoc"&gt;
Hello,&lt;br /&gt; &lt;br /&gt;I would like to know what is your best practice for submitting for example an xml document that arrives on a file port and wants to leave through your WCF send port and also wants to end up as the first parameter of the WCF Server service.  Write now i would have to &amp;quot;know&amp;quot; the shape of the call, i.e. i have to wrap it in some xml that your adapter then takes and turns into the correct WCF call.&lt;br /&gt; &lt;br /&gt;I thought it would be easier whereas if your xml is the first data part then and attempt is made to serialize it into XMLElement for example if the downstream service is waiting for XMLElement at the first paramters.&lt;br /&gt; &lt;br /&gt;I thought the configuration would help me with that and yoru adapter would do some inference as well.&lt;br /&gt;
&lt;/div&gt;</description><author>JuanSuero</author><pubDate>Wed, 18 Apr 2007 19:31:53 GMT</pubDate><guid isPermaLink="false">NEW POST: Wrapping file based XML for call from Send port to WCF Service 20070418073153P</guid></item><item><title>NEW POST: sending to method with XMLDocumentElement param?</title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=9282</link><description>&lt;div class="wikidoc"&gt;
im getting all sorts of problems getting this to work.&lt;br /&gt;mostly some kind of timeout error.&lt;br /&gt;but now im getting serialization error&lt;br /&gt; &lt;br /&gt;ill give you more details tomorrow its late.&lt;br /&gt;
&lt;/div&gt;</description><author>JuanSuero</author><pubDate>Wed, 18 Apr 2007 03:32:54 GMT</pubDate><guid isPermaLink="false">NEW POST: sending to method with XMLDocumentElement param? 20070418033254A</guid></item><item><title>NEW POST: is anyone using this in production</title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=7528</link><description>&lt;div class="wikidoc"&gt;
Hi Gar&lt;br /&gt; &lt;br /&gt;We going to use it in production. The test phase has just begun, so soon we will now if it holds up :)&lt;br /&gt; &lt;br /&gt;Martin Bring&lt;br /&gt;Sogeti Sverige AB&lt;br /&gt;
&lt;/div&gt;</description><author>MartinBring</author><pubDate>Thu, 22 Mar 2007 21:55:38 GMT</pubDate><guid isPermaLink="false">NEW POST: is anyone using this in production 20070322095538P</guid></item><item><title>is anyone using this in production: </title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=7528</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt;Is anyone using this adapter in production, I'm looking for some collateral to help me get buy in to use this adapter on a project.&lt;br /&gt;Slan&lt;br /&gt;Gar&lt;br /&gt;
&lt;/div&gt;</description><author>garmaccriosta</author><pubDate>Thu, 22 Feb 2007 22:34:07 GMT</pubDate><guid isPermaLink="false">is anyone using this in production:  20070222103407P</guid></item><item><title>build with RTM of WCF?: </title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=6949</link><description>An RTM compliant build has been posted. Enjoy.</description><author>Morty</author><pubDate>Sun, 18 Feb 2007 23:49:20 GMT</pubDate><guid isPermaLink="false">build with RTM of WCF?:  20070218114920P</guid></item><item><title>build with RTM of WCF?: </title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=6949</link><description>It should work with the RTM version if you compile the source code.

I'll put up a new build shortly.</description><author>Morty</author><pubDate>Sun, 18 Feb 2007 22:47:15 GMT</pubDate><guid isPermaLink="false">build with RTM of WCF?:  20070218104715P</guid></item><item><title>build with RTM of WCF?: </title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=6949</link><description>I would like this as well. </description><author>erichexter</author><pubDate>Mon, 05 Feb 2007 14:28:07 GMT</pubDate><guid isPermaLink="false">build with RTM of WCF?:  20070205022807P</guid></item><item><title>build with RTM of WCF?: </title><link>http://www.codeplex.com/WCFBizTalk/Thread/View.aspx?ThreadId=6949</link><description>Any idea of when a release will be made over the RTM version of WCF?

thanks.</description><author>plexjota</author><pubDate>Fri, 02 Feb 2007 12:39:02 GMT</pubDate><guid isPermaLink="false">build with RTM of WCF?:  20070202123902P</guid></item><item><title>Developer Forum: RE: Adapter needs to be installed on configuring (developer) machine</title><link>http://www.codeplex.com/WCFBizTalk/Project/DisplayThread.aspx?ForumId=162&amp;ThreadId=2788&amp;ANCHOR#LastPost</link><description>I'll take it back. 

The other adapters probably gets installed locally with "Developer installation".</description><author>MartinBring</author><pubDate>Tue, 19 Dec 2006 08:31:04 GMT</pubDate><guid isPermaLink="false">Developer Forum: RE: Adapter needs to be installed on configuring (developer) machine 20061219083104A</guid></item><item><title>Developer Forum: RE: Using adapter with .net 3.0 RC1</title><link>http://www.codeplex.com/WCFBizTalk/Project/DisplayThread.aspx?ForumId=162&amp;ThreadId=1519&amp;ANCHOR#LastPost</link><description>I get the same result. Did you find any solution?

I do not get configuration string as you, using the wizard. You have some extension "Vehicle.svc". I do not get that and not even the service's name... Mine is more like wcf://net.tcp://host:port/http://NamespaceOfMethod

I use version from June.

Kind Regards 
Martin Bring</description><author>MartinBring</author><pubDate>Tue, 12 Dec 2006 12:12:19 GMT</pubDate><guid isPermaLink="false">Developer Forum: RE: Using adapter with .net 3.0 RC1 20061212121219P</guid></item><item><title>Developer Forum: Adapter needs to be installed on configuring (developer) machine</title><link>http://www.codeplex.com/WCFBizTalk/Project/DisplayThread.aspx?ForumId=162&amp;ThreadId=2788&amp;ANCHOR#LastPost</link><description>I have BizTalk on one machine and develop on another.

In current version (June), of WCF Adapter, one have to install and register the adapter on the developer machine to be able to configure a receive location or send port from Visual Studio.

Is this correct behavior? I can configure MQSeries and Windoes Sharepoint services adapters without having to install them.

Kind Regards
Martin Bring</description><author>MartinBring</author><pubDate>Thu, 07 Dec 2006 11:46:17 GMT</pubDate><guid isPermaLink="false">Developer Forum: Adapter needs to be installed on configuring (developer) machine 20061207114617A</guid></item><item><title>Developer Forum: Could someone help to provide send-receive port sample</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=WCFBizTalk&amp;ForumId=162&amp;ThreadId=2001</link><description>Dear All:

Could someone help to provide send-receive port sample Client sample?
I using WCF adapter in send-receive port but alway get null as the return value.

Thanks in advacne. 

Regards
Herman </description><author>zobeide</author><pubDate>Tue, 24 Oct 2006 03:34:40 GMT</pubDate><guid isPermaLink="false">Developer Forum: Could someone help to provide send-receive port sample 20061024033440A</guid></item><item><title>Developer Forum: Using adapter with .net 3.0 RC1</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=WCFBizTalk&amp;ForumId=162&amp;ThreadId=1519</link><description>I am experiencing an issue with using the adapter with RC1 call wcf service in a request reponse fashion, I am not sure if it is related to the use of RC1 or if I am doing something wrong with my setup.  Is anyone using the adapter with RC1?

I have installed the adapter as described and and then added a static send/receive port with Biztalk using the Endpoint wizard to set the URI and action and setting the Binding to be HTTP-Basic as the web service is using basic profilling and finally setting the Nstivq One way action to be false.  

Do I need to set the Behaiour Configuration?  I have left that as blank as there is nothing to select.

As an additional note I have also set the pipelines on the port to be the standard XMLTransmit and XMLReceive.

When I run it I get the following error:-

A message sent to adapter "WCF" on send port "TestWCFSend" with URI "wcf://http://rb-2k3-peepuat.hosting.bca-group.com/bcaexternalwebservices/Vehicle.svc/http://schemas.external.bca-group.com/2006/08/IVehicleManagement/IVehicleManagement/AddVehicle" is suspended. 
 Error details: An unexpected failure occurred while processing a message. The text associated with the exception is "Object reference not set to an instance of an object.". 
 MessageId:  {A23BD772-7573-4E00-87DF-9DE9C084435D}
 InstanceID: {E06044A4-3E76-49AB-9FD9-7A9F2D25613C}

For more information, see Help and Support Center at 

If you need any further info then please ask.

Guy 

</description><author>GSTURGESS</author><pubDate>Fri, 22 Sep 2006 07:54:12 GMT</pubDate><guid isPermaLink="false">Developer Forum: Using adapter with .net 3.0 RC1 20060922075412A</guid></item></channel></rss>