I don't understand. I've used a WSDL 1 in order to generate the server and
client. The file is (WSDL 1):
<wsdl:definitions name="LicenceManager"
targetNamespace="http://www.grupmicros.com/LicenceManager/"
xmlns:tns="http://www.grupmicros.com/LicenceManager/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:message name="CreateLicenceRequest">
<wsdl:part name="mac" type="xsd:string">
</wsdl:part>
<wsdl:part name="proc_id" type="xsd:string">
</wsdl:part>
<wsdl:part name="wind_id" type="xsd:string">
</wsdl:part>
<wsdl:part name="client" type="xsd:string">
</wsdl:part>
</wsdl:message>
<wsdl:message name="CreateLicenceResponse">
<wsdl:part name="licence" type="xsd:base64Binary">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="LicenceManagerPortType">
<wsdl:operation name="CreateLicence">
<wsdl:input message="tns:CreateLicenceRequest">
</wsdl:input>
<wsdl:output message="tns:CreateLicenceResponse">
</wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="LicenceManagerHTTPBinding"
type="tns:LicenceManagerPortType">
<http:binding verb="POST"/>
<wsdl:operation name="CreateLicence">
<http:operation location="/CreateLicence"/>
<wsdl:input>
<mime:content type="application/x-www-form-urlencoded"/>
</wsdl:input>
<wsdl:output>
<mime:content type="text/xml"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="LicenceManager">
<wsdl:documentation>Web Service for managing GmSoft software
licences</wsdl:documentation>
<wsdl:port name="LicenceManagerHTTP"
binding="tns:LicenceManagerHTTPBinding">
<http:address
location="http://192.168.1.2:8080/axis2/services/LicenceManager"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
--
View this message in context:
http://www.nabble.com/Unexpected-subelement-tp17979173p18023937.html
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]