Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{ "customer" : { "name" : { "$" : "Jane Doe" } } }

Configuring Jettison

Creating a Jettison is configured by setting service is like creating any other service, except that you set a couple extra properties on your service's endpoint. Depending on which way you create your service, this can be done slightly differentlyFirst you'll want to create a service and make sure it is working with XML before continuing here. Currently its recommended that you use the HTTP Binding for your JSON endpoints as javascript developers will be more familiar with the RESTful style of interaction. It is also easier for javascript developers as they will not have to formulate a request for ever interaction.

Using ServerFactoryBeans

...