kamaldanish / wsdl2ksoap

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

WSDL parser: node type to fix #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please change in WSDLParser.java :

's:'
to
'xsd:'
or read the tag 'wsdl:definitions' with the attribute value 
'http://www.w3.org./2001/XMLSchema'.
this attribute name contains the correct node-prefix ('xsd')

This value could be variable but is often 'xsd'

Original issue reported on code.google.com by mschn...@gmail.com on 24 May 2012 at 7:06