On Wed, May 28, 2008 at 9:55 AM, Fullocto <[EMAIL PROTECTED]> wrote: > > Hi again, > > I'd like to be able to specify the port and the address of the exposed > webservice, how can i configure it without changing the port in the wsdl? Is > it about the busCfg ?
If you specify an attributed named locationURI in the servicemix-cxf-bc xbean.xml configuration file you can specify the URL there to override the URL in the WSDL. > Also can I see the wsdl when the service is exposed on jetty? Yes, visit the URL specified in the locationURI with a ?wsdl on the end. Below is an example: http://localhost:8192/service/?wsdl As long as the configuration is correct and the WSDL is available on the classpath, it will be displayed in the browser. -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
