Warning

This component has been deprecated in favor to servicemix-http component.

Introduction

ServiceMix supports SOAP with Attachments for Java (SAAJ) and Apache Axis.

Invoking Web Services Using SAAJ

ServiceMix includes a component for invoking web services using SAAJ and Axis via JBI, as an InOut message exchange. The InOut message exchange pattern (MEP) is a request response pattern where the output message is replaced by a fault, if the message is not successful. For more details on the InOut MEP please see JSR 208. The following example invokes a web service to ask for a stock price:

Error formatting macro: snippet: java.lang.NullPointerException

To invoke this function, pass the following request body:

Error formatting macro: snippet: java.lang.NullPointerException

Below is the expected response:

Error formatting macro: snippet: java.lang.NullPointerException

Additional Resources

For a complete example, using SAAJ and incorporating the above code snippets, please see the HTTP Binding Example.
For details on JBI InOut message exchanges, please JSR 208.

  • No labels

4 Comments