If your http provider also has a WSDL, you could (if you want) use WSDL -> java to genate the interfaces and data classes and use a proxy to access your external web service. See http://servicemix.apache.org/servicemix-cxf-se.html for more informations.
On Jan 22, 2008 11:45 AM, Crimor <[EMAIL PROTECTED]> wrote: > > Hello, > > I have a cxfse-su service which should call a http-provider. How can I do > this out of the cxfse-su serviceImpl.java. I thougt, creating a > ServicemixClient which opens a messageexchange INOUT whould do this job, > am > I'm right? If so, how do i get the JBI Component to initialize the > ServicemixClient? > > Thanks in advance > -- > View this message in context: > http://www.nabble.com/Call-a-http-provider-service-out-of-a-cxfse-su-service--tp15016319s12049p15016319.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
