REST sample services

This example can get JSON representation of Java Bean and 
    send JSON data to the server where it will be transform again in Java Bean.
    See logs on server console.
JSON Book Service
Simple AJAX/REST calculator.
Simple Calculator

SOAP sample services

 Plugin gives possibility to deploy in CXF SOAP server component of
    container if this component is created as described in JSR 181.
    
Ticket Order Service (wsdl)

oAuth sample

oAuth gives possibility access protected resource without share 
    user's credential. Protected resource trusts third part application and this application
    authenticate user and redirect him again to requested resource. 
    
oAuth

WADL

WADL is designed to provide a machine process-able description of such HTTP-based Web Application.  
    
WADL example