You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Bruno Câmara <bf...@bes.pt> on 2000/09/20 17:34:53 UTC

Get Error in Get Quote

I am using WebLogic 5.1 and when i try to run the stock Quote example i
get the following error (viewing in TCPTunnel)

Server: WebLogic 5.1.0 04/03/2000 17:13:23 #66825
Content-Length: 1014
Content-Type: text/xml; charset=UTF-8
Set-Cookie:
WebLogicSession=OcjYZ2Hu1XxZuNK2fwa9r3NN5pMJSsKrMmHB4QQLgko1iHfFLyGH2oyPxOTUTozannwiXV691283|8642649750991879986/-2138017770/6/7001/7001/7002/7002/7001/-1;
path=/
Connection: Close

java.lang.NoSuchMethodError
 at org.apache.soap.util.xml.QName.<init>(QName.java:80)
 at org.apache.soap.util.xml.QName.matches(QName.java:146)
 at org.apache.soap.Envelope.unmarshall(Envelope.java:210)
 at
org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:182)

 at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
 at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:105)

 at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:742)

 at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:686)

 at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:247)

 at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)

 at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
 at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)


I have in the classpath soap.jar and xerces.jar

Can anyone help me

Bruno Câmara