Mailinglisten-Archive |
Hallo alle zusammen, ich implementiere z.Z. eine Anwendung mit SOAP (http://dietrich.ganx4.com/nusoap). Gestern lief alles noch wunderbar auf meinem lokalem Server nur irgendwie bekomme ich heute nach dem Aufruf von: $server_data = $soap_client->call("get_function_address", $my_parameters); mittels print_r ($soap_client); Diese Fehlermeldung: [error_str] => HTTP Error: Couldn't open socket connection to server: Woran kann das liegen? Hier die gesamte Ausgabe von print_r: soapclient Object ( [title] => NuSOAP [version] => 0.6.2 [error_str] => HTTP Error: Couldn't open socket connection to server: [debug_str] => soapclient: in serialize_val: mysql, dbs, , , soapclient: in serialize_val: show_header, func_name, , , soapclient: in serialize_val: 1, combo_id, , , soapclient: endpoint: http://soap1.linux.local/data_access.php, soapAction: , namespace: http://testuri.org soapclient: sending msg (len: 671) w/ soapaction ''... soapclient: transporting via HTTP soapclient: sending message, length: 671 soapclient: transport debug data... soap_transport_http: scheme = http soap_transport_http: host = soap1.linux.local soap_transport_http: path = /data_access.php soap_transport_http: entered send() with data of length: 671 soap_transport_http: Couldn't open socket connection to server: soapclient: Error: HTTP Error: Couldn't open socket connection to server: [charencoding] => 1 [XMLSchemaVersion] => http://www.w3.org/2001/XMLSchema [soap_defencoding] => ISO-8859-1 [namespaces] => Array ( [SOAP-ENV] => http://schemas.xmlsoap.org/soap/envelope/ [xsd] => http://www.w3.org/2001/XMLSchema [xsi] => http://www.w3.org/2001/XMLSchema-instance [SOAP-ENC] => http://schemas.xmlsoap.org/soap/encoding/ [si] => http://soapinterop.org/xsd ) [typemap] => Array [http://www.w3.org/2001/XMLSchema] => Array ( [string] => string [boolean] => boolean [float] => double [double] => double [decimal] => double [duration] => [dateTime] => string [time] => string [date] => string [gYearMonth] => [gYear] => [gMonthDay] => [gDay] => [gMonth] => [hexBinary] => string [base64Binary] => string [normalizedString] => string [token] => string [language] => [NMTOKEN] => [NMTOKENS] => [Name] => [NCName] => [ID] => [IDREF] => [IDREFS] => [ENTITY] => [ENTITIES] => [integer] => integer [nonPositiveInteger] => integer [negativeInteger] => integer [long] => integer [int] => integer [short] => integer [byte] => integer [nonNegativeInteger] => integer [unsignedLong] => [unsignedInt] => [unsignedShort] => [unsignedByte] => [positiveInteger] => ) [http://www.w3.org/1999/XMLSchema] => Array ( [i4] => [int] => integer [boolean] => boolean [string] => string [double] => double [float] => double [dateTime] => string [timeInstant] => string [base64Binary] => string [base64] => string [ur-type] => array ) [http://soapinterop.org/xsd] => Array ( [SOAPStruct] => struct ) [http://schemas.xmlsoap.org/soap/encoding/] => Array ( [base64] => string [array] => array [Array] => array ) [http://xml.apache.org/xml-soap] => Array ( [0] => Map ) ) [xmlEntities] => Array ( [quot] => " [amp] => & [lt] => < [gt] => > [apos] => ' ) [username] => [password] => [requestHeaders] => [proxyhost] => [proxyport] => [xml_encoding] => [http_encoding] => [timeout] => 0 [endpoint] => http://soap1.linux.local/data_access.php [operation] => get_function_address [fault] => [request] => [response] => [faultstring] => [faultcode] => [opData] => Array ( ) [wsdl] => stdClass Object ( [namespaces] => Array [nu] => http://testuri.org ) ) ) Würde mich freuen, wenn mir hierbei jemand weiterhelfen könnte. Danke, Stephan
php::bar PHP Wiki - Listenarchive