I tried adding the serviceClass too (figured that was important):

<cxf:cxfEndpoint xmlns:hsi="http://company.com/infrastructure/services/hash";
                     id="HashService-InVMBinding"
                     wsdlURL="HashService.wsdl"
                     serviceName="hsi:HashService"
                     endpointName="hsi:HashServicePort"
                    
serviceClass="com.company.infrastructure.services.hash.HashServiceImpl">
        <cxf:properties>
            <entry key="dataFormat" value="PAYLOAD"/>
        </cxf:properties>
    </cxf:cxfEndpoint>



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-CXF-In-VM-tp5716772p5716775.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to