You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please before continuing read http://docs.python-zeep.org/en/master/reporting_bugs.html
11
+
12
+
Since Zeep is a module I've created and currently maintain in my spare
13
+
time I need as much information as possible to quickly analyze/fix issues.
14
+
15
+
Please provide the following information:
16
+
17
+
1. The version of zeep (or if you are running master the commit hash/date)
18
+
2. The WSDL you are using
19
+
3. And most importantly, a [runnable example script](http://docs.python-zeep.org/en/master/reporting_bugs.html) which exposes the problem.
20
+
21
+
Note that issues without a runnable example script are likely to be closed
22
+
without further research. This is done to keep the number of issues
23
+
manageable and focus my time on actually fixing issues instead of analyzing
24
+
the exact nature of the issue.
25
+
26
+
Also please don't paste WSDL/XSD file contents directly into the issue since
27
+
that makes it hard to read. Please make it available somewhere public where your example script can retrieve it form (so not behind a company firewall)
0 commit comments