makerofthings7
makerofthings7

Reputation: 61483

Is there a comprehensive Java Metro and WCF interoperability website, technique or resource?

I'm looking for a general purpose mapping of WCF configurations, and the appropriate Java Metro configuration.

Is there any resource that will assist in correlating the bindings and security options of one to the other?

Upvotes: 0

Views: 283

Answers (1)

Yaron Naveh
Yaron Naveh

Reputation: 24426

There is no complete guide to this - there are many delicate details and a small change in configuration in one side can make or break everything. If you have a specific Metro configuration that you want the WCF equivalent to please publish it in this or a new question. If you do want something more general try the WCF Interop Bindings.

Upvotes: 1

Related Questions