You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/01/28 15:08:28 UTC

DO NOT REPLY [Bug 13416] - Malformed WSDL file

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13416>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13416

Malformed WSDL file





------- Additional Comments From detkov@mail.ru  2003-01-28 14:08 -------
This problem appears if Axis use Caucho XML parser instead Xerces.
Try check "XML Parser" property on happyaxis.jsp page - you may see something 
like "com.caucho.xml.parsers.XmlSAXParserFactory$XmlSAXParser". 
Copy xerces and xalan jars with some minors jars (JAXP api jars) to resin lib 
directory and set this properties in resin.conf (see resin docs for details):
<system-property 
javax.xml.parsers.DocumentBuilderFactory="org.apache.xerces.jaxp.DocumentBuilde
rFactoryImpl"></system-property>
<system-property 
javax.xml.parsers.SAXParserFactory="org.apache.xerces.jaxp.SAXParserFactoryImpl
"></system-property>
<system-property 
javax.xml.transform.TransformerFactory="org.apache.xalan.processor.TransformerF
actoryImpl"></system-property>