Beispiel #1
0
 public string FetchCustomer(string sessionID, string reference)
 {
     WindowsFormsApplication1.ServiceReference1.FetchCustomerRequest inValue = new WindowsFormsApplication1.ServiceReference1.FetchCustomerRequest();
     inValue.Body           = new WindowsFormsApplication1.ServiceReference1.FetchCustomerRequestBody();
     inValue.Body.sessionID = sessionID;
     inValue.Body.reference = reference;
     WindowsFormsApplication1.ServiceReference1.FetchCustomerResponse retVal = ((WindowsFormsApplication1.ServiceReference1.Service1Soap)(this)).FetchCustomer(inValue);
     return(retVal.Body.FetchCustomerResult);
 }
Beispiel #2
0
 WindowsFormsApplication1.ServiceReference1.FetchCustomerResponse WindowsFormsApplication1.ServiceReference1.Service1Soap.FetchCustomer(WindowsFormsApplication1.ServiceReference1.FetchCustomerRequest request)
 {
     return(base.Channel.FetchCustomer(request));
 }