Importing a WSDL File

First you must import the WSDL file into the project. Then you can use the WSDL import utility.

Procedure

  1. Import the WSDL file into the project, as follows.
    1. In Studio Explorer, right-click the project folder (or the project root) where you want to store the WSDL file and select Import. You see the Import wizard.
    2. At the Select dialog, select General > From File System. Click Next.
    3. At the File system dialog, click Browse, select the directory that contains the WSDL file you want to use, and click OK.
    4. The File system dialog displays the directory in the left panel and its files in the right panel. Check the checkbox to select the file you want to use. Click Finish.

      The WSDL file is imported into the project.

  2. Create project artifacts from the WSDL file as follows.
    1. In Studio Explorer, right-click anywhere in the project and select Import. You see the Import wizard.
    2. At the Select dialog, select TIBCO BusinessEvents > WSDL. Click Next.
    3. At the WSDL Import dialog, click Browse and select the WSDL file you imported in step 1, then click OK.
    4. The WSDL Import dialog displays again, showing the selected WSDL. Click Finish.

      If the WSDL file you select is an abstract WSDL, you see a warning letting you know that a channel will not be created. See the section introduction for more details about abstract WSDL files.

      The project artifacts are created within a folder named using part of the WSDL file name.

  3. Save the project.