Data & Services > Web Services
Web services let you publish and consume remote application functionality over the Internet. With a web service, you can make a request to the remote application to perform an action. You can use the ColdFusion Administrator to register web services so that clients do not have to specify the entire WSDL URL when they reference the web service. Also, the first time a client references a ColdFusion web service, ColdFusion automatically registers it in the Administrator.
For more information on publishing and consuming web services through ColdFusion, see ColdFusion Developer's Guide.
In the Web Service Name box, enter the name of the web service.
In the WSDL URL box, enter the URL for the Web Services Description Language (WSDL).
Enter a user name and password.
Click Add Web Service. Your Web Service Name appears in the list of Active ColdFusion Web Services.
In the Active ColdFusion Web Services area, click the web service name.
The ColdFusion Administrator displays the web service in the top portion of the window.
Modify settings.
Click Update Web Service.
In the Active ColdFusion Web Services area, click the WSDL URL.
The ColdFusion Administrator opens the WSDL in a new browser window.