Packageindex Classtrees Modulegroups Elementlist Report XML Files

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

AuthorsDietrich Ayala <dietricha@ganx4.com>
Versionv 0.6

 

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

Methods inherited from nusoap_base

nusoap_base, debug, geterror, seterror, serialize_val, formatdump

Public Method Summary

void soap_code( $wsdl)
dynamically creates proxy class, allowing user to directly call methods from wsdl

Private Method Summary

void getCode( $method, $parameters)
Warning: documentation is missing.
void varToString( $value, $type)
Warning: documentation is missing.
void serializeEnvelope(string $operation)
serialize messageWarning: documentation is missing.

Fields inherited from nusoap_base

$soap_defencoding, $namespaces, $typemap, $xmlentities, $title, $version, $error_str

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
string $operation
Returns void



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta