Hi,

It looks like you are not specify the address attribute in the cxfEndpoint 
element.  

--  
Willem Jiang




On Friday, August 3, 2012 at 11:48 PM, objectorange wrote:

> I have a WSDL-first web service generated by the cxf-codegen-plugin's
> wsdl2java (and implemented). I have configured to use it within a spring
> beans.xml as such:
>  
> <cxf:cxfEndpoint
> xmlns:msv="http://company.com/infrastructure/services/hash";
> id="HashService-InVMBinding"
> wsdlURL="HashService.wsdl"
> serviceName="hsi:HashService"
> endpointName="hsi:HashServicePort">
> <cxf:properties>
> <entry key="dataFormat" value="PAYLOAD"/>
> </cxf:properties>
> </cxf:cxfEndpoint>
>  
> When I attempt to call this endpoint, I get an HTTP 401 error stating
> resource not found but I don't want it using any wire protocol. Is there
> anyway to get this cxf endpoint to make the call in-vm?
>  
> Thanks ahead,
> Brian
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-CXF-In-VM-tp5716772.html
> Sent from the Camel - Users mailing list archive at Nabble.com 
> (http://Nabble.com).
>  
>  


Reply via email to