Learn about Web services
- Implement Web services applications
- Plan the use of Web services
- Assemble Web services applications
- Publish WSDL files
- Administer applications
- Develop JAX-WS Web services clients
- Develop JAX-RPC Web services clients
- Assemble a Web services-enabled client WAR file into an EAR file
- Deploy a Web services client application
- Test Web services-enabled clients
- Secure Web services
- Secure Web services for 5.x applications or Secure Web services for 6.x applications
- Secure using XML encryption
- Secure using basic authentication
- Secure using identity assertion authentication
- Secure using signature authentication
- Secure using a pluggable token
- Enable Web services with WSIF
- Invoke Web services with WSIF
- Manage WSIF
- Access and administer a UDDI registry for WAS ND
- Tune Web services applications
- Troubleshoot Web services
- Troubleshoot Web services command-line tools
- Troubleshoot Web services compiled bindings
- Troubleshoot the run time for a Web services client
- Troubleshoot serialization and deserialization in Web services
- Troubleshooting authentication and authorization for WS-Security
- Troubleshoot authentication and authorization for WS-Security
- Troubleshoot UDDI
- Web services
- IBM Redbooks Web Services Handbook for WAS 6.1.
Samples
The Samples Gallery offers:
- JAX-WS Web Services Samples:
- Ping and Echo Sample
The Ping and Echo Sample illustrates one-way and two-way Web services using synchronous and asynchronous model.
- MTOM Sample
The MTOM Sample illustrates the use of the SOAP Message Transmission Optimization Mechanism (MTOM) to optimize the transmission of SOAP bindings on the transport for sending and receiving binary files.
- JAX-RPC Web Services Samples:
- Development Strategies - Address Book
The Address Book Sample illustrates accessing multiple Web Services in one application.
- Migration - Stock Quote
The Stock Quote Sample illustrates migration of a stock quote client from SOAP to JAX-RPC. WebSphere supports Web Services for Java EE(JSR 109) which builds on a client-model on JAX-RPC.