Author: jonathan
Date: Mon Jan 28 04:06:31 2008
New Revision: 13064
Log:
Typos & formatting
Modified:
trunk/mashup/java/xdocs/helloworldclient.html
Modified: trunk/mashup/java/xdocs/helloworldclient.html
==============================================================================
--- trunk/mashup/java/xdocs/helloworldclient.html (original)
+++ trunk/mashup/java/xdocs/helloworldclient.html Mon Jan 28 04:06:31 2008
@@ -21,7 +21,7 @@
<p>The Mashup Server supports the quick and easy creation of Web services
- clients written in HTML and JavaScript. You can use the <a
href="generatedresources.html#stub">javascript stubs(?stub)</a> generated by
+ clients written in HTML and Javascript. You can use the <a
href="generatedresources.html#stub">Javascript stubs (?stub)</a> generated by
the Mashup Server to invoke the mashup services from your web page.</p>
@@ -39,7 +39,7 @@
<p>In Notepad or your favorite html editor, type the following text:</p>
-<pre class="Code"><html><br> <head><br> <META
http-equiv="Content-Type" content="text/html; charset=UTF-8"><br>
<title>Hello World Client</title><br> <script
type="text/javascript" src="/js/wso2/WSRequest.js"></script><br>
<script type="text/javascript"
src="/services/bob/helloworld?stub"></script><br> </head><br>
<body><br> <p> <br> <script><br>
<!-- use the generated stub to call the mashup service --><br>
var response = helloworld.hello();<br> <!--
write the response to the browser --><br>
document.write(response);<br> </script> <br> </p>
<br> </body><br></html></pre>
+<pre class="Code"><html><br> <head><br> <META
http-equiv="Content-Type" content="text/html; charset=UTF-8"><br>
<title>Hello World Client</title><br> <script
type="text/javascript" src="/js/wso2/WSRequest.js"></script><br>
<script type="text/javascript"
src="/services/bob/helloworld?stub"></script><br> </head><br>
<body><br> <p> <br> <script><br>
<!-- use the generated stub to call the mashup service --><br>
var response = helloworld.hello();<br><br> <!--
write the response to the browser --><br>
document.write(response);<br> </script> <br> </p>
<br> </body><br></html></pre>
@@ -54,7 +54,7 @@
<p>Thats it, its so simple.</p>
<p></p>
</div>
-<p>© WSO2 Inc.</p>
+<p>© 2007-2008 WSO2 Inc.</p>
</body>
</html>
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev