OldBuickParts 0 Posted November 9, 2020 For no known reason, my credit card module stopped working. It is throwing off a SOAP error. We are running osCommerce Online Merchant v2.3.4 Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://api.globalgatewaye4.firstdata.com/transaction/v12/wsdl' : Start tag expected, '<' not found in /homepages/682147019/htdocs/includes/modules/payment/gge4_cc_aim.php:181 Stack trace: #0 /homepages/682147019/htdocs/includes/modules/payment/gge4_cc_aim.php(181): SoapClient->SoapClient('https://api.glo...') #1 /homepages/682147019/htdocs/includes/classes/payment.php(181): gge4_cc_aim->before_process() #2 /homepages/682147019/htdocs/checkout_process.php(81): payment->before_process() #3 {main} thrown in /homepages/682147019/htdocs/includes/modules/payment/gge4_cc_aim.php on line 181 Share this post Link to post Share on other sites
♥ecartz 681 Posted November 9, 2020 It is saying that it is not getting what it considers a correct response from the endpoint. Firewall problem? Try asking your host for help. It also could have been the other end. But that seems to be working now (i.e. https://api.globalgatewaye4.firstdata.com/transaction/v12/wsdl is returning what looks to be a valid WSDL). So if it's still broken, check with your host. Always back up before making changes. Share this post Link to post Share on other sites
OldBuickParts 0 Posted November 13, 2020 Matt, Thanks for your input. More specifically, what do I ask (or tell) the host? Do I just mention the Soap Fault? Thanks again for your help. Jeff Share this post Link to post Share on other sites
♥ecartz 681 Posted November 13, 2020 Tell them that you can connect to https://api.globalgatewaye4.firstdata.com/transaction/v12/wsdl in your browser but not from the site. 1 Fredi reacted to this Always back up before making changes. Share this post Link to post Share on other sites