Yes I have...here is my example...
package com.intsrv.srv.client;
public interface Utility {
public String echoService(String echoString);
}
Type: Posts; User: sherpa; Keyword(s):
Yes I have...here is my example...
package com.intsrv.srv.client;
public interface Utility {
public String echoService(String echoString);
}
@bendg25,
I've been trying to locate/create an example of what you said works for you. Is there anyway I could get a copy of the project files that work?
I'm trying to get an example of an...