Testing the Deployed Published Business Service

After you successfully deploy the JAX-RPC or JAX-WS-based published business service to the integrated WebLogic server, you test it. You can use one of these two URLs to access the WebLogic Server Administration Console:

  • http://localhost:7101/console/login/Loginform.jsp

  • http://IPorMachineNameofJdev:7101/console/login/Loginform.jsp

To test the JAX-RPC or JAX-WS-based published business service on the Integrated WebLogic server:

  1. Access and log in to the Integrated WebLogic Server Admin Console.

  2. In left-hand pane on the Integrated WebLogic Server Admin console, in the Domain Structure area, open the Environment domain and then select Servers, Default Server, Deployments.

    The Settings for Default Server page appears on the right-hand side of the admin console.

  3. Select the Deployments tab.

  4. In the Applications and Modules Deployed for this Server area, expand the appropriate published business service.

  5. Expand the Web Services name, and click on your web service; an example web service name is RI_AddressBookManagerService.

    The Settings for the named web service page appears on the right-hand side of the admin console.

  6. Select the Testing tab.

    The Deployment Tests page appears on the right-hand side of the admin console.

  7. In the Deployments Tests area, click the Test_client link in the Test Point column.

    On the WebLogic Test client tab, the operations for the web service appears.

  8. Depending on the operation that you want to invoke, modify the request document and test the business service.

    For example to invoke the getAddressBook operation of the RI_AddressBookManager web service, modify the request document as follows, and then click the getAddressBook button.

    <getAddressBook xmlns="http://oracle.e1.bssv.JPR01000/">  
        <entity xmlns="">
            <entityId>4242</entityId>    
        </entity>  
    </getAddressBook>
    
  9. On the Service Response, verify the test was successful.

When testing the JAX-RPC or JAX-WS published business service, you can configure these logs to collect information for troubleshooting issues that might occur.

  • Business Services logs

    In the jdelog.properties file, located in the <E1_Install_Path>\ini\sbfFolder, turn on the BSSV log with Level=Debug and Component=ALL. If you change the jdelog.properties file, you must redeploy the published business service project to the Integrated WebLogic server.

  • IntegratedWeblogicServer log

    For JDeveloper 12c, this log is located at:

    C:\Documents and Settings\USER_PROFILE\Application Data
    \JDeveloper\system12.1.2.*\DefaultDomain\servers\DefaultServer\logs

    For JDeveloper 11g, this log is located at:

    C:\Documents and Settings\USER_PROFILE\Application Data \JDeveloper\system11.1.1.*\DefaultDomain\servers\DefaultServer\logs
Tip: If your target web service is behind OHS 12.1.3, then add the following setting to your SOAPUI.