var oPortElem=document.getElementById("serverport");
var oDebugMode=document.getElementById("debugMode");
var oDebugServer=document.getElementById("servername");
debugserver=oDebugServer.value;
debugPort=oPortElem.value;
debug=bMode;
if(debug){
oDebugMode.style.display='block';
}else{
oDebugMode.style.display='none';
}
}
// -->
</script>
</head>
<body onload="executeService()">
<div id="service" onresult="onWSresult()"/>
<div id="clock" ></div>
<div id="debugMode">DEBUG ON</div>
<div id="ExampleText">
<strong> Welcome To the XML Spy SOAP Debugger Example Client.</strong><br/><br/>
<div> The Example uses the<strong> getTimeZoneTime</strong> operation from the <a href="http://www.nanonull.com" target="_blank">NanoNull</a> Time Web Service which is described by the following WSDL file:<br/>
<div>To learn more about the XML Spy SOAP Debugger, please visit the XML Spy online help, where you can find the complete documentation on how to use this example to experiment with the SOAP Debugger.<br/><br/></div>
<div>This example client automatically queries the Time Web Service every 5 seconds to request the time for the selected timezone:<br/></div>
</div>
<div id="radiogroup" onclick="changeZones()">
<input type="radio" name="timezone" checked="checked"/>Eastern Standard Time (US & Canada)<br/>
<input type="radio" name="timezone"/>Central Standard Time (US & Canada)<br/>
<input type="radio" name="timezone"/>Mountain Standard Time (US & Canada)<br/>
<input type="radio" name="timezone"/>Pacific Standard Time (US & Canada)<br/>
<input type="radio" name="timezone"/>Central European Time <br/>
<input type="radio" name="timezone"/>GMT (Greenwich Mean Time, UTC)<br/>