Projects tagged ‘jaxws’


[11 total ]

98 Users
   

Apache Axis2 is a complete re-design and re-write of the widely used Apache Axis SOAP stack to build on the lessons learnt from Apache Axis. Apache Axis2 not only supports SOAP 1.1 and SOAP 1.2 ... [More] , but it also has integrated support for the widely popular REST style of Web services. [Less]
Created over 3 years ago.

54 Users
   

Apache CXF simplifies the construction, integration, and flexible reuse of technical and business components using a standards-based, service-oriented architecture (SOA). CXF is a merger of two prior ... [More] OSS projects - Celtix ObjectWeb and XFire projects. CXF support JAX-WS, RESTful and POJO for the building Web Services. CXF support SOAP, JMS, CORBA and more. [Less]
Created over 3 years ago.

13 Users
   

WSO2 WSAS (Previously known as Tungsten) is an integrated Web services Platform which offers a complete middleware solution. It is a lightweight, high performing platform for Service Oriented ... [More] Architectures, enabling business logic and applications. Bringing together a number Apache Web services projects, WSO2 WSAS provides a secure, transactional and reliable runtime for deploying and managing Web services. New Features In WSAS 2.0 * Data services support * Eclipse IDE integration * Clustering support * Full support for WS-Security, WS-Trust, WS-Policy and WS-Secure Conversation and XKMS * EJB service provider support * Axis1 backward compatibility [Less]
Created over 3 years ago.

12 Users
   

Project Tango develops and evolves the codebase for Web Services Interoperability Technologies (WSIT) that enable interoperability between the Java platform and Windows Communication Foundation (WCF) ... [More] (aka Indigo). Project Tango's WSIT tecnology is bundled inside GlassFish v2. It is also possible to download a more recent version of WSIT and install into GlassFish or Tomcat. Project Tango uses JAX-WS and JAXB as a foundation upon which to build plugins to provide web services features such as bootstrapping communication, optimizing communication, reliable messaging, atomic transactions, security and trust. [Less]
Created over 2 years ago.

6 Users

The mission of the SOA Tools Platform (STP) project is to build frameworks and exemplary extensible tools that enable the design, configuration, assembly, deployment, monitoring, and management of ... [More] software designed around a Service Oriented Architecture (SOA). [Less]
Created over 3 years ago.

6 Users

JBoss Web Services Framework
Created over 2 years ago.

3 Users

Wise is a web application designed to call a generic web-service given the wsdl only. Wise parses the wsdl and generates a client with web interface to call the service and read the result. It's a test tool useful for both developers and QA testers.
Created over 2 years ago.

0 Users

Jsonwebservice is an webservice codec that enables browsers or json clients can communicate with webservice endpoint using json in/out format.
Created 12 months ago.

0 Users

Restly is a simple framework for building RESTful webservices in Java. FeaturesResources are represented by Classes identified with a @Resource("...") annotation and automatically discovered from ... [More] the WEB-INF/classes directory. Parameter to @Resource is the path that the resource is bound to, supporting templating with {...}. HTTP methods map to methods on the resource class and MAY return an instance of a Representation, which will get returned to the client. So far, includes 2 representations: StringRepresentation: returns the given String as the entity body and sets the content type to text/plain SerializedRepresentation: takes an object and serializes it with XStream as text/xml or application/json, depending on the provided Accept request header. Automatically converts HEAD requests to a GET request and suppresses the output of the entity body. Automatically enumerates available methods and responds to OPTIONS requests. Request parameters, request attributes, Resource path attributes, and HttpServletRequest/HttpServletResponse objects automatically injected by name into fields on the Resource class. For security, request parameters will only be injected into public fields. Resource level and method level interceptors by means of decoration with @InterceptedBy(...) annotation. Interceptor interface defines methods called before and after execution of the resource method. Before interceptor returns: InterceptorChain.next Continue processing the next Interceptor or resource method. Representation Halt all further execution of interceptors or resource method and return this Representation to client. null Halt all further execution of interceptors and moves on to execute resource method. After interception takes the Representation return from the resource method, and returns a Representation (either the same as the one passed in, or a different one). Fields can be decorated with OVal annotations which will be checked before invoking the method, and errors will be reported to the client automatically with descriptions serialized in requested format in entity body and appropriate status code set. Tunnels PUT and DELETE through POST using either an HTTP header (X-HTTP-Method-Override) or a parameter (method-override). Negotiates content type via Accept header. Automatically checks for XML or JSON. Might make this configurable at some point. Correctly sets response codes based on various kinds of detectable errors (Method Not Allowed, Unsupported Media Type, Bad Request). By default, when SerializedRepresentation outputs XML, it includes a stylesheet based on resource class name, method name, and a configurable base URL. May be excluded by passing null as second parameter to constructor. [Less]
Created 11 months ago.

0 Users

LoanDB - loan originations system reference implementation.
Created 11 months ago.