jsr311  implementation for axis2 
----------------------------------

                 Key: AXIS2-4194
                 URL: https://issues.apache.org/jira/browse/AXIS2-4194
             Project: Axis 2.0 (Axis2)
          Issue Type: New Feature
         Environment: ubuntu 8.10 intellijIdea7 jdk1.5
            Reporter: Pradeep Fernando
            Priority: Minor


I implemented some of the features specified jsr311 specification in Axis2. By 
this feature users will able to use rest support available in axis2 using  
annotations inserted in the service source. current implementation support both 
.class  & .aar type deployment. Earlier users had to manually edit the WSDL in 
order to use REST support in axis2. with this users will able to consume 
RESTFUL web services in axis2 by adding some annotations in the source.
currently i have implemented support for : 
Path             (whttp:location)
HttpMethod  (whttp:method)
Produces      (whttp:outputSerialization)
Consumes    (whttp:inputSerialization)



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to