Thank you Sagara and Chinmoy for your response. I have gone through the links which are helpful. Hello Axis Developers. I have observed that HTTP Post is done through OMElement (which is custom class in axis). This is specified in the link http://ws.apache.org/axis2/1_1/rest-ws.html. If I want to post simple xml Payload to Axis2 Service in a RESTFUL manner from a .NET or a Flex client(cross platform client) How do I do it? I cannot use OMElement here as It is not present in .NET framework or Flex. Any pointers are greatly appreciated. All of us use web services for cross platform communication, so we might stumble upon this issue sooner or later.
Thanks, suchitha -----Original Message----- From: Sagara Gunathunga [mailto:[email protected]] Sent: Wednesday, May 27, 2009 11:29 PM To: [email protected] Subject: Re: Axis 2.0 support for Restful services Hi Suchitha, Axis2 Supported for REST from its early releases ,you can refer following links [1] [2] for more details ,but at the moment Axis2 does not supports for JAX-RS (JSR 311) annotation based RESTFUL service model. [1] - http://wso2.org/blog/keith/958 [2]- http://wso2.org/library/175 Thanks , On Thu, May 28, 2009 at 9:45 AM, Chinmoy Chakraborty <[email protected]> wrote: > try this: http://ws.apache.org/axis2/0_94/rest-ws.html > > Chinmoy > > On Thu, May 28, 2009 at 3:39 AM, Suchitha Koneru (sukoneru) > <[email protected]> wrote: >> >> Hello all , >> Does Axis 2.0 support JAX-RS and JSR 331 ? Could you >> please provide information in regard to the support provided by Axis >> 2.0 for developing RESTFUL services. >> thanks, >> suchitha. > -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://sagaras.awardspace.com/
