summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Services
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/Services')
-rw-r--r--demos/quickstart/protected/pages/Services/SoapService.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Services/SoapService.page b/demos/quickstart/protected/pages/Services/SoapService.page
index 57d44c3b..29c59c10 100644
--- a/demos/quickstart/protected/pages/Services/SoapService.page
+++ b/demos/quickstart/protected/pages/Services/SoapService.page
@@ -139,7 +139,7 @@ A very useful tool to test out your web services is the free tool
<a href="http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=65a1d4ea-0f7a-41bd-8494-e916ebc4159c">WebServiceStudio 2.0</a>. It can invoke webmethods interactively. The user can provide a WSDL endpoint. On clicking button Get the tool fetches the WSDL, generates .NET proxy from the WSDL and displays the list of methods available. The user can choose any method and provide the required input parameters.
The tool requires a MS .NET runtime to be installed.
-<p>A similar tool is available for Mac OS X Tiger from
+<p id="690008" class="block-content">A similar tool is available for Mac OS X Tiger from
<a href="http://www.ditchnet.org/soapclient/">http://www.ditchnet.org/soapclient/</a>
</p>
</div>