Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyeshin2005-07-28 15:41:33 +0000
committersyeshin2005-07-28 15:41:33 +0000
commit3d6537a5b69db4ccc936f059ca30703d37a6babf (patch)
treedf532cae921e3165e513578cacde992483bd1746
parent13c3afaa07d1db4c4e25c1fb32208ef5ab83199f (diff)
downloadwebtools.webservices-3d6537a5b69db4ccc936f059ca30703d37a6babf.tar.gz
webtools.webservices-3d6537a5b69db4ccc936f059ca30703d37a6babf.tar.xz
webtools.webservices-3d6537a5b69db4ccc936f059ca30703d37a6babf.zip
populating wst user doc folder
-rw-r--r--docs/org.eclipse.wst.ws.infopop/.project11
-rw-r--r--docs/org.eclipse.wst.ws.infopop/plugin.xml11
-rw-r--r--docs/org.eclipse.wst.ws.infopop/webserviceui-f1Contexts.xml30
3 files changed, 52 insertions, 0 deletions
diff --git a/docs/org.eclipse.wst.ws.infopop/.project b/docs/org.eclipse.wst.ws.infopop/.project
new file mode 100644
index 000000000..66a9b3bea
--- /dev/null
+++ b/docs/org.eclipse.wst.ws.infopop/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.wst.ws.infopop</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
diff --git a/docs/org.eclipse.wst.ws.infopop/plugin.xml b/docs/org.eclipse.wst.ws.infopop/plugin.xml
new file mode 100644
index 000000000..e0df1aaaa
--- /dev/null
+++ b/docs/org.eclipse.wst.ws.infopop/plugin.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" ?>
+<?eclipse version="3.0"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+<plugin name = "Web services UI"
+id = "org.eclipse.wst.ws.infopop"
+version = "0.7.0">
+ <extension point="org.eclipse.help.contexts">
+ <contexts name="webserviceui-f1Contexts.xml" plugin="org.eclipse.wst.ws.ui"/>
+
+ </extension>
+</plugin> \ No newline at end of file
diff --git a/docs/org.eclipse.wst.ws.infopop/webserviceui-f1Contexts.xml b/docs/org.eclipse.wst.ws.infopop/webserviceui-f1Contexts.xml
new file mode 100644
index 000000000..f8bd2b405
--- /dev/null
+++ b/docs/org.eclipse.wst.ws.infopop/webserviceui-f1Contexts.xml
@@ -0,0 +1,30 @@
+<?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>
+
+<!--WSIPage.java-->
+<context id="PWSI0001">
+<!--desc-->
+<description>The Web services WS-I validation tools support the level of WS-I compliance outlined in the WS-I Basic Profile 1.1, the WS-I Simple SOAP Binding Profile 1.0 (WS-I SSBP), and the WS-I Attachments Profile 1.0 (WS-I AP). You can choose to make your Web service compliant or non-compliant, depending on your needs. For example, encoded style (RPC/encoded), SOAP over JMS protocols, and secured Web services, are not WS-I compliant.
+<br>
+You can set the level of compliance for either the Basic Profile and the Simple SOAP Binding Profile, or for the Attachments Profile. You can select from three levels of compliance with WS-I specifications:
+<ul>
+<li>Require WS-I compliance - this level prevents you from creating a non-compliant Web service.</li>
+<li>Suggest WS-I compliance - this level allows you to create a non-compliant Web service, but provides a visible warning stating how the service is non-compliant.</li>
+<li>Ignore WS-I compliance - this level allows you to create a non-compliant Web service and does not notify you of non-compliance.</li>
+</ul>
+</description>
+</context>
+
+</contexts> \ No newline at end of file

Back to the top