<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>servicefactory Forum Rss Feed</title><link>http://www.codeplex.com/servicefactory/Project/ListForums.aspx</link><description>servicefactory Forum Rss Description</description><item><title>New Post: Roadmap for WSSF</title><link>http://servicefactory.codeplex.com/discussions/441658</link><description>&lt;div style="line-height: normal;"&gt;Which is the roadmap for WSSF ?&lt;br /&gt;
&lt;br /&gt;
news for VS 2012, Windows 8, etc and futures ?&lt;br /&gt;
&lt;br /&gt;
Thx&lt;br /&gt;
&lt;/div&gt;</description><author>kiquenet</author><pubDate>Fri, 26 Apr 2013 10:30:01 GMT</pubDate><guid isPermaLink="false">New Post: Roadmap for WSSF 20130426103001A</guid></item><item><title>New Post: WSSF on VS2012 - not in project template list after install</title><link>http://servicefactory.codeplex.com/discussions/404485</link><description>&lt;div style="line-height: normal;"&gt;Once I have a solution already, I can add additional datacontracts and so forth, and I can open existing WSSF projects, but I have the same question as above: how do I create a new service using the WSSF?  The template no longer exists under Guidance Packages as it once did.  I tried just creating a new WCF Service project, but the structure is all wrong - it looks like it's not following any of the WSSF practices at all.&lt;br /&gt;
&lt;/div&gt;</description><author>worlebird</author><pubDate>Tue, 09 Apr 2013 19:25:09 GMT</pubDate><guid isPermaLink="false">New Post: WSSF on VS2012 - not in project template list after install 20130409072509P</guid></item><item><title>New Post: WSSF on VS2012 - not in project template list after install</title><link>http://servicefactory.codeplex.com/discussions/404485</link><description>&lt;div style="line-height: normal;"&gt;Hi guys,&lt;br /&gt;
&lt;br /&gt;
Here are some pointers that might help.&lt;br /&gt;
After you install the generated vsix package located under &amp;quot;\Source\Service Factory Package\Source\bin\x86\Debug\Microsoft.Practices.ServiceFactory.Package.vsix&amp;quot;, an extension will be created in VS but no solution templates so you may need to open an existing C# project or create a new one. After that you will see the templates from Add... menu at the solution level (WCF/ASP.NET prj templates) or project level (contracts templates).&lt;br /&gt;
&lt;br /&gt;
Let me know if you can solve these issues.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Hernan&lt;br /&gt;
&lt;/div&gt;</description><author>hernandelahitte</author><pubDate>Mon, 04 Mar 2013 15:03:18 GMT</pubDate><guid isPermaLink="false">New Post: WSSF on VS2012 - not in project template list after install 20130304030318P</guid></item><item><title>New Post: Issue in MessageContract when using WSSF 2010 </title><link>http://servicefactory.codeplex.com/discussions/434029</link><description>&lt;div style="line-height: normal;"&gt;I am using the Web Service Software Factory 2010 to generate my web service code. (Using WCF with XmlSerlializer)&lt;br /&gt;
&lt;br /&gt;
I have request XSD file with the following as a root element.&lt;br /&gt;
&lt;br /&gt;
....&lt;br /&gt;
&lt;br /&gt;
When I generate the Code from Host Designer, it creates MessageContract class like below...&lt;br /&gt;
&lt;br /&gt;
namespace Service.MessageContracts&lt;br /&gt;
{&lt;br /&gt;
/// &amp;lt;summary&amp;gt;&lt;br /&gt;
/// Service Contract Class - SubmitRequest&lt;br /&gt;
/// &amp;lt;/summary&amp;gt;&lt;br /&gt;
[WCF::MessageContract(IsWrapped = false)]&lt;br /&gt;
[WCF::XmlSerializerFormat] &lt;br /&gt;
public partial class SubmitRequest&lt;br /&gt;
{&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;private DataContracts.SubmitRequest submitRequest;

[WCF::MessageBodyMember(Namespace=&amp;quot;service/2012/01&amp;quot;, Order=0)]
[System.Xml.Serialization.XmlElementAttribute] 
public DataContracts.SubmitRequest SubmitRequestField
{
    get { return submitRequest; }
    set { submitRequest = value; }
}

public SubmitRequest()
{
}

public SubmitRequest(DataContracts.SubmitRequest submitRequest)
{
    this.submitRequest = submitRequest;
}&lt;/code&gt;&lt;/pre&gt;

}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
I don't know how it creates &amp;quot;SubmitRequestField&amp;quot; (Wrapped property of SubmitRequest)&lt;br /&gt;
&lt;br /&gt;
The issue here is - this creates problem with Schema Validation. When I Create WSDL and generates Client Proxy Request they have SubmitRequestField at the top body element which fails the Schema Validation with the XSD which is having &amp;quot;SubmitRequest&amp;quot; element at the top.&lt;br /&gt;
&lt;br /&gt;
Why WSSF generates this &amp;quot;SubmitRequestField&amp;quot; field automatically? Is there any way to avoid this?&lt;br /&gt;
&lt;/div&gt;</description><author>chintanmistry</author><pubDate>Thu, 21 Feb 2013 20:38:29 GMT</pubDate><guid isPermaLink="false">New Post: Issue in MessageContract when using WSSF 2010  20130221083829P</guid></item><item><title>New Post: New Guidance from Patterns &amp; Practices Team?</title><link>http://servicefactory.codeplex.com/discussions/433704</link><description>&lt;div style="line-height: normal;"&gt;With Microsoft’s release of ASP.NET Web API, will the Patterns &amp;amp; Practices Team be putting out Guidance on Building RESTful Services, similar to what it did for WCF SOAP Services with the Web Service Software Factory?&lt;br /&gt;
&lt;br /&gt;
If so when might the Guidance be released?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Mark&lt;br /&gt;
&lt;/div&gt;</description><author>mmilchuk</author><pubDate>Tue, 19 Feb 2013 18:25:43 GMT</pubDate><guid isPermaLink="false">New Post: New Guidance from Patterns &amp; Practices Team? 20130219062543P</guid></item><item><title>New Post: WSSF for VS2012</title><link>http://servicefactory.codeplex.com/discussions/402265</link><description>&lt;div style="line-height: normal;"&gt;I think I found it...at &lt;a href="http://servicefactory.codeplex.com/releases/view/94819" rel="nofollow"&gt;http://servicefactory.codeplex.com/releases/view/94819&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>ptn77</author><pubDate>Tue, 19 Feb 2013 18:00:55 GMT</pubDate><guid isPermaLink="false">New Post: WSSF for VS2012 20130219060055P</guid></item><item><title>New Post: WSSF for VS2012</title><link>http://servicefactory.codeplex.com/discussions/402265</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br /&gt;
&lt;br /&gt;
Can you post the link to the WSSF download for VS 2012.&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>ptn77</author><pubDate>Tue, 19 Feb 2013 17:38:27 GMT</pubDate><guid isPermaLink="false">New Post: WSSF for VS2012 20130219053827P</guid></item><item><title>New Post: WSSF on VS2012 - not in project template list after install</title><link>http://servicefactory.codeplex.com/discussions/404485</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br /&gt;
&lt;br /&gt;
Sorry, I don't have an answer for your question, but I'm trying to do the exact same thing and was wondering where you got the download for the WSSF install for VS 2012?&lt;br /&gt;
Were you able to get the template to show up in your extensions list?&lt;br /&gt;
I would really appreciate it if you can give an update on this problem.&lt;br /&gt;
&lt;br /&gt;
Thank you in advance!&lt;br /&gt;
&lt;/div&gt;</description><author>ptn77</author><pubDate>Tue, 19 Feb 2013 17:29:48 GMT</pubDate><guid isPermaLink="false">New Post: WSSF on VS2012 - not in project template list after install 20130219052948P</guid></item><item><title>New Post: ExceptionShielding with AsyncPattern=true in wcf </title><link>http://servicefactory.codeplex.com/discussions/433613</link><description>&lt;div style="line-height: normal;"&gt;Hi guys ,&lt;br /&gt;
is it possible to use ExceptionShielding  with asyncpattern =true .becuse we not able to get the fault exception at client when there is some exception in service code and says that exception was unhandled but its working fine when we did not use asyncpattern =true.&lt;br /&gt;
&lt;/div&gt;</description><author>ranjeet467</author><pubDate>Tue, 19 Feb 2013 05:46:25 GMT</pubDate><guid isPermaLink="false">New Post: ExceptionShielding with AsyncPattern=true in wcf  20130219054625A</guid></item><item><title>New Post: How to import this UBL schema?</title><link>http://servicefactory.codeplex.com/discussions/25393</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have just successfully generated proxies and objects using UBL 2.0. We hand craft our wsdl specifications for ws2007* binding and host them together with the XSD's on a standard web server. The resources are then included as WEB references in a standard
 VS project.&lt;/p&gt;
&lt;p&gt;Since UBL 2.0 uses elements and not attributes, the DataContractSerializer should be fine. I have&amp;nbsp;tested the hosting of and the calling of a service.&lt;/p&gt;
&lt;p&gt;I can see the generated objects and types and the service executes with no problems.&lt;/p&gt;
&lt;/div&gt;</description><author>wly168</author><pubDate>Mon, 28 Jan 2013 13:53:27 GMT</pubDate><guid isPermaLink="false">New Post: How to import this UBL schema? 20130128015327P</guid></item><item><title>New Post: Web Service Software Factory 2010 Modelling Directly from SQL Server DataBase</title><link>http://servicefactory.codeplex.com/discussions/428503</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello All,&amp;nbsp; Iam struggling to figure out how exactly to use WSSF 2010 in a real word environment. My questions are as follows&lt;/p&gt;
&lt;p&gt;1. From what I understand with WSSF 2010, Data Contracts and Service Contracts need to be created by hand using the GUI before generating the code&lt;/p&gt;
&lt;p&gt;However, I need to be able to create these manually, for example, I have a table &amp;quot;Dealer&amp;quot; in the database, I need a DataContract created for &amp;quot;Dealer&amp;quot; , I understand I can use EntityFramework and model the database object &amp;quot;Dealer.cs&amp;quot;
 for the Visual Studio, but how am I going to use this class to create my Data Contracts&lt;/p&gt;
&lt;p&gt;2. Similarly I need to create a servicecontract that internally ties to a stored procedure&lt;/p&gt;
&lt;p&gt;&amp;quot;GetDealerByDealerId&amp;quot; that exists in the database, how to achieve this? The tutorial explains by dragging dropping service contract etc.. But I donot want to do that way, any other way to do it directly pointing to a Stored Procedure in a database?&lt;/p&gt;
&lt;p&gt;My goals are&lt;/p&gt;
&lt;p&gt;1. Use Entity FrameWork and create a model class for the a sql server table &amp;quot;Dealer&amp;quot;&lt;/p&gt;
&lt;p&gt;2. Use this Dealer.cs and Create a WSSF 2010 solution using WCF&lt;/p&gt;
&lt;p&gt;3. Use a SQL Server Stored Procedre &amp;quot;GetDealerByDealerId&amp;quot; to populate the data for &amp;quot;Dealer&amp;quot; object&lt;/p&gt;
&lt;p&gt;Can somebody help me out with this please and also if you can point me to a sample implementation for a similar scenario I would be greatly indebted to. I have been looking for weeks to figure out how to handle this, All I see are the tutorials that start
 off saying create a service contract/datacontract and then use GUI and drag and drop stuff etc..&lt;/p&gt;
&lt;p&gt;Thanks in advance for the help&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>boyz</author><pubDate>Fri, 04 Jan 2013 15:05:23 GMT</pubDate><guid isPermaLink="false">New Post: Web Service Software Factory 2010 Modelling Directly from SQL Server DataBase 20130104030523P</guid></item><item><title>New Post: Web Service Software Factory package missing in the Guidance Package Manager</title><link>http://servicefactory.codeplex.com/discussions/409391</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I compiled and installed the Open WSSF version for Visual Studio 2012.&amp;nbsp; When I go into the Guidance Package manager I cannot add &amp;quot;Web Service Software Factory&amp;quot; as a package.&lt;/p&gt;
&lt;p&gt;Please advise,&lt;/p&gt;
&lt;p&gt;Peter Cabus&lt;/p&gt;
&lt;/div&gt;</description><author>PCDiver</author><pubDate>Thu, 20 Dec 2012 11:18:37 GMT</pubDate><guid isPermaLink="false">New Post: Web Service Software Factory package missing in the Guidance Package Manager 20121220111837A</guid></item><item><title>New Post: WSSF on VS2012 - not in project template list after install</title><link>http://servicefactory.codeplex.com/discussions/404485</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I compiled the Open source WSSF version for VS 2012.&amp;nbsp; I installed the&amp;nbsp;VSIX from the release&amp;nbsp;folder&amp;nbsp;without error but if I create a new project, the &amp;quot;Web Service Software Factory 2010 (C#)&amp;quot; template is not available under the
 Guidance Packages.&amp;nbsp; In VS2012 I can see WSSF in the extension list.&lt;/p&gt;
&lt;p&gt;Any advice is very much appreciated.&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;
&lt;/div&gt;</description><author>PCDiver</author><pubDate>Sun, 25 Nov 2012 09:41:14 GMT</pubDate><guid isPermaLink="false">New Post: WSSF on VS2012 - not in project template list after install 20121125094114A</guid></item><item><title>New Post: WSSF for VS2012</title><link>http://servicefactory.codeplex.com/discussions/402265</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I downloaded the open source version available, extracted it and unfortunately I'm not able to build the solution successfully. I get over 100 errors similar to the one below (Error 158), where a reference to a DLL can't be found because the DLL isn't actually
 there. If I try and build the &lt;strong&gt;Modeling.CodeGeneration&lt;/strong&gt; project individually, it works,&amp;nbsp;I no longer get this error but instead get the 2nd error below (Error 159) still on the
&lt;strong&gt;Common.Dsl &lt;/strong&gt;project. If I build the &lt;strong&gt;Modeling.Dsl.Integration
&lt;/strong&gt;project individually I get the CodeGeneration error again.&amp;nbsp;It's a vicious cycle.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Error&amp;nbsp;158&amp;nbsp;Metadata file 'C:\Projects\WSSF\Source\Modeling.CodeGeneration\Source\bin\Debug\Microsoft.Practices.Modeling.CodeGeneration.dll' could not be found&amp;nbsp;C:\Projects\WSSF\Source\Common DSL\Common.Dsl\CSC&amp;nbsp;Common.Dsl&lt;/p&gt;
&lt;p&gt;Error&amp;nbsp;159&amp;nbsp;Metadata file 'C:\Projects\WSSF\Source\Modeling.Dsl.Integration\Source\bin\Debug\Microsoft.Practices.Modeling.Dsl.Integration.dll' could not be found&amp;nbsp;C:\Projects\WSSF\Source\Common DSL\Common.Dsl\CSC&amp;nbsp;Common.Dsl&lt;/p&gt;
&lt;p&gt;I'm running VS2012 on Windows Server 2008 R2.&lt;/p&gt;
&lt;p&gt;Would you be able to post the VSIX file so I can avoid having to build it?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ali&lt;/p&gt;
&lt;/div&gt;</description><author>AliMehdi</author><pubDate>Wed, 07 Nov 2012 14:48:57 GMT</pubDate><guid isPermaLink="false">New Post: WSSF for VS2012 20121107024857P</guid></item><item><title>New Post: Easier way to add primitive data types to data contract?</title><link>http://servicefactory.codeplex.com/discussions/235519</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi s74,&lt;/p&gt;
&lt;p&gt;Not sure why your dialog is slow, but I think that having a combobox is a valid option but a bit more limited for displaying more complex tree/list view navigation than the dialog (and since it may also ruse the internal type population logic, likely slow as well).&lt;/p&gt;
&lt;p&gt;I hope that your slow dialog may be some transient issue because of memory or CPU contention.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Hernan&lt;/p&gt;&lt;/div&gt;</description><author>hernandelahitte</author><pubDate>Tue, 06 Nov 2012 16:53:08 GMT</pubDate><guid isPermaLink="false">New Post: Easier way to add primitive data types to data contract? 20121106045308P</guid></item><item><title>New Post: Easier way to add primitive data types to data contract?</title><link>http://servicefactory.codeplex.com/discussions/235519</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Why there is no simply combobox with types? The dialogbox is very slow...&lt;/p&gt;&lt;/div&gt;</description><author>s74</author><pubDate>Tue, 06 Nov 2012 12:46:20 GMT</pubDate><guid isPermaLink="false">New Post: Easier way to add primitive data types to data contract? 20121106124620P</guid></item><item><title>New Post: Support for VS 11 Beta?</title><link>http://servicefactory.codeplex.com/discussions/351206</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hernan,&lt;/p&gt;
&lt;p&gt;Thank you very much. We'll try it ASAP.&lt;/p&gt;
&lt;p&gt;With regards,&lt;br /&gt;Marco&lt;/p&gt;&lt;/div&gt;</description><author>guldan</author><pubDate>Wed, 19 Sep 2012 12:01:56 GMT</pubDate><guid isPermaLink="false">New Post: Support for VS 11 Beta? 20120919120156P</guid></item><item><title>New Post: Support for VS 11 Beta?</title><link>http://servicefactory.codeplex.com/discussions/351206</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Good news guys! The port to VS2012 RTM is ready &lt;a href="http://servicefactory.codeplex.com/releases/view/94819"&gt;
here&lt;/a&gt;. I tested with VS2010 side by side and also in W7 and W8.&lt;/p&gt;
&lt;p&gt;Please give it a try (there some known issues in the download page) and feel free to post your suggestions or simply just grab it and add your own fixes. I will post the news in my blog and update the home page as well.&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Hernan&lt;/p&gt;
&lt;/div&gt;</description><author>hernandelahitte</author><pubDate>Wed, 19 Sep 2012 00:55:36 GMT</pubDate><guid isPermaLink="false">New Post: Support for VS 11 Beta? 20120919125536A</guid></item><item><title>New Post: Support for VS 11 Beta?</title><link>http://servicefactory.codeplex.com/discussions/351206</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Marco,&lt;/p&gt;
&lt;p&gt;I'm still working on the migration to VS2012. I will post here the news when is ready for testing.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Hernan&lt;/p&gt;&lt;/div&gt;</description><author>hernandelahitte</author><pubDate>Fri, 14 Sep 2012 14:47:31 GMT</pubDate><guid isPermaLink="false">New Post: Support for VS 11 Beta? 20120914024731P</guid></item><item><title>New Post: Support for VS 11 Beta?</title><link>http://servicefactory.codeplex.com/discussions/351206</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hernan,&lt;/p&gt;
&lt;p&gt;Whats the status? is the new release coming for 2011?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Marco&lt;/p&gt;&lt;/div&gt;</description><author>guldan</author><pubDate>Fri, 14 Sep 2012 07:29:41 GMT</pubDate><guid isPermaLink="false">New Post: Support for VS 11 Beta? 20120914072941A</guid></item></channel></rss>