~ubuntu-branches/ubuntu/trusty/netbeans/trusty

« back to all changes in this revision

Viewing changes to xml/wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<!--
 
3
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
 
4
* Use is subject to license terms.
 
5
-->
 
6
 
 
7
<html>
 
8
 
 
9
<head>
 
10
<title>About Editing WSDL Files</title>
 
11
<link rel="stylesheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
12
</head>
 
13
 
 
14
<body>
 
15
 
 
16
<h2>About Editing WSDL Files</h2>
 
17
<p><small><a href="#seealso">See Also</a></small></p>
 
18
 
 
19
<p>The WSDL Editor enables you to edit Web Services Description Language (WSDL) files.</p>
 
20
 
 
21
<p>WSDL is an XML-based language for describing web services. 
 
22
A WSDL file contains the following types of information:</p>
 
23
 
 
24
<ul>
 
25
<li>Information about the functionality of the web service</li>
 
26
<li>Information about how to access the web service</li>
 
27
</ul>
 
28
 
 
29
<p>The WSDL Editor supports version 1.1 of the WSDL specification.</p>
 
30
 
 
31
<!--
 
32
<p>In a BPEL Module project, you use WSDL files to define the interfaces for business processes and their partner services.</p>
 
33
-->
 
34
 
 
35
<p>The WSDL Editor provides the following views:</p>
 
36
 
 
37
<ul>
 
38
<li>In the <a href="wsdl_editor_source.html">Source view</a>, the underlying XML source code appears.</li>
 
39
<li>In the <a href="wsdl_editor_views.html">WSDL view</a>, the WSDL file appears as a tree component or a series of columns.</li>
 
40
<li>In the <a href="wsdl_editor_partner.html">Partner view</a>, you can visualize and configure the abstract elements in a WSDL file.</li>
 
41
</ul>
 
42
 
 
43
<p>To create a WSDL file, you use a wizard. You must choose one of the following approaches:</p>
 
44
 
 
45
<ul>
 
46
<li>Create a WSDL file <a href="wsdl_editor_creating.html">from scratch</a></li>
 
47
<li>Create a WSDL file based on an <a href="wsdl_editor_creating_existing.html">existing WSDL file</a></li>
 
48
</ul>
 
49
 
 
50
<dl>
 
51
<dt><a name="seealso">See Also</a></dt>
 
52
<dd><a href="nbdocs://org.netbeans.modules.bpel.bpelhelp/org/netbeans/modules/bpel/bpelhelp/windows_editors/project_node.html" title="About BPEL Module Projects">About BPEL Module Projects</a></dd>
 
53
</dl>
 
54
<hr>
 
55
<small>  
 
56
<a href="credits.html">Legal Notices</a></small>
 
57
<table border="0" cellpadding="150">
 
58
<tr><td>&nbsp;</td></tr>
 
59
<tr><td>&nbsp;</td></tr>
 
60
<tr><td>&nbsp;</td></tr>
 
61
</table>
 
62
</body>
 
63
</html>