On Wed October 28 2009 10:57:41 am wonderbox wrote: > Iam using cxf client for http web service and i need to use > org.apache.cxf.transport.http.HTTPConduit and > org.apache.cxf.transports.http.configuration.HTTPClientPolicy , but i have > found a problème i do not find the jar of theses classes ? > > Can some one tell me where can i find thesses classes ?
They are in the cxf-rt-transport-http jar. If you are using maven, you need to add that artifact to your deps. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
