Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sample Name

Sample Description

Sample Location

Java First using JAX-WS APIs and JSR-181

Sample illustrates how to develop a service using the "code first" approach with the JAX-WS APIs.

java_first_jaxws

Java First JAX-WS APIs and JSR-181demo service using the JAXWSFactoryBeans

Sample illustrates how to develop a service using the JAXWSFactoryBeans. It also makes use of LoggingInterceptors. The sample takes the "code first" approach using JAX-WS APIs.

java_first_jaxws_factory_bean

Java First POJO Sample

Sample illustrates how to develop a service that is "code first", POJO-based. This sample uses the JAXB Data binding by default, but you can use Aegis Data binding by removing a few lines detailed in the README.txt file.

java_first_pojo

Spring HTTP Sample

Sample will lead you through creating your first service with Spring. You'll learn how to write a simple JAX-WS "code-first" service, set up the HTTP Servlet transport and use CXF's Spring beans.

java_first_spring_support

JAX-WS Asynchronous Demo using Document/Literal Style

Sample using Document/Literal Style sample illustrates the use of the JAX-WS asynchronous invocation model.

jaxws_async

JAX-WS Dispatch/Provider Demo

Sample demonstrates the use of JAX-WS Dispatch and Provider interface.

jaxws_dispatch_provider

JAX-WS Handler Demo

Sample shows how JAX-WS handlers are used. The server uses a SOAP protocol handler which logs incoming and outgoing messages to the console.

jax_ws_handlers

...

Sample Name

Sample Description

Sample Location

WSDL First

Sample shows how to build and call a web service using a given WSDL (also called Contract First).

wsdl_first

Hello World using Document/Literal Style and a dynamic client

Sample illustrates the use of the CXF dynamic client against a standalone server using SOAP 1.1 over HTTP.

wsdl_first_dynamic_client

WSDL first demo using HTTPS

Sample takes the hello world sample a step further by doing the communication using HTTPS.

wsdl_first_https

WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)

Sample illustrates the use of Apache CXF's xml binding. This specific sample shows you how xml binding works with the doc-lit bare style.

wsdl_first_pure_xml

WSDL first demo using RPC-Literal Style

Sample demonstrates the use of the hello world sample with RPC-Literal style binding.

wsdl_first_rpclit

WSDL first demo using SOAP12 in Document/Literal Style

Sample shows the use of Apache CXF's SOAP 1.2 capabilities.

wsdl_first_soap12

Hello World CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP)

Sample illustrates the use of Apache CXF's xml binding. This specific sample shows you how xml binding works with the doc-lit wrapped style.

wsdl_first_xml_wrapper

...

Sample Name

Sample Description

Sample Location

Generated JavaScript using JAX-WS APIs and JSR-181

Sample shows the generation of JavaScript client code from a JAX-WS server.

js_browser_client_java_first

JavaScript Client

Sample using Document/Literal Style sample illustrates the use of the JavaScript client generator. This sample deploys the service based on the wsdl_first demo, and then provides a browser-compatible client that communicates with it.

js_browser_client_simple

Hello World Client sample using JavaScript client

Sample demonstrates the use of (non-browser) JavaScript client to call a CXF server.

js_client

Hello World sample using JavaScript and E4X Implementations

Sample demonstrates the use of the JavaScript and E4X dynamic languages to implement JAX-WS Providers.

js_provider

...