Hi Peter
I seem to have same problem as Diego, in particular GetEntry does not work.
DNN 5.2.0 with DMX 5.2.2; Using VS.NET 2008 - add web reference (not Service Reference) - this seems to work although some of the types are missing, eg have LoginCredentials class but not EntryInfo. Testing on localhost, so licence not activated - I doubt this is issue however.
I have successfully used GetPortalCollectionlist and GetCollectionContents() - these return System.Data.DataSets which I can query using LINQ. By doing this I've got code that looks for a particular file name in a particular folder, and if it is not there already it uploads it via SimpleCreateCollection / SimpleUploadNewEntry. Fantastic.
GetEntry() however returns an empty dataset with no tables in it as Diego states. Not fantastic.
My best guess is that this is related to another issue logged on this forum back in 2008, suggesting that the schema for EntryInfo disappeared from the WSDL between DMX 04.02.03. and DMX 04.03.02 ?
As it stands, GetEntry() appears to be useless, and I'm not even trying to go near SetEntry despite the fact that it would be useful.
(All I want to do with GetEntry is retrieve the MD5 hash, so I'm going to try a workaround using the result of GetCollectionContents...)
[ P.S. I'll just slip in an wish while I'm at it: a way to look at and set permissions on entries via the webservice. I haven't thought through the ins and outs of this yet ]