Try OpenEdge Now
skip to main content
Administration
Web Services Adapter Administration : Deploying and Managing OpenEdge Web Services : Deploying a Web service : After deploying Web services
 
After deploying Web services
After deployment, you will notice in OpenEdge Management or OpenEdge Explorer an icon for the Web services under the Web Services folder for the WSA instance. Also, the files listed in the following table are created in the WSA instance directory.
Table 24. File created when a Web service is deployed
File
Description
friendlyname.props
An XML file containing the current Web service property settings (initially set from default.props)
friendlyname.wsad
The Web Service Application Descriptor (WSAD) XML file that defines the Web service to the WSA instance
friendlyname.wsdl
The WSDL XML file that defines the Web service to potential Web service clients
During development, you can change the definition and deployment information of a deployed Web service using a Web service update. You can use OpenEdge Management /OpenEdge Explorer or WSAMAN to do this. However, once deployed and enabled for client access under production conditions, avoid making any changes to this information, as client implementations depend on its stability.
To make the same Web service available using different information after production deployment (for example, to add a new operation or use a different SOAP Message Style), deploy a new Web service with the new information by using a different Web service name and target namespace at the same WSA instance (similar to versioning a Web service), or by deploying the Web service to a different WSA instance.
However, you can always change the run-time properties of a deployed Web service at any time, but most properties require that you first disable the Web service. For more information, see the OpenEdge Management or OpenEdge Explorer online help, Using the WSA Management Utility (WSAMAN), Commandand Utility Reference, and Reference to OpenEdge Web Service Properties.