You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by leshoubs <le...@kolumbus.fi> on 2002/12/11 00:53:06 UTC

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 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.