Beispiel #1
0
 public System.Threading.Tasks.Task <AshleyInventoryUpdatedStatus.AshleyATP.ATPRequestResponse> ATPRequestAsync(string ExternalID, string KeyCode, string sUser, string sPassword, string sXml)
 {
     AshleyInventoryUpdatedStatus.AshleyATP.ATPRequestRequest inValue = new AshleyInventoryUpdatedStatus.AshleyATP.ATPRequestRequest();
     inValue.Body            = new AshleyInventoryUpdatedStatus.AshleyATP.ATPRequestRequestBody();
     inValue.Body.ExternalID = ExternalID;
     inValue.Body.KeyCode    = KeyCode;
     inValue.Body.sUser      = sUser;
     inValue.Body.sPassword  = sPassword;
     inValue.Body.sXml       = sXml;
     return(((AshleyInventoryUpdatedStatus.AshleyATP.ATPServiceSoap)(this)).ATPRequestAsync(inValue));
 }
Beispiel #2
0
 public string ATPRequest(string ExternalID, string KeyCode, string sUser, string sPassword, string sXml)
 {
     AshleyInventoryUpdatedStatus.AshleyATP.ATPRequestRequest inValue = new AshleyInventoryUpdatedStatus.AshleyATP.ATPRequestRequest();
     inValue.Body            = new AshleyInventoryUpdatedStatus.AshleyATP.ATPRequestRequestBody();
     inValue.Body.ExternalID = ExternalID;
     inValue.Body.KeyCode    = KeyCode;
     inValue.Body.sUser      = sUser;
     inValue.Body.sPassword  = sPassword;
     inValue.Body.sXml       = sXml;
     AshleyInventoryUpdatedStatus.AshleyATP.ATPRequestResponse retVal = ((AshleyInventoryUpdatedStatus.AshleyATP.ATPServiceSoap)(this)).ATPRequest(inValue);
     return(retVal.Body.ATPRequestResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AshleyInventoryUpdatedStatus.AshleyATP.ATPRequestResponse> AshleyInventoryUpdatedStatus.AshleyATP.ATPServiceSoap.ATPRequestAsync(AshleyInventoryUpdatedStatus.AshleyATP.ATPRequestRequest request)
 {
     return(base.Channel.ATPRequestAsync(request));
 }
Beispiel #4
0
 AshleyInventoryUpdatedStatus.AshleyATP.ATPRequestResponse AshleyInventoryUpdatedStatus.AshleyATP.ATPServiceSoap.ATPRequest(AshleyInventoryUpdatedStatus.AshleyATP.ATPRequestRequest request)
 {
     return(base.Channel.ATPRequest(request));
 }