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

Compare with Current View Page History

« Previous Version 2 Next »

  • Simple Dispatch/Provider sample showing how to do dynamic service programming. We've got most of this, but we can extend it to add a few useful pieces.
  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
  • 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
  • No labels