RE: URL request Syntax

2002-12-11 Thread Tom Jordahl
TECTED] Subject: URL request Syntax 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

URL request Syntax

2002-12-10 Thread leshoubs
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.