You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Simple Dispatch/Provider sample showing how to do dynamic service programming.

  1. Add WebServiceContext injection and show how to access WSDL properties to do operation determination and routing
  2. Add a set of handlers that show how to add simple headers to the message for Dispatch/Providers that work in PAYLOAD mode (only sending/receiving the body)
  3. A sample of building up a SOAPFault within the Provider and returning that to the dynamic client.
  4. A sample for how to add an MTOM attachment in a dynamic service? (this goes much farther than most samples)

top down development sample. given a reasonable WSDL (Pick an interop wsdl from http://mssoapinterop.org/ilab/), generate an endpoint and client using the tools.

  1. A sample for how to generate the necessary server side code and package it up (similar to 1.)
  2. A sample for how to generate the necessary client code and package it up
  3. throw in MTOM and SOAP 1.2 toggles

Addressing sample

  1. Maybe the client asks the endpoint for an EPR and then uses that to target a service request? creating an EPR to represent a shopping cart instance is a simplt example
  2. Maybe use the cxf bank demo

More CXF samples

  1. http://svn.apache.org/repos/asf/incubator/cxf/trunk/distribution/src/main/release/samples/
  • No labels