</SOAP-ENV:Body></SOAP-ENV:Envelope>
 {endcode}
 
-Valid function calls such as getVersionString in the above example can be found in the different wsdl files provided with condor. Condor ships with wsdl files for all daemons and they are located in lib/webservice in the binary releases.
+Valid function calls such as getVersionString in the above example can be found in the different wsdl files provided with condor. Condor ships with wsdl files for all daemons and they are located in lib/webservice in the binary releases. Also note the use of the namespace urn:condor, you may have to specify this in your client library.
 
 Each daemon provides a separate SOAP server. The only condor daemon that runs on a static port by default is the collector (port 9618). Therefore, in order to connect to other daemons in your pool (whose ports are randomized), you have two options: