Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

Manually Importing WSDL Schema and Other Resources

Manually Importing WSDL Schema and Other Resources

Define the location of the resource file containing the target namespace. Select a workspace resource, such as sample data, WSDL, or XSL file.
If you import and open a BPEL process into Process Developer before adding a WSDL file to Project Explorer, Process Developer reports unresolved references to port types because the WSDL is unknown.
The recommended practice for adding WSDL is to use Participants. For details, see Using the Participants View.
You can add WSDL location and namespace manually. You can also add schema and other resources as follows.
  1. From Outline view, select
    Imports
    .
  2. Right-mouse click and select
    Add > Declaration > Import
    .
  3. From the Import Types list, select a type.
  4. If you select XSL, the Type URI of the file is added. This type identifies the encoding language used in the file as shown:
    http://www.w3.org/1999/XSL/Transform
  5. In the Location group, do one of the following:
    • Select
      Project
      and browse to the Project Explorer folder containing the file.
    • Select URL and type in a Web location of a file, such as:
      http://www.tempuri.org/myFile.wsdl
      or
      http://www.tempuri.com/service.asmx?WSDL
      Note that when the process is deployed and running, this URL must be available.
    Notice that the target namespace is displayed for the WSDL or schema file. If you paste a pathname or URL into the WSDL (or Schema) file location field, you can press the Tab key to see the target namespace. Click
    OK
    when you are through.
  6. In the Outline view, right-mouse click the Imports node, and select
    Refresh Imports
    .
To modify an import, double-click it, or in Properties view, click the
Dialog (...) Button
next to Location.
Process Developer adds the target namespace to the BPEL process and associates the namespace with a default prefix. Also, the port types, operations, and partner link types defined in the WSDL are available for use in the process.
The following illustration shows how the Process Developer displays a WSDL location and namespace. Note that Process Developer adds a new namespace prefix with a default name
ns1
. See Namespace Prefix and Declaration for more information.
Illustration of WSDL location and namespace in Outline view

0 COMMENTS

We’d like to hear from you!