Home
last modified time | relevance | path

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

/plugin/mantis/lib/
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'];
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…
[all …]
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/';
Dnusoap.php674 …$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…
[all …]
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");
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
Dclass.nusoap_base.php674 …$body,$headers=false,$namespaces=array(),$style='rpc',$use='encoded',$encodingStyle='http://schema… argument
/plugin/googlesearch/
Dnusoap.php611 …$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…
[all …]