| JAX-WS (Java API for XML-based Web Services) | |
| |
|
| Web Services (JAX-WS) in Java EE 5 | | http://www.netbeans.org/kb/55/websvc-jax-ws.html | | Tutorial: "Web Services (JAX-WS) in Java EE 5," by Geertjan Wielenga, Manisha Umbarje, Martin Gerbac, Milan Kuchiak, and Radko Najman. Discusses creating a Web service, choosing a container, creating a Web server from a Java class, adding business logic to the Web service, deploying and testing the Web service, and consuming the Web service. | | |
| |
|
| Building Document-Based Web Services: Part 1 | | http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatterns/index.html | | "Patterns and Strategies for Building Document-Based Web Services: Part 1," by Sameer Tyagi. Discusses document-based interactions, formatting vs. processing strategies, using XML in the SOAP body, using String in the SOAP body, using Base64-encoded or raw bytes in the SOAP body, switch-off data binding, using the xsd:any element in WSDL, using the anyType in WSDL, using message attachments, and the architecture for asynchronous processing. | | |
|
| Strategies for Document-Based Web Services | | http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatterns3/ | | Article: "Realizing Strategies for Document-Based Web Services with JAX-WS 2.0: Part 3," by Sameer Tyagi. Discusses a comparison of various strategies, using XML in the SOAP body: starting with WSDL, using XML in the SOAP body: starting with Java code, using Base64-encoded or raw bytes in the SOAP body, switching off data binding, using the xsd:any element in WSDL, using the xsd:anyType in WSDL, and using message attachments in the SOAP message. | | |
| |
|
| JAX-RPC Evolves into JAX-WS 2.0 | | http://www.devx.com/Java/Article/30459 | | Article: "JAX-RPC Evolves into Simpler, More Powerful JAX-WS 2.0," by John J. Yates. Discusses the architecture of JAX-WS 2.0, JAX-WS under the hood, running the examples, the development process, transform existing Java classes into a Web Service/Client, and raw SOAP for Web is now obsolete. | | |
|
| Building JAX-WS 2.0 with NetBeans 5.0 | | http://www.netbeans.org/kb/50/jaxws20.html | | Tutorial: "Building JAX-WS 2.0 with NetBeans 5.0," by Bobby Bissett and Milan Kuchtiak. Discusses installing the software, creating a new Web application with JAX-WS 20 Library, building a service, creating service from Java, testing service in Web Service registry, creating a unit test, debugging the client, creating service from WSDL, and writing your own JAX-WS20 Web services. | | |
| |
| |
|
|
| |
 |
|