I have a WCF which return a collection of a class. When i consume it on .net application generally i make a deep copy of server return collection to local collection.
Now I want to consume it in java application so how it will work.
I have a WCF which return a collection of a class. When i consume it on .net application generally i make a deep copy of server return collection to local collection.
Now I want to consume it in java application so how it will work.
Yes using one http binding.
You can also check this: http://www.kevingao.net/wcf-java-interop