Importing the UKAddressService WSDL Document

To be able to call an external web service from a process, you must obtain the concrete WSDL defining the web service, and import it into the Generated Services folder in your project.

Procedure

  1. Open a web browser window and enter the URL:
          http://IP_Address:port/axis2/services/UKAddressService?wsdl

    where:

    • IP_address is the IP address of the system where the UKAddressService web service is running.
    • port is the port number on which the UKAddressService web service is listening (for example, 9090).
    • axis2 is the name of the directory where you installed the axis2 web services engine (for example, axis2.war).

      The concrete WSDL provided by the UKAddressService web service is displayed.

  2. Save the page to your local file system as UKAddressService.wsdl.
    Note: If you are using Google Chrome as your browser, you may be offered the choice between saving as xml or All files. Select xml to avoid creating an unnecessary xml-viewer wrapper.
  3. In Project Explorer, right-click the FindAddress project and choose Import > Import.... Expand Service Registry and select Service Import Wizard. Click Next. The WSDL Import Wizard displays.
  4. On the WSDL Selection page, click Import from a File, then click Next.
  5. In the Source Location field, use the Browse button to select the UKAddressService.wsdl file.
  6. Click Next. The Destination Selection page is displayed.

    Click the button next to the Project Location field. The Folder Picker dialog is displayed. Select FindAddress/Generated Services if it is not already selected.

  7. Click Finish.

    After importing the WSDL file, TIBCO Business Studio displays an error:

    "The Business Object Model asset needs to be configured for this project."

    If you apply Quick Fix to this error, the Generated Services folder gets created.