I think there is some (very) small support for this in the Axis servlet, but it isn't 'real'. We have always wanted to enhance the servlet to allow URL requests, but is hasn't been done yet because it gets hard moving to impossible with complex types.
We also do not generate an HTTP GET binding in the WSDL (c.f. .NET). Any coding help in this area you would like to contribute would be welcome! -- Tom Jordahl Macromedia Server Development -----Original Message----- From: leshoubs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 6:53 PM To: [EMAIL PROTECTED] 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 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.
