JDeveloper lets you debug a web service that is deployed remotely. The web service could be to an external instance of OC4J on the local machine, or it could be a service located on a remote machine. In either case, you will need a connection to the remote server, and the remote server must be running in debug mode.
With the server running in debug mode, perform the following steps:
For information about running OC4J remotely in debug mode, refer to Remote Debugging in OC4J. To start a different server in debug mode, refer to that server's documentation.
Deploy the web service in the usual manner. For more information, refer to Deploying Web Services.
You can quickly create a sample Java client for the web service.
To create a sample Java client:
Embedded
<web_service>Stub.java
is generated and displayed in the
Code Editor.
About the Debugger Windows
Moving Through Code While Debugging
Copyright © 1997, 2004, Oracle. All rights reserved.