hi there,

is it possible to use WSDL message types in WSDD operations?
for example something like this:

<service name="..." provider="...">
....
<!-- the return type should be a wsdl message type -->
<operation name="GetProduct" returnQName="Product" returnType="ProductMsg"
xmlns:ns="http://myservices.org/product";>

<!-- and the input also should be a wsdl message type -->
<parameter name="GetPMsg" type="GetPMsg"
xmlns:ns="http://myservices.org/getproduct"; />

</operation>
</service>


the wsdd descriptions in the axis doc says not so much about the wsdd files :(


thanks,
marco


Reply via email to