Bonjour,
je n'arrive pas a utillisé la task ant wsimport.
voila mon code pour cette task :
j'ai l'exception suivante :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 <wsimport debug="true" keep="true" destdir="${release}" package="fr.xxxx.web.service.espaceclient" wsdl="http://xxxx:8080/identification/service/WSTest/WSTestService.wsdl"> </wsimport>
tout ca est sur du java 1.5 et tomcat 5.5
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10 java.lang.Error: java.lang.reflect.InvocationTargetException at com.sun.tools.xjc.reader.Ring.get(Ring.java:77) at com.sun.tools.xjc.reader.xmlschema.BGMBuilder.<init>(BGMBuilder.java:105) at com.sun.tools.xjc.reader.xmlschema.BGMBuilder.build(BGMBuilder.java:75) at com.sun.tools.xjc.ModelLoader.annotateXMLSchema(ModelLoader.java:388) at com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl.bind(SchemaCompilerImpl.java:206) at com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl.bind(SchemaCompilerImpl.java:66) at com.sun.tools.ws.processor.modeler.wsdl.JAXBModelBuilder.bind(JAXBModelBuilder.java:124) .......
il y a t-il quelqu'un qui peux m'aidé ?
Partager