views:

37

answers:

0

I’m trying to get a simple WCF application work with Java Client. Service exposes few simple operations using WSHttpBinding, which it does perfectly.

Now, due to some reason (probably due to incomplete WS-* specifications at Java side) it seems impossible to generate a Java Client for this WCF service hosted on remote system.

However, everything works fine when used with basicHttpBinding.

My question here is – If anyone successfully uses/implemented WCF (wsHttpBinding) where it was interoperable with Java/Non WCF client? your feedback/comments would be great help.

Thank you,