wsdl.exe
svcutil.exe generates errors while wsdl.exe runs through without
I\'m looking into generating a web-service conforming to the WSDL found at: http://assets.cdn.gamigo.com/xml/connection-service/1.0.10/account.wsdl[详细]
2023-04-06 13:02 分类:问答Endpoint reference for the Operation not found error
I used this wsdl file : http://ihexds.nist.gov:9080/tf6/services/xdsrepositoryb?wsdl to generate a proxy C# code file using wsdl.exe. Exact command is[详细]
2023-03-26 00:03 分类:问答Web service not handling multiple simultaneous request from same application with proxy class
I have an application scheduling multiple tasks which are calling different web services, some the same web service but different method. Each task is executed in an interval and each task is running[详细]
2023-03-05 21:43 分类:问答Where can I find WSDL.exe?
I have Visual Studio 2010 Ulitmate (with MSDN Premium), but I can\'t seem to find this file. I have tried installing the Visual Studio SDK but I can\'t seem to find the file.[详细]
2023-03-04 01:19 分类:问答Consuming WSDL with multidimentional array with WSDL.exe fails
I have the following in a WSDL I am consuming; <xsd:complexType name=\"SomeClassType\"> <xsd:sequence>[详细]
2023-02-27 00:14 分类:问答How to consume web service hosted on multiple servers, from different clients?
I am consuming web services in my client application. At present, the proxy classes are generated using the wsdl.exe. The web class\'s URL property is set to specific URL where the web service is hos[详细]
2023-02-12 02:21 分类:问答Auto Generating SOAP WS Proxy in VS2008
It seems that there are two methods for auto generating web service proxies in VS2008 from a wsdl. wsdl.exe[详细]
2023-02-06 16:43 分类:问答Any way to stop wsdl.exe producing output for every class in a hierarchy?
Take a simple example - I have a \'Car\' class that inherits from a \'Vehicle\' class (BTW I\'ve using Vs2010 and C#).I write myself a trivial web server method (using asmx) that returns a \'Car\'.[详细]
2023-01-29 11:26 分类:问答WSDL.exe - generate interface as well as concrete class for easy fake/mocks later
Is it possible to get WSDL.开发者_如何学运维exe to generate interfaces as well as, or instead of, concrete classes when it generates proxys to a web service?[详细]
2023-01-16 01:11 分类:问答How to access web service on port other than 80 in vs2008/2010
I tried searching the net, also tried some workarounds I found (like manually executing wsdl.exe) but still I can\'t access a remote web service running on a port different 开发者_运维百科than 80 (say[详细]
2023-01-06 20:46 分类:问答