Código PHP:
$url='http://ofi.misoap.es:8081/travelio-soaTIO/CommonsWSSessionBean?wsdl';
$uri='http://ofi.misoap.es:8081/travelio-soaTIO/CommonsWSSessionBean';
$cliente_soap = new SoapClient($url, array('trace' => 1,'compression' => SOAP_COMPRESSION_ACCEPT | SOAP_COMPRESSION_GZIP,'uri'=>$uri));
pero me bota el sigueite error
Warning: SoapClient::SoapClient(http://ofi.misoap.es:8081/travelio-soaTIO/CommonsWSSessionBean?wsdl) [soapclient.soapclient]: failed to open stream: Connection refused in /home/hotelesb/public_html/SOAP1.php on line 22
Warning: SoapClient::SoapClient() [soapclient.soapclient]: I/O warning : failed to load external entity "http://ofi.misoap.es:8081/travelio-soaTIO/CommonsWSSessionBean?wsdl" in /home/hotelesb/public_html/SOAP1.php on line 22
en cambio cuando pruebo con la url soap de amazon por ejemplo hace correcta la coneccion ustedes saben a que se debe el errore que ya estoy cabezon.
y si tiene ejem,plos de soapclient con xml mejor seria gracias.