[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.technology.wsvt] Can't use the ant task
|
Dear all:
I tried to use WSDT. The message validation doesn't seem to be working.
Validation always success.
I've done the following .
1. Download the zip file and upzip to the c:\eclipse\
2. Downlad TAD and put to the
"c:\eclipse\org.eclipse.wsi.test.tools\common\profiles."
I
3. Define the task in the ant build.xml
<taskdef name="wsdlvalidate"
classname="org.eclipse.wsdl.validate.ui.ant.WSDLValidate"
classpathref="validatewsdl_classpath">
<classpath refid="validatewsdl_classpath"/>
</taskdef>
4. When I excute the ant task, I got the following
validate:
[wsdlvalidate] ---------------------------------------
[wsdlvalidate] Validating common\securityservice.wsdl - VALID
[wsdlvalidate] ---------------------------------------
[wsdlvalidate] WARNING 1:1:There is no WS-I Compliance validator registered
for
namespace http://schemas.xmlsoap.org/wsdl/.
Please help.
Thanks in advance