Try OpenEdge Now
skip to main content
Progress Application Server for OpenEdge Configuration
Managing OpenEdge ABL applications deployed to a PAS for OpenEdge instance : Managing PAS for OpenEdge transport services : Managing SOAP transports
 

Managing SOAP transports

You can manage your SOAP Web service transport and configuration using the ABL WebApp: <webapp name> page.
To manage SOAP transports:
1. Click Resources > Go to Resources in the OpenEdge Management console menu.
All resources managed by your console appear in the grid frame.
2. 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.
3. 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.
4. 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 16. 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>/soap format
Secure Access URL
When working with HTTPS, use this URL to access the SOAP transport service in the https://<host_name>:<port>/soap format
Enabled 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
5. Click Deploy under the SOAP Transport section.
The Deploy SOAP application wsm file page appears.
6. 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 Viewing 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 Configuring SOAP transport run time properties.
7. 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.
8. 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.
9. 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.
* Configuring SOAP transport run time properties
* Configuring SOAP transport properties
* Viewing SOAP transport metrics