Author: jonathan
Date: Mon Jan 28 04:01:39 2008
New Revision: 13061

Log:

Mostly typos.

Modified:
   trunk/mashup/java/xdocs/consumingservices.html
   trunk/mashup/java/xdocs/tooling.html

Modified: trunk/mashup/java/xdocs/consumingservices.html
==============================================================================
--- trunk/mashup/java/xdocs/consumingservices.html      (original)
+++ trunk/mashup/java/xdocs/consumingservices.html      Mon Jan 28 04:01:39 2008
@@ -72,7 +72,6 @@
     operation:</p>
 
 <pre class="Code">try {<br/>&nbsp;&nbsp;&nbsp; var theResponse = 
helloworld.hello();<br/>} catch (e) {
-<p></p>
 &nbsp;&nbsp;&nbsp; alert("Danger Will Robinson! " + e);
 }</pre>
 
@@ -105,10 +104,8 @@
     property and two methods which help you determine which binding will be 
used
     to invoke the service:</p>
 
-<p class="MsoListParagraphCxSpFirst" style="text-indent: -0.25in;"><span
-        style="font-family: Symbol;">�<span
-        style="font-family: &quot;Times New Roman&quot;; font-style: normal; 
font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; 
font-size-adjust: none; font-stretch: 
normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><strong>{service}.endpoint</strong> - this read/write property
+<ul>
+    <li><p><strong>{service}.endpoint</strong> - this read/write property
     names the endpoint that will be invoked.&nbsp; This corresponds to the 
WSDL 2.0
     endpoint name - and for services exposed by the mashup, it is generally one
     of these values:</p>
@@ -125,21 +122,16 @@
 
     <li>"SecureHTTPEndpoint"</li>
 </ul>
-
-<p class="MsoListParagraphCxSpMiddle" style="text-indent: -0.25in;"><span
-        style="font-family: Symbol;">�<span
-        style="font-family: &quot;Times New Roman&quot;; font-style: normal; 
font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; 
font-size-adjust: none; font-stretch: 
normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-<strong></strong></span></span><strong>{service}.getAddress(endpoint)</strong>
+</li>
+<li><p><strong>{service}.getAddress(endpoint)</strong>
     - this method takes an endpoint name (typically one of the above) and 
returns
     the endpoint address.</p>
-
-<p class="MsoListParagraphCxSpLast" style="text-indent: -0.25in;"><span
-        style="font-family: Symbol;">�<span
-        style="font-family: &quot;Times New Roman&quot;; font-style: normal; 
font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; 
font-size-adjust: none; font-stretch: 
normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-<strong></strong></span></span><strong>{service}.setAddress(endpoint,
+</li>
+<li><p><strong>{service}.setAddress(endpoint,
     url)</strong> - this method sets the address for a particular named
     endpoint.</p>
-
+</li>
+</ul>
 <p>Typically you will use the "endpoint" property to select
     an alternate binding if the default (SOAP 12) isn't appropriate for some
     reason.&nbsp; You might use the getAddress and setAddress properties to 
reroute
@@ -163,7 +155,6 @@
     addition of two properties (callback, onError) on the method objects:</p>
 
 <pre class="Code">helloworld.hello.callback = success;
-<p></p>
 helloworld.hello.onError = failure;
 helloworld.hello();
 alert("waiting for response");
@@ -569,6 +560,6 @@
 </table>
 </div>
 </div>
-<p>&copy; WSO2 Inc.</p>
+<p>&copy; 2007-2008 WSO2 Inc.</p>
 </body>
 </html>
\ No newline at end of file

Modified: trunk/mashup/java/xdocs/tooling.html
==============================================================================
--- trunk/mashup/java/xdocs/tooling.html        (original)
+++ trunk/mashup/java/xdocs/tooling.html        Mon Jan 28 04:01:39 2008
@@ -2,17 +2,29 @@
 <html><head><meta content="text/html; charset=ISO-8859-1" 
http-equiv="content-type">
 <link href="styles.css" rel="stylesheet" type="text/css" 
media="all"><title>Tooling Support</title>
 </head>
-<body><div id="main-content"><br><h1>Productivity
+<body><div id="main-content"><br>
+
+    <h1>Productivity
 Tools Available For
 Mashup Developers</h1><br><h2>The
-Javascript Stub Generator</h2><br>The Javascript Stub
+Javascript Stub Generator</h2>
+
+    <br>The Javascript Stub
 Generator can be accessed by pointing your browser to <a 
href="https://localhost:7443/stub_gen.jsp";>https://localhost:7443/stub_gen.jsp</a>
 in a local server installation. Using this tool you can either provide
-a URL of a WSDL (1.1 and 2.0) document or upload a WSDL (1.1 and 2.0) document 
from your local file
+a URL of a WSDL (1.1 or 2.0) document or upload a WSDL (1.1 or 2.0) document 
from your local file
 system to generate a Javascript stub to the Web Service in concern.
 This stub can then be imported and used in the mashups to access this
-Web Service with your Javascript as described in the <a 
href="file:///home/tyrell/development/WSO2-Mashup-Server/mashup/java/xdocs/generatedresources.html#JavaScript">JavaScript
-Stubs</a> section.<br><br><br><h2>The Scraping Assistant</h2><br>The Scraping 
Assistant is available to you in the URL&nbsp;<a 
href="https://localhost:7443/scraper.jsp";>https://localhost:7443/scraper.jsp</a>.
 This tool will help you to generate a <a 
href="http://web-harvest.sourceforge.net/";>Web Harvest</a>
+Web Service with your Javascript as described in the <a 
href="generatedresources.html#JavaScript">JavaScript
+Stubs</a> section.<br><br><br>
+
+    <h2>The Scraping Assistant</h2>
+    <br>The Scraping Assistant is available to you at the URL <a 
href="https://localhost:7443/scraper.jsp";>https://localhost:7443/scraper.jsp</a>.
+    This tool will help you to generate a <a 
href="http://web-harvest.sourceforge.net/";>Web Harvest</a>
 scraper configuration, which in turn can be used in your mashups to
 scrape data from web resources. The tool will also assist developers to
-gather XPath expressions from selected 
pages.<br><br><br><br></div></body></html>
\ No newline at end of file
+gather XPath expressions from selected pages.<br><br><br><br></div>
+
+<p>&copy; 2007-2008 WSO2 Inc.</p>
+
+</body></html>
\ No newline at end of file

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to