Exemplo n.º 1
0
        public getDocResponse getDoc([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://soap.edi.service.org")] getDocRequest getDocRequest)
        {
            object[] results = this.Invoke("getDoc", new object[] {
                getDocRequest
            });

            return((getDocResponse)(results[0]));
        }
Exemplo n.º 2
0
 /// <remarks/>
 public void getDocAsync(getDocRequest getDocRequest, object userState)
 {
     if ((this.getDocOperationCompleted == null))
     {
         this.getDocOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDocOperationCompleted);
     }
     this.InvokeAsync("getDoc", new object[] {
         getDocRequest
     }, this.getDocOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void getDocAsync(getDocRequest getDocRequest)
 {
     this.getDocAsync(getDocRequest, null);
 }