07-11-2013, 18:57:20
Hallo zusammen,
finde die PHP-Lib auch klasse, aber hänge leider am gleichen Fehler.
PHP Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML'
Liegt daran, dass $output komplett leer ist.
Der Request $data sieht wie folgt aus:
<BaseRequest
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xsi:type="LoginRequest"
RequestId="33300000-2200-1000-0000-ba441a9319f0"
Version="1.50"
UserName="Kerry"
Password="7GESQDxxxxxxxxxxxxxxxxxxxxxxWX904="
/>
Inhalt von $info nach dem curl Request:
array(22) {
["url"]=>
string(25) "https://192.168.12.37/cmd"
["content_type"]=>
NULL
["http_code"]=>
int(0)
["header_size"]=>
int(0)
["request_size"]=>
int(0)
["filetime"]=>
int(-1)
["ssl_verify_result"]=>
int(0)
["redirect_count"]=>
int(0)
["total_time"]=>
float(0.000911)
["namelookup_time"]=>
float(0.000255)
["connect_time"]=>
float(0.000946)
["pretransfer_time"]=>
float(0)
["size_upload"]=>
float(0)
["size_download"]=>
float(0)
["speed_download"]=>
float(0)
["speed_upload"]=>
float(0)
["download_content_length"]=>
float(-1)
["upload_content_length"]=>
float(-1)
["starttransfer_time"]=>
float(0)
["redirect_time"]=>
float(0)
["certinfo"]=>
array(0) {
}
["redirect_url"]=>
string(0) ""
}
Irgendeine Idee oder Erfahrung woran das liegt?
Danke und Gruß
Kerry
finde die PHP-Lib auch klasse, aber hänge leider am gleichen Fehler.
PHP Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML'
Liegt daran, dass $output komplett leer ist.
Der Request $data sieht wie folgt aus:
<BaseRequest
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xsi:type="LoginRequest"
RequestId="33300000-2200-1000-0000-ba441a9319f0"
Version="1.50"
UserName="Kerry"
Password="7GESQDxxxxxxxxxxxxxxxxxxxxxxWX904="
/>
Inhalt von $info nach dem curl Request:
array(22) {
["url"]=>
string(25) "https://192.168.12.37/cmd"
["content_type"]=>
NULL
["http_code"]=>
int(0)
["header_size"]=>
int(0)
["request_size"]=>
int(0)
["filetime"]=>
int(-1)
["ssl_verify_result"]=>
int(0)
["redirect_count"]=>
int(0)
["total_time"]=>
float(0.000911)
["namelookup_time"]=>
float(0.000255)
["connect_time"]=>
float(0.000946)
["pretransfer_time"]=>
float(0)
["size_upload"]=>
float(0)
["size_download"]=>
float(0)
["speed_download"]=>
float(0)
["speed_upload"]=>
float(0)
["download_content_length"]=>
float(-1)
["upload_content_length"]=>
float(-1)
["starttransfer_time"]=>
float(0)
["redirect_time"]=>
float(0)
["certinfo"]=>
array(0) {
}
["redirect_url"]=>
string(0) ""
}
Irgendeine Idee oder Erfahrung woran das liegt?
Danke und Gruß
Kerry