logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: NUSOAP and WDSL: msg#00003

Subject: Re: NUSOAP and WDSL

Jan Schreiber wrote:
Hi!

I thought that the code should look like this:

$param = array('MemberAuthentication' => $memberAuthentication);
$result = $client->call('FunctionName', array('parameters' => $param));

Provided that the WSDL defines the request message as follows:

<wsdl:message name="MemberAuthenticationRequest">
  <wsdl:part name="parameters" element="tns:MemberAuthentication" />
</wsdl:message>

- Jan



thanks jan seems like this was my problem that I omitted:array('parameters' => $param)

angelo


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642


<Prev in Thread] Current Thread [Next in Thread>