Menu

Using HTTP Analyzer in JDeveloper

JDeveloper, Webservice By Jun 21, 2013 1 Comment
JDeveloper provides a tool called “Http Analyzer “ which is
very useful when we are using web service in our application and if we want to see
what input request, the application is being sent to server via web service.
To start using the “Http Analyzer”, please do the below
steps.
  • Go to Tools menu of
    JDeveloper and select Http Analyzer
  • Click on “Start HTTP
    Analyzer” button (Green button like arrow)
  • Start the Integrated web logic server and run the application
  • Do the necessary actions to invoke webservice integrated in the
    application
  • Now we can see request sent is logged in the HTTP Analyzer
  • Click on the request, it will
    open the XML request being sent to the server
 

 

(Visited 1 times, 1 visits today)

1 Comment

  1. Maxim says:

    I am new to Oracle products and tools. How do you learn all these things? most of the time I feel like helpless.

Leave a comment