Visual Studio « wsdl « Java Enterprise Q&A





1. Generate a WSDL without a webserver    stackoverflow.com

I would like to generate a WSDL file from a c++ atl webservice without using a web server. I would like to generate it as part of the visual studio ...

2. Visual Studio's wsdl.exe can't find some info in my schema. Not sure if this is an error    stackoverflow.com

When I use wsdl.exe to create a client from my wsdl, it finishes O.K., but inserts the following comment in the file: // CODEGEN: Parameter 'VerificationData' requires additional schema information that cannot ...

3. Problem with WSDL generated from Generic Service Contract in VS 2008    stackoverflow.com

[Edit] I figured out a way to make it work, comments in the code. I have dozens, and will soon have hundreds of workflows with the following contract:

[ServiceContract(Namespace = "http://schema.company.com/messages/")]
public interface IBasicContract<TRequest, ...

4. SVCUtil or WSDL batch processing    stackoverflow.com

I was given a set of 170 WSDL files which I need to convert to C# class files. Is there any way to batch process this?

5. Visual Studio 2008 imports WSDL with wrong data type    stackoverflow.com

I'm trying to use a web service and thus added a web service reference to my project using the service's WSDL service description. All is well, there were no error message, ...

6. How can I get started using a WSDL file with Visual Studio it's in the root of the project instead of being hosted on the internet somewhere    stackoverflow.com

I've been tasked when integrating a web form into Oracle CRM on Demand (Siebel) using web services. I've been given the WSDL, and some high level documentation from Oracle. Well, I ...

7. SOAP and WSDL in webservice    stackoverflow.com

