public gepirPartyGWO GetPartyByGLN([System.Xml.Serialization.XmlElementAttribute("GetPartyByGLN", Namespace = "http://www.gepir.org/")] GetPartyByGLNGWO getPartyByGLN1)
        {
            object[] results = this.Invoke("GetPartyByGLN", new object[] {
                getPartyByGLN1
            });

            return((gepirPartyGWO)(results[0]));
        }
 /// <remarks/>
 public void GetPartyByGLNAsync(GetPartyByGLNGWO getPartyByGLN1, object userState)
 {
     if ((this.GetPartyByGLNOperationCompleted == null))
     {
         this.GetPartyByGLNOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPartyByGLNOperationCompleted);
     }
     this.InvokeAsync("GetPartyByGLN", new object[] {
         getPartyByGLN1
     }, this.GetPartyByGLNOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetPartyByGLNAsync(GetPartyByGLNGWO getPartyByGLN1, object userState)
 {
     if ((this.GetPartyByGLNOperationCompleted == null))
     {
         this.GetPartyByGLNOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPartyByGLNOperationCompleted);
     }
     this.InvokeAsync("GetPartyByGLN", new object[] {
                 getPartyByGLN1}, this.GetPartyByGLNOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetPartyByGLNAsync(GetPartyByGLNGWO getPartyByGLN1)
 {
     this.GetPartyByGLNAsync(getPartyByGLN1, null);
 }
 /// <remarks/>
 public void GetPartyByGLNAsync(GetPartyByGLNGWO getPartyByGLN1)
 {
     this.GetPartyByGLNAsync(getPartyByGLN1, null);
 }