I have created two wsdl files with shared types imported from xsd schema file. After that I have created web services using开发者_StackOverflow中文版 interface generated by wsdl.exe tool with paramet
I have this code protected void Page_Load(object sender, EventArgs e) { DataSet.DestinationsDataTable GetDestinations = (DataSet.DestinationsDataTable)dta.GetData();
We have a centrally managed object model for types in the schema in C#. We want every one across the enterprise use that object model instead of using the one generated each time from wsdl/svcutil dur
I am trying to add a web reference to an ASP.NET 2.0 application in Visual Studio 2008. H开发者_运维知识库owever, the generated proxy classes do not include BeginXXXX and EndXXXX methods.
I am writting wcf services in .net 3.5 framework with basicHttpBinding and hosting it in the IIS 6.0 ( windows 2003).