Forum Discussion
liycheng_55020
Nimbostratus
Jun 10, 2012python codfe, always getting <Fault SOAP-ENV:Server: Could not find element by name: user_names>
Code as below:
!/usr/bin/env python
import sys
from SOAPpy import WSDL
wsdl = "/home/liycheng/F5/Management.UserManagement.wsdl.xml"
proxy = WSDL.P...
liycheng_55020
Nimbostratus
Jun 10, 2012>>> proxy.methods["change_password"].inparams[0].name
u'user_names'
>>> proxy.methods["change_password"].inparams[0].type
(u'urn:iControl', u'Common.StringSequence')
if check the inparams using the above code, we can see the inparams' type are u'Common.StringSequence',
what is this "type"?
on the API docs, https://devcentral.f5.com/wiki/iControl.Common.ashx
this is a alias to "String [] ", so how can I create a object on this tyope and pass it to any method which requires inparams?
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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