.net « wsdl « Java Enterprise Q&A





1. WSDL.exe download    stackoverflow.com

I recently heart from WSDL.Exe, but did not find a download link. Anybody know the link?

2. Adding .net Webservice references    stackoverflow.com

I'm getting near completely different objects from the same WSDL file when I try to Add a Web Reference depending if I am using Express or Pro version of the vs2008 ...

3. Best way to reverse-engineer a web service interface from a WSDL file?    stackoverflow.com

I've inherited a WSDL file for a web service on a system that I don't have access to for development and testing. I need to generate a web service that adheres to ...

4. What is the best way to connect to a DotNet web service from java?    stackoverflow.com

We have a dotnet web service that a java using customer wants to connect to. What is the best technology for them to use? Axis or Metro, or something ...

5. wsdl.exe /sharetypes    stackoverflow.com

I'm working with multiple third party webservices (from the same vendor) that appear to be using the same object structure server side. One of the services allows me to query ...

6. Consuming Web Services - going from a Manual method to an automatic one using third party provided WSDL    stackoverflow.com

A bit long, but, shorter than the first draft :) We have a small VB.net application that basically pulls information from our dBase and then exports this information to an .xls file. ...

7. How to make WSDL.exe NOT generate the XxxAsync methods (I still want Begin/EndXxx)    stackoverflow.com

Does anyone know how to do this?

8. Problems consuming a Java/AXIS web service in a .Net Application    stackoverflow.com

I have to consume a Web Service that is written in Java by a 3rd party, generated with Axis I guess. I'm using .Net Framework 3.5 SP1 and VS 2008. I've made ...

9. wsdl: type * not declared    stackoverflow.com

It seems that the nested element with a custom defined type doesn't work in visual studio 2008. I have the following wsdl file:

<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
 xmlns:ns1="http://org.apache.axis2/xsd"
 xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
 xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:ns0="http://processmaker.com"
 xmlns:xs="http://www.w3.org/2001/XMLSchema"
 xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
 xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
 ...





10. Using dashed webservice methods names in .net    stackoverflow.com

Im trying to use a cgi web service. The Web Service method names contains dashes and wsdl.exe removes them in generated proxy class. Trying to use the proxy class web service ...

11. Does VisualBasic support WSDL2.0?    stackoverflow.com

I'm developing a new SOA system right now, and would like to use WSDL2.0, but I heard some clients are still connect using VisualBasic and WSDL1.1 (mostly from excel sheets and ...

12. Can I omit 'parameterOrder' attribute in WSDL file?    stackoverflow.com

WSDL snippet:

<wsdl:portType name="ITS-ActivityObj">
<wsdl:operation name="addActivity" parameterOrder="pc_SlsmnCode pc_FollowDate pc_ActSrc pc_InXML pl_GetRSXML pc_FieldList pl_WriteXSD pl_MinSchema pc_RSXML pc_batchCount pc_errMsg">
  <wsdl:input message="tns:ITS-Activity_addActivity"/>
  <wsdl:output message="tns:ITS-Activity_addActivityResponse"/>
  <wsdl:fault name="ITS-ActivityFault" message="tns:FaultDetailMessage"/>
</wsdl:operation>
I'm using .NET env. I seems omit ...

13. Using Java Webservice in .NET    stackoverflow.com

I am working on integrating a .NET application with a Servlet based Java application called Hermes2 (H2O). The Java application exposes several Web services, and I am trying to create Web ...

14. How to Compare Two WSDL Documents?    stackoverflow.com

I'm trying to build a tool that can compare two WSDLs and their associated xsds to be able to automatically detect changes in a web service contract. Are there any tools ...

15. Retrieve MySQL data with webservice to create FTP Folder and user/pass?    stackoverflow.com

I need to create something that will retrieve new Users from a VTiger CRM and create a FTP folder and user/pass on another server. SERV-A: VTiger CRM, powered by MYSQL. With WSDL ...

16. generate WSDL from java WS    stackoverflow.com

Given a public SOAP web service and no WSDL, I need to build a .NET client that can communicate with this service. I'm a .NET dev looking for a simple ...





17. Calling .net Webservice from Java using WSDL    stackoverflow.com

I am trying to call webservice in .net using it's wsdl from Java. I am trying to create Client stub using Apache Axis 2 in eclipse Galileo SR2. Same exception with Netbean 6.9. I ...

18. WSDL Generation and interfaces for testability    stackoverflow.com

I have a webservice that I want to Consume in my application. Too be able to test the other parts of the application I have built an Interface that allows ...

19. WSDL Xmlns change    stackoverflow.com

I have a .NET 4.0 web service which has an targetNamespace of "http://tempuri.org" when the WSDL is generated. A client is sending me a SOAP envelope with the xmlns set to ...

20. I imported a WSDL, now what?    stackoverflow.com

Web service newbie... Please bear with me. I was given a WSDL file to import into my vb .NET project. I understand that this is a contract which is supposed ...

21. wsdl /sharetypes in Mono 2.8    stackoverflow.com

I'm having an issue using wsdl /sharetypes in Mono 2.8 I always get the following error: Error: Could not find file "/sharetypes". When I run wsdl, I also notice that there isn't a sharetypes ...

22. Null reference error when assigning a value into custom type array via WSDL    stackoverflow.com

I have a WSDL: http://kinkom.dk/WCFAPP/SI_CreateSM_OB_7.wsdl (I have changed address location). My code is for accessing data from SAP via WSDL; bind that to .NET control as well as sending ...

23. Another .Net consuming a Java WSDL question    stackoverflow.com

This may have already been answered and I just can't find it so feel free to point if needed. I have a JAVA WSDL endpoint that I can successfully use to generate ...

24. difference in classes generated for a wsdl file in .net and java    stackoverflow.com

i am trying to develop a client application (both in java and .net) using a wsdl file. The problem scenario is that: in .net the classes generated by adding wsdl is different to ...

25. How to inlcude wsdl files into the project?    stackoverflow.com

I am writing a wcf application.During a Visual Studio build, I need to include wsdl files into the project. Does anyone know how to do it ? I know disco.exe is ...

26. How to send log on parameters to get wsdl    stackoverflow.com

I have url of my wsdl file which opens in browser by giving username and password.How can i provide username and password to that wsdl pragmatically to get that wsdl in ...

27. Can I call method from wsdl?    stackoverflow.com

Is it possible to call method from wsdl.if yes how it can be achieved.Can i get web service name from wsdl? Thanks

28. Java WSDL used by .NET    coderanch.com

The url of the request is something you can control from the client. Generally for classic web services the personId should not be in the url but inside the HTTP body. If you are doing something like a web service over GET then I'm not sure the .Net client can handle it directly, maybe you can just send HTTP requests from ...

29. wsimport failure with .NET 2.0 wsdl    coderanch.com

I am having difficulty compiling a .NET 2.0 generated wsdl file with 1.6.0_22 wsimport. The project goal is to create a client for an existing external web service. The provided wsdl file can be successfully imported with .Net or SOAPUI. I am trying to figure out a modification that would allow compilation with wsimport. I reduced the original wsdl down to ...