Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: WRAPPED

...

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 Clientdynamic 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 using in Document/Literal Style

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

wsdl_first_soap12

Hello World 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

CXF sample using code first POJO's and the Aegis Binding

Sample illustrates how to develop a service that is "code first", POJO-based. This sample uses the Aegis data binding.

aegis

Aegis StandaloneCXF sample using the Aegis Binding without any webservice

Sample shows you how you can use Aegis with no web service at all (standalone) as a mapping between XML and Java.

aegis_standalone

Hello World using Document/Literal Style and XMLBeans

Sample illustrates the use of the JAX-WS APIs and with the XMLBeans data binding to run a simple client against a standalone server using SOAP 1.1 over HTTP.

xmlbeans

...

Sample Name

Sample Description

Sample Location

CallbackCXF Sampe using a callback object

Sample shows a client creating a callback object by passing an EndpointReferenceType to the server. The EndpointReferenceType is then used by the server to call back on the callback object.

callback

CXF Sample of Stream GZIP Interceptor

Example shows how to develop an interceptor and add the interceptor into the interceptor chain through configuration.

configuration_interceptor

Groovy with Spring Support

Sample shows how to create groovy web service implemented with Spring. You'll learn how to write a simple groovy script web service.

groovy_spring_support

Co-located using Document/Literal Style

 

in_jvm_transport

JMS Transport

Sample using Document-Literal Style sample demonstrates use of the Document-Literal style binding over JMS transport using the pub/sub mechanism.

jms_pubsub

JMS Transport

Sample using Document-Literal Style sample demonstrates use of the Document-Literal style binding over JMS Transport using the queue mechanism.

jms_queue

MTOM Demo for SWA & XOP

Sample illustrates the use of a SOAP message with an attachment and XML-binary Optimized Packaging.

mtom

MTOSI Alarm Retrieval (SOAP OVER HTTP)

Sample demonstrates a simple CXF based client/server Web service implementing the MTOSI alarm retrieval service.

mtosi_1.1\alarm_retrieval

Ruby Script

Sample shows how to create ruby web service implemented with Spring. You'll learn how to write a simple ruby script web service.

ruby_spring_support

Sample usingSOAP Headers

Sample illustrates Apache CXF's support for SOAP headers.

soap_header

...