Summary
In this chapter, we covered how to develop web services and web service clients via the Jakarta XML Web Service API.
This chapter covered the following topics:
- How to develop SOAP-based web services using Jakarta XML Web Services
- How to incorporate web service code generation for web service clients when using Maven as a build tool
- Valid data types that can be used for remote method calls via Jakarta XML Web Services
- How to send attachments to a web service
- How to expose Enterprise Beans methods as web services
Armed with the knowledge in this chapter, we can now develop SOAP-based web services, as well as maintain existing SOAP-based applications.