e] . ' for attribute ' . $aName); } else { $xname = ''; $this->debug("no value provided for attribute $aName"); } if ($xname) { $xml .= " $aName=\"" . $this->expandEntities($xvalue[$xname]) . "\""; } } } else { $this->debug("no attributes to serialize for XML Schema type $ns:$uqType"); } if (isset($typeDef['extensionBase'])) { $ns = $this->getPrefix($typeDef['extensionBase']); $uqType = $this->getLocalPart($typeDef['extensionBase']); if ($this->getNamespaceFromPrefix($ns)) { $ns = $this->getNamespaceFromPrefix($ns); } if ($typeDef = $this->getTypeDef($uqType, $ns)) { $this->debug("serialize attributes for extension base $ns:$uqType"); $xml .= $this->serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType); } else { $this->debug("extension base $ns:$uqType is not a supported type"); } } return $xml; } /** * serializes the elements for a complexType * * @param array $typeDef our internal representation of an XML schema type (or element) * @param mixed $value a native PHP value (parameter value) * @param string $ns the namespace of the t
Fatal error: Uncaught SoapFault exception: [Client] SoapClient::SoapClient(): Invalid parameters in /var/www/vhosts/global-bookings.com/hotels.global-bookings.com/syshotels_v2b/scripts/script_hotel_detalles_st.php:65 Stack trace: #0 /var/www/vhosts/global-bookings.com/hotels.global-bookings.com/syshotels_v2b/scripts/script_hotel_detalles_st.php(65): SoapClient->SoapClient('http://webservi...', 'wsdl') #1 /var/www/vhosts/global-bookings.com/hotels.global-bookings.com/syshotels_v2b/htl_hotel-detalles.php(535): include('/var/www/vhosts...') #2 {main} thrown in /var/www/vhosts/global-bookings.com/hotels.global-bookings.com/syshotels_v2b/scripts/script_hotel_detalles_st.php on line 65