Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/RunCreationService/nbproject/jax-ws.xml @ 6798

Last change on this file since 6798 was 6068, checked in by mholper, 13 years ago

added RunCreationService as Netbeansproject #1441

File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<jax-ws xmlns="http://www.netbeans.org/ns/jax-ws/1">
3  <services/>
4  <clients>
5    <client name="RunCreationService">
6      <wsdl-url>https://services.heuristiclab.com/OKB.SPR.Java-3.3/RunCreationService.svc?wsdl</wsdl-url>
7      <local-wsdl-file>services.heuristiclab.com/OKB.SPR.Java-3.3/RunCreationService.svc.wsdl</local-wsdl-file>
8      <package-name forceReplace="true">com.heuristiclab.services.runcreation</package-name>
9      <catalog-file>catalog.xml</catalog-file>
10      <use-dispatch>true</use-dispatch>
11      <wsimport-options>
12        <wsimport-option>
13          <wsimport-option-name>extension</wsimport-option-name>
14          <wsimport-option-value>true</wsimport-option-value>
15        </wsimport-option>
16        <wsimport-option>
17          <wsimport-option-name>verbose</wsimport-option-name>
18          <wsimport-option-value>true</wsimport-option-value>
19        </wsimport-option>
20        <wsimport-option>
21          <wsimport-option-name>wsdlLocation</wsimport-option-name>
22          <wsimport-option-value>https://services.heuristiclab.com/OKB.SPR.Java-3.3/RunCreationService.svc?wsdl</wsimport-option-value>
23        </wsimport-option>
24        <wsimport-option>
25          <wsimport-option-name>xnocompile</wsimport-option-name>
26          <wsimport-option-value>true</wsimport-option-value>
27        </wsimport-option>
28        <wsimport-option>
29          <wsimport-option-name>xendorsed</wsimport-option-name>
30          <wsimport-option-value>true</wsimport-option-value>
31        </wsimport-option>
32        <wsimport-option>
33          <wsimport-option-name>package</wsimport-option-name>
34          <wsimport-option-value>com.heuristiclab.services.runcreation</wsimport-option-value>
35        </wsimport-option>
36      </wsimport-options>
37    </client>
38  </clients>
39  <jsr109>false</jsr109>
40</jax-ws>
Note: See TracBrowser for help on using the repository browser.