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.
If you successfully use or have implemented WCF (wsHttpBinding) where it was interoperable with Java/Non WCF client?