# HG changeset patch # User mas01cr # Date 1187257775 0 # Node ID a450c8545f41170d78e980acc9dc26e1eabe47a0 # Parent 95f1f4a422571153873f7b5c8f6703327fc5fded Put a default (good enough for current use in .gold.ac.uk) service location in the web services header. Port number (20703) is the low 16 bits of #36rAUDIODB (if that's not mnemonic, nothing is!) diff -r 95f1f4a42257 -r a450c8545f41 audioDBws.h --- a/audioDBws.h Thu Aug 16 08:51:00 2007 +0000 +++ b/audioDBws.h Thu Aug 16 09:49:35 2007 +0000 @@ -1,7 +1,11 @@ // audioDBws.h -- web services interface to audioDB // +//FIXME: this hard-coding of the service location might be right for +//its internal use at Goldsmiths (for now) but really isn't in +//general. Find a way to bind this later (at install time? Or maybe +//just require that the installer edit the resulting wsdl file?) // -// +//gsoap adb service location: http://gibbons.doc.gold.ac.uk:20703/ typedef int xsd__int; typedef double xsd__double;