Search found 5 matches

by mrloofer
Thu Oct 04, 2007 9:00 am
Forum: PHP - Code
Topic: How do you pass array to web service using nuSOAP?
Replies: 9
Views: 5360

Thanks for the link. I tried all combinations of setting the soapclient but I keep getting the same result.
by mrloofer
Mon Oct 01, 2007 9:28 am
Forum: PHP - Code
Topic: How do you pass array to web service using nuSOAP?
Replies: 9
Views: 5360

I've tried $client = new SoapClient($this->wsdlADMServer,true); and I get the same response.
by mrloofer
Thu Sep 27, 2007 7:25 pm
Forum: PHP - Code
Topic: How do you pass array to web service using nuSOAP?
Replies: 9
Views: 5360

Nope, trying it without the key results in nothing at all. This is sooo weird!
by mrloofer
Wed Sep 26, 2007 10:28 am
Forum: PHP - Code
Topic: How do you pass array to web service using nuSOAP?
Replies: 9
Views: 5360

I take it 'Key' is "string" in this case? per WSDL: <sPhone> <string>string</string> <string>string</string> </sPhone> I tried what you said and the following worked in passing the first number but the 2nd number waa not picked up by the web service: $client = new SoapClient($this->wsdlADM...
by mrloofer
Tue Sep 25, 2007 10:01 pm
Forum: PHP - Code
Topic: How do you pass array to web service using nuSOAP?
Replies: 9
Views: 5360

How do you pass array to web service using nuSOAP?

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I'm compl...