Open GoogleCodeExporter opened 9 years ago
perhaps the xs:simplecontent is not yet implemented? Searching for
simplecontent in the pysimplesoap code brings only one search-hit in helpers.py
:
./pysimplesoap/helpers.py: # TODO: check if this actually
works for SimpleContent
Perhaps it would be enouth to implement the key "simplecontent"?
<xs:complexType name="Data">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="colRef" type="xs:int" use="required">
<xs:annotation>
<xs:documentation>Reference to column array index obtained from SiteData</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Original comment by heimosch...@gmail.com
on 2 Jan 2015 at 12:39
Attachments:
Thanks for the report!
SimpleContent should be supported AFAIK, but this could be a corner case, and
looking at the sample xml it should generate, it seems to use also special
attributes.
Sadly, I had no time to see this right now, but I could help you if you want to
debug or propose a patch.
Original comment by reingart@gmail.com
on 3 Jan 2015 at 2:22
Thanks a lot for accepting the report.
I added everything to reproduce the issue. Code, wsdl and xsd files are
attached to the report.
If you need any support or donation, feel free to ask.
Original comment by heimosch...@gmail.com
on 4 Jan 2015 at 1:18
Original issue reported on code.google.com by
heimosch...@gmail.com
on 13 Nov 2014 at 1:53Attachments: