Hi,
I have created a web service in weblogic. I want to call that web service from my jsp. Url of the web service is "http://localhost:7001/myFirstWS/services/HelloWorld". It contains an operation called greetHello() which displays "Hello World" on the screen.
The client classes for the web service are -
HelloWorld.java
HelloWorldServi ce.java
HelloWorldServi ce_Impl.java
HelloWorld_Stub .java
Can anyone please help me out with the code to call the web service from the jsp.
Thanks in advance,
Tiijnar
I have created a web service in weblogic. I want to call that web service from my jsp. Url of the web service is "http://localhost:7001/myFirstWS/services/HelloWorld". It contains an operation called greetHello() which displays "Hello World" on the screen.
The client classes for the web service are -
HelloWorld.java
HelloWorldServi ce.java
HelloWorldServi ce_Impl.java
HelloWorld_Stub .java
Can anyone please help me out with the code to call the web service from the jsp.
Thanks in advance,
Tiijnar
Comment