Tagged Questions
0
votes
1answer
52 views
How does a WSDL parser decide to generate a void method for a Request/Reply operation?
I have spent 5 hours on this, and I've already been up 30 hours writing this contract-first spec ("aggressive" deadline, ergo stupid) and I cannot see what I'm missing.
I do not want a one-way ...
0
votes
0answers
56 views
Creating a Producer/Consumer Service in WCF
I am a little stuck at the moment. What I have to do is create a Composable Service WSDL first. Using an incremental approach, I have created a service that is callable from a web client successfully. ...
0
votes
1answer
57 views
How to implement a Contract-First
I am doing some work with a 3rd party supplier who provide data via a web-push.
They state that their web-push relies on a contract-first web service, and they have made a WSDL available for me to ...
0
votes
2answers
477 views
Generating Service Contract from a WSDL
I have a WSDL that I need to generate a ServiceContract (OperationContract, DataContract)...
I have found a way to do it for ASMX WebServices but can't seem to find how to do it in WCF.
I have tried ...