To create a page or site that is a consumer of a web service that uses Dreamweaver, you must perform the following tasks:
Dreamweaver comes preconfigured with Axis, the Apache SOAP proxy generator that supports JSP web service development. If you are developing ColdFusion pages, the web service proxy generator is included in the ColdFusion server. Establishing a connection to the ColdFusion server gives you access to the proxy generator.
If you are developing web service pages for use with ASP.NET, you must install the ASP.NET SDK, which is available from Microsoft.
There are several sources of web services, ranging from web service registry sites to simple lists. The registries use UDDI, a standard that lets service providers and requestors find and transact with one another. UDDI allows businesses to locate services on the web that meet their needs. For example, using UDDI you can specify certain criteria, such as the lowest price for a certain service, or that specific information be returned.
To embed a web service into a web page, you must create a proxy. The proxy provides the web page with the necessary information to communicate with the web service, and access the methods the web service provides.
To create a proxy from the WSDL file, use a proxy generator. After you create the proxy, you can install it on either of the following:
The local computer where you are developing the web service consumer.
The server computer running the application server. To deploy the web page and have it communicate with the web service publisher you must install the proxy on the server.