hi how to call java web service and pass parameter from asp.net and how to receive the response
this is the java web method
@WebMethod
public String SayHello(String name){
return "Hello " + name;
}
hi how to call java web service and pass parameter from asp.net and how to receive the response
this is the java web method
@WebMethod
public String SayHello(String name){
return "Hello " + name;
}