What is the difference between building a WSDL in Eclipse and using WCF?

Posted by myermian on Stack Overflow See other posts from Stack Overflow or by myermian
Published on 2010-06-10T18:01:17Z Indexed on 2010/06/10 18:02 UTC
Read the original article Hit count: 281

Filed under:
|
|
|

I'm somewhat familiar with WCF in that I can build Web Services in VS.Net ... I understand some of the concepts...

But, the other day I cam across this option in Eclipse (I also use Java to code) to create a WSDL. Playing around with it it looks great since it has a GUI method of building itself.

I guess I just wanna know what the difference is.

1) Are they different technologies like WSDL vs WCF? Or, is it that WCF uses WSDLs?

2) I read that WSDLs are a top-down approach... so what about WCF, is that top-down or is that bottom-up?

3) Will this WSDL in Eclipse actually be able to generate CSharp code for my server and client efficiently, or will it require a lot of fixing?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about eclipse