xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdlui-toc.xml
author Milutin Kristofic <mkristofic@netbeans.org>
Mon, 30 Jan 2017 14:30:54 +0100
changeset 1583 fe20f672a61a
parent 471 f87b5271bda4
permissions -rw-r--r--
Added Missing copyright information in source files
abadea@61
     1
<?xml version='1.0' encoding='ISO-8859-1'?>
mkristofic@1583
     2
<!--
mkristofic@1583
     3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
mkristofic@1583
     4
mkristofic@1583
     5
Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
mkristofic@1583
     6
mkristofic@1583
     7
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
mkristofic@1583
     8
Other names may be trademarks of their respective owners.
mkristofic@1583
     9
mkristofic@1583
    10
The contents of this file are subject to the terms of either the GNU
mkristofic@1583
    11
General Public License Version 2 only ("GPL") or the Common
mkristofic@1583
    12
Development and Distribution License("CDDL") (collectively, the
mkristofic@1583
    13
"License"). You may not use this file except in compliance with the
mkristofic@1583
    14
License. You can obtain a copy of the License at
mkristofic@1583
    15
http://www.netbeans.org/cddl-gplv2.html
mkristofic@1583
    16
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
mkristofic@1583
    17
specific language governing permissions and limitations under the
mkristofic@1583
    18
License.  When distributing the software, include this License Header
mkristofic@1583
    19
Notice in each file and include the License file at
mkristofic@1583
    20
nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
mkristofic@1583
    21
particular file as subject to the "Classpath" exception as provided
mkristofic@1583
    22
by Oracle in the GPL Version 2 section of the License file that
mkristofic@1583
    23
accompanied this code. If applicable, add the following below the
mkristofic@1583
    24
License Header, with the fields enclosed by brackets [] replaced by
mkristofic@1583
    25
your own identifying information:
mkristofic@1583
    26
"Portions Copyrighted [year] [name of copyright owner]"
mkristofic@1583
    27
mkristofic@1583
    28
Contributor(s):
mkristofic@1583
    29
mkristofic@1583
    30
The Original Software is NetBeans. The Initial Developer of the Original
mkristofic@1583
    31
Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
mkristofic@1583
    32
Microsystems, Inc. All Rights Reserved.
mkristofic@1583
    33
mkristofic@1583
    34
If you wish your version of this file to be governed by only the CDDL
mkristofic@1583
    35
or only the GPL Version 2, indicate your decision by adding
mkristofic@1583
    36
"[Contributor] elects to include this software in this distribution
mkristofic@1583
    37
under the [CDDL or GPL Version 2] license." If you do not indicate a
mkristofic@1583
    38
single choice of license, a recipient has the option to distribute
mkristofic@1583
    39
your version of this file under either the CDDL, the GPL Version 2 or
mkristofic@1583
    40
to extend the choice of license to its licensees as provided above.
mkristofic@1583
    41
However, if you add GPL Version 2 code and therefore, elected the GPL
mkristofic@1583
    42
Version 2 license, then the option applies only if the new code is
mkristofic@1583
    43
made subject to such option by the copyright holder.
mkristofic@1583
    44
-->
abadea@61
    45
<!DOCTYPE toc PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN"
abadea@61
    46
                     "http://java.sun.com/products/javahelp/toc_2_0.dtd">
abadea@61
    47
abadea@61
    48
<toc version="2.0">
gwielenga@471
    49
<tocitem text="Web Services">
gwielenga@471
    50
    <tocitem text="Creating Web Services">
gwielenga@471
    51
	<tocitem text="Editing WSDL Files">
gwielenga@471
    52
		<tocitem text="Editing WSDL Files" target="org.netbeans.modules.xml.wsdlui.about" />
samaresh@99
    53
		<tocitem text="Source View">
samaresh@99
    54
			<tocitem text="About the Source View" target="wsdlui_source" />
samaresh@118
    55
			<tocitem text="Using Code Completion in WSDL Files" target="wsdlui_code_completion" />
samaresh@99
    56
		</tocitem>
samaresh@99
    57
		<tocitem text="WSDL View">
samaresh@99
    58
			<tocitem text="About the WSDL View" target="wsdlui_views" />
samaresh@118
    59
			<tocitem text="Configuring the Root Element" target="wsdlui_root" />
samaresh@118
    60
			<tocitem text="Importing XML Schemas Using the WSDL View" target="wsdlui_import_schema" />
samaresh@118
    61
			<tocitem text="Adding Inline Schemas Using the WSDL View" target="wsdlui_data" />
samaresh@118
    62
			<tocitem text="Importing WSDL Files Using the WSDL View" target="wsdlui_import_wsdl" />
samaresh@118
    63
			<tocitem text="Configuring Messages Using the WSDL View" target="wsdlui_messages" />
samaresh@118
    64
			<tocitem text="Configuring Port Types Using the WSDL View" target="wsdlui_port" />
samaresh@118
    65
			<tocitem text="Configuring Bindings Using the WSDL View" target="wsdlui_bindings" />
samaresh@118
    66
			<tocitem text="Configuring Services Using the WSDL View" target="wsdlui_services" />
samaresh@118
    67
			<tocitem text="Configuring Partner Link Types Using the WSDL View" target="wsdlui_bpel_ext" />
samaresh@118
    68
			<tocitem text="Configuring Properties and Property Aliases Using the WSDL View" target="wsdlui_prop" />
abadea@61
    69
			<tocitem text="Finding Usages of WSDL Components" target="wsdlui_wsdlview_showusages" />
samaresh@118
    70
			<tocitem text="Adding Documentation" target="wsdlui_documentation" />
samaresh@118
    71
			<tocitem text="Using Find in the WSDL View" target="wsdlui_find" />
abadea@61
    72
		</tocitem>
samaresh@99
    73
		<tocitem text="Partner View">
samaresh@99
    74
			<tocitem text="About the Partner View" target="wsdlui_partner" />
jstein@252
    75
			<tocitem text="Strategies for Defining the Abstract Elements" target="wsdlui_partner_top_bottom" />
samaresh@151
    76
			<tocitem text="Partner View Layout" target="wsdlui_partner_layout" />
samaresh@99
    77
			<tocitem text="Navigating in the Partner View" target="wsdlui_partner_nav" />
jstein@187
    78
			<tocitem text="Partner Link Types">
jstein@187
    79
				<tocitem text="Creating Partner Link Types Using the Partner View" target="wsdlui_partner_types" />
jstein@187
    80
				<tocitem text="Editing Partner Link Types Using the Partner View" target="wsdlui_partner_types_editing" />
jstein@187
    81
			</tocitem>
jstein@189
    82
			<tocitem text="Messages">
jstein@193
    83
				<tocitem text="Creating Messages Using the Partner View" target="wsdlui_partner_messages" />
jstein@193
    84
				<tocitem text="Editing Messages Using the Partner View" target="wsdlui_partner_messages_editing" />
jstein@189
    85
			</tocitem>
samaresh@99
    86
		</tocitem>
samaresh@99
    87
		<tocitem text="Working with WSDL Files">
samaresh@118
    88
			<tocitem text="Creating a WSDL File From Scratch" target="wsdlui_creating" />
samaresh@118
    89
			<tocitem text="Creating a WSDL File Based On an Existing WSDL File" target="wsdlui_creating_existing" />
jstein@259
    90
			<tocitem text="NCNAME Data Type" target="wsdlui_ncname" />
jstein@345
    91
			<tocitem text="WSDL Binding Types: FTP" target="binding_subtype_FTP" />
jstein@345
    92
			<tocitem text="WSDL Binding Types: HTTP" target="binding_subtype_HTTP" />
jstein@345
    93
			<tocitem text="WSDL Binding Types: SOAP" target="binding_subtype_SOAP" />
jstein@259
    94
			<tocitem text="Using Refactoring to Rename or Delete WSDL Components" target="wsdlui_refactoring" />
samaresh@118
    95
			<tocitem text="Validating WSDL Files" target="wsdlui_validation" />
samaresh@99
    96
		</tocitem>
abadea@61
    97
	</tocitem>
gwielenga@471
    98
    </tocitem>
pkeegan@437
    99
</tocitem>
abadea@61
   100
</toc>