Skip to main content
summaryrefslogtreecommitdiffstats
blob: 42ee42e9d985bf2ebdc06797637505e791cdb8ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<!-- /*******************************************************************************
 * Copyright (c) 2000, 2005 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 * 
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/ -->
<contexts>

<!--Important - all infopops taken from wsconsumptionui-f1Contexts.xml - use that as translation source-->

<context id="PWPR0001">
<!-- Project Page -->
<description>Select the type of Web service you want to generate and any file and folder options for your Web service.</description>
</context>

<context id="PWPR0005">
<!--  Generate Proxy check box of the Project Page -->
<description>The generated Java bean proxy provides a remote procedure call interface to the Web service.</description>
</context>

<context id="PWPR0009">
<!--  Start Web Project check box check box of the Project Page -->
<description>Click to start the server. If you leave the box unchecked you will have to manually start the server.</description>
</context>

<context id="PWPR0010">
<!-- Web Service Type combo box of the Project Page -->
<description>Select the type of Web service you want to build. Your selection will affect the files available for selection.</description>
</context>

<context id="PWPR0011">
<!--  Wizard Scenario Service group of the Project Page -->
<description>Select the type of Web service you want to build. Your selection will affect the files available for selection.</description>
</context>

<context id="PWPR0013">
<!--  Test service checkbox of the project page -->
<description>Select this check box to launch the Web service in the Web Services Explorer in order to examine it.</description>
</context>

<context id="PWPR0012">
<!--  Launch UDDI check box of the Project Page -->
<description>Select this checkbox to launch the Web Services Explorer in order to publish the Web service to a UDDI registry.</description>
</context>

<context id="PWPR0014">
<!--  Web Service Client Type combo box of the Project Page -->
<description>Select the client proxy type. The generated Java bean proxy provides a remote procedure call interface to the Web service.</description>
</context>



<context id="PSTP0001">
<!--  Test Type Combo box of the Service Test Page-->
<description>Select the test facility in which you would like to test the Web service being created.</description>
</context>

<context id="PSTP0002">
<!--  Launch button of the Service Test Page-->
<description>Click this to launch the Web service in a browser window to test it.</description>
</context>


</contexts>

Back to the top