![]() ![]() |
Chapter 4. Creating Web ServicesIN THIS CHAPTER So far, we've seen some very simple examples of Web services without going into any detail about the environment in which these Web services are running. Obviously, the SOAP implementation that comes with this book is the Axis While there will always be a need for new Web services that satisfy new requirements, typically Web services will be deployed to allow access to existing business logic through additional channels. By reusing the core business logic that has already been deployed and tested, a brand-new opportunity for business collaborations can be exploited by simply building a bridge between a SOAP processor and the existing business logic. This chapter will explore how to build these bridges between Axis and existing applications. |
![]() ![]() |