On Jan 14, 2008 6:53 AM, Andrea Zoppello <[EMAIL PROTECTED]> wrote: > Hi all, > > > Is there a reason why the wsdl in servicemix-http, must be called > main.wsdl?? > > BTW, i've deployed some sa where i attach in the service unit wsdl > files that are not called main.wsdl, > and all seem to work correctly. the problem is that wsdl is accessible > from external only if it's called main.wsdl! > > I know there's the new CXF-BC, but i need to solve the problem with > servicemix-http. > > Any suggestion???
I'm not exactly sure what you're trying to do but I hazard a guess that you're trying to access the WSDL by appending a ?wsdl to the URL, correct? If so, the reason why it won't display is that the name of the endpoint in the servicemix-http SU's xbean.xml file does not match the name of the of the WSDL service/port name. Below is the URL to a diagram that shows how an xbean.xml configuration file maps to a WSDL file: http://servicemix.apache.org/5-jbi.html#5.JBI-Concretemodel Bruce -- 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/
