The JSR181 specification (http://jcp.org/en/jsr/detail?id=181) says in 4.1 
Annotation: javax.jws.WebService:
anonymous wrote : wsdlLocation:
  | The location of a pre-defined WSDL
  | describing the service. The wsdlLocation is
  | a URL (relative or absolute) that refers to a
  | pre-existing WSDL file. The presence of a
  | wsdlLocation value indicates that the
  | service implementation bean is implementing
  | a pre-defined WSDL contract. The JSR-181
  | tool MUST provide feedback if the service
  | implementation bean is inconsistent with the
  | portType and bindings declared in this
  | WSDL. Note that a single WSDL file might
  | contain multiple portTypes and multiple
  | bindings. The annotations on the service
  | implementation bean determine the specific
  | portType and bindings that correspond to
  | the Web Service.
My interpretation is that something like

  | @Webservice(.. 
  |             wsdlLocation="http:\\ .. "
  |             ..)
  | 
should be possible.





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031348#4031348

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031348
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to