[jboss-user] [JBossWS] - Re: Providing your own wsdl instead of the generated one.

jason.greene@jboss.com do-not-reply at jboss.com
Wed Mar 28 15:57:08 EDT 2007


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#4032530

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032530



More information about the jboss-user mailing list