Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I have a nice working toolset that is interacting very well with AXL interface using PHP.However, we are looking to switch to python (it does look like this would be a lot easier to process data coming in). Unfortunately, i can't find any worki...
right, it needs username, pwd and server. Like this:$ python ucmaxlapi.py <username> <password> <server>username and password being a user that has AXL rights, might need to put the password in brackets " " to catch the special charactersserver being...
Hello all,Nice to see this one popping up every now and then For what it's worth, I have abandoned using SUDs or any other framework, just too much work to get it running. Zeep was working well after the author tweaked it a bit, but it still takes li...
Yes, as I stated in my earlier post, if I do that patch, all is working fine...Pretty much agree on all of the above, it's a bit of trial and error, indeed.
Yes, the list* calls seem to work fine 'out of the box', however, things like getPhone or getRegion (try e.g. region = client.service.getRegion(name='Default')) throw an error of some non-defined property ...Not sure how the whole pip install works, ...
Waw, i think i have figured it out ... but it's a bit a painful one. Got it working for get* methods too now, list is working also (as it always did), still have to try add* stuff.So, here's how it goes:Windows7 (shouldn't matter that much) and Pyth...