Weird WCF problem
WCF and WF
1
Posts
1
Posters
2
Views
1
Watching
-
Hi i"m creating a WCF client from a .wsdl file and the connection is to a server that's implemented in Java. Now, the weird stuff: when there's a function, for examaple "IGroup[] GetAllGroups()" - it doesn't work unless i give it a dummy parameter "GetAllGroups(string s)" When i step into the server i return what i need (6 items array) but when getting to the client i"m getting a zero-length array!!! any ideas?? Thanks, Yanai