Trying to set up Payment Registration Pro with First Data Global Connect Web Service.
I've installed and granted permissions to the cert file in IIS, and set up the Payment Gateway including the Pem file.
When I try to process a test transaction I receive the following:
--------------------------------------------------------------
Error processing payment. Please try again.
DotNetNuke.Services.Exceptions.ModuleLoadException: The request failed with HTTP status 401: Unauthorized. ---> System.Net.WebException: The request failed with HTTP status 401: Unauthorized. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at FirstDataGlobalTest.FDGGWSApiOrderService.FDGGWSApiOrder(FDGGWSApiOrderRequest FDGGWSApiOrderRequest) at Smith.DNN.Modules.Registration.Confirm.ProcessFirstDataWS(BillingAccountInfo accountDetails, RegCustomerInfo customerDetails) at Smith.DNN.Modules.Registration.Confirm.btnSubmit_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
-----------------------------------------------------------------
Am I overlooking something? I believe the test credentials are inputted correctly.
Thanks for the help.