/// <summary> /// Post Gp Gll Notification and return the response port. /// </summary> public virtual DsspResponsePort <DefaultUpdateResponseType> GpGllNotification(GpGll body) { GpGllNotification op = new GpGllNotification(); op.Body = body ?? new GpGll(); this.Post(op); return(op.ResponsePort); }
/// <summary> /// Post(GpGllNotification) /// </summary> /// <param name="item"></param> /// <returns></returns> public void Post(GpGllNotification item) { base.PostUnknownType(item); }