[jbossws-issues] [JBoss JIRA] Updated: (JBWS-985) Array property type generated twice

Thomas Diesler (JIRA) jira-events at jboss.com
Thu Nov 9 19:38:45 EST 2006


     [ http://jira.jboss.com/jira/browse/JBWS-985?page=all ]

Thomas Diesler updated JBWS-985:
--------------------------------

    Fix Version/s: jbossws-1.0.6
                       (was: jbossws-1.0.5)

If this issue has been rescheduled to 1.0.6 it is because we currently focus 80% of our effort on JAXWS. If need a particular feature or bugfix to be included in 1.0.5 you are welcome to get involved and contribute.

> Array property type generated twice
> -----------------------------------
>
>                 Key: JBWS-985
>                 URL: http://jira.jboss.com/jira/browse/JBWS-985
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: wstools
>    Affects Versions:  jbossws-1.0.1
>            Reporter: Thomas Diesler
>             Fix For: jbossws-1.0.6
>
>
>     @WebMethod
>     public RUCASConnectResponse RUCASConnect(
>             AppInfo appInfo,
>             LoginMethod[] loginMethods,
>             CryptMethod[] cryptMethods
>             )
>     {
>          return null;
>     }
> 	
> Code:
> <definitions name='SessionManagementService' targetNamespace='http://com.roshka.services/myapplicatio
> n/' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='http://security.beans.rucas.set.gov.py/jaws'
>  xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://com.roshka.services/myapplicat
> ion/' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
>  <types>
>   <schema elementFormDefault='qualified' targetNamespace='http://com.roshka.services/myapplication/' xm
> lns='http://www.w3.org/2001/XMLSchema' xmlns:ns2='http://www.w3.org/2001/XMLSchema' xmlns:ns3='http:
> //security.beans.rucas.set.gov.py/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/'
>  xmlns:tns='http://com.roshka.services/myapplication/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-i
> nstance'>
>    <import namespace='http://security.beans.rucas.set.gov.py/jaws'/>
>    <import namespace='http://www.w3.org/2001/XMLSchema'/>
>    <complexType name='AppInfo'>
>     <sequence>
>      <element name='language' nillable='true' type='string'/>
>      <element name='name' nillable='true' type='string'/>
>      <element name='uuid' nillable='true' type='string'/>
>      <element name='version' nillable='true' type='string'/>
>     </sequence>
>    </complexType>
>    <complexType name='ClientSystem'>
>     <sequence>
>      <element name='id' nillable='true' type='int'/>
>      <element name='name' nillable='true' type='string'/>
>      <element name='password' nillable='true' type='base64Binary'/>
>     </sequence>
>    </complexType>
>    <complexType name='CryptMethod'>
>     <sequence>
>      <element name='code' nillable='true' type='string'/>
>      <element name='name' nillable='true' type='string'/>
>      <element name='version' nillable='true' type='string'/>
>     </sequence>
>    </complexType>
>    <complexType name='CryptMethod.Array'>
>     <sequence>
>      <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns3:CryptMethod'/>
>     </sequence>
>    </complexType>
>    <complexType name='LoginMethod'>
>     <sequence>
>      <element name='code' nillable='true' type='string'/>
>      <element name='name' nillable='true' type='string'/>
>      <element name='version' nillable='true' type='string'/>
>     </sequence>
>    </complexType>
>    <complexType name='LoginMethod.Array'>
>     <sequence>
>      <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns3:LoginMethod'/>
>     </sequence>
>    </complexType>
>    <complexType name='RUCASConnectResponse'>
>     <sequence>
>      <element name='cryptMethod' nillable='true' type='ns3:CryptMethod'/>
>      <element name='loginMethod' nillable='true' type='ns3:LoginMethod'/>
>      <element name='temporarySessionId' nillable='true' type='string'/>
>     </sequence>
>    </complexType>
>    <complexType name='RUCASLoginResponse'>
>     <sequence>
>      <element name='permanentSessionId' nillable='true' type='string'/>
>      <element name='success' nillable='true' type='boolean'/>
>     </sequence>
>    </complexType>
>   </schema>
>   <schema elementFormDefault='qualified' targetNamespace='http://security.beans.rucas.set.gov.py/jaws' 
> xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='http://com.roshka.services/myapplication/' xmlns
> :ns2='http://www.w3.org/2001/XMLSchema' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/'
>  xmlns:tns='http://security.beans.rucas.set.gov.py/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema
> -instance'>
>    <import namespace='http://com.roshka.services/myapplication/'/>
>    <import namespace='http://www.w3.org/2001/XMLSchema'/>
>    <complexType name='CryptMethod'>
>     <sequence>
>      <element name='code' nillable='true' type='string'/>
>      <element name='name' nillable='true' type='string'/>
>      <element name='version' nillable='true' type='string'/>
>     </sequence>
>    </complexType>
>    <complexType name='LoginMethod'>
>     <sequence>
>      <element name='code' nillable='true' type='string'/>
>      <element name='name' nillable='true' type='string'/>
>      <element name='version' nillable='true' type='string'/>
>     </sequence>
>    </complexType>
>   </schema>
>  </types>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list