WSHelper WSDL generator problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jeffery
Forum Contributor
Posts: 105
Joined: Mon Apr 03, 2006 3:13 am
Location: Melbourne, Australia
Contact:

WSHelper WSDL generator problem

Post by jeffery »

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 ?
Post Reply