Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: note WSI-BP restriction

...

Note that CXF generally restricts WSDL support to WSI-BP, not the full WSDL 1.1 specification.

JAX-WS Providers

JAX-WS Providers allow you to create services which work at the message level - as opposed to the operation level as with annotated classes. The have a single operation "invoke" which receives either the message payload (i.e. the SOAP Body) or the whole message itself (i.e. the SOAP Envelope).

...