I am a beginner to webservice concepts. Now I know how to deploy webservice in IIS. I checked the webservice URL There I can see SOAP protocol contents and WSDL (after url ...

8. VS 2008 wsdl tool converting xsd:positiveInteger to string    stackoverflow.com

I have a web service written in C++ using gSoap. One of the methods of the webservice is

int HS__TBusinessComponentGetContents( xsd__positiveInteger pSession, 
xsd__positiveInteger pComponentType, 
xsd__string pPath, 
xsd__string pFilter, 
xsd__string pChangedAfter, 
xsd__positiveInteger pFlags,
xsd__string ...

9. Visual Studio does not generate app.config content when "add service reference"    stackoverflow.com

When I add a web service by using "add service reference" in the console app, the app.config does not generate the configuration. How do I generate this app.config with a specific ...





10. Make Visual Studios "Add Service Reference" Feature use an existing Class    stackoverflow.com

When I add a service reference to my Visual Studio 2010 C# project, a new class for one of the types defined in the WSDL will be generated. A de-facto equivalent ...

11. Where does Visual Studio generate the wsdl file?    stackoverflow.com

Isn't visual studio supposed to automatically generate this file for each webservice creation ? If yes why can't I see it anywhere in project directory ?

12. How do I add a WSDL to a Visual Studio 2005 project?    stackoverflow.com

One of our vendors provides a web service API to allow their customers to validate data in a database. As part of their SDK, they provide a WSDL (Web Service ...

13. Dynamic WSDL Location in .NET    stackoverflow.com

I am building a C# application that is consuming a WSDL that is hosted by a server on our network. When I use the "Add Web Reference" functionality of Visual ...

14. Visual Studio 2010: adding a service reference to a 2008 generated wsdl    stackoverflow.com

Doesn't produce a app.config . In my team there is a guy who has Visual Studio 2008, he created a webservice. Then there is me, adding this webservice to a console project. Adding ...

15. How do I create a Web Service in Visual Studio.NET using a WSDL file?    stackoverflow.com

I'm trying to use a WSDL Top Down approach to create a Web Service in Visual Studio 2010. I used Eclipse's WSDL GUI Editor to generate a WSDL file (CalculatorWSDL.wsdl) which uses ...

16. Why is an XSD element of type s:date becoming a string when generating a Service Reference?    stackoverflow.com

I'm trying to create a new Service Reference from a WSDL and all of the properties I expect to be DateTimes are instead strings. For example, this xsd definition for Contact:

<s:complexType name="Contact">
 ...





17. How to access web service on port other than 80 in vs2008/2010    stackoverflow.com

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 ...

18. Visual Studio/.NET: Added Java-based web service reference using wsdl but can't find it    stackoverflow.com

I am trying to add a java-based web service reference to my .NET project using a WSDL generated by it, but every time I have added it, I cannot find it ...

19. Can't add .wsdl in Visual Studio 2010    stackoverflow.com

Can't seem to add this web service in visual studio 2010 - what happens is : C:>wsdl [http://opensearch.addi.dk/1.0/opensearch.wsdl] Error: Unable to import binding 'osSearchServiceSoapBinding' from namespace 'htt p://oss.dbc.dk/ns/opensearch_wsdl'. - Unable to import operation ...

20. Create web service in Visual Studio from a WSDL file    stackoverflow.com

My application needs to talk to a web service that hasn't got an online WSDL definition. The developers however supplied me with a WSDL file. With a public WSDL Visual Studio can ...

21. remove all 1.2 soap reference from a WSDL generated by Visual Studio 2005    stackoverflow.com

I want to remove all Soap 1.2 references from the WSDL. I add to the web.config the following tags:

<system.web>
      <webServices>
   <protocols>
     ...

22. SOAP Web Service / VS2010 Add Service Reference    stackoverflow.com

I am having problems gaining access to a clients web service online. If I have the wsdl file, can I do "something" in VS2010 with it so I can add it as ...

23. Why can't I generate client code from this WSDL file in Visual Studio?    stackoverflow.com

I'm trying to code a .NET client for the cleverreach API ( WSDL file: http://api.cleverreach.com/soap/interface_v4.php?wsdl , documentation at http://api.cleverreach.com/soap/interface_v4.php ) in Visual Studio 2010. The problem is that ...

24. Visual Studio ignores java webservice namespace    stackoverflow.com

I use a client's java web service from .NET, but when I run the code generator for the WSDL, I have to manually edit Reference.cs to use the correct namespaces for ...

25. Cannot consume WSDL in VS2010    stackoverflow.com

I am trying to consume the following WSDL in VS2010 and Im running into errors which seem to be specific to the WSDL. I am adding it as a Web Service Reference, ...

26. Can't add service reference to WebService - VS 2010    stackoverflow.com

Hi
I have a problem with adding service reference to webService in VS.
I have no idea how to solve it and where is the problem (on webservice, my ISS configuration or what...) ...

27. create disco and wsdl files error message    stackoverflow.com

I am trying to create WSDL and Disco files from Visual studio command prompt. I am getting the following error message. What could be worng? I appreciate any help. Thank you.. ERROR:

28. Can VS.NET consume Java WS without generating wrapper structures?    stackoverflow.com

When defining a simple web service in Java (Eclipse) and consuming the service in Visual Studio, the generated code contains a request and response structure for each service method. The generated ...

29. How to consume a Web service in visual studio from only the wsdl    stackoverflow.com

I have a new project whereas i need to consume a webservice from the following address: http://opensearch.addi.dk/1.1/ The service is a library service for querying books etc. When i feed ...

30. Testing WSDL in Visual Studio    stackoverflow.com

We have received a WSDL from our client that we use to communicate with their service. I have made a service reference to it in our project, and had developed ...

31. Problem with enumeration when importing WSDL to Visual Studio    stackoverflow.com

I have an enumeration declared in WSDL like this

<xsd:simpleType name="KopRate">
        <xsd:annotation>
          <xsd:documentation>Information</xsd:documentation>
    ...

32. adding service reference in visual studio 2010 and add soap header    stackoverflow.com

I have been given a wsdl by a customer and need to add some information into the soap header. I added the wsdl as a service reference but am confused ...

33. C#.NET Generating web service reference using WSDL (from XML schema) problem    stackoverflow.com

I am using VS2010 and using the "add service reference" feature, to generate client classes from my WSDL. I am having a problem with one of my elements, which is defined ...

34. Code Only WCF Hosting has "localhost" in the link to the wsdl    stackoverflow.com

I have a wcf service that I am self hosting in an console app. When I run the service and deploy it to a machine (call it MyWCFRunningMachine) I can go to ...

35. Custom tool warnings when using VS2010 service reference    stackoverflow.com

I am trying to get going on using First Data's Global Gateway Web Service API. The first strange thing is that I need to download the wsdl and xsd files to ...

36. How can I generate classes from wsdl that work at design time in Visual Studio?    stackoverflow.com

I'm doing MVVM with model classes that are generated using the visual studio wizard for "Add Service Reference". I'm trying to generate some design time sample data that will appear in the ...

37. Unable to add WCF reference in VS2010, but IExplorer can see ?wsdl    stackoverflow.com

In my work PC the service works perfectly (and my solution) hosted in Win7's IIS on an Https address. When bringing this to home also using Win7 + IIS I had ...

38. WSDL giving an error in Visual Studio 2010. Array syntax incorrect?    stackoverflow.com

I have taken over support of a web application and it includes a SOAP web service. The soap server is coded in PHP using SoapServer (http://php.net/manual/en/soapserver.soapserver.php) and works correctly with PHP ...

39. Visual Studio 2010 and C# Syntax about Nullable?    stackoverflow.com

Using: Visual Studio 2010
Created: Console Application in C#
Accessing: a Java created WSDL file I am trying to figure out the syntax for productType?[] LicenseTypes as shown in the image. I was trying ...