I am trying to get the simple operation of a WCF application with a Java client. The service provides some simple operations using WSHttpBinding, which makes it great.
Now, for some reason (probably due to incomplete WS- * specifications on the Java side), it is not possible to create a Java client for this WCF service hosted on a remote system.
However, everything works fine when used with basicHttpBinding.
If you have successfully used or implemented WCF (wsHttpBinding), where was it compatible with the Java / Non WCF client?
Aakash
source share