Lines Matching refs:encodingStyle

611 …$body,$headers=false,$namespaces=array(),$style='rpc',$use='encoded',$encodingStyle='http://schema…  argument
3692 $encodingStyle = $opData['output']['encodingStyle'];
3694 $encodingStyle = '';
3697 …$payload,$this->responseHeaders,$this->wsdl->usedNamespaces,$this->opData['style'],$encodingStyle);
3914 …* @param string $encodingStyle optional (usually 'http://schemas.xmlsoap.org/soap/encoding/' for e…
3917 …(),$namespace=false,$soapaction=false,$style=false,$use=false,$documentation='',$encodingStyle=''){ argument
3952 if ($use == 'encoded' && $encodingStyle = '') {
3953 $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
5035 $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
5036 …direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['encoding…
5037 $encodingStyle = $opData['output']['encodingStyle'];
5053 …if (isset($opData[$direction]['encodingStyle']) && $encodingStyle != $opData[$direction]['encoding…
5054 $encodingStyle = $opData[$direction]['encodingStyle'];
5114 $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
5115 …direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['encoding…
5116 $encodingStyle = $opData['output']['encodingStyle'];
5133 …if(isset($opData[$direction]['encodingStyle']) && $encodingStyle != $opData[$direction]['encodingS…
5134 $encodingStyle = $opData[$direction]['encodingStyle'];
5179 $encodingStyle = ' SOAP-ENV:encodingStyle="' . $encodingStyle . '"';
5264 …entNS xsi:type=\"" . $this->getPrefixFromNamespace($ns) . ":$uqType\"$encodingStyle>$value</$name>…
5296 $xml = "<$name xsi:type=\"" . $tt_prefix . ":$uqType\"$encodingStyle>$contents</$name>";
5359 …entNS$elementAttrs xsi:type=\"" . $this->getPrefixFromNamespace($ns) . ":$uqType\"$encodingStyle>";
5362 … $xml .= $this->serializeComplexTypeElements($typeDef, $value, $ns, $uqType, $use, $encodingStyle);
5454 …entNS xsi:type=\"" . $this->getPrefixFromNamespace($ns) . ":$uqType\"$encodingStyle>$value</$name>…
5529 …* @param string $encodingStyle SOAP encoding style for the value (if different than the enclosing …
5533 …erializeComplexTypeElements($typeDef, $value, $ns, $uqType, $use='encoded', $encodingStyle=false) { argument
5583 …e, isset($attrs['type']) ? $attrs['type'] : $attrs['ref'], $v, $use, $encodingStyle, $unqualified);
5593 …e, isset($attrs['type']) ? $attrs['type'] : $attrs['ref'], $v, $use, $encodingStyle, $unqualified);
5613 … $xml .= $this->serializeComplexTypeElements($typeDef, $value, $ns, $uqType, $use, $encodingStyle);
5710 …* @param string $encodingStyle optional (usually 'http://schemas.xmlsoap.org/soap/encoding/' for e…
5713 …, $soapaction = false, $style = 'rpc', $use = 'encoded', $documentation = '', $encodingStyle = ''){ argument
5714 if ($use == 'encoded' && $encodingStyle == '') {
5715 $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
5747 'encodingStyle' => $encodingStyle,
5753 'encodingStyle' => $encodingStyle,
6595 if (isset($opData['input']['encodingStyle'])) {
6596 $encodingStyle = $opData['input']['encodingStyle'];
6637 $encodingStyle = '';
6663 …this->serializeEnvelope($payload,$this->requestHeaders,$usedNamespaces,$style,$use,$encodingStyle);
6664 …apAction=$soapAction, namespace=$namespace, style=$style, use=$use, encodingStyle=$encodingStyle");