Wed Aug 13, 2008 6:27 am |
Replies: 1 |
Views: 8184 |
|
 |
Just to let you know, I just figured it out myself. I wonder why I haven't tried this yet. The code is very counter-intuitive, but at least now it works:
$job = array(
"Name" =&g ...
|
Tue Aug 12, 2008 11:03 am |
Replies: 1 |
Views: 4097 |
|
 |
Yes, you can. Just pass the data as associative array, with the keys being the property names. But I hope that your complex type doesn't contain an array of another complex type, or you might get the ...
|
Tue Aug 12, 2008 10:53 am |
Replies: 1 |
Views: 8184 |
|
 |
Hello there!
NuSOAP is currently giving me a bit of a headache, maybe someone here can help me out.
I'm using NuSOAP for a PHP client to an ASP.NET web service. For a few methods, I have to pass ...
|