Safari
Safari

Reputation: 11935

First steps on liferay web services

enter image description hereenter image description here

Upvotes: 7

Views: 6585

Answers (3)

Schadenfreude
Schadenfreude

Reputation: 1910

I could not find any solution to this, for some reason Eclipse didn't recognize a valid wsdl. I downloaded a trial version of IntelliJ IDEA 13 Ultimate and setup the Web Service Client through there. Everything worked properly.

Upvotes: 0

Biswajit
Biswajit

Reputation: 2496

create dynamic web project and configure a server then add wsdl .

Upvotes: 3

Olaf Kock
Olaf Kock

Reputation: 48057

This does not mean that the server (e.g. Liferay) can't be found but notifies you that Eclipse doesn't know where to put/how to configure the resulting WebService: It needs a server runtime and a WebServiceProject - e.g. you can create a WebServiceClient inside a project - if no suitable project exists, eclipse will complain.

So: Everything is fine on the Liferay side. You'll need infrastructure in your IDE to be able to go forward with this operation

Upvotes: 2

Related Questions