Author: keith Date: Fri Feb 20 03:31:27 2009 New Revision: 31207 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31207
Log: fixing more dead links Modified: branches/mashup/java/1.5/java/xdocs/annotations.html branches/mashup/java/1.5/java/xdocs/generatedresources.html Modified: branches/mashup/java/1.5/java/xdocs/annotations.html URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/xdocs/annotations.html?rev=31207&r1=31206&r2=31207&view=diff ============================================================================== --- branches/mashup/java/1.5/java/xdocs/annotations.html (original) +++ branches/mashup/java/1.5/java/xdocs/annotations.html Fri Feb 20 03:31:27 2009 @@ -144,14 +144,13 @@ <li><b>this.targetNamespace </b>: places the components of the description (WSDL 2.0, WSDL 1.1) in a specific -namespace. By default, the targetNamespace is <a href="http://services.mashup.wso2.org/%7bservice%20name%7d">http://services.mashup.wso2.org/{service -name}</a>, which is of course not guaranteed to be unique. </li> +namespace. By default, the targetNamespace is http://services.mashup.wso2.org/{service +name}, which is of course not guaranteed to be unique. </li> <li><b>this.schemaTargetNamespace</b> : sets the schema target namespace, which will be used as the namespace for any wrapper elements generated by the mashup server. By default -the targetnamespace is <a href="http://services.mashup.wso2.org/%7bservice%20name%7d?xsd">http://services.mashup.wso2.org/{service -name}?xsd</a>. </li> +the targetnamespace is http://services.mashup.wso2.org/{servicename}?xsd. </li> <li><b>this.serviceName</b> : exposes the service under an alternate name (in the WSDL, try-it, documentation, Modified: branches/mashup/java/1.5/java/xdocs/generatedresources.html URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/xdocs/generatedresources.html?rev=31207&r1=31206&r2=31207&view=diff ============================================================================== --- branches/mashup/java/1.5/java/xdocs/generatedresources.html (original) +++ branches/mashup/java/1.5/java/xdocs/generatedresources.html Fri Feb 20 03:31:27 2009 @@ -101,7 +101,7 @@ <p>By appending '?wsdl2' to the endpoint URI, you can retrieve an automatically-generated WSDL 2.0 document describing the service. For the -helloworld service, try <a href="http://localhost:9762/service/helloworld?wsdl2">http://localhost:7762/service/bob/helloworld?wsdl2</a> +helloworld service, try <a href="http://localhost:7762/service/helloworld?wsdl2">http://localhost:7762/service/bob/helloworld?wsdl2</a> (Assuming bob is the author of helloworld). The WSDL describes the operations the service exposes, the structure of the XML that is sent and received by each operation, and how to communicate with @@ -121,7 +121,7 @@ </ol> <p>One can also get a WSDL 1.1 description of the service by appending -'?wsdl' to the endpoint URI. For the helloworld service, try <a href="http://localhost:9762/service/helloworld?wsdl">http://localhost:7762/service/bob/helloworld?wsdl</a>.</p> +'?wsdl' to the endpoint URI. For the helloworld service, try <a href="http://localhost:7762/service/helloworld?wsdl">http://localhost:7762/service/bob/helloworld?wsdl</a>.</p> <p>For more information on precisely how the Mashup Server generates WSDL, see <a href="annotations.html">JavaScript Annotations</a>.</p> @@ -132,7 +132,7 @@ <p>Although accessing '?wsdl' or '?wsdl2' gives you a service description that includes an XML Schema description of the XML structure, you can also ask for the XML Schema separately using the '?xsd' option. For the -helloworld service, try <a href="http://localhost:9762/services/helloworld?xsd">http://localhost:7762/services/bob/helloworld?xsd</a>.</p> +helloworld service, try <a href="http://localhost:7762/services/helloworld?xsd">http://localhost:7762/services/bob/helloworld?xsd</a>.</p> <h2 id="JavaScript">JavaScript Stubs (?stub)</h2> @@ -286,7 +286,7 @@ <li><b>flavor</b>: The type of template to generate. Supported values are 'html' for an HTML Ajax application, or 'googlegadget' for a Google Gadget manifest suitable for hosting in the Dashboard or an external - Google gadget host such as <a href="igoogle.com">iGoogle</a>. + Google gadget host such as <a href="http://www.google.com">iGoogle</a>. </li> </ul> @@ -300,6 +300,6 @@ </div> -<p>� 2007-2008 WSO2 Inc.</p> +<p>� 2007-2008 WSO2 Inc.</p> </body></html> \ No newline at end of file
_______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
