summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Services
diff options
context:
space:
mode:
authorwei <>2007-04-11 00:56:04 +0000
committerwei <>2007-04-11 00:56:04 +0000
commit6178a99df0c722581bc61e35559ac5f8af1cc6e8 (patch)
treec69827c3c7ea8194bf8c9af32c6602202338bfa1 /demos/quickstart/protected/pages/Services
parent15f087312a7ae7e77c0d648d70204ce5c9561a66 (diff)
Add link for Mac Soap client WSDL tool.
Diffstat (limited to 'demos/quickstart/protected/pages/Services')
-rw-r--r--demos/quickstart/protected/pages/Services/SoapService.page4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Services/SoapService.page b/demos/quickstart/protected/pages/Services/SoapService.page
index b620f798..57d44c3b 100644
--- a/demos/quickstart/protected/pages/Services/SoapService.page
+++ b/demos/quickstart/protected/pages/Services/SoapService.page
@@ -138,6 +138,10 @@ array of <tt>Contact</tt> type, we define <tt>@return Contact[] ...</tt>.
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
+<a href="http://www.ditchnet.org/soapclient/">http://www.ditchnet.org/soapclient/</a>
+</p>
</div>
<p id="670459" class="block-content">