留言板

WSDL is blank

thumbnail
Dmitry Fengoff,修改在11 年前。

WSDL is blank

New Member 帖子: 16 加入日期: 12-3-19 最近的帖子
I try to create full-cycle integration test.
In my application I have the ant script. And i call liferay's scripts from my.


<ant antfile="${portlet}\build.xml" dir="${portlet}" target="build-service" />
<ant antfile="${portlet}\build.xml" dir="${portlet}" target="build-wsdd" />
<ant antfile="${portlet}\build.xml" dir="${portlet}" target="war" />


After that all WARs I copy to deploy directory. When it have deployed and I go wsdl url it shows me blank document.

In case if I execute this commands from cmd manually and deploy via control panel all works good.

I use: liferay 6.1 ga1 + tomcat