public virtual global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultUpdateResponseType, global:: W3C.Soap.Fault> UpdateAge()
 {
     global::ServiceTutorial9.Extension.Proxy.UpdateAgeRequest body      = new global::ServiceTutorial9.Extension.Proxy.UpdateAgeRequest();
     global::ServiceTutorial9.Extension.Proxy.UpdateAge        operation = new global::ServiceTutorial9.Extension.Proxy.UpdateAge(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
 public virtual global::Microsoft.Ccr.Core.Choice UpdateAge(out global::ServiceTutorial9.Extension.Proxy.UpdateAge operation)
 {
     global::ServiceTutorial9.Extension.Proxy.UpdateAgeRequest body = new global::ServiceTutorial9.Extension.Proxy.UpdateAgeRequest();
     operation = new global::ServiceTutorial9.Extension.Proxy.UpdateAge(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
 public static object ServiceTutorial9_Extension_UpdateAgeRequest_TO_ServiceTutorial9_Extension_Proxy_UpdateAgeRequest(object transformFrom)
 {
     global::ServiceTutorial9.Extension.Proxy.UpdateAgeRequest target = new global::ServiceTutorial9.Extension.Proxy.UpdateAgeRequest();
     global::ServiceTutorial9.Extension.UpdateAgeRequest       from   = ((global::ServiceTutorial9.Extension.UpdateAgeRequest)(transformFrom));
     target.Age = from.Age;
     return(target);
 }
 public UpdateAge(global::ServiceTutorial9.Extension.Proxy.UpdateAgeRequest body, global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultUpdateResponseType, global:: W3C.Soap.Fault> responsePort) :
     base(body, responsePort)
 {
 }
 public UpdateAge(global::ServiceTutorial9.Extension.Proxy.UpdateAgeRequest body) :
     base(body)
 {
 }
 /// <summary>
 ///Clones UpdateAgeRequest
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::ServiceTutorial9.Extension.Proxy.UpdateAgeRequest target0 = new global::ServiceTutorial9.Extension.Proxy.UpdateAgeRequest();
     this.CopyTo(target0);
     return(target0);
 }
 /// <summary>
 ///Copies the data member values of the current UpdateAgeRequest to the specified target object
 ///</summary>
 ///<param name="target">target object (must be an instance of)</param>
 public virtual void CopyTo(Microsoft.Dss.Core.IDssSerializable target)
 {
     global::ServiceTutorial9.Extension.Proxy.UpdateAgeRequest typedTarget = ((global::ServiceTutorial9.Extension.Proxy.UpdateAgeRequest)(target));
     typedTarget._Age = this._Age;
 }