|
|
soap_code
nusoap_base | +-- XMLSchema | +-- wsdl | +-- soap_code
|
private class soap_code extends wsdl
parses a WSDL file, allows access to it's data, other utility methods
|
|
|
Methods inherited from wsdl |
wsdl, parsewsdl, start_element, end_element, character_data, getoperations, getoperationdata, serialize, serializerpcparameters, serializetype, getbindingdata, getmessagedata |
|
Methods inherited from XMLSchema |
xmlschema, parsefile, parsestring, schemastartelement, schemaendelement, schemacharacterdata, serializeschema, expandqname, xdebug, getphptype, getlocalpart, getprefix, getnamespacefromprefix, getprefixfromnamespace, gettypedef, serializetypedef, typetoform |
|
|
Public Method Summary |
void |
soap_code( $wsdl) dynamically creates proxy class, allowing user to directly call methods from wsdl
|
|
|
|
Public Method Details |
soap_code |
public void soap_code( $wsdl)
|
|
dynamically creates proxy class, allowing user to directly call methods from wsdl
|
Parameter |
|
|
$wsdl |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
|
Private Method Details |
getCode |
private void getCode( $method, $parameters)
|
|
Warning: documentation is missing.
|
Parameter |
|
|
$method |
|
|
Warning: documentation is missing. |
|
|
|
$parameters |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
varToString |
private void varToString( $value, $type)
|
|
Warning: documentation is missing.
|
Parameter |
|
|
$value |
|
|
Warning: documentation is missing. |
|
|
|
$type |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
serializeEnvelope |
private void serializeEnvelope(string $operation)
|
|
serialize message
Warning: documentation is missing.
|
Parameter |
|
|
Returns |
void |
|
|
|
|
PHPDoc 1.0beta |