Your code wants <wsdl:service ...> tag but gSOAP and many other systems
use simple <service ...> tag.
And some samples at http://www.w3.org/TR/wsdl#_services
does not uses <wsdl:service ...> tag but simple - <service ...>
Also you wand to see other tags with wsdl prefix - like <wsdl:operation ...> or
<wsdl:portType ... >.
If your code does not find them - it does not show any error.
Also - it does not support <sequence> tag.
Well... it may be it good for .net but exactly not for any others.
I hope, you will upgrate all it )))
(
sorry for bad english :(
)
Original issue reported on code.google.com by tachikom...@gmail.com on 14 Apr 2013 at 3:19
Original issue reported on code.google.com by
tachikom...@gmail.com
on 14 Apr 2013 at 3:19Attachments: