What is the version of Axis2 you are using? Axis2 used to support separate endpoints for REST and SOAP but now they are served from the same endpoint. So sending a REST request to the normal endpoint will work.
Thanks, Keith. On Tue, Apr 15, 2008 at 11:47 PM, Chris Richmond <[EMAIL PROTECTED]> wrote: > Well I developed a service and client using SOAP(adb), but heard I could > > create rest clients(easier for scripters to do) as well. So I want to now > > find the REST endpoints for my service. How do I view them or access them > > if they are turned on by default as you say? > > > > Thanks, > > Chris > > > > ------------------------------ > > *From:* keith chapman [mailto:[EMAIL PROTECTED] > *Sent:* Monday, April 14, 2008 7:16 PM > *To:* [email protected] > *Subject:* Re: REST services > > > > All services in axis2 support both REST and SOAP by default. You can > explicitly turn REST off though. Are you looking to wrote REST services or > clients? (Axis2 supports both) > > Thanks, > Keith. > > On Tue, Apr 15, 2008 at 12:13 AM, Chris Richmond <[EMAIL PROTECTED]> > wrote: > > Hey all, > > > > I thought I remembered reading somewhere that Axis2 could just "throw a > switch" and expose soap services as REST type calls, but I was wondering if > anyone has actually tried to use this functionality and what their > experience or opinion on whether or not it works is. I have soap clients > but might start supporting very much simpler scripting clients, so REST > would be much easier for them to work with. > > > > Thanks, > > > Chris > > > > > -- Keith Chapman Senior Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org
