aspose file tools
The moose likes Web Services and the fly likes Create WebService from JAXB Classes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Create WebService from JAXB Classes" Watch "Create WebService from JAXB Classes" New topic
Author

Create WebService from JAXB Classes

sudha swami
Ranch Hand

Joined: Apr 24, 2007
Posts: 177
Hi,
Is there any way to create the webservice from the JAXB Classes.
regards
sudha
Peer Reynders
Bartender

Joined: Aug 19, 2005
Posts: 2906
That was originally the idea with the Java Binder Strategy in the Web Service Broker where the JAXB classes are used for the XML/Java object conversion between the servlet and business service.

You may be able to use JAXB classes within the web service but it's unlikely that you would build a web service using JAXB alone.

A J2EE 1.4 (JWSDP 1.x) example is shown here.

See also this topic.


"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Create WebService from JAXB Classes
 
Similar Threads
how to convert one string to JAXBElement
Generalized Parsing for SOAP Response
JAXB
Help: Creating web service proxy using JAXB generated domains
Converting a DTO object to an XML File