IBM BPM, V8.0.1, All platforms > Programming IBM BPM > Developing client applications for BPEL processes and tasks > Developing web services API client applications > Publishing and exporting artifacts from the server environment > Publishing Business Process Choreographer WSDL files
Publishing the BPEL process WSDL file for web services applications
Use the administrative console to publish the WSDL file.
This topic applies to the following Business Process Choreographer web services interfaces:
- HTTP transport layer
- JMS transport layer
Procedure
- Log on to the administrative console with a user ID with administrator rights.
- Click Applications > SCA modules.
You can also click Applications > Application Types > WebSphere enterprise applications to display a list of all available enterprise applications.
- Choose the BPEContainer application from the list of SCA modules or applications.
- Select Publish WSDL files from the list of Web Services Properties.
- Click the .zip file in the list.
- On the File Download window that appears, click Save.
- Browse to a local folder and click Save.
Results
The exported .zip file is named BPEContainer_nodename_servername_WSDLFiles.zip. It contains WSDL and XSD artifacts for the following interfaces:
- JAX-WS web services using the HTTP transport layer (bfmjaxws.war)
- JAX-WS web services using the JMS transport layer (bpejaxwsjms.jar)
- JAX-RPC web service used in WebSphere Process Server Version 6 (b.jar)
When you generate a web service proxy using the wsimport tool, you select one of the artifacts and the others are ignored.
Publishing Business Process Choreographer WSDL files
Related reference:
File artifacts and XML namespaces for the JAX-WS-based Business Process Choreographer web services APIs