Lines Matching refs:namespaces

596 							if ($tt_ns != '' && $tt_ns == $this->namespaces['xsd']){
674 …function serializeEnvelope($body,$headers=false,$namespaces=array(),$style='rpc',$use='encoded',$e… argument
773 if(isset($this->namespaces[$prefix])){
774 return $this->namespaces[$prefix].':'.$name;
824 if (isset($this->namespaces[$prefix])) {
825 return $this->namespaces[$prefix];
840 foreach ($this->namespaces as $p => $n) {
1045 foreach($this->namespaces as $k => $v){
1119 * @param string $namespaces namespaces defined in enclosing XML
1122 function nusoap_xmlschema($schema='',$xml='',$namespaces=array()){ argument
1130 $this->enclosingNamespaces = $namespaces;
1131 $this->namespaces = array_merge($this->namespaces, $namespaces);
1275 $this->namespaces[$ns_prefix] = $v;
1279 $this->namespaces['ns'.(count($this->namespaces)+1)] = $v;
1284 $this->namespaces['xsi'] = $v.'-instance';
1478 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
4483 $this->wsdl->namespaces['tns'] = $namespace;
4484 $this->wsdl->namespaces['soap'] = 'http://schemas.xmlsoap.org/wsdl/soap/';
4487 $this->wsdl->namespaces['types'] = $schemaTargetNamespace;
4489 …->wsdl->schemas[$schemaTargetNamespace][0] = new nusoap_xmlschema('', '', $this->wsdl->namespaces);
4821 $this->currentSchema = new nusoap_xmlschema('', '', $this->namespaces);
4838 $this->namespaces[$ns_prefix] = $v;
4840 $this->namespaces['ns' . (count($this->namespaces) + 1)] = $v;
4844 $this->namespaces['xsi'] = $v . '-instance';
4865 $namespace = isset($this->namespaces[$prefix]) ? $this->namespaces[$prefix] : '';
4971 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
5200 if ((! $ns) && isset($this->namespaces['tns'])) {
5201 $ns = $this->namespaces['tns'];
5391 foreach($this->namespaces as $k => $v) {
5395 if (isset($this->namespaces['wsdl'])) {
5396 $xml .= " xmlns=\"" . $this->namespaces['wsdl'] . "\"";
5398 if (isset($this->namespaces['tns'])) {
5399 $xml .= " targetNamespace=\"" . $this->namespaces['tns'] . "\"";
5433 } elseif (isset($this->typemap[$this->namespaces['xsd']][$partType])) {
5918 $this->namespaces[$tt_prefix] = 'http://xml.apache.org/xml-soap';
6311 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
6329 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
6341 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
6462 var $namespaces = array(); variable in nusoap_parser
6644 $this->namespaces['xsd'] = $this->XMLSchemaVersion;
6645 $this->namespaces['xsi'] = $this->XMLSchemaVersion.'-instance';
6647 $this->namespaces[$key_localpart] = $value;
6661 if(isset($this->namespaces[$value_prefix])){
6662 $this->message[$pos]['type_namespace'] = $this->namespaces[$value_prefix];
6682 if (isset($this->namespaces[$regs[1]])) {
6683 $this->message[$pos]['arrayTypeNamespace'] = $this->namespaces[$regs[1]];
6718 $this->message[$pos]['namespace'] = $this->namespaces[$prefix];
6719 $this->default_namespace = $this->namespaces[$prefix];