Beispiel #1
0
 public string getAuthenticationCode(string ReqContent)
 {
     JIT.CPOS.Web.SaturnServiceReference.getAuthenticationCodeRequest inValue = new JIT.CPOS.Web.SaturnServiceReference.getAuthenticationCodeRequest();
     inValue.Body            = new JIT.CPOS.Web.SaturnServiceReference.getAuthenticationCodeRequestBody();
     inValue.Body.ReqContent = ReqContent;
     JIT.CPOS.Web.SaturnServiceReference.getAuthenticationCodeResponse retVal = ((JIT.CPOS.Web.SaturnServiceReference.SaturnServiceSoap)(this)).getAuthenticationCode(inValue);
     return(retVal.Body.getAuthenticationCodeResult);
 }
Beispiel #2
0
 JIT.CPOS.Web.SaturnServiceReference.getAuthenticationCodeResponse JIT.CPOS.Web.SaturnServiceReference.SaturnServiceSoap.getAuthenticationCode(JIT.CPOS.Web.SaturnServiceReference.getAuthenticationCodeRequest request)
 {
     return(base.Channel.getAuthenticationCode(request));
 }