Where can i get the wsdl file to use the NBR API to download my recordings?
I downloaded the WSDL from a number of different URLs and I get an error when it attempts to generate the proxy objects. This path is included in the wsdl and returns a 404
http://10.224.91.216:2001/nbr/services/NBRStorageService
if I append ?wsdl same error
http://10.224.91.216:2001/nbr/services/NBRStorageService?wsdl
<wsdl:service name="NBRStorageServiceService">
<wsdl:port name="NBRStorageService"
binding="impl:NBRStorageServiceSoapBinding">
<wsdlsoap:address
location="http://10.224.91.216:2001/nbr/services/NBRStorageService"/>
</wsdl:port>
</wsdl:service>
Any help is appreciated.