Jeevan Bhatt
Jeevan Bhatt

Reputation: 6101

Consume WCF in java application

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.

Upvotes: 2

Views: 7347

Answers (1)

user333306
user333306

Reputation:

Yes using one http binding.

You can also check this: http://www.kevingao.net/wcf-java-interop

Upvotes: 1

Related Questions