Hi all

Maybe some of you have experienced the below already? If so, I would appreciate any advices.

A OpenBD web service fails to parse the following web service call from a PHP script with the passed params as an array;

$result = $authenticationService->login(array (
        "hostid" => $hostid,
        "returnVariable" => "xml",
        "user" => $userName,
        "pass" => $password
));

it does work if params are given as;

$result = $authenticationService->login($hostid,$userName,$password)

Of course, this is obvious, but the point is that the same CFC's used on CF8 does work with both calls above, but on OpenBD only the later works.

Does anybody know anything about this?

Kind Regards,
Nitai

--
Razuna SaaS On-Demand - Hosted Digital Asset Management Solution
http://www.razuna.com/

Razuna - Open Source Digital Asset Management
http://www.razuna.org/

SixSigns - Enrich people’s lives and web experience
http://www.sixsigns.com
http://blog.sixsigns.com

Follow us on Twitter
http://twitter.com/sixsigns

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to