This shows you the differences between two versions of the page.
Last revision Both sides next revision | |||
developer:soap-1.3:howto:php [2010/06/01 15:34] hmcgowan created |
developer:soap-1.3:howto:php [2010/06/14 12:20] tem update wsdl key to 1.3 |
||
---|---|---|---|
Line 35: | Line 35: | ||
<?php | <?php | ||
//for live server use 'www' for test server use 'sandbox' | //for live server use 'www' for test server use 'sandbox' | ||
- | $wsdl='https://www.usaepay.com/soap/gate/3213EA2A/usaepay.wsdl'; | + | $wsdl='https://www.usaepay.com/soap/gate/15E7FB61/usaepay.wsdl'; |
// instantiate SoapClient object as $client | // instantiate SoapClient object as $client |