Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. First, create a simple GreetingService.

     
  2. Create a Composite Application Project to group it. 
  3. Add a WSO2 Application Server instance to your Eclipse workspace. Steps to add For information on adding a Carbon Server is described in the , see Deploy a C-App to a running Server inside Eclipse section. After adding the server, start the server in the debug modethe Debug mode as shown below.

     
  4. After the server is has successfully started, add the GreetingServiceCApp project.

     
  5. When your application has deployed successfully, you will see the following messages in your console.


     
  6. Now go to your web browser and check whether your application is has being deployed under the Web Services Listing page.


     
  7. Click the Try This Service option at in the right hand corner of the respective service. A separate page appears with a list of all the operations related to the web service you choosechose.

    Image Added
  8. Before you invoke the service, go back to your Eclipse Workspace and put a debug point inside your method.

    Image Added
  9. Now go back to your web console and invoke the service. Once you invoke the service, you are asked whether to switch to change into the Debug Perspective in Eclipse. Click Yes. If your Eclipse instance could not find the relevant source for the class, it will show a blank page is displayed as shown below.

    Image Added
     

  10. Click Edit Source Lookup Path

    Image Added
  11. Click Add and select the Java Project.
  12. Select the GreetingService project from the list and click OKNow you will see the source being attached and you will see the debug point being hit.

    Image Added

In a similar manner, you can debug any application

...

associated with Java Sources.