goutam
goutam

Reputation: 657

Create a WSDL in Eclipse

I want to create a new WSDL in Eclipse Kepler.

In project, New-->Other-->Webservices and New-->Other-->XML, I could not find them.

Do I need to install any new plugin?

Upvotes: 1

Views: 1059

Answers (1)

dpi
dpi

Reputation: 2007

I have finally found it. In the new-file wizard, the "WSDL file" entry is not under "XML" but under "Web Services". And yes, you have to install some package to get it. I don't know which one exactly, it must have been either Eclipse Web developer tools, Eclipse XML Editor and tools or Eclipse Java Web Developer Tools, probably the latter.

Upvotes: 1

Related Questions