Example #1
0
 public MyGate_Global_3D_Secure_Enterprise_Example.ccPaymentsActionNine.responseMessage execRequest(string requestMessage)
 {
     MyGate_Global_3D_Secure_Enterprise_Example.ccPaymentsActionNine.execRequestIn inValue = new MyGate_Global_3D_Secure_Enterprise_Example.ccPaymentsActionNine.execRequestIn();
     inValue.requestMessage = requestMessage;
     MyGate_Global_3D_Secure_Enterprise_Example.ccPaymentsActionNine.execRequestOut retVal = ((MyGate_Global_3D_Secure_Enterprise_Example.ccPaymentsActionNine.APIService)(this)).execRequest(inValue);
     return(retVal.responseMessage);
 }
Example #2
0
 MyGate_Global_3D_Secure_Enterprise_Example.ccPaymentsActionNine.execRequestOut MyGate_Global_3D_Secure_Enterprise_Example.ccPaymentsActionNine.APIService.execRequest(MyGate_Global_3D_Secure_Enterprise_Example.ccPaymentsActionNine.execRequestIn request)
 {
     return(base.Channel.execRequest(request));
 }