Any good tools that easily help me write/mantain WSDL files?
Hi there being new to the 'write-contract-first' webservice area i was wondering if there are any good and preferably opensource tools that could help me in writing my wsdl files.
开发者_开发知识库I know that i can write the WSDL with a text/XML editor but this is a cumbersome and error- prone approach.
I am using Apache CXF for my implementation, any hints and tips are highly appreciated!
The eclipse project WTP (Web Tools Platform) includes a graphical WSDL editor. It has a similiar editor for XML schemas (XSD) too.
Either install one of the prepackaged contributions that include Web Tools already or add to an already installed installation of eclipse.
精彩评论