Example #1
0
        /// <summary>
        /// Post Gp Gsv Notification and return the response port.
        /// </summary>
        public virtual DsspResponsePort <DefaultUpdateResponseType> GpGsvNotification(GpGsv body)
        {
            GpGsvNotification op = new GpGsvNotification();

            op.Body = body ?? new GpGsv();
            this.Post(op);
            return(op.ResponsePort);
        }
Example #2
0
 /// <summary>
 /// Post(GpGsvNotification)
 /// </summary>
 /// <param name="item"></param>
 /// <returns></returns>
 public void Post(GpGsvNotification item)
 {
     base.PostUnknownType(item);
 }