To find a service from a WSDL document at a Web address, or from a code-generated code base, you can use the WSIFServiceFactory class.
com/myCompany/wsdl/MyWSDLFile.wsdlrather than
/com/myCompany/wsdl/MyWSDLFile.wsdl
For more information about the WSIFServiceFactory class (/wsi/org/apache/wsif/WSIFServiceFactory.html) see the generated API information.
The WSIFServiceFactory class returns null if no service is found with that identifier.
Related reference
WSIFService interface
WSIFPort interface
WSIFOperation interface