Lines Matching refs:encodingStyle
1125 $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
1126 …direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['encoding…
1127 $encodingStyle = $opData['output']['encodingStyle'];
1158 …if (isset($opData[$direction]['encodingStyle']) && $encodingStyle != $opData[$direction]['encoding…
1159 $encodingStyle = $opData[$direction]['encodingStyle'];
1160 $enc_style = $encodingStyle;
1220 $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
1221 …direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['encoding…
1222 $encodingStyle = $opData['output']['encodingStyle'];
1239 …if(isset($opData[$direction]['encodingStyle']) && $encodingStyle != $opData[$direction]['encodingS…
1240 $encodingStyle = $opData[$direction]['encodingStyle'];
1285 $encodingStyle = ' SOAP-ENV:encodingStyle="' . $encodingStyle . '"';
1374 …entNS xsi:type=\"" . $this->getPrefixFromNamespace($ns) . ":$uqType\"$encodingStyle>$value</$name>…
1406 $xml = "<$name xsi:type=\"" . $tt_prefix . ":$uqType\"$encodingStyle>$contents</$name>";
1472 …entNS$elementAttrs xsi:type=\"" . $this->getPrefixFromNamespace($ns) . ":$uqType\"$encodingStyle>";
1475 … $xml .= $this->serializeComplexTypeElements($typeDef, $value, $ns, $uqType, $use, $encodingStyle);
1567 …entNS xsi:type=\"" . $this->getPrefixFromNamespace($ns) . ":$uqType\"$encodingStyle>$value</$name>…
1642 …* @param string $encodingStyle SOAP encoding style for the value (if different than the enclosing …
1646 …erializeComplexTypeElements($typeDef, $value, $ns, $uqType, $use='encoded', $encodingStyle=false) { argument
1696 …e, isset($attrs['type']) ? $attrs['type'] : $attrs['ref'], $v, $use, $encodingStyle, $unqualified);
1706 …e, isset($attrs['type']) ? $attrs['type'] : $attrs['ref'], $v, $use, $encodingStyle, $unqualified);
1726 … $xml .= $this->serializeComplexTypeElements($typeDef, $value, $ns, $uqType, $use, $encodingStyle);
1825 …* @param string $encodingStyle optional (usually 'http://schemas.xmlsoap.org/soap/encoding/' for e…
1828 …, $soapaction = false, $style = 'rpc', $use = 'encoded', $documentation = '', $encodingStyle = ''){ argument
1829 if ($use == 'encoded' && $encodingStyle == '') {
1830 $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
1862 'encodingStyle' => $encodingStyle,
1868 'encodingStyle' => $encodingStyle,