222 WebSphere and .Net Interoperability Using Web Services
1. Deploy Web service EAR file into the target application server.
2. Register the Web service on the Web Services Gateway with all required
options (protocol conversion, JAX-RPC handling, security, etc.) included in
the entry published to the UDDI registry.
The Web service consuming process is based on the following steps:
1. The client locates the service using the find service provided by the UDDI
registry. Because the UDDI is a J2EE application, client requests are
managed by the presentation layer provided with the UDDI registry, which is a
Web application exposed on the Internet through the WebSphere plug-in of
the HTTP server. The UDDI registry returns the found service, indicat ...