You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by iksrazal <ik...@gmail.com> on 2006/01/18 16:28:50 UTC

Re: WSDL2Java fails on simpletype

The 'free as in beer' soa editor from cape clear shows several warnings. Try 
fixing those and see what happens. 

HTH,
iksrazal
http://www.braziloutsource.com/

Em Quarta 18 Janeiro 2006 13:52, o Gaël Pouzerate escreveu:
> <?xml version="1.0" encoding="UTF-8"?>
> <definitions
>  xmlns:tns="http://dmp" xmlns="http://schemas.xmlsoap.org/wsdl/"
>  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
>  xmlns:ns2="http://dmp/search/types"
>  name="DmpEndpoint"
>  targetNamespace="http://dmp">
>   <types>
>     <schema
>         xmlns:tns="http://dmp/search/types"
>         xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"
>         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
>         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>         xmlns="http://www.w3.org/2001/XMLSchema"
>         targetNamespace="http://dmp/search/types">
>       <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
>       <simpleType name="sexType">
>         <restriction base="xsd:int">
>           <enumeration value="0"/>
>         </restriction>
>       </simpleType>
>       <simpleType name="deathType">
>         <restriction base="xsd:int">
>           <enumeration value="0"/>
>         </restriction>
>       </simpleType>
>     </schema>
>   </types>
> </definitions>

--