Hi Bruce,
Thank you. As you said i had some error in my wsdl, and now i understand
a little better how
wsdl is handled by http component.
Thanks
Andrea Zoppello
Bruce Snyder ha scritto:
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