kamaldanish / wsdl2ksoap

Automatically exported from code.google.com/p/wsdl2ksoap
0 stars 0 forks source link

does not support gSOAP generated wsdls #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: