WSDL Source

The WSDL Source tab displays the concrete WSDL interface file that is generated based on the information specified on the Configuration tab of this resource. This tab has the following fields.

Field

Global Var?

Description

Service URI

No

The Service URI portion of the URL that can be used to retrieve the WSDL file. For clients to retrieve WSDL files from ActiveMatrix BusinessWorks, you must define a process definition that accepts HTTP requests and uses the Retrieve Resources activity to generate the WSDL file. For more information, see Using Retrieve Resources.

The URL to retrieve WSDL files is the following:

http://<host>:<port>/<serviceURI>?wsdl

where <serviceURI> is the value in this field.

Target Namespace

No

Target namespace of the Service.

Note: The Target Namespace of the service should be an abstract WSDL if embedding Interface or Types.

Embed In WSDL

No

Check one or more of the following to embed the selected item(s) in the concrete WSDL file instead of using import statements:

  • Interface — When checked, specifies that all referenced WSDL files should be included inline in the concrete WSDL file. Otherwise, all referenced WSDL files are imported.

  • Note: To use Abstract WSDL in the Partners tab of the Client Process Definition containing Invoke Partner activity, uncheck Interface.
  • Types — When checked, specifies that all referenced XSD files should be included inline in the concrete WSDL file. Otherwise, all referenced XSD files are imported.

  • JNDI Properties — When checked, specifies that JDNI properties should be included inline in the service specification in the WSDL Source tab.

WSDL Code

No

This field displays the concrete WSDL file that describes this service.

Click the Save WSDL File button to save the concrete WSDL file to disk, if desired.