Search |
||
JAXB and WCF Databinding InteoperabilityPosted by sekhar on September 22, 2006 at 11:50 AM PDT
JAXB is one of the building blocks for WSIT. WSIT builds upon JAX-WS (see WSIT tutorial ). And JAX-WS in turn delegates databinding to JAXB. Thus, JAXB provides databinding support when developing interoperable Java clients and service providers that interoperate with Microsoft .NET clients and services providers.
Since WSIT builds upon JAXB, you can use the existing JAXB 2.0 programming model (for most part) when developing JAX-WS web services and clients. Thus, for example, you can:
We are working on adding more information related to databinding interoperablity in the next version of WSIT tutorial . To try out JAXB in WSIT, download the WSIT binary ( WSIT Milestone 2 Released ) . The JAXB version in the WSIT binary includes fixes to issues/bugs uncovered by the databinding interoperability testing between WCF XML serialization mechanisms and JAXB. Let us know your feedback at dev@wsit.dev.java.net or Web Services Interoperability Technology Forum . »
Related Topics >>
Java Web Services and XML Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|