Topic of Silverlight WCF service proxy lifecycle is not very clear to me. I have read various materials, resources, answers here, but still I don\'t completely understand the supposed best way to use
I know this question has been asked on a number of occassions (believe me I know I have went through almost every one of the posts). However, I still can\'t get it to work...
Is there开发者_运维技巧 anyway I can invoke a WCF service without adding service reference or even having a proxy at all.You can invoke the service using a HttpWebRequest. Example below:-
I\'m struggling with migrating from webservice/webclient architecture to WCF architecture. The object are very complex, with lots of nested xsd\'s and different namespaces. Proxy classes are generated
I have two .NET 3.5 WCF services build with VS2008. I have two WCF clients in Silverlight to consume these services. The clients are generated with the \'Add Service Reference\'. I am using Silverlig
So somebody (ok it was me) didn\'t realize you need to close WCF proxies after using them. How bad is this? What kind of problems 开发者_JAVA百科can it cause.
I am writting wcf services in .net 3.5 framework with basicHttpBinding and hosting it in the IIS 6.0 ( windows 2003).