0
votes
2answers
13 views

WCF - WSDL not updating when publishing service

I added a DataContract to my service and tried updating the service reference to get access to that DataContract. But it never showed up in the intellisense. I cleaned and built the project and then ...
0
votes
1answer
38 views

Trouble with endpoints of my wcf

My WCF service web.config. <?xml version="1.0" encoding="utf-8"?> <configuration> <connectionStrings> <add name="ZesdaagseResultsContext" connectionString="Data ...
3
votes
2answers
554 views

Calling WCF from C code

I am working with a native C client application (not built with Visual Studio) that needs to call a WCF service. I am creating the WCF service, so I have complete control of it. Most of the ...
1
vote
2answers
400 views

Is it possible to call WCF 4.0 (SOAP or REST) from Unmanaged C (ZigBee device)?

I work currently on project that will be developed by two suppliers. First supplier my company is responsible for ASP.NET MVC 3 application that will be hosted on Azure. This application will ...
0
votes
1answer
387 views

Pass (proxy) SoapHeader through a WCF service to an ASMX service

We have an existing ASMX web service (.NET 2.0) and I am now creating a new service using WCF and .NET 4.0. The ASMX service has implemented custom authentication via a SoapHeader and looks something ...
1
vote
2answers
333 views

Generate Windows Forms from WSDL

I have set of WCF web services that I need to generate a Windows based test client. Does anyone know of a tool that will take as WSDL and auto generate some basic forms based on what is in the WSDL. ...
0
votes
0answers
49 views

Running WCF on another Computer

I know this might be a very trivial matter, but somehow I am not able to Add Service Reference from my Service running in another Desktop altogether. The Service has an address of: ...
1
vote
2answers
1k views

Can I implement callback from WCF based HTTP service to a gSOAP c/Linux client?

I have a Linux/c client app that connects to a WCF web service over HTTP/SOAP (BasicHTTPBinding). I am using gSOAP. Can I implement the calls to the web-service using callback? I want to get the data ...
1
vote
1answer
582 views

WCF (WCF-Binding) in/with C/C++

Is thare any like WCF libs (OpenSourse) written in C\C++? Or at least some kined of special WCF C++ services (NOT ON Basic HTTP Binding)?