Symantec Developer Group

 View Only
  • 1.  PHP + SoapClient

    Posted May 30, 2012 12:38 AM

    I'm working on a PHP script to connect to the VIP Services using SoapClient and the WSDL API.

    I get the following error:

    Fatal error:  Uncaught SoapFault exception: [HTTP] Could not connect to host in /var/www/test/vip/test.php:8
    Stack trace:
    #0 [internal function]: SoapClient->__doRequest('<?xml version="...', 'https://pilot-v...', '', 1, 0)
    #1 {main}
      thrown in /var/www/test/vip/test.php on line 8
    

    I'm not sure why it isn't working, the url that I'm using is:
    https://pilot-vipservices-auth.verisign.com/mgmt/soap and I've tried https://pilot-vipservices-auth.verisign.com/prov/soap too.