wcf-interoperability

WCF to Java endpoint/contract issue

Getting error with Could not find endpoint element with name 'CaseJacketPort' and contract 'GrandJuryService.CaseJacket' private void InitProxy() { m_Proxy = new DivisionAssignmentJSS.GrandJuryService.CaseJacketClient("CaseJacketPort"); << error here From my App.config: <client> <endpoint address="http://172.24.8.125:8080/gr...

WCF Service, Java JApplet client, transport error 405

Hi all, I'm having a problem with a WCF Service and Java Client, I will try to give as much information as i can, thanks for your time. The Endpoint of the server is BasicHttpBinding, I tried hosting the server as a Windows Service and in IIS but nothing changed. The weird thing is that the Client works great if I use a simple class, in...

JNBridge experiences

Has anyone here used JNBridge? If so, what is your experience? Is it better to use than JNI, or writing a Web service Java wrapper? ...

WCF interoperability with J2EE

Can anyone provide a simple code where WCF send/retrieves data from a J2EE application/service? I'm trying to find some code that can help me understand the programming logic. Recommendation of any book is also appreciated. Thank you ...

What should I know when developing interoperable WCF web service?

I'm starting this Wiki to collect best practices about creating interoperable web services (not clients) in WCF. Please share your experience if you know any feature which is not generally interoperable or which is not interoperable with specific platform. ...