Fri Sep 28, 2007 6:47 am |
Replies: 7 |
Views: 5050 |
|
 |
scalar data types are not important for me, it may all be string.
can't i just say "this function returns an array" like:
$server->register(
'query', // method name
ar ...
|
Thu Sep 27, 2007 5:29 am |
Replies: 7 |
Views: 5050 |
|
 |
any hope?
|
Wed Sep 26, 2007 8:13 am |
Replies: 7 |
Views: 5050 |
|
 |
Hi dmitri,
By variant i mean it changes, i didn't mean as a variable type. Sorry for my english.
The function gets a string which is a select sql statement and returns the resultset.
For example us ...
|
Wed Sep 26, 2007 3:01 am |
Replies: 7 |
Views: 5050 |
|
 |
Hi dmitri,
I've looked lots of examples around the web including this forum but couldn't find a solution yet.
I've no problem defining complex types that's all structures (keys, value types) are kno ...
|
Tue Sep 25, 2007 5:46 pm |
Replies: 2 |
Views: 10400 |
|
 |
Try mysql_fetch_assoc instead of mysql_fetch_array while getting and returning the mysql data row.
You've defined two elements on your wsdl but mysql_fetch_array returns four (you'll get an array wit ...
|
Tue Sep 25, 2007 2:49 pm |
Replies: 7 |
Views: 5050 |
|
 |
Hi soapers,
I've been playing with this stuff for 3 days. I've learned lots of things also applied them with success. But there is one thing that i couldn't succeed and it seems in the end i'll go ba ...
|