JBoss Community

Re: How does WSDL get generated when publishign a Java based WS?

created by spyhunter99 in JBoss Web Services - View the full discussion

It's some kind of reflection algorithm. See org.jboss.ws.metadata.builder package.

 

Basically, look for classes annotated with @WebService.

Scan for functions annotated with @WebMethod

etc

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community