Home
last modified time | relevance | path

Searched refs:encodingStyle (Results 1 – 7 of 7) sorted by relevance

/plugin/mantis/lib/
H A Dclass.wsdl.php1125 $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
1126 …direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['encoding…
1127 $encodingStyle = $opData['output']['encodingStyle'];
1160 $enc_style = $encodingStyle;
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…
1285 $encodingStyle = ' SOAP-ENV:encodingStyle="' . $encodingStyle . '"';
1829 if ($use == 'encoded' && $encodingStyle == '') {
1862 'encodingStyle' => $encodingStyle,
[all …]
H A Dclass.soap_server.php682 $encodingStyle = $opData['output']['encodingStyle'];
684 $encodingStyle = '';
687 …,$this->wsdl->usedNamespaces,$this->opData['style'],$this->opData['output']['use'],$encodingStyle);
907 …* @param string $encodingStyle optional (usually 'http://schemas.xmlsoap.org/soap/encoding/' for e…
910 …(),$namespace=false,$soapaction=false,$style=false,$use=false,$documentation='',$encodingStyle=''){ argument
952 if ($use == 'encoded' && $encodingStyle = '') {
953 $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
H A Dnusoap.php4115 $encodingStyle = '';
4390 if ($use == 'encoded' && $encodingStyle = '') {
5638 …direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['encoding…
5672 $enc_style = $encodingStyle;
5751 …if(isset($opData[$direction]['encodingStyle']) && $encodingStyle != $opData[$direction]['encodingS…
5797 $encodingStyle = ' SOAP-ENV:encodingStyle="' . $encodingStyle . '"';
6360 if ($use == 'encoded' && $encodingStyle == '') {
6393 'encodingStyle' => $encodingStyle,
6399 'encodingStyle' => $encodingStyle,
7281 if (isset($opData['input']['encodingStyle'])) {
[all …]
H A Dclass.soapclient.php213 if (isset($opData['input']['encodingStyle'])) {
214 $encodingStyle = $opData['input']['encodingStyle'];
255 $encodingStyle = '';
284 …this->serializeEnvelope($payload,$this->requestHeaders,$usedNamespaces,$style,$use,$encodingStyle);
285 …apAction=$soapAction, namespace=$namespace, style=$style, use=$use, encodingStyle=$encodingStyle");
H A Dchangelog67 - wsdl: only specify encodingStyle in the input/output soap bindings when it is not empty (thanks G…
237 - wsdl: fix WSDL generation when there is no encodingStyle
367 - nusoap_base: add encodingStyle parameter to serializeEnvelope
372 - soap_server: specify encodingStyle for envelope when WSDL is used
374 - soapclient: specify encodingStyle for envelope
380 - wsdl: specify encodingStyle for operations
H A Dclass.nusoap_base.php674 …$body,$headers=false,$namespaces=array(),$style='rpc',$use='encoded',$encodingStyle='http://schema… argument
/plugin/googlesearch/
H A Dnusoap.php3694 $encodingStyle = '';
3952 if ($use == 'encoded' && $encodingStyle = '') {
5036 …direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['encoding…
5053 …if (isset($opData[$direction]['encodingStyle']) && $encodingStyle != $opData[$direction]['encoding…
5133 …if(isset($opData[$direction]['encodingStyle']) && $encodingStyle != $opData[$direction]['encodingS…
5179 $encodingStyle = ' SOAP-ENV:encodingStyle="' . $encodingStyle . '"';
5714 if ($use == 'encoded' && $encodingStyle == '') {
5747 'encodingStyle' => $encodingStyle,
5753 'encodingStyle' => $encodingStyle,
6595 if (isset($opData['input']['encodingStyle'])) {
[all …]