Yes it makes more sense on the implementation bean than the interface. Although the spec
unfortunately requires that we support it on the interface:
From JAXWSWebServiceMetaDataBuilder:
| // The spec states that WSDL location should be allowed on an SEI, although it
| // makes far more sense on the implementation bean, so we ALWAYS override the SEI
| // when wsdlLocation is defined on the bean
| if (wsdlLocation.length() == 0)
| wsdlLocation = seiAnnotation.wsdlLocation();
|
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032530#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...