Hi Zakaria,

        For the methods with simple parameters you use it like this....
        
        Say I have a webservice MyService with login method and username
& password parameters, then the rest URL will look like this.
 
http://localhost/axis2/services/MyService/login?username=raghu&password=
xxx 

        But I'm not sure how to call it if the parameter is a complex
type, like if my login method takes in a User object which has username
& password as members of the User object, then I'm not sure how to call
that.
        

Thanks
Raghu

-----Original Message-----
From: zakaria ghandour [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 03, 2007 9:10 AM
To: axis-user@ws.apache.org
Subject: Re: Axis2 & rest


Hi,

axis2/services/{service name}/{Operation name}

can you tel me how to call ws as rest if there is parameters ??

thanks
-- 
View this message in context:
http://www.nabble.com/Axis2---rest-tf4018616.html#a11414842
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to