Lines Matching refs:encodingStyle

674 …$body,$headers=false,$namespaces=array(),$style='rpc',$use='encoded',$encodingStyle='http://schema…  argument
4113 $encodingStyle = $opData['output']['encodingStyle'];
4115 $encodingStyle = '';
4124 …,$this->wsdl->usedNamespaces,$this->opData['style'],$this->opData['output']['use'],$encodingStyle);
4345 …* @param string $encodingStyle optional (usually 'http://schemas.xmlsoap.org/soap/encoding/' for e…
4348 …(),$namespace=false,$soapaction=false,$style=false,$use=false,$documentation='',$encodingStyle=''){ argument
4390 if ($use == 'encoded' && $encodingStyle = '') {
4391 $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
5637 $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
5638 …direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['encoding…
5639 $encodingStyle = $opData['output']['encodingStyle'];
5670 …if (isset($opData[$direction]['encodingStyle']) && $encodingStyle != $opData[$direction]['encoding…
5671 $encodingStyle = $opData[$direction]['encodingStyle'];
5672 $enc_style = $encodingStyle;
5732 $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
5733 …direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['encoding…
5734 $encodingStyle = $opData['output']['encodingStyle'];
5751 …if(isset($opData[$direction]['encodingStyle']) && $encodingStyle != $opData[$direction]['encodingS…
5752 $encodingStyle = $opData[$direction]['encodingStyle'];
5797 $encodingStyle = ' SOAP-ENV:encodingStyle="' . $encodingStyle . '"';
5905 …entNS xsi:type=\"" . $this->getPrefixFromNamespace($ns) . ":$uqType\"$encodingStyle>$value</$name>…
5937 $xml = "<$name xsi:type=\"" . $tt_prefix . ":$uqType\"$encodingStyle>$contents</$name>";
6003 …entNS$elementAttrs xsi:type=\"" . $this->getPrefixFromNamespace($ns) . ":$uqType\"$encodingStyle>";
6006 … $xml .= $this->serializeComplexTypeElements($typeDef, $value, $ns, $uqType, $use, $encodingStyle);
6098 …entNS xsi:type=\"" . $this->getPrefixFromNamespace($ns) . ":$uqType\"$encodingStyle>$value</$name>…
6173 …* @param string $encodingStyle SOAP encoding style for the value (if different than the enclosing …
6177 …erializeComplexTypeElements($typeDef, $value, $ns, $uqType, $use='encoded', $encodingStyle=false) { argument
6227 …e, isset($attrs['type']) ? $attrs['type'] : $attrs['ref'], $v, $use, $encodingStyle, $unqualified);
6237 …e, isset($attrs['type']) ? $attrs['type'] : $attrs['ref'], $v, $use, $encodingStyle, $unqualified);
6257 … $xml .= $this->serializeComplexTypeElements($typeDef, $value, $ns, $uqType, $use, $encodingStyle);
6356 …* @param string $encodingStyle optional (usually 'http://schemas.xmlsoap.org/soap/encoding/' for e…
6359 …, $soapaction = false, $style = 'rpc', $use = 'encoded', $documentation = '', $encodingStyle = ''){ argument
6360 if ($use == 'encoded' && $encodingStyle == '') {
6361 $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
6393 'encodingStyle' => $encodingStyle,
6399 'encodingStyle' => $encodingStyle,
7281 if (isset($opData['input']['encodingStyle'])) {
7282 $encodingStyle = $opData['input']['encodingStyle'];
7323 $encodingStyle = '';
7352 …this->serializeEnvelope($payload,$this->requestHeaders,$usedNamespaces,$style,$use,$encodingStyle);
7353 …apAction=$soapAction, namespace=$namespace, style=$style, use=$use, encodingStyle=$encodingStyle");