Hi,
I am trying to generate a webservice descriptor for provider using a WSDL file that refernces multiple xsds.I am getting a WSDexception for the special characters found in the XSD referenced from the WSDL.
Exception:
com.wm.app.b2b.server.ServiceException:
com.wm.lang.wsdl.WSDException:com.wm.lang.xml.WMDocumentException:
com.wm.util.LocalizedCharConversionException:
[ISC.0042.9201] Incorrect character encoding (char=®; offset=21)
You are not going to be able to override the built-in WSDL import function to have it ignore reserved characters. Try either removing the offending chars. or escaping them to get the import to work.
You can also create the equivalent schema by hand. :biggrin: