Versions Compared

Key

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

...

Example Name

Example Description

Example Location

WSDL First

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

wsdl_first

CXF Dynamic Client Sample

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

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_wrapped

JAX-RS

...

Examples

Sample Example Name

Sample Example Description

Sample Example Location

 

 

jax_rs

RESTful HTTP Binding Demo

Sample shows how to create RESTful services using CXF's HTTP binding. The server in the sample creates 3 different endpoints: a RESTful XML endpoint, a RESTful JSON endpoint, and a SOAP endpoint.

restful_http_binding

...