Hi Forum,
I have a cxf 2.1.3 web service client working (see below). I would like to
make this into a servicemix component. I can't see anything in the
servicemix bc about using jaxws:handlers, have I missed something in the
documentation?
Many thanks in advance...
<bean id="handler" class="demo.hw.client.ChangeNamespaceHandler"/>
<jaxws:client id="client"
serviceClass="enquiry.EnquiryServiceSoap"
serviceName="s:EnquiryService"
endpointName="s:EnquiryServiceSoap"
xmlns:s="urn:enquiry"
wsdlLocation="wsdl/HPIEnquiryClient_WSDL_20080513_035007/HPCEnquiryService.wsdl"
address="http://www.q.hpi.co.uk/tradeservice/servlet/messagerouter">
<jaxws:handlers>
<ref bean="handler"/>
</jaxws:handlers>
</jaxws:client>
--
View this message in context:
http://www.nabble.com/newbie-question%3A-using-a-cxf-client-tp21591955p21591955.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.