servicecontract Questions
5
Solved
I was curious if someone could outline which types of WCF contract (interface) changes on the server side would break a client trying to send in a message, and why. I believe WCF can handle certain...
Ioves asked 11/3, 2009 at 2:13
3
Solved
I would like to define an OperationContract, which I can pass any number of string parameters. The values should be interpreted as an array of string. Is there any possibility to use this type of p...
Refreshment asked 19/7, 2016 at 8:8
1
Solved
The following question may be a duplicate, but there wasn't enough information to answer my question from it.
Is possible to access WCF Service without adding Service Reference?
I've setup a TCP ...
Inhibition asked 28/1, 2016 at 20:36
4
Solved
We came across a god object in our system. The system consists of public service exposed to our clients, middle office service and back office service.
The flow is the following: user registers s...
Loosen asked 25/6, 2015 at 10:32
3
Solved
Im creating a service contract in my wcf application and it contains a lot of methods.
I find it very annoying to write an OperationContract attribute to all of them.
Is there any simple way how ...
Headlong asked 10/9, 2013 at 14:25
2
Solved
This MSDN article recommends always to provide a namespace to a ServiceContract and DataContract.
Examples usually have a "schema" prefix and a URI type pattern for the namespace such as
Namespa...
Lodged asked 19/3, 2014 at 20:3
3
Solved
I have an WCF service which I am trying to configure so that it exposes 2 endpoints, refering to different functionalities, under different URLs.
What I want to have is Service1, exposing methods ...
Ecumenism asked 6/12, 2012 at 10:53
1
Solved
Is there a way to change the .NET namespace of a WCF ServiceContract Interface yet still make the WCF service backwards-compatible with clients that are using the old (identical except for namespac...
Sward asked 27/1, 2011 at 14:33
1
Solved
Greetings, I would like to generate some contract based on wsdl file. I used svcutil but I suspect it generated it wrong as all contract methods have void returned type. Is there any tool for this ...
Estriol asked 12/8, 2010 at 11:48
2
Solved
I have declared two service contracts as follows:
[ServiceContract]
public interface IContract1
{
[OperationContract]
double Add(int ip);
}
[ServiceContract]
public interface IContract2
{
[Ope...
Blackcock asked 12/5, 2010 at 9:30
1
© 2022 - 2024 — McMap. All rights reserved.