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