var WSZipCheck=function() {
WSZipCheck.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WSZipCheck.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WSZipCheck._staticInstance.get_path();},
WSWYZipCheck:function(ZipCode,succeededCallback, failedCallback, userContext) {
/// <param name="ZipCode" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'WSWYZipCheck',false,{ZipCode:ZipCode},succeededCallback,failedCallback,userContext); }}
WSZipCheck.registerClass('WSZipCheck',Sys.Net.WebServiceProxy);
WSZipCheck._staticInstance = new WSZipCheck();
WSZipCheck.set_path = function(value) {
WSZipCheck._staticInstance.set_path(value); }
WSZipCheck.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return WSZipCheck._staticInstance.get_path();}
WSZipCheck.set_timeout = function(value) {
WSZipCheck._staticInstance.set_timeout(value); }
WSZipCheck.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return WSZipCheck._staticInstance.get_timeout(); }
WSZipCheck.set_defaultUserContext = function(value) { 
WSZipCheck._staticInstance.set_defaultUserContext(value); }
WSZipCheck.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return WSZipCheck._staticInstance.get_defaultUserContext(); }
WSZipCheck.set_defaultSucceededCallback = function(value) { 
 WSZipCheck._staticInstance.set_defaultSucceededCallback(value); }
WSZipCheck.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return WSZipCheck._staticInstance.get_defaultSucceededCallback(); }
WSZipCheck.set_defaultFailedCallback = function(value) { 
WSZipCheck._staticInstance.set_defaultFailedCallback(value); }
WSZipCheck.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return WSZipCheck._staticInstance.get_defaultFailedCallback(); }
WSZipCheck.set_path("/WSZipCheck.asmx");
WSZipCheck.WSWYZipCheck= function(ZipCode,onSuccess,onFailed,userContext) {
/// <param name="ZipCode" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WSZipCheck._staticInstance.WSWYZipCheck(ZipCode,onSuccess,onFailed,userContext); }
