jdk/src/linux/doc/man/wsimport.1
author jjg
Mon, 06 Oct 2008 16:57:15 -0700
changeset 1365 ced0e3c4678f
parent 2 90ce3da70b43
child 2692 345bc8d65b19
permissions -rw-r--r--
6748546: javadoc API should be classloader-friendly Reviewed-by: bpatel
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
.'" t
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
." Copyright 2005-2006 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
." This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
." under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
." published by the Free Software Foundation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
." This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
." version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
." accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
." You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
." 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
." Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
." CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
." have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
." `
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
.TH wsimport 1 "07 Aug 2006"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
." Generated by html2man
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
.SH NAME
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
wsimport \- JAX\-WS 2.0 Beta
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
.SH "SYNOPSIS"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
wsimport [options] <wsdl>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
.SH "DESCRIPTION"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
The \f2wsimport\fP tool generates JAX\-WS portable artifacts, such as:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
Service Endpoint Interface (SEI) 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
Service 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
Exception class mapped from wsdl:fault (if any) 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
Async Reponse Bean derived from response wsdl:message (if any) 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
JAXB generated value types (mapped java classes from schema types) 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
These artifacts can be packaged in a WAR file with the WSDL and schema documents along with the endpoint implementation to be deployed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
wsimport tool can be launched using the command line script wsimport.sh (Unix) or wsimport.bat(windows). There is also and ant task to import and compile the wsdl, see the details below.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
.SH "OPTIONS"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
The following table lists the \f2wsimport\fP options.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
Table 1\-1 wsimport Options
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
Specify where to place generated output files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
Specify external JAX\-WS or JAXB binding files (Each \f2<file>\fP must have its own \f2\-b\fP)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
Specify catalog file to resolve external entity references, it supports TR9401, XCatalog, and OASIS XML Catalog format. Please read the XML Entity and URI Resolvers document or see \f3wsimport_catalog\fP sample.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
allow vendor extensions (functionality not specified by the specification). Use of extensions may result in applications that are not portable or may not interoperate with other implementations
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
.am 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
.if \n(.l<\n(80 .ll \n(80u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
\f2\-httpproxy:<host>:<port>\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
Specify an HTTP proxy server (port defaults to 8080)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
Specifying a target package via this command\-line option, overrides any wsdl and schema binding customization for package name and the default package name algorithm defined in the specification
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
.di h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
Specify where to place generated source files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
.nr h| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
.nr h- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
.di i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
Output messages about what the compiler is doing
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
.nr i| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
.nr i- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
.di j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
Print version information
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
.nr j| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
.nr j- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
.am 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
.di k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
.if \n(.l<\n(80 .ll \n(80u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
\f2\-wsdllocation <location>\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
.nr k| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
.nr k- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
.di l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
\f2@WebService.wsdlLocation\fP and \f2@WebServiceClient.wsdlLocation\fP value
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
.nr l| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
.nr l- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
.nr 38 \w\f3Option\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
.nr 38 \w\f2\-d <directory>\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
.nr 38 \w\f2\-b <path>\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
.nr 38 \w\-catalog
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
.nr 38 \w\f2\-extension\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
.nr 38 \w\f2\-help\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
.nr 38 \w\f2\-keep\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
.nr 38 \w\f2\-p\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
.nr 38 \w\f2\-s <directory>\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
.nr 38 \w\f2\-verbose\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
.nr 38 \w\f2\-version\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
.nr 38 \n(k-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
.nr 38 \wDisplay help
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
.nr 38 \wKeep generated files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
.nr 38 \n(f-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
.nr 38 \n(g-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
.nr 38 \n(h-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
.nr 38 \n(i-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
.nr 38 \n(j-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
.nr 38 \n(l-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
.if t .if \n(TW>\n(.li .tm Table at line 124 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
\&\h'|\n(40u'\f3Option\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
\&\h'|\n(40u'\f2\-d <directory>\fP\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
\&\h'|\n(40u'\f2\-b <path>\fP\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
\&\h'|\n(40u'\-catalog\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   439
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   445
\&\h'|\n(40u'\f2\-extension\fP\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   456
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   457
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   459
\&\h'|\n(40u'\f2\-help\fP\h'|\n(41u'Display help
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   461
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
\&\h'|\n(40u'\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
.nr 37 \n(40u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
\&\h'|\n(40u'\f2\-keep\fP\h'|\n(41u'Keep generated files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
.ne \n(g|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
\&\h'|\n(40u'\f2\-p\fP\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   505
.ne \n(h|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
.if (\n(h|+\n(#^-1v)>\n(#- .nr #- +(\n(h|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   509
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
\&\h'|\n(40u'\f2\-s <directory>\fP\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   513
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   514
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
.h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   517
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   518
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   519
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   520
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   521
.ne \n(i|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   522
.if (\n(i|+\n(#^-1v)>\n(#- .nr #- +(\n(i|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   523
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   525
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   526
\&\h'|\n(40u'\f2\-verbose\fP\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   527
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   528
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   529
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   530
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   531
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   532
.i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   533
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   534
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   535
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   536
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   537
.ne \n(j|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   538
.if (\n(j|+\n(#^-1v)>\n(#- .nr #- +(\n(j|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   541
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   542
\&\h'|\n(40u'\f2\-version\fP\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   543
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   544
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
.j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   549
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
.ne \n(k|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
.ne \n(l|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
.if (\n(k|+\n(#^-1v)>\n(#- .nr #- +(\n(k|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
.if (\n(l|+\n(#^-1v)>\n(#- .nr #- +(\n(l|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
\&\h'|\n(40u'\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   562
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   563
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
.nr 37 \n(40u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   565
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   566
.k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   567
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   568
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   569
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   570
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   571
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   572
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   573
.l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   574
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   575
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   576
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   577
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   578
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   579
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   580
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   581
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   582
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   583
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   584
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   585
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   586
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   587
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   588
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   589
.rm h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   590
.rm i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   591
.rm j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   592
.rm k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   593
.rm l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   594
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   595
.if \n-(b.=0 .nr c. \n(.c-\n(d.-54
90ce3da70b43 Initial load
duke
parents:
diff changeset
   596
90ce3da70b43 Initial load
duke
parents:
diff changeset
   597
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   598
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   599
Multiple JAX\-WS and JAXB binding files can be specified using \f2\-b\fP option and they can be used to customize various things like package names, bean names, etc. More information on JAX\-WS and JAXB binding files can be found in the customization documentation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   600
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   601
90ce3da70b43 Initial load
duke
parents:
diff changeset
   602
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   603
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   604
Ant task
90ce3da70b43 Initial load
duke
parents:
diff changeset
   605
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   606
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   607
An Ant task for the \f2wsimport\fP tool is provided along with the tool. The attributes and elements supported by the Ant task are listed below:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   608
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   609
90ce3da70b43 Initial load
duke
parents:
diff changeset
   610
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   611
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   612
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   613
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   614
   <wsimport           \fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   615
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   616
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   617
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   618
      wsdl="..."      \fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   619
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   620
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   621
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   622
      destdir="directory for generated class files"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   623
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   624
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   625
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   626
      sourcedestdir="directory for generated source files"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   627
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   628
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   629
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   630
      keep="true|false"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   631
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   632
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   633
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   634
      extension="true|false"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   635
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   636
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   637
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   638
      verbose="true|false"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   639
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   640
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   641
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   642
      version="true|false"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   643
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   644
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   645
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   646
      wsdlLocation="..."\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   647
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   648
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   649
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   650
      catalog="catalog file"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   651
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   652
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   653
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   654
      package="package name"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   655
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   656
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   657
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   658
      <binding dir="..." includes="..." />\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   659
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   660
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   661
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   662
  </wsimport>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   663
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   664
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   665
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   666
90ce3da70b43 Initial load
duke
parents:
diff changeset
   667
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   668
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   669
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   670
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   671
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   672
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   673
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   674
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   675
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   676
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
   677
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   678
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   679
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   680
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   681
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
   682
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   683
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   684
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   685
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   686
.rm 80 81 82
90ce3da70b43 Initial load
duke
parents:
diff changeset
   687
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   688
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   689
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   690
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   691
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   692
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   693
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   694
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   695
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   696
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   697
Specify where to place output generated classes
90ce3da70b43 Initial load
duke
parents:
diff changeset
   698
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   699
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   700
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   701
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   702
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   703
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   704
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   705
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   706
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   707
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   708
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   709
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   710
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   711
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   712
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   713
Specify where to place generated source files, keep is turned on with this option
90ce3da70b43 Initial load
duke
parents:
diff changeset
   714
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   715
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   716
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   717
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   718
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   719
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   720
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   721
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   722
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   723
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   724
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   725
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   726
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   727
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   728
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   729
Keep generated files, tunred on with sourcedestdir option
90ce3da70b43 Initial load
duke
parents:
diff changeset
   730
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   731
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   732
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   733
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   734
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   735
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   736
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   737
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   738
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   739
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   740
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   741
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   742
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   743
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   744
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   745
Output messages about what the compiler is doing
90ce3da70b43 Initial load
duke
parents:
diff changeset
   746
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   747
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   748
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   749
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   750
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   751
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   752
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   753
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   754
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   755
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   756
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   757
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   758
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   759
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   760
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   761
Specify external JAX\-WS or JAXB binding files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   762
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   763
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   764
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   765
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   766
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   767
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   768
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   769
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   770
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   771
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   772
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   773
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   774
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   775
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   776
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   777
allow vendor extentions (funcionality not specified by the specification). Use of extensions may result in applications that are not portable or may not interoperate with other implementations
90ce3da70b43 Initial load
duke
parents:
diff changeset
   778
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   779
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   780
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   781
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   782
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   783
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   784
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   785
.am 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   786
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   787
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   788
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   789
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   790
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   791
.if \n(.l<\n(80 .ll \n(80u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   792
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   793
\f2wsdllocation\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   794
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   795
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   796
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   797
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   798
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   799
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   800
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   801
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   802
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   803
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   804
.di h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   805
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   806
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   807
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   808
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   809
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   810
The wsdl URI passed thru this option will be used to set the value of \f2@WebService.wsdlLocation\fP and \f2@WebServiceClient.wsdlLocation\fP annotation elements on the generated SEI and Service interface
90ce3da70b43 Initial load
duke
parents:
diff changeset
   811
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   812
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   813
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   814
.nr h| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   815
.nr h- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   816
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   817
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   818
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   819
.am 82
90ce3da70b43 Initial load
duke
parents:
diff changeset
   820
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   821
.di i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   822
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   823
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   824
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   825
.if \n(.l<\n(82 .ll \n(82u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   826
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   827
\f2\-wsdllocation\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   828
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   829
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   830
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   831
.nr i| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   832
.nr i- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   833
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   834
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   835
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   836
.am 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   837
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   838
.di j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   839
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   840
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   841
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   842
.if \n(.l<\n(80 .ll \n(80u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   843
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   844
\f2catalog\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   845
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   846
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   847
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   848
.nr j| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   849
.nr j- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   850
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   851
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   852
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   853
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   854
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   855
.di k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   856
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   857
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   858
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   859
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   860
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   861
Specify catalog file to resolve external entity references, it supports TR9401, XCatalog, and OASIS XML Catalog format. Additionally, ant xmlcatalog type can be used to resolve entities, see wsimport_catalog sample.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   862
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   863
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   864
.nr k| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   865
.nr k- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   866
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   867
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   868
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   869
.am 82
90ce3da70b43 Initial load
duke
parents:
diff changeset
   870
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   871
.di l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   872
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   873
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   874
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   875
.if \n(.l<\n(82 .ll \n(82u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   876
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   877
\f2\-catalog\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   878
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   879
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   880
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   881
.nr l| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   882
.nr l- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   883
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   884
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   885
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   886
.am 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   887
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   888
.di m+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   889
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   890
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   891
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   892
.if \n(.l<\n(80 .ll \n(80u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   893
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   894
\f2package\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   895
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   896
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   897
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   898
.nr m| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   899
.nr m- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   900
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   901
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   902
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   903
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   904
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   905
.di n+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   906
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   907
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   908
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   909
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   910
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   911
Specifies the target package
90ce3da70b43 Initial load
duke
parents:
diff changeset
   912
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   913
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   914
.nr n| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   915
.nr n- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   916
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   917
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   918
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   919
.am 82
90ce3da70b43 Initial load
duke
parents:
diff changeset
   920
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   921
.di o+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   922
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   923
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   924
.ll \n(34u*1u/4u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   925
.if \n(.l<\n(82 .ll \n(82u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   926
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   927
\f2\-p\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   928
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   929
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   930
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   931
.nr o| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   932
.nr o- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   933
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   934
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   935
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   936
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   937
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   938
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   939
.nr 38 \w\f3Attribute\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   940
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   941
.nr 38 \w\f2wsdl\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   942
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   943
.nr 38 \w\f2destdir\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   944
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   945
.nr 38 \wsourcedestdir
90ce3da70b43 Initial load
duke
parents:
diff changeset
   946
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   947
.nr 38 \w\f2keep\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   948
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   949
.nr 38 \w\f2verbose\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   950
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   951
.nr 38 \w\f2binding\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   952
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   953
.nr 38 \w\f2extension\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   954
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   955
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   956
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   957
.nr 38 \n(g-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   958
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   959
.nr 38 \n(j-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   960
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   961
.nr 38 \n(m-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   962
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   963
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   964
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   965
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   966
.nr 38 \wWSDL file
90ce3da70b43 Initial load
duke
parents:
diff changeset
   967
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   968
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   969
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   970
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   971
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   972
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   973
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   974
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   975
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   976
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   977
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   978
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   979
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   980
.nr 38 \n(f-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   981
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   982
.nr 38 \n(h-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   983
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   984
.nr 38 \n(k-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   985
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   986
.nr 38 \n(n-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   987
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   988
.nr 82 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   989
.nr 38 \w\f3Command line\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   990
.if \n(82<\n(38 .nr 82 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   991
.nr 38 \wWSDL
90ce3da70b43 Initial load
duke
parents:
diff changeset
   992
.if \n(82<\n(38 .nr 82 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   993
.nr 38 \w\f2\-d\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   994
.if \n(82<\n(38 .nr 82 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   995
.nr 38 \w\f2\-s\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   996
.if \n(82<\n(38 .nr 82 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   997
.nr 38 \w\f2\-keep\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   998
.if \n(82<\n(38 .nr 82 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   999
.nr 38 \w\f2\-verbose\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1000
.if \n(82<\n(38 .nr 82 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1001
.nr 38 \w\f2\-b\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1002
.if \n(82<\n(38 .nr 82 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1003
.nr 38 \w\f2\-extension\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1004
.if \n(82<\n(38 .nr 82 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1005
.82
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1006
.rm 82
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1007
.nr 38 \n(i-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1008
.if \n(82<\n(38 .nr 82 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1009
.nr 38 \n(l-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1010
.if \n(82<\n(38 .nr 82 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1011
.nr 38 \n(o-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1012
.if \n(82<\n(38 .nr 82 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1013
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1014
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1015
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1016
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1017
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1018
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1019
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1020
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1021
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1022
.nr 42 \n(81+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1023
.nr 82 +\n(42
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1024
.nr TW \n(82
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1025
.if t .if \n(TW>\n(.li .tm Table at line 261 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1026
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1027
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1028
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1029
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1030
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1031
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1032
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1033
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1034
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1035
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1036
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1037
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1038
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1039
.ta \n(80u \n(81u \n(82u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1040
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1041
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1042
\&\h'|\n(40u'\f3Attribute\fP\h'|\n(41u'\f3Description\fP\h'|\n(42u'\f3Command line\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1043
.ta \n(80u \n(81u \n(82u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1044
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1045
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1046
\&\h'|\n(40u'\f2wsdl\fP\h'|\n(41u'WSDL file\h'|\n(42u'WSDL
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1047
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1048
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1049
.ta \n(80u \n(81u \n(82u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1050
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1051
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1052
\&\h'|\n(40u'\f2destdir\fP\h'|\n(41u'\h'|\n(42u'\f2\-d\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1053
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1054
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1055
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1056
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1057
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1058
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1059
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1060
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1061
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1062
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1063
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1064
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1065
.ta \n(80u \n(81u \n(82u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1066
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1067
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1068
\&\h'|\n(40u'sourcedestdir\h'|\n(41u'\h'|\n(42u'\f2\-s\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1069
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1070
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1071
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1072
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1073
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1074
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1075
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1076
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1077
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1078
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1079
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1080
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1081
.ta \n(80u \n(81u \n(82u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1082
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1083
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1084
\&\h'|\n(40u'\f2keep\fP\h'|\n(41u'\h'|\n(42u'\f2\-keep\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1085
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1086
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1087
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1088
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1089
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1090
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1091
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1092
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1093
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1094
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1095
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1096
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1097
.ta \n(80u \n(81u \n(82u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1098
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1099
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1100
\&\h'|\n(40u'\f2verbose\fP\h'|\n(41u'\h'|\n(42u'\f2\-verbose\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1101
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1102
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1103
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1104
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1105
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1106
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1107
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1108
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1109
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1110
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1111
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1112
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1113
.ta \n(80u \n(81u \n(82u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1114
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1115
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1116
\&\h'|\n(40u'\f2binding\fP\h'|\n(41u'\h'|\n(42u'\f2\-b\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1117
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1118
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1119
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1120
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1121
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1122
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1123
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1124
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1125
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1126
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1127
.ta \n(80u \n(81u \n(82u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1128
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1129
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1130
\&\h'|\n(40u'\f2extension\fP\h'|\n(41u'\h'|\n(42u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1131
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1132
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1133
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1134
.ta \n(80u \n(81u \n(82u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1135
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1136
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1137
\&\h'|\n(40u'\h'|\n(41u'\h'|\n(42u'\f2\-extension\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1138
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1139
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1140
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1141
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1142
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1143
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1144
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1145
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1146
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1147
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1148
.ne \n(g|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1149
.ne \n(h|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1150
.ne \n(i|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1151
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1152
.if (\n(h|+\n(#^-1v)>\n(#- .nr #- +(\n(h|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1153
.if (\n(i|+\n(#^-1v)>\n(#- .nr #- +(\n(i|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1154
.ta \n(80u \n(81u \n(82u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1155
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1156
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1157
\&\h'|\n(40u'\h'|\n(41u'\h'|\n(42u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1158
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1159
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1160
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1161
.nr 37 \n(40u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1162
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1163
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1164
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1165
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1166
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1167
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1168
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1169
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1170
.h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1171
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1172
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1173
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1174
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1175
.nr 37 \n(42u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1176
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1177
.i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1178
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1179
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1180
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1181
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1182
.ne \n(j|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1183
.ne \n(k|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1184
.ne \n(l|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1185
.if (\n(j|+\n(#^-1v)>\n(#- .nr #- +(\n(j|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1186
.if (\n(k|+\n(#^-1v)>\n(#- .nr #- +(\n(k|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1187
.if (\n(l|+\n(#^-1v)>\n(#- .nr #- +(\n(l|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1188
.ta \n(80u \n(81u \n(82u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1189
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1190
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1191
\&\h'|\n(40u'\h'|\n(41u'\h'|\n(42u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1192
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1193
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1194
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1195
.nr 37 \n(40u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1196
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1197
.j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1198
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1199
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1200
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1201
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1202
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1203
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1204
.k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1205
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1206
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1207
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1208
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1209
.nr 37 \n(42u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1210
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1211
.l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1212
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1213
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1214
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1215
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1216
.ne \n(m|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1217
.ne \n(n|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1218
.ne \n(o|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1219
.if (\n(m|+\n(#^-1v)>\n(#- .nr #- +(\n(m|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1220
.if (\n(n|+\n(#^-1v)>\n(#- .nr #- +(\n(n|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1221
.if (\n(o|+\n(#^-1v)>\n(#- .nr #- +(\n(o|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1222
.ta \n(80u \n(81u \n(82u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1223
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1224
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1225
\&\h'|\n(40u'\h'|\n(41u'\h'|\n(42u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1226
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1227
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1228
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1229
.nr 37 \n(40u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1230
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1231
.m+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1232
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1233
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1234
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1235
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1236
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1237
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1238
.n+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1239
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1240
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1241
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1242
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1243
.nr 37 \n(42u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1244
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1245
.o+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1246
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1247
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1248
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1249
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1250
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1251
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1252
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1253
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1254
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1255
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1256
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1257
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1258
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1259
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1260
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1261
.rm h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1262
.rm i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1263
.rm j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1264
.rm k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1265
.rm l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1266
.rm m+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1267
.rm n+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1268
.rm o+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1269
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1270
.if \n-(b.=0 .nr c. \n(.c-\n(d.-63
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1271
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1272
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1273
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1274
The \f2binding\fP attributes is like a 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1275
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1276
\f2path\-like structure\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1277
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1278
http://ant.apache.org/manual/using.html#path and can also be set via nested \f2<binding>\fP elements, respectively. Before this task can be used, a \f2<taskdef>\fP element needs to be added to the project as given below:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1279
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1280
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1281
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1282
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1283
  <taskdef name="wsimport" classname="com.sun.tools.ws.ant.WsImport">\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1284
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1285
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1286
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1287
      <classpath path="jaxws.classpath"/>\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1288
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1289
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1290
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1291
  </taskdef>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1292
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1293
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1294
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1295
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1296
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1297
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1298
where \f2jaxws.classpath\fP is a reference to a 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1299
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1300
\f2path\-like structure\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1301
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1302
http://ant.apache.org/manual/using.html#path, defined elsewhere in the build environment, and contains the list of classes required by the JAX\-WS tools.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1303
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1304
.SH "Examples"
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1305
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1306
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1307
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1308
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1309
  <wsimport\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1310
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1311
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1312
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1313
      \fP\f4destdir\fP\f3="${build.classes.home}"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1314
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1315
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1316
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1317
      debug="true"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1318
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1319
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1320
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1321
      wsdl="AddNumbers.wsdl"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1322
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1323
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1324
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1325
      binding="custom.xml"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1326
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1327
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1328
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1329
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1330
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1331
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1332
The above example generates client\-side artifacts for \f2AddNumbers.wsdl\fP, stores \f2.class\fP files in the \f2${build.classes.home}\fP directory using the \f2custom.xml\fP customization file. The classpath used is \f2xyz.jar\fP and compiles with debug information on.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1333
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1334
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1335
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1336
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1337
  <wsimport\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1338
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1339
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1340
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1341
      keep="true"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1342
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1343
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1344
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1345
      sourcedestdir="${source.dir}"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1346
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1347
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1348
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1349
      \fP\f4destdir\fP\f3="${build.classes.home}"\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1350
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1351
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1352
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1353
      wsdl="AddNumbers.wsdl">\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1354
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1355
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1356
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1357
      <binding dir="${basedir}/etc" includes="custom.xml"/>\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1358
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1359
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1360
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1361
  </wsimport>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1362
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1363
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1364
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1365
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1366
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1367
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1368
The above example generates portable artifacts for \f2AddNumbers.wsdl\fP, stores \f2.java\fP files in the \f2${source.dir}\fP directory, stores \f2.class\fP files in the \f2${build.classes.home}\fP directory.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1369
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1370
.SH "Notes"
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1371
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1372
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1373
Summary of Changed and Removed wsimport ant attributes:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1374
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1375
\f3base\fP replaced by \f3destdir\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1376
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1377
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1378
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1379
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1380
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1381
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1382
\f3sourceBase\fP is replaced by \f3sourcedestdir\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1383
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1384
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1385
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1386
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1387
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1388
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1389
\f3wsdlFile\fP is replaced by \f3wsdl\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1390
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1391
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1392
\f3httpProxy\fP is removed. Use ant's setproxy task instead for proxy configuration.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1393
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1394
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1395
\f3version\fP is removed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1396
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1397
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1398
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1399
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1400
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1401