Hello, I'm trying to retrieve the wsdl from deployed service but It doesn't
work.
This is what I've readed in the documentation:
WSDLs for consumer endpoints are retrieved using the following method:
* for a WSDL based deployed endpoint, the WSL will be used as is
* for an XBean based deployed endpoint, the WSDL will be retrieved from
the wsdlResource attribute
* if this information is not provided, the component will try to
generate a WSDL by retrieving the target endpoint WSDL and adding the
relevant informations to it.
WSDLs are accessible with the standard '?wsdl' query string.
For example, the WSDL for the consumer endpoint seen in the 'WSDL
Deployment' section will be available at
http://localhost:8192/InOnly/?wsdl
And this is my definition:
<http:endpoint service="serviceName:httpService" endpoint="endpoint"
role="consumer" locationURI="http://0.0.0.0:8080/ecgTube/"
targetService="serviceName:routingSlip"
targetEndpoint="endpoint"
defaultMep="http://www.w3.org/2004/08/wsdl/in-out" soap="true"
/>
Any idea where I'm going wrong ?
--
View this message in context:
http://www.nabble.com/ServiceMix%27s-generation-of-wsdl-tf4683660s12049.html#a13383604
Sent from the ServiceMix - User mailing list archive at Nabble.com.