Author: ias Date: Sun Nov 21 16:21:37 2004 New Revision: 106142 Modified: incubator/beehive/site/src/documentation/content/xdocs/wsm/tutorial_wsm.xml Log: Fix mistypos.
Modified: incubator/beehive/site/src/documentation/content/xdocs/wsm/tutorial_wsm.xml Url: http://svn.apache.org/viewcvs/incubator/beehive/site/src/documentation/content/xdocs/wsm/tutorial_wsm.xml?view=diff&rev=106142&p1=incubator/beehive/site/src/documentation/content/xdocs/wsm/tutorial_wsm.xml&r1=106141&p2=incubator/beehive/site/src/documentation/content/xdocs/wsm/tutorial_wsm.xml&r2=106142 ============================================================================== --- incubator/beehive/site/src/documentation/content/xdocs/wsm/tutorial_wsm.xml (original) +++ incubator/beehive/site/src/documentation/content/xdocs/wsm/tutorial_wsm.xml Sun Nov 21 16:21:37 2004 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +ï<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd"> <!--<!DOCTYPE document SYSTEM "C:\apache-forrest-0.5.1\context\resources\schema\dtd\document-v12.dtd">--> <document> @@ -302,9 +302,9 @@ redeploy</source> </section> <section> - <title>To Test the Non-Web Invokable Method</title> + <title>To Test the Parameterized Method (with SOAP-encoded style)</title> <p>Enter the following URL in the address bar of your browser. </p> - <p><fork href="http://localhost:8080/ws_tutorial/template/Blank.jws?method=sayHelloWorld">http://localhost:8080/ws_tutorial/template/Blank.jws?method=sayHelloWorld</fork></p> + <p><fork href="http://localhost:8080/ws_tutorial/template/Blank.jws?method=sayHello&greetee=Moon">http://localhost:8080/ws_tutorial/template/Blank.jws?method=sayHello&greetee=Moon</fork></p> <p>The following SOAP response appears in the browser. Compare the RPC style below with the DOC style above.</p> <source><