11.7
where apiURI and apiMethod gives a string like 'myspace.myspace.no/mymethod
oUri = new OpenEdge.Net.URI(OpenEdge.Net.UriSchemeEnum:http,apiURI + apiMethod).
geting an error saying:
parameter 1 of constructor URI is not type compatible .... why? probably a stupied question, but I as anyway....
Of course if I add 'http' instead, it works, but I thougth enum should be used like that?
Not a good start to learn new stuff :-)
aaah, so the example was wrong... i need to put a string( ) around the enum .... not that cool, but what to do...