Lines Matching refs:message

671     * @return string the message
1111 var $message = array(); variable in nusoap_xmlschema
1251 $this->message[$pos] = array('cdata' => '');
1580 $this->message[$pos]['cdata'] .= $data;
4533 var $message = array(); variable in wsdl
4831 $this->message[$pos] = array('cdata' => '');
5057 if (isset($this->message[$pos]['cdata'])) {
5058 $this->message[$pos]['cdata'] .= $data;
6394 'message' => $name . 'Request',
6400 'message' => $name . 'Response',
6463 var $message = array(); variable in nusoap_parser
6549 $this->soapresponse = $this->message[$this->root_struct]['result'];
6551 if($this->root_header != '' && isset($this->message[$this->root_header]['result'])){
6552 $this->soapheader = $this->message[$this->root_header]['result'];
6589 $this->message[$pos] = array('pos' => $pos,'children'=>'','cdata'=>'');
6592 $this->message[$pos]['depth'] = $this->depth++;
6596 $this->message[$this->parent]['children'] .= '|'.$pos;
6599 $this->message[$pos]['parent'] = $this->parent;
6625 $this->message[$pos]['type'] = 'struct';
6629 $this->message[$pos]['status'] = $this->status;
6631 $this->message[$pos]['name'] = htmlspecialchars($name);
6633 $this->message[$pos]['attrs'] = $attrs;
6654 if (isset($this->message[$pos]['type']) && $this->message[$pos]['type'] == 'array') {
6659 $this->message[$pos]['type'] = $value_localpart;
6660 $this->message[$pos]['typePrefix'] = $value_prefix;
6662 $this->message[$pos]['type_namespace'] = $this->namespaces[$value_prefix];
6664 $this->message[$pos]['type_namespace'] = $attrs['xmlns:'.$value_prefix];
6669 $this->message[$pos]['type'] = 'array';
6680 $this->message[$pos]['typePrefix'] = $regs[1];
6681 $this->message[$pos]['arrayTypePrefix'] = $regs[1];
6683 $this->message[$pos]['arrayTypeNamespace'] = $this->namespaces[$regs[1]];
6685 $this->message[$pos]['arrayTypeNamespace'] = $attrs['xmlns:'.$regs[1]];
6687 $this->message[$pos]['arrayType'] = $regs[2];
6688 $this->message[$pos]['arraySize'] = $regs[3];
6689 $this->message[$pos]['arrayCols'] = $regs[4];
6693 $this->message[$pos]['nil'] = ($value == 'true' || $value == '1');
6696 $this->message[$pos]['xattrs']['!' . $key] = $value;
6718 $this->message[$pos]['namespace'] = $this->namespaces[$prefix];
6721 $this->message[$pos]['namespace'] = $this->default_namespace;
6754 if(isset($this->message[$pos]['attrs']['href'])){
6756 $id = substr($this->message[$pos]['attrs']['href'],1);
6760 $this->message[$pos]['result'] =& $this->multirefs[$id][$pos];
6762 } elseif($this->message[$pos]['children'] != ''){
6764 if(!isset($this->message[$pos]['result'])){
6765 $this->message[$pos]['result'] = $this->buildVal($pos);
6768 } elseif (isset($this->message[$pos]['xattrs'])) {
6769 if (isset($this->message[$pos]['nil']) && $this->message[$pos]['nil']) {
6770 $this->message[$pos]['xattrs']['!'] = null;
6771 } elseif (isset($this->message[$pos]['cdata']) && trim($this->message[$pos]['cdata']) != '') {
6772 if (isset($this->message[$pos]['type'])) {
6773message[$pos]['xattrs']['!'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$…
6775 $parent = $this->message[$pos]['parent'];
6776 …if (isset($this->message[$parent]['type']) && ($this->message[$parent]['type'] == 'array') && isse…
6777message[$pos]['xattrs']['!'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$…
6779 $this->message[$pos]['xattrs']['!'] = $this->message[$pos]['cdata'];
6783 $this->message[$pos]['result'] = $this->message[$pos]['xattrs'];
6787 if (isset($this->message[$pos]['nil']) && $this->message[$pos]['nil']) {
6788 $this->message[$pos]['xattrs']['!'] = null;
6789 } elseif (isset($this->message[$pos]['type'])) {
6790message[$pos]['result'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$pos][…
6792 $parent = $this->message[$pos]['parent'];
6793 …if (isset($this->message[$parent]['type']) && ($this->message[$parent]['type'] == 'array') && isse…
6794message[$pos]['result'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$paren…
6796 $this->message[$pos]['result'] = $this->message[$pos]['cdata'];
6824 $this->root_struct_namespace = $this->message[$pos]['namespace'];
6833 $this->parent = $this->message[$pos]['parent'];
6853 $this->message[$pos]['cdata'] .= $data;
6957 if(!isset($this->message[$pos]['type'])){
6958 $this->message[$pos]['type'] = '';
6960 …$this->debug('in buildVal() for '.$this->message[$pos]['name']."(pos $pos) of type ".$this->messag…
6962 if($this->message[$pos]['children'] != ''){
6964 $children = explode('|',$this->message[$pos]['children']);
6967 if(isset($this->message[$pos]['arrayCols']) && $this->message[$pos]['arrayCols'] != ''){
6972 $params[$r][] = $this->message[$child_pos]['result'];
6974 if($c == $this->message[$pos]['arrayCols']){
6980 } elseif($this->message[$pos]['type'] == 'array' || $this->message[$pos]['type'] == 'Array'){
6981 $this->debug('in buildVal, adding array '.$this->message[$pos]['name']);
6983 $params[] = &$this->message[$child_pos]['result'];
6986 …} elseif($this->message[$pos]['type'] == 'Map' && $this->message[$pos]['type_namespace'] == 'http:…
7005 $params[] = &$this->message[$child_pos]['result'];
7007 if (isset($params[$this->message[$child_pos]['name']])) {
7009 …if ((!is_array($params[$this->message[$child_pos]['name']])) || (!isset($params[$this->message[$ch…
7010 … $params[$this->message[$child_pos]['name']] = array($params[$this->message[$child_pos]['name']]);
7012 … $params[$this->message[$child_pos]['name']][] = &$this->message[$child_pos]['result'];
7014 $params[$this->message[$child_pos]['name']] = &$this->message[$child_pos]['result'];
7019 if (isset($this->message[$pos]['xattrs'])) {
7021 foreach ($this->message[$pos]['xattrs'] as $n => $v) {
7026 if (isset($this->message[$pos]['cdata']) && trim($this->message[$pos]['cdata']) != '') {
7028 if (isset($this->message[$pos]['type'])) {
7029 …codeSimple($this->message[$pos]['cdata'], $this->message[$pos]['type'], isset($this->message[$pos]…
7031 $parent = $this->message[$pos]['parent'];
7032 …if (isset($this->message[$parent]['type']) && ($this->message[$parent]['type'] == 'array') && isse…
7033 …ple($this->message[$pos]['cdata'], $this->message[$parent]['arrayType'], isset($this->message[$par…
7035 $params['!'] = $this->message[$pos]['cdata'];
7045 $cdata = isset($this->message[$pos]['cdata']) ? $this->message[$pos]['cdata'] : '';
7046 if (isset($this->message[$pos]['type'])) {
7047 …this->decodeSimple($cdata, $this->message[$pos]['type'], isset($this->message[$pos]['type_namespac…
7051 $parent = $this->message[$pos]['parent'];
7052 …if (isset($this->message[$parent]['type']) && ($this->message[$parent]['type'] == 'array') && isse…
7053 …codeSimple($cdata, $this->message[$parent]['arrayType'], isset($this->message[$parent]['arrayTypeN…
7057 $ret = $this->message[$pos]['cdata'];