Go back to using Java2WSDL again
commit23bf90a24686af136dd19100421442e9dcff53e8
authorJonas Fonseca <fonseca@diku.dk>
Tue, 3 Jul 2007 23:51:00 +0000 (4 01:51 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Tue, 17 Jul 2007 12:27:33 +0000 (17 14:27 +0200)
tree16f0090469c4c1857b6c452ecb176845c9ee7ee9
parentcb28aa7efd072028ca28f1fb0bd31ef5b30047e9
Go back to using Java2WSDL again

This reverts the changes to use SimpleAxisServer in favor of (again)
using the Java2WSDL program locally. The main reason for using the more
complex SimpleAxisServer "approach" was that before classes in the util
package was moved to the motedata package it ended up in the namespace:
"http://util". This is no longer a problem and the differences in the
generated WSDL documents are minimal:

  diff -bBur build-axis/wsdl/authentication.wsdl build-java2wsdl/wsdl/authentication.wsdl
  --- build-axis/wsdl/authentication.wsdl 2007-07-04 01:58:05.000000000 +0200
  +++ build-java2wsdl/wsdl/authentication.wsdl    2007-07-04 02:03:39.000000000 +0200
  @@ -1,3 +1,4 @@
  +<?xml version="1.0" encoding="UTF-8"?>
   <wsdl:definitions targetNamespace="authentication.remote.distlab.diku" ...>
   <!--WSDL created by Apache Axis version: 1.4
   Built on Mar 01, 2007 (08:51:19 GMT)-->
  @@ -7,8 +8,8 @@
      <complexType name="Credential">
       <sequence>
        <element name="hideValue" type="xsd:boolean"/>
  -     <element name="label" nillable="true" type="xsd:string"/>
  -     <element name="value" nillable="true" type="xsd:string"/>
  +     <element name="label" nillable="true" type="soapenc:string"/>
  +     <element name="value" nillable="true" type="soapenc:string"/>
  ...
Makefile