Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 2.0
-
Component/s: Metro Web Services Binding
-
Labels:None
-
Number of attachments :
Description
It would be nice to have an option to override WSDL generation in top-down approach, e.g.:
<interface.wsdl xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance"
interface="http://helloworld#wsdl.interface(HelloWorld)"
wsdli:wsdlLocation="http://helloworld WEB-INF/wsdl/helloworld.wsdl" />
<binding.ws endpoint="http://helloworld#wsdl.endpoint(HelloWorldService/HelloWorldSoapPort)"
location="WEB-INF/wsdl/helloworld.wsdl" />
The above example comes from SCA Tutorial Part 1 (p.40) located at http://www.osoa.org/display/Main/SCA+Resources