svcutil.exe
troubles with generating a service reference
I have to build a .Net application that consumes a bunch of web service. This web service runs under weblogic. The WSDL of the web services mention a XSD file that describes the types.[详细]
2023-02-21 04:03 分类:问答Create flattened WSDL using svcutil for wcf 4
I need to create a wsdl without the extras xsd files as external files, but have them all inside a single file. I need this because they will be imported by Delphi\'s WSDL importer, that is quite out-[详细]
2023-02-21 02:26 分类:问答SvcUtil generates "Order" Named Parameter for xsd:all complexcontent
Here is my dilemma, the svcutil command still generates Order Named parameter for complex content who are marked as xsd:all.[详细]
2023-02-18 16:34 分类:问答Class names generated using Svcutil giving a problem
I\'m trying to generate a proxy in the Presentation layer from the Business Layer service.. My problem is I\'ve two classes with the same name being exposed, though in different namespaces.[详细]
2023-02-17 00:55 分类:问答Do i have to include xml namespaces in the svcutil.exe command?
I need to create a proxy class so i can communicate with a Java web service (which i have no control over).[详细]
2023-02-14 19:50 分类:问答Creating shared data transfer classes generated by svcutil /datacontractonly and used in WCF web programming model
I am creating a set of Web Services which share some common xml defined data elements. I want to separate these entities into a common schema, service 1 specific schema, service 2 specific schema etc.[详细]
2023-02-13 22:57 分类:问答svcutil ignores WS-Trust Claims
Scenario: I am writing a WCF client to access a Java/Metro webservice which requires authentication through a token obtained from an STS (also Java/Metro). The relevant policy snippet from the service[详细]
2023-02-12 03:45 分类:问答why is proxy code Generated by svctuil so small?
I\'m using svcutil to generate proxy code for the following web service endpoint which follows the OGC CSW 2.0.2 (07-006r1) standard for catalog services.[详细]
2023-02-10 10:00 分类:问答svcutil not generate the complextype which wrap an array of another type with /xmlserializer sometimes
I have a declared element \"RecordRefSet\" in the basetypes XSD; it is a container element for \"RecordRef\" elements. The \"RecordRefSet\" element is referenced in various places in a set of WSDL.[详细]
2023-02-10 09:37 分类:问答How to determine what schema files (xsd) to include on my svcutil command line?
Using svcutil, I\'m trying to generate a proxy class for a web service endpoint which follows the OGC CSW 2.0.2 (07-006r1) standard for catalog services.[详细]
2023-02-10 05:03 分类:问答