Searched refs:echoDecimal (Results 1 – 9 of 9) sorted by relevance
2 SOAP Interop Round4 GroupI XSD 016 (php/wsdl): echoDecimal10 $client->echoDecimal(array("inputDecimal"=>"123456789.123456789"));18 …interop.org/"><SOAP-ENV:Body><ns1:echoDecimal><ns1:inputDecimal>123456789.123456789</ns1:inputDeci…
95 function echoDecimal($dec)
2 SOAP Interop Round2 base 019 (php/wsdl): echoDecimal10 $client->echoDecimal('12345.67890');18 …ncoding/"><SOAP-ENV:Body><ns1:echoDecimal><inputDecimal xsi:type="xsd:decimal">12345.67890</inputD…
2 SOAP Interop Round2 base 019 (php/direct): echoDecimal8 $client->__soapCall("echoDecimal", array('12345.67890'), array("soapaction"=>"http://soapinterop.or…16 …/soap/encoding/"><SOAP-ENV:Body><ns1:echoDecimal><param0 xsi:type="xsd:string">12345.67890</param0…
2 SOAP Interop Round2 base 019 (soap/direct): echoDecimal8 $client->__soapCall("echoDecimal", array(new SoapParam(new SoapVar('12345.67890',XSD_DECIMAL), "inp…16 …ncoding/"><SOAP-ENV:Body><ns1:echoDecimal><inputDecimal xsi:type="xsd:decimal">12345.67890</inputD…
65 function echoDecimal($dec)
2 SOAP 1.2: T54 echoDecimal13 <test:echoDecimal xmlns:test="http://example.org/ts-tests"16 </test:echoDecimal>
57 function echoDecimal($dec) {
86 function echoDecimal($dec) function in SOAP_Interop_Base
Completed in 8 milliseconds