1.  That seems strange.  Unless I'm not understanding you correctly, I would
think you just want to create one WSDL with 68 services (wsdl:operations),
and then proceed as follows: http://www.jroller.com/gmazza/date/20071019  

2.  It depends on your servlet container, not the web service stack.  A
simple way, for starters at least, is to rely on your classpath--see my last
comment at the very bottom of: http://www.jroller.com/gmazza/date/20071102.

3.
http://cwiki.apache.org/CXF20DOC/client-http-transport-including-ssl-support.html.
 
Read carefully.  The upcoming 2.0.5 (in a week or two) will make things a
little bit simpler: http://www.jroller.com/gmazza/date/20080322

Glen


Alpin, Luba wrote:
> 
> Hi CXF-User-List,
> I need your help with my three questions, please HELP!
> 
> 1. I want to publish 68 services using ServerFactoryBean I create 68
> instances ServerFactoryBean - one for each service, is it correct usage
> of ServerFactoryBean? After 34 services I get OutOfMemory exception and
> this enforces me increase memory to -Xmx128m , while XFire enable do it
> with a default 64.
> 
> 2. I want create webserver root directory to store files for downloading
> client.
> With XFire this is root directory located in root of Jetty server. How I
> do it with CXF? Do I need create Jetty server and start it additional to
> calling create method for each ServerFactoryBean instance?
> 
> 3. Https? Please link to example.
> 
> Thanks for help.
> Luba Alpin.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Override-schemalocation-when-creating-a-client-tp16228867p16254688.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to