asmx « wsdl « Java Enterprise Q&A





1. asmx wsdl string length    stackoverflow.com

I have a VB class in an .asmx file in Visual Studio 2008:

public class foo
 public bla as String
end class
It generates the wsdl value:
<s:complexType name="foo">
  <s:sequence>
    <s:element ...

2. .NET 1.1 WSDL - Unable to use IntPtr (WindowsIdentity.Token) as input param on WebMethod (ASMX Web Service)    stackoverflow.com

We're in a strange situation with a legacy winforms VB.NET 1.1 application using ASMX web services. Trying to send a user Token from a WindowsIdentity object as a parameter to a ...

3. .NET ASMX web service to use WSDL file on disk instead of auto gen?    stackoverflow.com

I've got a WSDL file created in Altova XMLSpy, that is then used in Altova Mapforce to map out a service. This is then used to create a .NET service ...

4. Fix non-standard web serverice port on contractRef and docRef    stackoverflow.com

My problem is closely related to this one: http://stackoverflow.com/questions/640641/how-can-i-use-net-web-services-from-non-standard-ports. My web service runs behind a port-forwarding firewall, so the port numbers reported in the WSDL document contain the internal ...

5. Integrating FedEx Web Services into .Net, stuck at step 1    stackoverflow.com

I'm signed up, I've downloaded sample code, I've got a WSDL...and yet I have no idea how to get this stuff into my existing .Net application. The WSDL was in ...

6. ASMX web service, external WSDLs *without* wsdl.exe    stackoverflow.com

I'm working on some legacy code, and I need an asmx to implement a particular wsdl, which is being provided to me. I would like to receive the root element ...

7. .NET Web Service: .asmx?WSDL vs .wsdl    stackoverflow.com

This is probably a stupid question. I don't know anything about Web Service but I have to work on this existing web service. What is the difference between club.asmx?wsdl vs club.wsdl ? I ...

8. Why can I access a WSDL file from a browser, but not from application?    stackoverflow.com

We've having trouble deploying a web service that works in our development environment, but not in production. Part of the problem is that our production servers are load-balanced, so to ...

9. ColdFusion Web Services wsdl elements    stackoverflow.com

I am working on an exchange of data via web services with another organization that is using ColdFusion. We will both be sending and receiving data. In the sample below, we ...





10. .NET services (ASMX) WSDL and generating Java classes?    stackoverflow.com

I have an WSDL of services written on ASP.NET and I need to generate a Java layer to talk with its services. I've tried the wsdl2java Maven plugin, but ...

11. How to modify the output when MyService.asmx?disco is called    stackoverflow.com

It is possible to use a SoapExtensionReflector to modify the output when a user calls MyService.asmx?wsdl as described in this link. Is something similar available to adjust the output of ...

12. Wsdl never updates    stackoverflow.com

No matter what I change in an asmx service in Visual Studio, the WSDL file stays always the same. Deleting methods, changing method signatures don't have any effect when I browse ...