function wpws_getPluginUrl()
{
    return wpws_getBlogUrl() . "/wp-content/plugins/" . WPWS_PLUGIN_NAME;
}
				has already loaded your WSDL file.<br />
				You may want to check for proper operation of the plugin before using it.</p>
		<?php 
} else {
    ?>
			<p>You have nearly completed the installation of your WPWS plugin. <br />
			<strong>Unfortunately your WSDL file could not be created <br />
			automatically because of missing write rights.</strong><br />
			But that's no problem! Follow the 5 steps to create one manually:</p>
			<ol>
				<li>Use a FTP client to connect to your WordPress installation</li>
				<li>Go to the directory <code>wp-content</code> then to <code>plugins</code> and finally open the folder <code>wpws</code></li>
				<li>Make a copy of <code>wpws.template.wsdl</code> and name it <code>wpws.wsdl</code></li>
				<li>Open the file <code>wpws.wsdl</code> in a text editor</li>
				<li>Scroll to the end of the file and replace <code>%{BLOG_PATH}</code> by <code><?php 
    echo wpws_getBlogUrl();
    ?>
</code></li>
			</ol>
			<p>Revisit this page after having created the customized <code>wpws.wsdl</code> file.</p>
		<?php 
}
?>
			<p>See <a href="https://code.google.com/p/wordpress-web-service" target="_blank">WordPress Web Service Plugin</a> for more information.</p></td>
		<td>
		<?php 
if (wpws_WSDLcustomized()) {
    ?>
			<h2><a href="http://www.soapclient.com/soaptest.html" target="_blank">Generic SOAP Client</a></h2>
			<iframe src="<?php 
    echo $soapClientUrl;