Documentation TYPO3 par Ameos |
Public Member Functions | |
wsdl ($wsdl= '', $proxyhost=false, $proxyport=false, $proxyusername=false, $proxypassword=false, $timeout=0, $response_timeout=30) | |
parseWSDL ($wsdl= '') | |
start_element ($parser, $name, $attrs) | |
end_element ($parser, $name) | |
character_data ($parser, $data) | |
getBindingData ($binding) | |
getOperations ($bindingType= 'soap') | |
getOperationData ($operation, $bindingType= 'soap') | |
getOperationDataForSoapAction ($soapAction, $bindingType= 'soap') | |
getTypeDef ($type, $ns) | |
webDescription () | |
serialize ($debug=0) | |
serializeRPCParameters ($operation, $direction, $parameters) | |
serializeParameters ($operation, $direction, $parameters) | |
serializeType ($name, $type, $value, $use='encoded', $encodingStyle=false, $unqualified=false) | |
serializeComplexTypeAttributes ($typeDef, $value, $ns, $uqType) | |
serializeComplexTypeElements ($typeDef, $value, $ns, $uqType, $use='encoded', $encodingStyle=false) | |
addComplexType ($name, $typeClass='complexType', $phpType='array', $compositor='', $restrictionBase='', $elements=array(), $attrs=array(), $arrayType='') | |
addSimpleType ($name, $restrictionBase='', $typeClass='simpleType', $phpType='scalar', $enumeration=array()) | |
addElement ($attrs) | |
addOperation ($name, $in=false, $out=false, $namespace=false, $soapaction=false, $style= 'rpc', $use= 'encoded', $documentation= '', $encodingStyle= '') | |
Public Attributes | |
$wsdl | |
$schemas = array() | |
$currentSchema | |
$message = array() | |
$complexTypes = array() | |
$messages = array() | |
$currentMessage | |
$currentOperation | |
$portTypes = array() | |
$currentPortType | |
$bindings = array() | |
$currentBinding | |
$ports = array() | |
$currentPort | |
$opData = array() | |
$status = '' | |
$documentation = false | |
$endpoint = '' | |
$import = array() | |
$parser | |
$position = 0 | |
$depth = 0 | |
$depth_array = array() | |
$proxyhost = '' | |
$proxyport = '' | |
$proxyusername = '' | |
$proxypassword = '' | |
$timeout = 0 | |
$response_timeout = 30 |
Definition at line 3021 of file class.nusoap.php.
|
constructor
Definition at line 3069 of file class.nusoap.php. References $proxyhost, $proxypassword, $proxyport, $proxyusername, $response_timeout, $timeout, $wsdl, nusoap_base::debug(), and parseWSDL(). |
|
adds an XML Schema complex type to the WSDL types
Definition at line 4581 of file class.nusoap.php. |
|
adds an element to the WSDL types
Definition at line 4640 of file class.nusoap.php. |
|
register an operation with the server
Definition at line 4659 of file class.nusoap.php. |
|
adds an XML Schema simple type to the WSDL types
Definition at line 4626 of file class.nusoap.php. |
|
element content handler
Definition at line 3522 of file class.nusoap.php. |
|
end-element handler
Definition at line 3492 of file class.nusoap.php. |
|
returns an associative array of data necessary for calling an operation
Definition at line 3577 of file class.nusoap.php. |
|
returns an associative array of data necessary for calling an operation
Definition at line 3607 of file class.nusoap.php. |
|
returns an assoc array of operation names => operation data
Definition at line 3547 of file class.nusoap.php. |
|
returns an array of information about a given type returns false if no type exists by the given name typeDef = array( 'elements' => array(), // refs to elements array 'restrictionBase' => '', 'phpType' => '', 'order' => '(sequence|all)', 'attrs' => array() // refs to attributes array )
Definition at line 3643 of file class.nusoap.php. |
|
parses the wsdl document
Definition at line 3179 of file class.nusoap.php. Referenced by wsdl(). |
|
serialize the parsed wsdl
Definition at line 3823 of file class.nusoap.php. |
|
serializes the attributes for a complexType
Definition at line 4417 of file class.nusoap.php. |
|
serializes the elements for a complexType
Definition at line 4479 of file class.nusoap.php. |
|
serialize a PHP value according to a WSDL message definition TODO
Definition at line 4041 of file class.nusoap.php. |
|
serialize PHP values according to a WSDL message definition TODO
Definition at line 3962 of file class.nusoap.php. |
|
serializes a PHP value according a given type definition
Definition at line 4120 of file class.nusoap.php. |
|
start-element handler
Definition at line 3279 of file class.nusoap.php. |
|
prints html description of services private Definition at line 3690 of file class.nusoap.php. |