In the web service description for the SOAP service (at http://qc.embarcadero.com/qc/coBugCGI.exe?intf=ICDSReportPublicInterface), the login method has this signature:
base64Binary Login(string EMail, string Passcode, string ClientID, string BDN)
EMail and Passcode are easy to understand, also I guess that a client may provide a client-side defined identifier and pass it as the third parameter.
What goes into the last parameter with the name BDN?
hereyou might found some hints about related topics. – TLama Oct 23 '12 at 16:29