1 Reply Latest reply on Apr 10, 2006 5:58 PM by thomas.diesler

    wscompile or Java2WSDL

    zoharat

      Hi,
      I have been researching on web services. Looking into interoperability between Java and .NET. I want to develop the web services in Java and they should also work with .NET.

      Could someone guide me with this.

      -Which tool is best to generate the WSDL file , wscompile or Java2WSDL ? ( I have used wscompile)

      -Which encoding is to be used ? ( I want to send collection objects back and forth)

      -Simple int datatype would throw an exception for a client generated using WSDL2Java, NumberFormat Exceptions.

      -Thanks