Final quickies
Any reason why we are using for SRU
URL = baseurl + "?operation=" + op + paramters
Rather than
URL = baseurl + "/" + op + "?" + parameters
E.g.
http://myserver.com/mysruserver?operation=searchRetrieve&query=smith
Than
http://myserver.com/mysruserver/searchRetrieve?query=smith
I've no particular hang up, apart from the latter is easier to code up
in the WSDL (which makes me suspect the latter is more common practice)
Matthew
|