[CONF] Apache Camel > SOAP

2013-10-27 Thread Babak Vahdat (Confluence)
SOAP Page edited by Babak Vahdat Changes (2) ... {code} When using XML DSL there is a version attribute you can set on the jaxb>

[CONF] Apache Camel > SOAP

2012-09-21 Thread confluence
SOAP Page edited by Claus Ibsen Changes (1) ... {info} {tip:title=Namespace prefix mapping} See [JAXB] for details how you can co

[CONF] Apache Camel > SOAP

2012-07-05 Thread confluence
SOAP Page edited by Claus Ibsen Changes (3) ... {info:title=Supported SOAP versions} Currently only SOAP 1.1 is supported.

[CONF] Apache Camel > SOAP

2012-07-04 Thread confluence
SOAP Page edited by Claus Ibsen Changes (1) ... SOAP is a [Data Format] which uses JAXB2 and JAX-WS annotations to marshal and unmarshal SOAP p

[CONF] Apache Camel > SOAP

2011-09-30 Thread confluence
SOAP Page edited by Rich Newcomb Changes (2) ... h3. ElementNameStrategy An element name strategy is used for two purposes. The f

[CONF] Apache Camel > SOAP

2010-09-10 Thread confluence
SOAP Page edited by Christian Schneider Changes (1) ... *Available as of Camel 2.3* SOAP is a [Data Format] which uses JAXB2 and JAX-WS annota

[CONF] Apache Camel > SOAP

2010-09-09 Thread confluence
SOAP Page edited by Glen Mazza Comment: Christian and Glen search for a textual compromise... Changes (1) ... h3. Using the Ja

[CONF] Apache Camel > SOAP

2010-09-09 Thread confluence
SOAP Page edited by Christian Schneider Changes (2) ... h3. Using the Java DSL The following example uses a named DataFormat of _soap_ which i

[CONF] Apache Camel > SOAP

2010-09-08 Thread confluence
SOAP Page edited by Glen Mazza Comment: Fix SOAP Call format. Changes (2) ... {code} String WS_URI = "cxf://http

[CONF] Apache Camel > SOAP

2010-09-08 Thread confluence
SOAP Page edited by Glen Mazza Comment: Clarified SOAP client section. Changes (4) ... h4. Webservice client Thi

[CONF] Apache Camel > SOAP

2010-09-08 Thread confluence
SOAP Comment removed by Glen Mazza In the example code snippets on the page, I noticed two potential issues: 1. The code duplicated below constructs a ServiceNameStrategy. Should this be constructing a ServiceInterfaceStrategy instead? SoapJaxbDa

[CONF] Apache Camel > SOAP

2010-09-08 Thread confluence
SOAP Page edited by Glen Mazza Comment: ServiceNameStrategy -> ServiceInterfaceStrategy rename. Changes (3) ... {code}

[CONF] Apache Camel > SOAP

2010-09-08 Thread confluence
SOAP Page edited by Glen Mazza Comment: Clarify that CustomerService is the SEI. Changes (1) ... Endpoint startEndpoint = cont

[CONF] Apache Camel > SOAP

2010-09-06 Thread confluence
SOAP Page edited by Glen Mazza Comment: undefined "soapDataFormat" variable fixed. Changes (8) ... This route supports marshal

[CONF] Apache Camel > SOAP

2010-03-29 Thread confluence
SOAP Page edited by Claus Ibsen SOAP DataFormat Available as of Camel 2.3 SOAP is a Data Format which uses JAXB2 and JAX-WS to marshal and unmarshal SOAP payloads. It provides the basic features of Apache CXF without need for the CX

[CONF] Apache Camel > SOAP

2010-03-01 Thread confluence
SOAP Page commented by Ron Gavlin In the example code snippets on the page, I noticed two potential issues: 1. The code duplicated below constructs a ServiceNameStrategy. Should this be constructing a ServiceInterfaceStrategy instead?

[CONF] Apache Camel > SOAP

2010-02-27 Thread confluence
SOAP Page edited by Christian Schneider SOAP (Available in Camel >= 2.3.0) SOAP is a Data Format which uses JAXB2 and JAX-WS to marshal and unmarshal SOAP payloads. It provides the basic features of Apache CXF without need for the

[CONF] Apache Camel > SOAP

2010-02-27 Thread confluence
SOAP Page edited by Christian Schneider SOAP (Available in Camel >= 2.3.0) SOAP is a Data Format which uses JAXB2 and JAX-WS to marshal and unmarshal SOAP payloads. It provides the basic features of Apache CXF without need for the

[CONF] Apache Camel > SOAP

2010-02-27 Thread confluence
SOAP Page added by Christian Schneider SOAP (Available in Camel >= 2.3.0) SOAP is a Data Format which uses JAXB2 and JAX-WS to marshal and unmarshal SOAP payloads. It provides the basic features of Apache CXF without need for the CXF Stack.