Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: showed the syntax for multiple options to the CXF endpoint

...

Where cxfEndpoint represents the spring bean's name which presents the CXF endpoint

You could apply the dataFormat options to cxfEndpoint like thisFor either style above, you can append options to the URI as follows:

Code Block
cxf:bean:cxfEndpoint?wsdlURL=wsdl/hello_world.wsdl&dataFormat=PAYLOAD

Options

...