I am using XMLBeans pretty sucessfully for the Complex Types. Steve
-----Original Message----- From: Daniel Jemiolo [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 9:29 AM To: [email protected] Subject: Re: Importing custom schemas into WSDL Hi Asaf, 2.0 does allow importing of custom schemas, and the tooling generates code (WSDL -> Java) that fits the types used in the WSDL/XSD. More details on the tooling capabilities (and what you can do with your WSDL) are in the documentation that ships with the binary distribution: /docs/2.0.0/manual/index.html#tools Custom serializers are only needed for custom complex types. You can use any data binding technology you like for this; the Muse team has added some extra support for XStream, but if you generate a type serializer with XMLBeans, it would be easy enough to hook that in as well. Adding custom serializer support is covered in the documentation as well: /docs/2.0.0/manual/architecture/deployment-descriptor.html#serializer Dan Asaf Lahav <[EMAIL PROTECTED]> wrote on 09/19/2006 05:57:31 AM: > Hi all and congratulations on the new version. > > > > Does Muse 2.0 allow importing custom schemas into the WSDL file? > > What version of xmlbeans does Muse 2.0 depends on? > > > > Thanks in advance, > > Asaf > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
