Hi, Axis2 fully supports WSDL 2.0 including the HTTPBinding (Or REST binding if one may call it). Which means that Axis2 supports restfull services. Before 1.11 Axis2 only supported the POST and GET methods but with the implementation of WSDL 2.0 it now supports POST, GET, PUT and DELETE. This Enable REST with Web services, Part 1: REST and Web services in WSDL 2.0<http://www.ibm.com/developerworks/webservices/library/ws-rest1/?S_TACT=105AGX04&S_CMP=HP>article by Eran Chinthaka explains Axis2, REST and WSDL 2.0.
Thanks, Keith. On 6/1/07, Vibhor_Sharma <[EMAIL PROTECTED]> wrote:
Thanks for the insight then why does Axis claim that we have suport for REST style web services woul'nt it be a wrong thing to do when as ISV we adopt Axis2 and state this to our customers that our web services support both kind of interfaces. Vibhor ________________________________ From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Fri 6/1/2007 10:19 AM To: [email protected] Subject: Re: calling web service using REST I'd just like to point out again that what you're describing here is not REST. It's POX over HTTP, but it's not REST. I've written more about this in my blog. http://atmanes.blogspot.com/2007/06/how-not-to-do-restful-web-services.html Anne On 5/30/07, keith chapman <[EMAIL PROTECTED]> wrote: > http://localhost:81/axis2/services/MyService/getInfo > ?systemName=Administrator&systemPassword= Password123 > > should work. > > On 5/30/07, Binoy K Philip <[EMAIL PROTECTED] > wrote: > > > > > > > > Hi All, > > Who do I call a web service operation from browser having input and out > put > > my target is end point is > > http://localhost:81/axis2/services/ MyService/getInfo > > > > ans sopa boady is > > <soapenv:Body><ns1:getInfo > xlns:ns1="http://webservice.opt.srit.com/xsd "><ns1:systemName>Administrator</ns1:systemName><ns1:systemPassword>Password123</ns1:systemPassword></ns1:getInfo></soapenv:Body > > > > > > > > Thanks in Advance > > Binoy K Philip > > > > -- > Keith Chapman > WSO2 Inc. > Oxygen for Web Services Developers. > http://wso2.org/ --------------------------------------------------------------------- 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]
-- Keith Chapman WSO2 Inc. Oxygen for Web Services Developers. http://wso2.org/
