PDA

View Full Version : Echo example : GET method not supported



jrpinna
Aug 3rd, 2006, 11:06 AM
Hi,

I'm trying to deploy the echo example on a weblogic server and i've got the following error. I don't know how to solve it.

I'm using a weblogic 8.1 sp4
I've done all recommandations for weblogic 8.1 axiom, xml etc..
The client side is Axis

Error trace is :
javax.servlet.ServletException: Request method 'GET' not supporte
at org.springframework.ws.transport.http.MessageEndpo intHandlerAdapter.handle(MessageEndpointHandlerAda pter.java:72
at org.springframework.web.servlet.DispatcherServlet. doDispatch(DispatcherServlet.java:723
at org.springframework.web.servlet.DispatcherServlet. doService(DispatcherServlet.java:663
at org.springframework.web.servlet.FrameworkServlet.p rocessRequest(FrameworkServlet.java:394
at org.springframework.web.servlet.FrameworkServlet.d oGet(FrameworkServlet.java:348
at javax.servlet.http.HttpServlet.service(HttpServlet .java:740
at javax.servlet.http.HttpServlet.service(HttpServlet .java:853
at weblogic.servlet.internal.ServletStubImpl$ServletI nvocationAction.run(ServletStubImpl.java:1006
at weblogic.servlet.internal.ServletStubImpl.invokeSe rvlet(ServletStubImpl.java:419
at weblogic.servlet.internal.ServletStubImpl.invokeSe rvlet(ServletStubImpl.java:315
at weblogic.servlet.internal.WebAppServletContext$Ser vletInvocationAction.run(WebAppServletContext.java :6718
at weblogic.security.acl.internal.AuthenticatedSubjec t.doAs(AuthenticatedSubject.java:321
at weblogic.security.service.SecurityManager.runAs(Se curityManager.java:121
at weblogic.servlet.internal.WebAppServletContext.inv okeServlet(WebAppServletContext.java:3764
at weblogic.servlet.internal.ServletRequestImpl.execu te(ServletRequestImpl.java:2644
at weblogic.kernel.ExecuteThread.execute(ExecuteThrea d.java:219
at weblogic.kernel.ExecuteThread.run(ExecuteThread.ja va:178

jrpinna
Aug 3rd, 2006, 11:50 AM
Sorry i"ve got the matter was just the services?WSDL request but the web services is working fine

djpaul
Nov 3rd, 2006, 08:41 AM
Hi iam facing the same problem when trying to access the wsdl file for the echo sample. Can you please telll me the solution for this.

Thx in advance.

farrellr
Nov 3rd, 2006, 09:37 AM
http://forum.springframework.org/showthread.php?t=26169