Pytanie : Php SOAP-ERROR: Parsing WSDL

Hi.
Using the kod dołączać, I dostawać SOAP-ERROR gdy I próbować sieć service.

The kod werk gdy I używać the http adres, ale pokazywać błąd gdy używać the https.

Any pomysł dlaczego?


SoapFault Object
(
[wiadomość: ochraniać] => SOAP-ERROR: Parsing WSDL: Móc od ' https://webservices.amazo n.com/AWSE CommerceService/AWSECommerceService.wsdl': Początek etykietka oczekiwać, "<" nie found

[sznurek: intymny] =>
[kod: ochraniać] => 0
[file:protected] => /websites/Sc/www/test.php
[linia: ochraniać] => 12
[ślad: intymny] => Array
(
[(0)] => Array
(
[kartoteka] => /websites/Sc/www/test.php
[kreskowy] => 12
[funkcja] => SoapClient
[klasowy] => SoapClient
[typ] => - >
[args] => Array
(
[(0)] => https://webservices.amazon .com/AWSECommerceService/AWSECommerceService.wsdl
)

)

)

[faultstring] => SOAP-ERROR: Parsing WSDL: Móc od ' https://webservices.amazo n.com/AWSE CommerceService/AWSECommerceService.wsdl': Początek etykietka oczekiwać, "<" nie found

[faultcode] => WSDL
)
(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
try {
   $soap_url = "https://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl";
   $soap_client = nowy SoapClient ($soap_url);
}
chwyt (Wyjątek $e)
{
    echo "
";
   print_r ($e); 
   wyjście;
}

Odpowiedź : Php SOAP-ERROR: Parsing WSDL


http://bugs.php.net/bug.php?id=36657

Mieć Nadzieję to pomagać
Inne rozwiązania  
 
programming4us programming4us