Hi, I know it is maybe a stupid question but I ask it anyway.
I have a java class that contains a method 'myMethod(String a)' If I deploy it as an AXIS service I know how to point my internet browser to the method but I don't have any idea how to pass the value of the parameter for this method. http://myserver:8080/axis/services/MyService?method=myMethod ? (<- I guess the parameter value should be here but what is the syntax? Can somebody help me or point me to some documentation? Thanks Patrick.
