Search found 1 match
- Sat Aug 13, 2011 9:58 am
- Forum: PHP - Code
- Topic: php5 soapclient
- Replies: 0
- Views: 1334
php5 soapclient
hello this code used to be work in porevoius php version $soapclient = new soapclient('https://Acquirer.sb24.com/ref-payment/ws/ReferencePayment?WSDL'); $soapProxy = $soapclient->getProxy(); $result = $soapProxy->VerifyTransaction("$refnum","$id"); // $err = $soapclient->getError...