1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- |
---|
3 | *** GENERATED FROM jax-ws.xml - DO NOT EDIT ! *** |
---|
4 | *** TO MODIFY wsimport options USE Web Service node -> Edit WS Attributes *** |
---|
5 | *** TO CHANGE TARGETS GENERATED TO jaxws-build.xml COPY THOSE *** |
---|
6 | *** TARGETS TO ../build.xml AND MODIFY THAT FILE INSTEAD *** |
---|
7 | |
---|
8 | -->
|
---|
9 | <project xmlns:xalan="http://xml.apache.org/xslt" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxws="http://www.netbeans.org/ns/jax-ws/1">
|
---|
10 | <!-- |
---|
11 | =================== |
---|
12 | JAX-WS WSIMPORT SECTION |
---|
13 | =================== |
---|
14 | -->
|
---|
15 | <target name="wsimport-init" depends="init">
|
---|
16 | <mkdir dir="${build.generated.sources.dir}/jax-ws"/>
|
---|
17 | <taskdef name="wsimport" classname="com.sun.tools.ws.ant.WsImport">
|
---|
18 | <classpath path="${libs.jaxws21.classpath}"/>
|
---|
19 | </taskdef>
|
---|
20 | </target>
|
---|
21 | <target name="wsimport-client-RunCreationService" depends="wsimport-init">
|
---|
22 | <mkdir dir="${build.generated.dir}/jax-wsCache/RunCreationService"/>
|
---|
23 | <property name="wsdl-RunCreationService" location="xml-resources/web-service-references/RunCreationService/wsdl/services.heuristiclab.com/OKB.SPR.Java-3.3/RunCreationService.svc.wsdl"/>
|
---|
24 | <wsimport sourcedestdir="${build.generated.dir}/jax-wsCache/RunCreationService" destdir="${build.generated.dir}/jax-wsCache/RunCreationService" wsdl="${wsdl-RunCreationService}" catalog="catalog.xml" extension="true" verbose="true" wsdlLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/RunCreationService.svc?wsdl" xnocompile="true" xendorsed="true" package="com.heuristiclab.services.runcreation">
|
---|
25 | <depends file="${wsdl-RunCreationService}"/>
|
---|
26 | <produces dir="${build.generated.dir}/jax-wsCache/RunCreationService"/>
|
---|
27 | </wsimport>
|
---|
28 | <copy todir="${build.generated.sources.dir}/jax-ws">
|
---|
29 | <fileset dir="${build.generated.dir}/jax-wsCache/RunCreationService">
|
---|
30 | <include name="**/*.java"/>
|
---|
31 | </fileset>
|
---|
32 | </copy>
|
---|
33 | </target>
|
---|
34 | <target name="wsimport-client-clean-RunCreationService" depends="-init-project">
|
---|
35 | <delete dir="${build.generated.dir}/jax-wsCache/RunCreationService"/>
|
---|
36 | <delete dir="${build.generated.sources.dir}/jax-ws/com/heuristiclab/services/runcreation"/>
|
---|
37 | </target>
|
---|
38 | <target name="wsimport-client-generate" depends="wsimport-client-RunCreationService"/>
|
---|
39 | </project>
|
---|