Friday, November 19, 2010

Creating Webservice from Java class in Jdeveloper 11g

Hi,
In this post we will see how to create Webservice from java class, test it using HTTP analyzer and deploy to weblogic server.

Watch this video tutorial



Happy Jdeveloping,
Zeeshan Baig

2 comments:

  1. Hi,
    Thanks for sharing the nice video, I like some information in that is how can i call from internet browser from passing the parameter (eg arg0) with URL http://localhost:7101/MyJdevApp-MyProject-context-root/JavaworldPort1.

    Thanks
    Ahmed

    ReplyDelete
  2. Hi,

    I am trying to do this same sort of thing, but I am attempting to access the Application Module from inside my java class. When I create a main method and test my class that way, it properly configures the Application Module so I can do queries. But if I make the class a web service, then 'test web service' on the class, it fails to create a connection to the database.

    Can you give me any examples of how to create a web service with a java class that accesses the application module?

    ReplyDelete