public hangerBindResponse hangerBind([System.Xml.Serialization.XmlElementAttribute("hangerBind", Namespace = "http://intergration.ina.ws.bxnmes.com/")] hangerBind hangerBind1)
        {
            object[] results = this.Invoke("hangerBind", new object[] {
                hangerBind1
            });

            return((hangerBindResponse)(results[0]));
        }
 /// <remarks/>
 public void hangerBindAsync(hangerBind hangerBind1, object userState)
 {
     if ((this.hangerBindOperationCompleted == null))
     {
         this.hangerBindOperationCompleted = new System.Threading.SendOrPostCallback(this.OnhangerBindOperationCompleted);
     }
     this.InvokeAsync("hangerBind", new object[] {
         hangerBind1
     }, this.hangerBindOperationCompleted, userState);
 }
 /// <remarks/>
 public void hangerBindAsync(hangerBind hangerBind1)
 {
     this.hangerBindAsync(hangerBind1, null);
 }
 /// <remarks/>
 public System.IAsyncResult BeginhangerBind(hangerBind hangerBind1, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("hangerBind", new object[] {
         hangerBind1
     }, callback, asyncState));
 }