I have a web service created with the new WCF from 3.0.
I am now trying to build a client to consume..and cannot seem to get it working. Here is my code.
Imports Facility.MyService
Imports ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22392...
Using Windows Communication Foundation with VB.net 2005 having problem with repeating nodes in my datacontract. I have the following datacontract with datamembers
<DataContract()> _
Public...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_22633899.html
Hi everyone.
I am looking for some help.
I am working for a client of mine. I have just come out of an architecture meeting where the company is looking to completely change the way they wri...
http://www.experts-exchange.com/Programming/System/Windows__Programming/ATL_WTL_COM/Q_2288...
Hi experts
I want to make an application with one server and multiple clients. The server will server will serve the clients with collections (BindingList<T>?). When client adds or remove an item ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22983...
Hi experts
i have a WCF running on a machine and it works because i called from a .NET Client.
but a PHP client has to access the service
i use WSHttpBinding
so how consume the WCF Servic...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23018358.html
Hello,
Any one know from where i can find good WCF videos to download?
The more videos the more happy :)
Thanks,
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23049978.html
Zones:
.NETDate Answered: 01/08/2008 Grade: A Views: 123
I am trying to use the MailMessage data type in a WCF web service call. However I keep getting an error message when trying to access the service saying "MailMessage" data type cannot be serialized...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23086881.html
I have 2 WCF Services into which I wish to pass a dataobject (the same dataobject).
for examples if I have an object with two properties ; say X (int) and Y (string)
on client side i have
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23118898.html
I am building a WCF application. using the svcutil and the wsdl I generated the configuration. This work well the first time. Now after I have modified the service code when I run the utility ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23334454.html
Zones:
C#Date Answered: 06/08/2008 Grade: B Views: 0
Hi,
What version of the .NET Framework is required to host WCF services in IIS 6 on a Windows 2K3 server?
Thanks!
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/Web_Services/Q_...