Results 1 to 3 of 3
- 01-04-2011, 06:02 AM #1
Member
- Join Date
- Jan 2011
- Posts
- 2
- Rep Power
- 0
how is call web method in application?.
Hi,
I have created java web application.
I want to call the setName() method in java application.
how is call web method in application?.
package sv;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebService;
@WebService()
public class MyService {
@WebMethod(operationName = "setName")
public String setName(@WebParam(name = "name")
String name) {
return "my string is "+ name;
}
}
- 01-04-2011, 09:38 AM #2
Was not able to get you. If possible, explain a bit more.
Mak
(Living @ Virtual World)
- 01-04-2011, 10:27 AM #3
Member
- Join Date
- Jan 2011
- Posts
- 2
- Rep Power
- 0
hi
please watch the video. i have not get result from follow this instructions.
YouTube - NetBeans 6.7.1 - How to create a web service?.
any other solution is there?Last edited by priyapavithra; 01-04-2011 at 10:31 AM.
Similar Threads
-
call a JSP method
By sauravsinha in forum JavaServer Pages (JSP) and JSTLReplies: 4Last Post: 09-26-2011, 04:19 PM -
Inner class method call
By d915172 in forum New To JavaReplies: 3Last Post: 11-11-2010, 09:40 PM -
Trying to call a method from sub class
By TheNewGuy in forum New To JavaReplies: 4Last Post: 10-17-2010, 07:08 AM -
how to call method?
By leapinlizard in forum New To JavaReplies: 9Last Post: 04-29-2009, 11:55 PM -
cannot call private method from static method
By jon80 in forum New To JavaReplies: 3Last Post: 05-07-2008, 08:37 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks