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.
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?
Hi,
ReplyDeleteThanks 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
Hi,
ReplyDeleteI 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?