@Arjan Tijms
JAX-WS Java 5.0, J2EE5.0
JAX-RPC J2EE 1.4 J2EE 5.0.
JAX-RPC , , , , javax.xml.soap.SOAPElement.
JAX-WS JAXB, promises XML, , XSD XSD, , XML .
Webservice , JAX-RPC, , , Jax-WS .
The common thing is that both are confusing when used with J2EE 5.0, JavaEE 6.x. Better Jax-RS or Jersey for new implementations and redesigns. or you can continue to work with JAX-RPC or JAX-WS.
JavaEE7.0 promises is a new easy, developer-friendly and tester approach for RESTful web services.
The Java XML Binding Architecture (JAXB) is an XML-to-Java binding technology that simplifies web service development by incorporating transformations between a schema and Java objects and between XML instance documents and Java object instances.
source
share