Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
1  
Just a wild guess, couldn't that be (just for a backward compatibility) a target site of a BDN (Borland Developer Network) ? They've been separated somehow. But anyway, here you might found some hints about related topics. – TLama Oct 23 '12 at 16:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.