Rulebase WSDLs are got via a HTTP GET request. The Determinations Server can return the Generic WSDL and Specific WSDLs for each Rulebase.
URL for the Generic WSDL:
http://www.example.com/hds/soap?wsdl
URL for the Specific WSDL:
http://www.example.com/hds/soap/<rulebase-name>?wsdl
Either the Generic WSDL (suitable for all Rulebases) or a Specific WSDL (specific to that Rulebase) is returned.
If an HTTP request is made for a rulebase that is not deployed to the Determinations Server, an HTTP 404 error (not found) will be returned.