Hi I'm developing a web service composed by a SOAP with Attachments (Request-Response) message.
Both Client and Server sides has been compiled properly with its .class files in result. The Server side is developed in this directory: C:\Archivos de programa\Apache Software Foundation\Tomcat 5.5\webapps\axis\CountCharacter with the files: DevuelveCadena.java, deploy.wsdd, undeploy.wsdd obviosly the .class file result once it's compiled is in the directory: WEB_INF\classes\CountCharacter Once I try to develop the service to do it visible in: http://localhost:8080/axis/servlet/AxisServlet By command line I do: ==> java org.apache.axis.client. AdminClient deploy.wsdd The next error is shown: AxisFault faultcode:{http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString:java.lang.AbstractMethodError: javax.xml.parsers.XMLParser.getXMLReader()Lorg/xml/sax/XMLReader; nested exception is: faultActor: faultNode: faultDetail:{http://xml.apache.org/axis/}hostname:df5abfb4cc84462
