Importing the ActiveMatrix BusinessWorks Service Engine WSDL

When you import the WSDL file into the BPM Developer’s project, the associated Business Object Model is generated under the Generated Business Objects folder.

Procedure

  1. In the Project Explorer, right-click the Service Descriptors folder and select Import, and then select Service Import Wizard.
  2. Choose the option to Import from a File and click Next.
  3. Browse to the location of the Studio for Designers workspace and select the file SimpleAddressLookup.wsdl from the imported SimpleAddressLookup-BW project, and click Open.
  4. Verify the project location and click Finish.
  5. The Business Object Model is generated in the Generated Business Objects folder with the following classes:

    InputType with a single attribute postalCode of type Text.

    OutputType with the following attributes:

    • addressLine1: mandatory; Text
    • addressLine2: mandatory; Text
    • city: mandatory; Text
    • country: mandatory; Text
    • province: mandatory; Text
    • postalCode: mandatory; Text
    • FaultType - a primitive type.