Developer Forum »
Wrong test URL for Nets payments
47 posts

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

181 posts

Hi!

The url to the WSDL file is not configurable at the moment. We have published a new build (2079) with the new test url. So if you upgrade, it should work. 

1