[AG-DEV] VenueClient SOAP connection

Michael Miller mimiller at ncsa.uiuc.edu
Thu Jun 12 14:20:03 CDT 2008


When I try to connect to a venue client with SOAP, I get the following error:

Warning: SoapClient::SoapClient() [function.SoapClient-SoapClient]: SSL operation failed with code 1. OpenSSL Error messages: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 


Here's my code:
$uri='https://vivace.ncsa.uiuc.edu:11000/VenueClient';
$v = new SoapClient($uri.'?WSDL',array("exceptions" => 0));


Any thoughts?

myk




More information about the ag-dev mailing list