Forum Discussion
zak_thompson_86
Nimbostratus
Jan 22, 2008add_address_class_member.. not adding?
So using php and soap.
I can grab the classes display them. print ou their contents. all good.. but however.. can't add anything.. try {
$client = new SoapClient($wsdl,array('location'=>$loc...
Jan 24, 2008
What exactly don't you understand about what I'm talking about?
In your code, it looks like you are creating the structures, but your call to add_address_class_member() is this:
$client->add_address_class_member("asfasdfasdf");
Why are you passing in "asfasdfasdf"? I would try passing in the array you created
$client->add_address_class_member($doIt);
Again, since I have very little PHP experience, I'm just guessing, but give it a shot and see if it converts itself to the correct SOAP message.
-Joe
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects