示例#1
0
 public MyGate_Global__Visa_AuthActions.WSAction2.responseMessage execRequest(string requestMessage)
 {
     global::MyGate_Global__Visa_AuthActions.WSAction2.execRequestIn inValue = new global::MyGate_Global__Visa_AuthActions.WSAction2.execRequestIn();
     inValue.requestMessage = requestMessage;
     global::MyGate_Global__Visa_AuthActions.WSAction2.execRequestOut retVal = ((global::MyGate_Global__Visa_AuthActions.WSAction2.APIService)(this)).execRequest(inValue);
     return(retVal.responseMessage);
 }
示例#2
0
 global::MyGate_Global__Visa_AuthActions.WSAction2.execRequestOut global::MyGate_Global__Visa_AuthActions.WSAction2.APIService.execRequest(global::MyGate_Global__Visa_AuthActions.WSAction2.execRequestIn request)
 {
     return(base.Channel.execRequest(request));
 }