I'm looking at the JAX-RPC spec XML Schema support table. Does Axis
support now, or will it optionally support the <xsd:list> schema type?

------------------------------
List Type <xsd:list> 

<xsd:simpleType
name="listOfMyIntType">
<xsd:list itemType="myInteger"/>
</xsd:simpleType>

<listOfMyInt>20003 15037 95977
95945</listOfMyInt>

Optional
------------------------------

I assume that all the specified required Schema types are supported.
What is the policy for supporting the optional ones?

cheers,
        Simon

-----Original Message-----
From: Simon McClenahan 
Sent: Tuesday, March 26, 2002 3:45 PM
To: [EMAIL PROTECTED]
Subject: RE: wsdl2java works with all XMLSchema?


Will Axis eventually support Schema types or facets not specified in
JAX-RPC? For instance, unsigned or positive data types don't seem like
an unreasonable request to me. If I can't modify the WSDL, I would have
to write my own serializer/deserializer? What is involved with that?

cheers,
        Simon

-----Original Message-----
From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 15, 2002 1:47 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: wsdl2java works with all XMLSchema?


1) WSDL2Java does not support most facets.  There is no support for
minInclusive.
2) We don't support this version of the "id" attribute.  What do you
think
it should do ?
3) To construct your own myPositiveInteger, create a complexType that
extends an xsd:int.

Rich Scheuerle
XML & Web Services Development
512-838-5115  (IBM TL 678-5115)


 

                      "Michael Tang"

                      <ntang99@hotmail.        To:
<[EMAIL PROTECTED]>                                         
                      com>                     cc:

                                               Subject:  Re: wsdl2java
works with all XMLSchema?                            
                      03/15/2002 01:40

                      PM

                      Please respond to

                      axis-user

 

 




thanks.

But even if I use:
    <simpleType name="myPostiveInteger" id="myPostiveInteger">
        <restriction base="xsd:int">
            <minInclusive value="0"/>
        </restriction>
    </simpleType>
to define my own positive integer, the tool would not create the
MyPostiveInteger class even though the created code does refer to the
class. Maybe this is a known bug?

-Michael



 ----- Original Message -----
 From: R J Scheuerle Jr
 Sent: Friday, March 15, 2002 11:14 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: wsdl2java works with all XMLSchema?

 Axis does not support all of the XMLSchema primitives.  It supports the
 ones explicitly listed in JSR 101.
 You should change your schema to use xsd:int.

 Rich Scheuerle
 XML & Web Services Development
 512-838-5115  (IBM TL 678-5115)



                       "Michael Tang"
                       <ntang99@hotmail.        To:
 <[EMAIL PROTECTED]>
                       com>                     cc:
                                                Subject:  wsdl2java
works
 with all XMLSchema?
                       03/15/2002 12:56
                       PM
                       Please respond to
                       axis-user





 I run into problem with wsdl2java when I used positiveInteger from the
 http://www.w3.org/2000/10/XMLSchema in my wsdl file. What is the
 compatibility of this tool with different XMLSchema?

 thanks,

 -michael

 Get more from the Web. FREE MSN Explorer download :
 http://explorer.msn.com



Get more from the Web. FREE MSN Explorer download :
http://explorer.msn.com


Reply via email to