Questions tagged [wssf]

Web Service Software Factory

Web Service Software Factory.

The Web Service Software Factory (also known as the Service Factory) is an integrated collection of tools, patterns, source code and prescriptive guidance. It is designed to help you quickly and consistently construct WCF Web services that adhere to well known architecture.

Codeplex ServiceFactory

13 questions
7
votes
3 answers

WCF/Client apps - where should business logic go?

We're building a WCF Web Service using WSSF. The idea is that it will expose our main database via the service and allow us to build various applications and web sites on top of the service. At the moment I'm building a simple client app that will…
Mark Evans
  • 1,343
  • 1
  • 14
  • 28
4
votes
2 answers

Is WSSF wise to use today on a new WCF service layer?

I'm at a customer where I successfully developed and deployed a WCF service layer (compiled against .NET 4.5). It works perfectly and everything is dandy. However, we just got an additional requirement - I'm supposed to rebuild (or at least…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
3
votes
1 answer

Web Service Software Factory install with Visual Studio 2012

I have a number of WCF services implemented using Web Service Software Factory from http://servicefactory.codeplex.com All these services were implemented using Visual Studio 2010. Has anyone used Web Service Software Factory with Visual Studio…
Khawar Yunus
  • 141
  • 2
  • 15
1
vote
2 answers

Can I generate a service contract diagram

So using (the old Microsoft Patterns and Practices) "Web Service Software Factory 2010", I am able to create a new service contract diagram from scratch. i.e. That is then able to be used to generate code.... I however, want to come from the other…
MrEs
  • 675
  • 7
  • 10
1
vote
1 answer

Can WSSF 2010 be used for code generation in VB?

I am new to WSSF and am wondering if it would work for solution with VB as the programming language if so how to achieve it. I have seen samples which generates C# code but my project requirement is VB .Net. Thanks, Raja
Raja
  • 3,608
  • 3
  • 28
  • 39
1
vote
1 answer

Error upgrading WSSF solution to VS 2010

I've recently installed VS2010 and I'm trying to upgrade a project that I created using VS2008 and WSSF (Web Service Software Factory). I've installed the 2010 version of WSSF and it's prerequisites. After upgrading, when I try to load the solution…
Mark Evans
  • 1,343
  • 1
  • 14
  • 28
1
vote
2 answers

PLKs and Web Service Software Factory

We found a bug in Web Service Software Factory a description can be found here. There has been no updates on it so we decided to download the code and fix it ourself. Very simple bug and we patched it with maybe 3 lines of code. However* we have…
Nix
  • 57,072
  • 29
  • 149
  • 198
0
votes
1 answer

wcfTestClient Configuration with WSSF in Visual Studio 2010

I am using the WSSF to implement my wcf services project.I want to invoke the service operations using wcfTestClient like general wcf project. I mean if i run the my service form Visual Studio,it should run through wcfTestClient tool. I can run the…
User_MVC
  • 251
  • 2
  • 7
  • 21
0
votes
1 answer

Tools for auto class translation WCF?

We are in the process of writing a WCF service using the same pattern as in WSSF. It has its service implementation which makes use of Business logic project to get the resources or save the resources using Data Access Repository. This is where the…
Raja
  • 3,608
  • 3
  • 28
  • 39
0
votes
1 answer

How is good is Repository Factory together with WSSF

I am working on evaluating few design patterns and frameworks. "Application design should support SOA principles" is the key requirement. I am looking at frameworks like WSSF and WCSF together. So my first question is how good they are together?…
Kunal
  • 1,913
  • 6
  • 29
  • 45
0
votes
2 answers

Best asp.net WCF application design

I am working with a financial application and am looking for the best solution for designing my application. We have 100's of stored procedures where most/all of our business logic sits. We have WCF web services projects built using Web Service…
Andrew Cetinic
  • 2,805
  • 29
  • 44
0
votes
1 answer

WCF: Exposed Object Model - stuck in a loop

I'm working on a pretty big WSSF project. I have a normal object model in the business layer. Eg a customer has an orders collection property, when this is accessed then it loads from the data layer (lazy loading). An order has a productCollection…
Mark Evans
  • 1,343
  • 1
  • 14
  • 28
-1
votes
1 answer

WSSF Alternative

Microsoft has just retired Web Service Software Factory (WSSF) which is used to generate code for WCF and ASMX services. Microsoft doesn't intend to update this product any more. I hope there must be an alternative but I don't know. I just want to…
Uzair Anwaar
  • 225
  • 1
  • 4
  • 16