Hi all,

I have s imple web services which echoes an inputted integer value.
This is the schema axis2 generates:

Axis2 1.2
- <#> <xs:element name="*echoInteger*">
 - <#>    <xs:complexType>
 - <#>       <xs:sequence>
                <xs:element name="*inputInteger*" nillable="*true*" type="*
xs:int*" />
     </xs:sequence>
  </xs:complexType>
</xs:element>

Axis2 1.3-SNAPSHOT

<xs:element name="*echoInteger*">
-<?view=page&name=htmlcompose&ver=1chdyj2lqwlxk#>
<xs:complexType>
 - <?view=page&name=htmlcompose&ver=1chdyj2lqwlxk#>       <xs:sequence>
                <xs:element minOccurs="0" name="*inputInteger*" nillable="*
true*" type="*xs:int*" />
     </xs:sequence>
  </xs:complexType>
</xs:element>

Are the nillable attribute and the minOccurs attribute needed in the case of
simple datatypes

Regards, Vasil

-- 
Vasil Benov,
Mobile: +359(0)889/202682
@-mail: benovv at gmail dot com
ICQ: 140269988

GPG Fingerprint: 2CDC 5DA0 4C0A 7C06 5259  DE12 ACF3 177C 8906 0908
Public Key URL:
    *) http://random.sks.keyserver.penguin.de/

Reply via email to