Sun GlassFish Mobility Platform 1.1 Developer's Guide for Enterprise Connectors

ProcedureTo Verify that an Enterprise Connector Is Deployed

  1. In your browser, open the URL for the business objects, using this syntax:


    http://server:port/context-root/resources/businessObjects
    

    For example, for the MusicDB Enterprise Connector, you would specify the following for a locally running Enterprise Server:


    http://localhost:8080/musicdb-ws/resources/albums
    

    Specifying this URL is equivalent to invoking the getBusinessObjects method.

  2. Verify the content of the page that opens.

    If the Enterprise Connector is running, an XML document opens in your browser, containing a businessObjects element that encloses zero or more businessObject elements. Each businessObject element contains a name field and a binary representation.