var wsDropDown=function() {
wsDropDown.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wsDropDown.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return wsDropDown._staticInstance.get_path();},
GetPostalCodes:function(cgNewsPaperId,cgAdStatusId,ProductTypeId,FreeText,selectedValue,bShowFamilyadsFromAll_Newspapers,succeededCallback, failedCallback, userContext) {
/// <param name="cgNewsPaperId" type="Number">System.Int32</param>
/// <param name="cgAdStatusId" type="Number">System.Int32</param>
/// <param name="ProductTypeId" type="Number">System.Int32</param>
/// <param name="FreeText" type="String">System.String</param>
/// <param name="selectedValue" type="String">System.String</param>
/// <param name="bShowFamilyadsFromAll_Newspapers" type="Boolean">System.Boolean</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(), 'GetPostalCodes',false,{cgNewsPaperId:cgNewsPaperId,cgAdStatusId:cgAdStatusId,ProductTypeId:ProductTypeId,FreeText:FreeText,selectedValue:selectedValue,bShowFamilyadsFromAll_Newspapers:bShowFamilyadsFromAll_Newspapers},succeededCallback,failedCallback,userContext); }}
wsDropDown.registerClass('wsDropDown',Sys.Net.WebServiceProxy);
wsDropDown._staticInstance = new wsDropDown();
wsDropDown.set_path = function(value) {
wsDropDown._staticInstance.set_path(value); }
wsDropDown.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return wsDropDown._staticInstance.get_path();}
wsDropDown.set_timeout = function(value) {
wsDropDown._staticInstance.set_timeout(value); }
wsDropDown.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return wsDropDown._staticInstance.get_timeout(); }
wsDropDown.set_defaultUserContext = function(value) { 
wsDropDown._staticInstance.set_defaultUserContext(value); }
wsDropDown.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return wsDropDown._staticInstance.get_defaultUserContext(); }
wsDropDown.set_defaultSucceededCallback = function(value) { 
 wsDropDown._staticInstance.set_defaultSucceededCallback(value); }
wsDropDown.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return wsDropDown._staticInstance.get_defaultSucceededCallback(); }
wsDropDown.set_defaultFailedCallback = function(value) { 
wsDropDown._staticInstance.set_defaultFailedCallback(value); }
wsDropDown.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return wsDropDown._staticInstance.get_defaultFailedCallback(); }
wsDropDown.set_path("/wsDropDown.asmx");
wsDropDown.GetPostalCodes= function(cgNewsPaperId,cgAdStatusId,ProductTypeId,FreeText,selectedValue,bShowFamilyadsFromAll_Newspapers,onSuccess,onFailed,userContext) {
/// <param name="cgNewsPaperId" type="Number">System.Int32</param>
/// <param name="cgAdStatusId" type="Number">System.Int32</param>
/// <param name="ProductTypeId" type="Number">System.Int32</param>
/// <param name="FreeText" type="String">System.String</param>
/// <param name="selectedValue" type="String">System.String</param>
/// <param name="bShowFamilyadsFromAll_Newspapers" type="Boolean">System.Boolean</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>
wsDropDown._staticInstance.GetPostalCodes(cgNewsPaperId,cgAdStatusId,ProductTypeId,FreeText,selectedValue,bShowFamilyadsFromAll_Newspapers,onSuccess,onFailed,userContext); }

