To find a service from a Web Services Description Language (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, see the generated API documentation that is supplied with WSIF (see the Apache WSIF website).
The WSIFServiceFactory class returns null if no service is found with that identifier.