[ https://issues.apache.org/activemq/browse/CAMEL-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57210#action_57210 ]
Christian Schneider commented on CAMEL-2396: -------------------------------------------- Hi Willem, 1. Ok .. I will create a module called camel-soap then. It will depend on camel-jaxb as I need the JaxbDataFormat as a base. 2. I read the protobuf unit test you mentioned above but I could not find any special settings they make. Can you be more specififc how to setup the ClassResolver or the context so the classes are resolved? 3. Ok will add the constant there. I think I will also have to add code to http and jms to fill the property. Thanks fot the hint about bare style. That worked great. > Add a DataFormat for handling JAXB data inside SOAP > --------------------------------------------------- > > Key: CAMEL-2396 > URL: https://issues.apache.org/activemq/browse/CAMEL-2396 > Project: Apache Camel > Issue Type: New Feature > Components: camel-jaxb > Reporter: Christian Schneider > Assignee: Willem Jiang > Fix For: 2.3.0 > > Attachments: camel-jaxb-2010-01-26.patch > > > Currently a user who wants to implement or call webservices needs to use one > of the heavy weight frameworks (CXF or Axis) even for simple cases. > So we should have a SoapJaxbDataFormat that simply allows to add or remove > the Soap Envelope and Body around one data element that is then processed > using JAXB. The Data format should only handle the case of doc/lit services. > The stub code can be generated using the cxf WSDL2Java or Codegen maven > plugin but there should be no runtime dependency on CXF or Axis. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.