svcutil « wsdl « Java Enterprise Q&A





1. Extending svcutil.exe and wsdl.exe with custom methods    stackoverflow.com

I really need to add some of my own convenience methods into the auto-generated proxy files that are output by wsdl.exe and svcutil.exe. What I am doing is adding another ...

2. wsdl + svutil    stackoverflow.com

I need to resolve a pcakage import in java.. but the package was not present.. Then i later found that I have to use some wsdl file to genrate the pacakage.. ...

3. Is there a way to hack Reference.svcmap to produce a specific svcutil equivalent?    stackoverflow.com

I have a couple of issues with the correct generation of code from a supplied set of WSDLs and XSDs outside my control. To get the right proxy class that works ...

4. How do I configure svcutil-generated code so that it will regenerate the correct WSDL?    stackoverflow.com

I'm trying to generate a .NET SOAP web service (using svcutil) from an existing WSDL. The WSDL contains the following information:

<types>
<xsd:schema>
<!-- ... -->
<xsd:complexType name="DoStuffType">
  <xsd:sequence>
    <xsd:element name="..." ...

5. F# and SVCUTIL Error: There was an error trying to generate code in the specified language    stackoverflow.com

Got error: CodeMethodMember must not have both ImplementationTypes and PrivateImplementationType set. when running svcutil. C:>svcutil /language:"Microsoft.FSharp.Compiler.CodeDom.FSharpCodeProvider, FSharp.Compiler.CodeDom, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a19089b1c74d0809" http://localhost/webservices/CoreService.svc?wsdl Microsoft (R) Service Model Metadata Tool [Microsoft (R) Windows (R) Communication ...

6. Svcutil supports for WSDL    stackoverflow.com

I am having problem with compile WSDL (not sure its version may be 1.1/2.0) document with Svcutil. It gives below Warning. Also svcutil fail to generate few enum interface as well. ...

7. svcutil doesn't import fault when importing wsdl    stackoverflow.com

when generating a proxy class from a wsdl which I got from a customer, I get the following warning from svcutil:

Warning: Fault named "ContractException" in operation "create" cannot be imported.  ...

8. svcutil generated unneccesary wrapper classes    stackoverflow.com

I am working on a project that uses the contract first approach. I was given a WSDL and three xsd's. When I use svcutil it generates a wrapper around the response ...

9. Is SVCUTIL.exe broken or is it the supplier's WSDL?    stackoverflow.com

I am trying to use SVCUTIL from the SDK to generate the common types in several web services. When I try to generate code I get the errors (shown at the ...





10. Generate a WSDL from a dll?    stackoverflow.com

Is it possible to generate a WSDL from a .NET ASMX-based web application without hosting it in IIS? Ideally, I'd like to point svcutil.exe (or wsdl.exe?) to the dll and ...