コード例 #1
0
ファイル: Reference.cs プロジェクト: MyGate/SampleCode-1
 public MyGate_Global__Visa_AuthActions.VisaCardinal_Auth.responseMessage execRequest(string requestMessage)
 {
     global::MyGate_Global__Visa_AuthActions.VisaCardinal_Auth.execRequestIn inValue = new global::MyGate_Global__Visa_AuthActions.VisaCardinal_Auth.execRequestIn();
     inValue.requestMessage = requestMessage;
     global::MyGate_Global__Visa_AuthActions.VisaCardinal_Auth.execRequestOut retVal = ((global::MyGate_Global__Visa_AuthActions.VisaCardinal_Auth.APIService)(this)).execRequest(inValue);
     return(retVal.responseMessage);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: MyGate/SampleCode-1
 global::MyGate_Global__Visa_AuthActions.VisaCardinal_Auth.execRequestOut global::MyGate_Global__Visa_AuthActions.VisaCardinal_Auth.APIService.execRequest(global::MyGate_Global__Visa_AuthActions.VisaCardinal_Auth.execRequestIn request)
 {
     return(base.Channel.execRequest(request));
 }