Chapter 14. Web services 467
14.6 Planning checklist for web services
Consider the following checklist as you plan for web services:
Determine if and how web services will be used
Determine how web service clients will call providers. Calls can be directly, through the
service integration bus, or through an enterprise service bus (ESB)
Determine whether a web services gateway will be required
Determine whether a UDDI service will be used. If so, decide whether you will subscribe to
a public UDDI service or set up a private UDDI
Design a security strategy for web services:
– WS-Security for applications
– Transport-level security
– HTTP basic authentication
Determine whether you will use web service dynamic caching
14.7 Resources
For more ...