I am using the WSDL generator library availble at http://www.jool.nl/new/1,webservice_helper.html and having problems passing associative arrays between client and server.
Bascially associative get turned into normal arrays.
so If I had $blah = array('first' => '32423');
and pass it to the server, it becomes array(0 => 32423)
To define the array, I am following the tutorial mentioned here:
http://www.jool.nl/new/3,tutorial.html
Has anyone had experience with this regard ?
WSHelper WSDL generator problem
Moderator: General Moderators