Tagged Questions
The service-factory tag has no wiki summary.
2
votes
1answer
359 views
XML Schema not working with Web Service Software Factory
I am trying to create an XML schema to use with the Web Service Software Factory. It's a fairly simple schema that is just a group of person objects. The (simplified) schema file looks like:
...
2
votes
3answers
168 views
Problem with large solutions and service factory
My team is developing WCF services in Visual Studio 2008 SP1 with the Service Factory Modeling Edition. The problem is that we have so many services to develop and we've put everything in the same ...
1
vote
3answers
299 views
osgi: Using ServiceFactories?
I'm currently trying to get a simple bundle containing a Service Factory running.
This is my factory class:
public class SvcFactory implements ServiceFactory<ServiceB> {
@Override
...
1
vote
3answers
211 views
Service factory: extremely long path/filenames problems
I have been trying out Service Factory and have run into some problems in regards to long filenames - surpassing the limit in Vista/XP. The problem is that when generating code from the models service ...
0
votes
0answers
43 views
VS2008 - WCF service factory - Generete Code option not shown in Contratct diagram
I used to have a "Generate Code" option when right clicking the contract diagram in Visual Studio 2008 WCF service factory, but now it's gone.
Why the option is not shown anymore? How do I get it ...
0
votes
0answers
41 views
Web service software factory 2008 Modelling edition Generate Code button no Enabled
I installed following softwares to enable WCF modeling projects in Visual Studio 2008 SP1. But one option 'Generate Code' is not visible for WCF Contract diagrams.
1) Web service software factory ...