In xmlbeans xsd:anyType maps to XmlObject, which is the most basic
class in xmlbeans.
This is the class hierarchy that xmlbeans maps:

http://xmlbeans.apache.org/docs/2.0.0/guide/conXMLBeansSupportBuiltInSchemaTypes.html

On 3/29/07, Xinjun Chen <[EMAIL PROTECTED]> wrote:
Hi Jose,

Could you kindly share how XMLBean handles xsd:anyType?
Thanks.


On 3/26/07, José Antonio Sánchez <[EMAIL PROTECTED]> wrote:
> Not exactly. Xmlbeans can generate classes for every possible schema
> automatically. JiBX only generates both classes and mapping
> description for a limited set of schemas (for example, no xsd:anyType
> is allowed). For that schemas you have to define the mapping manually.
>
> On 3/26/07, Josh <[EMAIL PROTECTED] > wrote:
> > Just for my own knowledge, is this a true statement?: "This is because
> > XMLBeans implementation can understand all the XSD (i.e. schema)
> > constructs."  Does JiBX have mapping limitations?
> >
> > Regards,
> >
> > Joshua
> >
> >
> >
> > On 3/26/07, Nilesh Ghorpade <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >
> > > Hi,
> > >
> > > As per my understanding AXIS 2 uses AXIOM API's internally for any XML
> > related activities. Hence as you have mentioned that you are confused to
> > choose between POJO, AXIOM, JIBX, ADB or XMLBeans, the AXIOM is an
invalid
> > option here.
> > >
> > > Secondly in AXIS 2 you can create web services using either the Spring
> > Framework or POJO.
> > >
> > > JiBX, XMLBeans and ADB are more related to the data binding frameworks
> > which AXIS 2 supports. Hence it depends on your schema on which data
binding
> > framework you would want to select. As per my knowledge XMLBeans is the
best
> > when it comes to complex schemas. This is because XMLBeans
implementation
> > can understand all the XSD ( i.e. schema) constructs.
> > >
> > > To answer your second question, the answer is YES. If you want to use
the
> > wsdl2java command from AXIS2 for generating your stubs and skeletons you
> > will need the WSDL. Generating a WSDL is also not a diccficult task. YOu
can
> > have your SEI defined i.e. the Service Endpoint Interface with all the
> > method signatures which you want to expose as web service operations. On
> > executing the java2wsdl command from AXIS2 you would be able to get the
> > WSDL. And using this WSDL you can generate the remaining artifacts of
your
> > web service. WSDL is nothing but an interface and hence even if you have
> > defined an interface in Java, you can generate a WSDL from it.
> > >
> > >
> > > Hope that answers your queries.
> > >
> > >
> > > Regards
> > >
> > > Niles
> > >
> > > ----- Original Message ----
> > > From: Martin Gainty < [EMAIL PROTECTED]>
> > > To: [email protected]
> > >
> > > Sent: Monday, March 26, 2007 3:15:01 AM
> > > Subject: Re: [Axis2] AXIOM or JBIX
> > >
> > >
> > > Anil-
> > >
> > > I found this whitepaper quite informative
> > > SAX2 processes fastest..with DOM bein
> > >
> >
http://www.mail-archive.com/[email protected]/msg01044.html
> > >
> > > FWIW,
> > > M--
> > >
> >
---------------------------------------------------------------------------
> > > This e-mail message (including attachments, if any) is intended for
the
> > use of the individual or entity to which it is addressed and may contain
> > information that is privileged, proprietary , confidential and exempt
from
> > disclosure. If you are not the intended recipient, you are notified that
any
> > dissemination, distribution or copying of this communication is strictly
> > prohibited.
> > >
> >
---------------------------------------------------------------------------
> > > Le présent message électronique (y compris les pièces qui y sont
annexées,
> > le cas échéant) s'adresse au destinataire indiqué et peut contenir des
> > renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le
> > destinataire de ce document, nous vous signalons qu'il est strictement
> > interdit de le diffuser, de le distribuer ou de le reproduire.
> > > ----- Original Message -----
> > > From: "Anil" <[EMAIL PROTECTED]>
> > > To: < [email protected]>
> > > Sent: Sunday, March 25, 2007 4:37 PM
> > > Subject: [Axis2] AXIOM or JBIX
> > >
> > >
> > > > Hi,
> > > >
> > > > I'm new to Axis2, what is the criteria to choose
> > > > between POJO, AXIOM, JIBX, ADB or XMLBeans. How do we
> > > > decide architecture wise.
> > > >
> > > > My second question is, is wsdl file mandatory to
> > > > create stub and skeleton interfaces or can we use just
> > > > skeleton file to create wsdl file.
> > > >
> > > > Thanks.
> > > >
> > > >
> > > >
> > > >
> >
____________________________________________________________________________________
> > > > Bored stiff? Loosen up...
> > > > Download and play hundreds of games for free on Yahoo! Games.
> > > > http://games.yahoo.com/games/front
> > > >
> > > >
> >
---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > > ________________________________
> >  TV dinner still cooling?
> > > Check out "Tonight's Picks" on Yahoo! TV.
> >
> >
>
>
> --
> Saludos.
> José Antonio Sánchez
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
[EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




--
Saludos.
José Antonio Sánchez

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to