-
```
What steps will reproduce the problem?
from pysimplesoap.client import SoapClient
client = SoapClient(wsdl=http://url-for-my-service?wsdl')
result = client.StartSession('userid','passwd')
What i…
-
```
What steps will reproduce the problem?
from pysimplesoap.client import SoapClient
client = SoapClient(wsdl=http://url-for-my-service?wsdl')
result = client.StartSession('userid','passwd')
What i…
-
Hey there,
I'm trying to run the script but getting a "bad email/password" error even though I'm positive they are correct. Is this just due to the fact that it uses an outdated API version?
EDIT: T…
-
The podlove subscribe button doesn't seem to work with video only podcasts
Live test site: http://mschapdick.de/publishertest/
![podlove](https://cloud.githubusercontent.com/assets/3316382/7296802/2…
-
So I got the site up and running, and even succeed in importing some studies from AWS to Linode. However, I got stuck with 3 studies. I tried importing the .study files as well as using the "send stud…
-
The website is using WordPress 4.7.3
when executing
`wp = Client("http://www.mywebsite.com/xmlrpc.php","myusername", "mypassword")`
I got an error:
> File "C:/02-folks/python-auto-send/uploa…
-
```
I am facing an issue with CDATA_SECTION_NODE. I had to add:
def __unicode__(self):
"Returns the unicode text nodes of the current element"
if self._element.childNodes:
…
-
```
I am facing an issue with CDATA_SECTION_NODE. I had to add:
def __unicode__(self):
"Returns the unicode text nodes of the current element"
if self._element.childNodes:
…
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
10.0.16
### Bug descript…
-
Hello,
Is it possible to have a list of object (containing instance of derived class of the list type) being serialized without the class attribute of the default treeStrategy ?
My constraints are :
…