Hi,
I experience some problems with testing payment solutions in the test environment. The problem occurs when I do the request:
_paymentProvider.ProcessRedirectPayment(somePaymentMethodData)
_paymentProvider is here of type IWAFPaymentMethodProvider, and is declared using a PaymentMethod _paymentMethod and the method _paymentMethod.GetPaymentProvider()
The error message I get is the following: Det var ingen endepunkter som lyttet på https://epayment-test.bbs.no/netaxept.svc?wsdl, som kunne godta meldingen. Dette skyldes ofte en feil adresse eller SOAP-handling. Se InnerException, hvis tilgjengelig, hvis du vil ha flere detaljer.
It seems to me that https://epayment-test.bbs.no/netaxept.svc?wsdl is an outdated Url, as Nets' documentation pages provides https://test.epayment.nets.eu as test url. I have checked configurations both in our solution and in Relatude, and we use the updated url.
My question then is, is a different url used by Relatude in this method?
Anna