Exemplo n.º 1
0
 public string InvokePartialCaptureWS(string merchantId, string atrn, string amount)
 {
     PGSample.ServiceReferenceInvokeEcomWebServices_test.InvokePartialCaptureWS inValue = new PGSample.ServiceReferenceInvokeEcomWebServices_test.InvokePartialCaptureWS();
     inValue.Body            = new PGSample.ServiceReferenceInvokeEcomWebServices_test.InvokePartialCaptureWSBody();
     inValue.Body.merchantId = merchantId;
     inValue.Body.atrn       = atrn;
     inValue.Body.amount     = amount;
     PGSample.ServiceReferenceInvokeEcomWebServices_test.InvokePartialCaptureWSResponse retVal = ((PGSample.ServiceReferenceInvokeEcomWebServices_test.InvokeEcomWebServices)(this)).InvokePartialCaptureWS(inValue);
     return(retVal.Body.@return);
 }
Exemplo n.º 2
0
 PGSample.ServiceReferenceInvokeEcomWebServices_test.InvokePartialCaptureWSResponse PGSample.ServiceReferenceInvokeEcomWebServices_test.InvokeEcomWebServices.InvokePartialCaptureWS(PGSample.ServiceReferenceInvokeEcomWebServices_test.InvokePartialCaptureWS request)
 {
     return(base.Channel.InvokePartialCaptureWS(request));
 }