Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 77662 invoked from network); 27 Jul 2005 04:57:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2005 04:57:22 -0000 Received: (qmail 91087 invoked by uid 500); 27 Jul 2005 04:57:16 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 91022 invoked by uid 500); 27 Jul 2005 04:57:16 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 90976 invoked by uid 99); 27 Jul 2005 04:57:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 21:57:16 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=DATE_IN_FUTURE_06_12 X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.68.1.20] (HELO relay.pair.com) (209.68.1.20) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 26 Jul 2005 21:57:09 -0700 Received: (qmail 16630 invoked from network); 27 Jul 2005 04:57:01 -0000 Received: from unknown (HELO extremem) (unknown) by unknown with SMTP; 27 Jul 2005 04:57:01 -0000 X-pair-Authenticated: 220.247.255.152 From: "Eran Chinthaka" To: Subject: RE: [Axis2] How to specify SoapAction for Axis2? Date: Wed, 27 Jul 2005 22:55:37 +0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcWSAu/CFhFKJT4WTeSbD/CDJdIeaQAxoeVg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20050727045709.4B32110FB2AF@asf.osuosl.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N http://ws.apache.org/axis2/api/ is outdated and we are no longer maintaining that. Anyway, I can't see a link to that in the site. The reason for not maintaining that is the api has very large number of files and its difficult to upload them at each and every time. If one need to access the api, he has to get the source and run the maven and get the api doc. So please don't use the api in the above link. Dims, shall we remove these from the ws-site/axis2 ? -- Chinthaka > > Navin - > > My mistake I was referring to Axis 1.2RC3. > > a quck look at http://ws.apache.org/axis2/api/ > > shows call has a setAction, yet it has a "todo" next to it. > > Sorry for the confusion.. > > > > On Tue, 26 Jul 2005, Navinkumar Shetty wrote: > > > Thanks for the reply. > > However, I do NOT see the "setUseSOAPAction method in > > _call. What version of Axis2 are you using? > > I am using 0.9 > > Regards, > > Navin > > > > --- csj wrote: > > > > > Navin - > > > > > > I've never had this particular problem, but > > > something to look into.. > > > > > > make sure... > > > > > > _call.setUseSOAPAction(true) > > > _call.setSOAPActionURI("blah"); > > > > > > Regards. > > > > > > > > > > > > On Mon, 25 Jul 2005, Navinkumar Shetty wrote: > > > > > > > Hello, > > > > > > > > I am trying to run a very simple Soap example with > > > > Soap2. > > > > However, I am getting the following error in my > > > Soap > > > > Client. It looks like the server did NOT like the > > > Soap > > > > Action I have specified in the WSDL file. I > > > couldnot > > > > find a way to specify the SoapAction as such. > > > > > > > > Has anyone come across this error/issue before? > > > > Any help is appreciated. > > > > Thanks and Regards, > > > > Navin > > > > > > > > ---------------Error Message------------- > > > > org.apache.axis2.engine.AxisFault: > > > > org.apache.axis2.engine.AxisFault: Operation Not > > > found > > > > EPR is > > > http://localhost/axis2/services/testPortType > > > > and WSA Action = /SoapServerAction; nested > > > exception > > > > is: > > > > org.apache.axis2.engine.AxisFault: Operation Not > > > > found EPR is > > > > http://localhost/axis2/services/testPortType and > > > WSA > > > > Action = /SoapServerAction > > > > at > > > > > > > > > org.apache.axis2.engine.AxisEngine.handleFault(AxisEngine.java:186) > > > > at > > > > > > > > > org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:127) > > > > at > > > > > > > > > > org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest( > HTTPTransportUtils.java:102) > > > > at > > > > > > > > > org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:170) > > > > at > > > > > > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > > > > at > > > > > > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > > at > > > > > > > > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicati > onFilterChain.java:237) > > > > at > > > > > > > > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilter > Chain.java:157) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve. > java:214) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont > ext.java:104) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520 > ) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardContextValve.invokeInternal(StandardConte > xtValve.java:198) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve. > java:152) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont > ext.java:104) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520 > ) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:1 > 37) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont > ext.java:104) > > > > at > > > > > > > > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:1 > 18) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont > ext.java:102) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520 > ) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.ja > va:109) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont > ext.java:104) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520 > ) > > > > at > > > > > > > > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) > > > > at > > > > > > > > > org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) > > > > at > > > > > > > > > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) > > > > at > > > > > > > > > > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processCon > nection(Http11Protocol.java:705) > > > > at > > > > > > > > > > org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) > > > > at > > > > > > > > > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.j > ava:683) > > > > at java.lang.Thread.run(Thread.java:534) > > > > Caused by: org.apache.axis2.engine.AxisFault: > > > > Operation Not found EPR is > > > > http://localhost/axis2/services/testPortType and > > > WSA > > > > Action = /SoapServerAction > > > > at > > > > > > > > > > org.apache.axis2.engine.DispatchPostConditionsEvaluator.invoke(DispatchPos > tConditionsEvaluator.java:58) > > > > at > > > > > > > org.apache.axis2.engine.Phase.invoke(Phase.java:161) > > > > at > > > > > > > > > org.apache.axis2.engine.AxisEngine.invokePhases(AxisEngine.java:252) > > > > at > > > > > > > > > org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:107) > > > > ... 28 more; nested exception is: > > > > java.lang.Exception: > > > > org.apache.axis2.engine.AxisFault: Operation Not > > > found > > > > EPR is > > > http://localhost/axis2/services/testPortType > > > > and WSA Action = /SoapServerAction; nested > > > exception > > > > is: > > > > org.apache.axis2.engine.AxisFault: Operation Not > > > > found EPR is > > > > http://localhost/axis2/services/testPortType and > > > WSA > > > > Action = /SoapServerAction > > > > at > > > > > > > > > org.apache.axis2.engine.AxisEngine.handleFault(AxisEngine.java:186) > > > > at > > > > > > > > > org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:127) > > > > at > > > > > > > > > > org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest( > HTTPTransportUtils.java:102) > > > > at > > > > > > > > > org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:170) > > > > at > > > > > > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > > > > at > > > > > > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > > at > > > > > > > > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicati > onFilterChain.java:237) > > > > at > > > > > > > > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilter > Chain.java:157) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve. > java:214) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont > ext.java:104) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520 > ) > > > > at > > > > > > > > > > org.apache.catalina.core.StandardContextValve.invokeInternal(StandardConte > xtValve.java:198) > > > > > === message truncated === > > > > > > > > > > ____________________________________________________ > > Start your day with Yahoo! - make it your home page > > http://www.yahoo.com/r/hs > > > >