Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

We have support for the processing of XML headers or body elements through the use of the XStream library. XStream is idea when you have a bunch of POJOs and you want to stream them over XML.

If you are given a WSDL and want to create beans for it, we recommend a tool like XMLBeans, Castor or JAXB. However if you're starting with POJOs then XStream is nice & simple & fast.

The client API is pretty much the same as for the other marshalling tools. First off we have a regular interface that represents some service...

An error occurred: cvs.activesoap.codehaus.org. The system administrator has been notified.

Now here's a REST client invoking a remote service..

An error occurred: cvs.activesoap.codehaus.org. The system administrator has been notified.

Or the SOAP client looks like this

An error occurred: cvs.activesoap.codehaus.org. The system administrator has been notified.
Labels
  • None