Hello,
I’m trying to import web service using RO, I can import the service with RO without any problem.
but when I try to call any method from the service I got this error:
“An exception was raised on the server: Server did not recognize the value of HTTP Header SOAPAction: urn:NetLib2-NetSafeSrvc2#CheckCreditCard.”
I tried to import the same service in VS2010 and it worked fine (using VS add web reference).
this service address is :
https://secure.pelecard.co.il/NetSafeWebSrvc2/NetSafeSrvc2.asmx?WSDL
I even tried with https and http, and I got same result everytime.