|
Has anyone seen this error when trying to instantiate a QName object?
QName q = new QName(requestElement.getNamespace().getName(),
requestElement.getLocalName() , requestElement.getNamespace().getPrefix()); followed by error:
javax.servlet.ServletException: javax.xml.namespace.QName.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V org.apache.jasper.runtime.PageContextImpl.handlePageException(Unknown Source) org.apache.jsp.ProcessSOAPMessage$jsp._jspService(ProcessSOAPMessage$jsp.java:258) org.apache.jasper.runtime.HttpJspBase.service(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(Unknown Source) org.apache.jasper.servlet.JspServlet.serviceJspFile(Unknown Source) org.apache.jasper.servlet.JspServlet.service(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) John |
- [Axis2] Exception when instaniating QName object John Ferron
- Re: [Axis2] Exception when instaniating QName object Ajith Ranabahu
- Re: [Axis2] Exception when instaniating QName object John Ferron
- Re: [Axis2] Exception when instaniating QName object John Ferron
