You haven't said what version of Xerces you're using but given that it doesn't support the lexical-handler property and that the line number in the stack trace is way out of alignment with the current code you're probably using something very ancient. I'd suggest replacing it with the latest version (2.9.1) [1].
Thanks. [1] http://xerces.apache.org/xerces2-j/download.cgi Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] "abdullah alahmar" <[EMAIL PROTECTED]> wrote on 06/02/2008 04:33:54 AM: > From where this error come? > > AxisFault > faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException > faultSubcode: > faultString: org.xml.sax.SAXNotRecognizedException: Feature: > http://xml.org/sax/properties/lexical-handler > faultActor: > faultNode: > faultDetail: > { > http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXNotRecognizedException: > Feature: http://xml.org/sax/properties/lexical-handler > at org.apache.xerces.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java:155) > at > org.apache.axis.encoding.DeserializationContext. > parse(DeserializationContext.java:226) > . > . > . > . > . > . > . > > Thanks