| Tests building a ServiceDescription using WSDL and the JAXWS Service API.
Note that a ServiceDescription is built when a javax.xml.ws.Service is created. Since that is the actual API
that should be used, this test will create Service objects and then use introspection
to check the underlying ServiceDelegate which contains the ServiceDescription.
|