wcf-client
Generate WCF proxy in unmanaged C++
Is there a way to generate WCF proxy for an unmanaged C++? Thanks, 开发者_如何学运维MattanYou can try using ATL Service Library: http://atlserver.codeplex.com/[详细]
2023-01-29 10:18 分类:问答Starting WCF Client in IIS
It is possible to have WCF Client that connects persistantly using duplex over net.tcp (netTcpBinding) from IIS?[详细]
2023-01-29 05:00 分类:问答Is there a way to disable WCF Service debugging in VS 2010?
I have an ASP.NET webforms app that is consuming a third party service via a WCF service proxy that I created in Visual Studio 2010 with the Add Service Reference command.[详细]
2023-01-27 20:37 分类:问答The maximum array length quota (16384) has been exceeded while reading XML data
I am getting following error The maximum array length quota (16384) has been exceeded while reading XML data. This quota may be increased by changing the MaxArrayLength property on the XmlDictionary[详细]
2023-01-27 20:34 分类:问答Can't Add Service Reference to self-hosted WCF Service
I\'ve created a REST web service that I need to consume from within an asp.net app. The service is hosted from a console window. I can get it running fine, and I can get output from it as well when su[详细]
2023-01-27 20:14 分类:问答how to get values of object?
how do i grab the values of a Person[] object? below is my server side code: public Person[] GetPersonList()[详细]
2023-01-26 07:23 分类:问答sending custom object from client (Jquery) to server (WCF)
how to send a custom object from client (jquery) to server (WCF service) what is the way of passing an object? below is my code and when i see in the firebug this is what i get please see the screen[详细]
2023-01-26 07:13 分类:问答when to use UriTemplate in REST WCF service
i have simple interface that i want to test it out but i have\'nt understood when to use URITemplate:[详细]
2023-01-25 08:53 分类:问答Setting Message version in code for WCF client
I want to set message version for WSHttpBinding to EnvelopeVersion.Soap11. I don\'t know how to do that. Can any one help me. Here is my binding code[详细]
2023-01-25 08:25 分类:问答Problem making WCF proxies react to service shutdown
I have a custom (generic) proxy class that I use to connect to my WCF services. One of the functionalities I want to provide with this class is the ability to \"recover\" from service failure (i.e. fa[详细]
2023-01-25 04:08 分类:问答