Currently the WSDL of my @WebService
annotated class creates an external wsdl that describe the classes. It does this by:
<wsdl:import location="http://localhost:8080/myapp-web/Service?wsdl=Service.wsdl"
namespace="http://somenamespace.org/" />
The webservice is being built by eclipse/maven and is being run on jboss 7.1.
Is there a way (preferably by an annotation) to make the wsdl generated inline?