| 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
|
 |
 |
|
|
subject: Create WebService from JAXB Classes
|
|
|