Manage SOAP transports
Print
- Last Updated: June 24, 2019
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
To manage SOAP transports:
-
Click Resources > Go to Resources in the OpenEdge Management console menu.
All resources managed by your console appear in the grid frame.
-
Filter or search for, and select the required PAS for OpenEdge
instance.
For example, type the default PAS for OpenEdge instance name,
oepas1, in the Filter field or select Progress Application Server as the selection in the Type drop-down menu and select the PAS instance.The Progress Application Server: <instance name> page appears. -
Click an ABL application listed in the ABL
Applications section.
The ABL Application: <ABL application name> page appears.Note: The OpenEdge manager web application,
oemanager, must be installed on PAS for OpenEdge for you to manage OpenEdge ABL applications and transport services while the PAS for OpenEdge instance is running. -
Click an ABL Web application listed in the ABL
WebApps section.
The ABL WebApp: <webapp name> page appears. You can view the following information about the SOAP transport:
Table 1. SOAP Transport Summary Field Description State State of the SOAP transport (ENABLED or DISABLED) Access URL When working with HTTP, use this URL to access the SOAP transport service in the http://<host_name>:<port>/soapformatSecure Access URL When working with HTTPS, use this URL to access the SOAP transport service in the https://<host_name>:<port>/soapformatEnabled services The number of enabled SOAP Web services Disabled services The number of disabled SOAP Web services Total # services The total number of SOAP Web services deployed -
Click Deploy under the SOAP Transport section.
The Deploy SOAP application wsm file page appears.
-
Browse an Application .wsm file from
your file system, and then click Deploy
to deploy the Web service on the PAS for OpenEdge instance.
Note: Click the refresh icon to see the latest status in the list of SOAP Web services deployed on the PAS for OpenEdge instance.Click the name of the deployed Web service to view a summary of its metrics, time and count metrics, and graphs that display the request data over time and active requests in the SOAP <Web service name> metrics page. For more information about graphs and resetting the metrics, see View SOAP transport metrics.
To configure the properties of the deployed Web service, in the SOAP <Web service name> metrics page, click Configuration under the Soap Service <Web service name> section. Set the properties as described in Configure SOAP transport run time properties.
- Select any of the deployed SOAP Web services from the list, and then click Enable in the SOAP Transport section to enable the Web service artifact on the PAS for OpenEdge instance. Click Yes in the confirmation dialog that appears.
- To disable a SOAP Web service, select the SOAP Web service from the list, and then click Disable in the SOAP Transport section. Click Yes in the confirmation dialog that appears.
-
To undeploy a SOAP Web service from the PAS for OpenEdge instance, select
the deployed SOAP Web service from the list and then click Undeploy.
Note: You can only undeploy a disabled Web service.