I'm trying to connect android to glassfish and i have a question, if my glassfish server is on my localhost then what should i put as:
SoapAction, MethodName, Namespace, and URL?? I have tried this but didn't work: (in order)
http://localhost:8080/Echo echo http://localhost:8080 http://localhost:8080/webservice/EchoService?wsdl
can anyone please point me to where i should look, or the proper way to do this?
Note: Echo is a java class that have the echo method it just recieve a String and returns it... thanks