Menu

Nusoap documentation

Malley
2011-06-14
2013-09-08
  • Malley

    Malley - 2011-06-14

    After hours and hours of seeking, I can't avoid submiting this post :

    Where can I find a nusoap documentation  ? for each function ?

    Something like this :

    Description
    public mixed SoapClient::__soapCall ( string $function_name , array $arguments [, array $options [, mixed $input_headers ]] )

    Parameters

    function_name
        The name of the SOAP function to call.

    arguments
        An array of the arguments to pass to the function. This can be either an ordered or an associative array.

    options
        An associative array of options to pass to the client.

        The location option is the URL of the remote Web service.

        The uri option is the target namespace of the SOAP service.

        The soapaction option is the action to call.

    input_headers
        An array of headers to be sent along with the SOAP request.

    output_headers
        If supplied, this array will be filled with the headers from the SOAP response.

    Return Values

    SOAP functions may return one, or multiple values. If only one value is returned by the SOAP function, the return value of __soapCall will be a simple value (e.g. an integer, a string, etc). If multiple values are returned, __soapCall will return an associative array of named output parameters.

    I guessed it was very simple to get it, indeed not…

    Thanks for all

    Xawax

     
  • Malley

    Malley - 2011-06-15

    Thank you very, very much.
    .. now I've RTFM

    xawax

     
  • jskywalker

    jskywalker - 2011-07-10

    2007-04-09, version 0.7.2^M
    - nusoapclient: set decode_utf8 when creating a proxy (thanks Dmitri Dmitrienko)^M
    - nusoapclient: rename class to nusoap_client^M

    i found this in the 'changelog' today….
    i wonder why the docs are not adapted to that change……

     
  • Jay Bienvenu

    Jay Bienvenu - 2013-09-08

    Why are these documents in a zip file that you have to download and extract instead of in the wiki or elsewhere online? Major inconvenience, and I will reduce my rating because of that.

     

Log in to post a comment.