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