Re: how to pass the array of Complex Types(Java Server, PHPclient)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



nisansala wrote:
Hi Rob,

Thanks for your reply.

We changed it as the way you told following is the new code

$searchObj = new SearchRequest;
$searchObj->searchRecord  = $csb;
$searchRes = $ns->search($searchObj);

But the result is same.Any idea??????

I was really guessing at what the soap call would be. I did know that what you had was wrong though. It really all depends upon what is defined in the WSDL.

Have you tried check out the types and functions described?

If you are using PHP 5, you can call ($soapclient)->__getTypes() and ($_soapclient)->__getFunctions()

This should give a good indication of what you are supposed to be passing to the methods.

Rob

--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux