Closed GoogleCodeExporter closed 8 years ago
Your WSDL seems to have missing the wsdl namespaces.
Adding xmlns="http://schemas.xmlsoap.org/wsdl/" should help:
<definitions targetNamespace="urn:DefaultNamespace"
xmlns="http://schemas.xmlsoap.org/wsdl/">
<message name="CREATEREQUESTResponse">
...
I'll see if there is a workaround to apply in the code, but without proper
namespaces it is a bit complicated.
Original comment by reingart@gmail.com
on 10 Sep 2013 at 6:36
Hmm, we have changed the wsdl, but it did not work
New wsdl in attach
Exception Value:
Tag not found: types (No elements found)
Original comment by vadimsuh...@gmail.com
on 11 Sep 2013 at 1:33
Attachments:
This issue was closed by revision 6526bcfd97bc.
Original comment by reingart@gmail.com
on 13 Sep 2013 at 5:13
Sorry, I misread the first xml.
It seems fine but it has no schema, that's why it was failing.
I've commited a patch for this issue, so it should be fixed in trunk.
Please do:
hg pull
hg update
I'll also add a test case, thanks for reporting this issue.
Original comment by reingart@gmail.com
on 13 Sep 2013 at 5:14
Thank you very much for quick response and fix, its work
Original comment by vadimsuh...@gmail.com
on 13 Sep 2013 at 7:48
Original issue reported on code.google.com by
vadimsuh...@gmail.com
on 10 Sep 2013 at 3:18Attachments: