vote up 5 vote down star
2

Which of the WCF Service Protocols work well with Java?

Do the TCP Service Bindings work with java remoting (either Corba, EJB, JMS, etc.)?

What about the WebServices exposed as Service EndPoints. Have these been tested against the common Java WebServices stack for interoperability?

flag

3 Answers

vote up 5 vote down check

You will need to use one of the HTTP bindings. The TCP binding requires WCF to be on both sides.

link|flag
vote up 1 vote down

hi there,

WCF has been tested with Sun's Java WEbservices stack and Apache's Axis for interoperability.

So, I'd say it's pretty good.

Can you elaborate on "OR DOES TCP WORK AS WELL" ?

thank you,

link|flag
Elaborated... :) Thanks for your answer – mrbradleyt Oct 3 '08 at 13:17
vote up 1 vote down

I have had some bad experiences when dealing with a Java based web service using the WS-Security specs. In that case there was very little, and mostly conflicting, documentation and no tech support at all from the vendor. It took us quite a bit of time to get it working but using a WS-Security sample as the basis we got everything working in the end.

The main problem was working against a poorly document black box system with security enabled makes it hard to figure out where you are going wrong, with or without WCF.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.