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 ChoiceAddressLookup.wsdl from the imported ChoiceAddressLookup-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:

Result

  • InputType with a single attribute postalCode of type Text.
  • OutputType with classes UKAddressType and USAddressType.
  • UKAddressType with the following attributes:
    • UKAddressLine1: mandatory; Text
    • UKAddressLine2: mandatory; Text
    • UKCity: mandatory; Text
    • county: mandatory; Text
    • postalCode: mandatory; Text
  • USAddressType with the following attributes:
    • USAddressLine1: mandatory; Text
    • USAddressLine2: mandatory; Text
    • USCity: mandatory; Text
    • state: mandatory; Text
    • ZIPCode: mandatory; Text
  • FaultType - a primitive type.