Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 91468 invoked from network); 28 Jul 2005 06:24:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2005 06:24:45 -0000 Received: (qmail 62922 invoked by uid 500); 28 Jul 2005 06:24:41 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 62906 invoked by uid 500); 28 Jul 2005 06:24:41 -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 62893 invoked by uid 99); 28 Jul 2005 06:24:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 23:24:41 -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: neutral (asf.osuosl.org: local policy) Received: from [209.68.5.16] (HELO relay02.pair.com) (209.68.5.16) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 27 Jul 2005 23:24:33 -0700 Received: (qmail 72031 invoked from network); 28 Jul 2005 06:24:34 -0000 Received: from unknown (HELO extremem) (unknown) by unknown with SMTP; 28 Jul 2005 06:24:34 -0000 X-pair-Authenticated: 220.247.242.101 From: "Eran Chinthaka" To: Subject: RE: [Axis2] How to specify SoapAction for Axis2? Date: Fri, 29 Jul 2005 00:23:18 +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 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcWTOV6h0s36ZAEETaCIalMyslIZYAAZ+Pkg In-Reply-To: <19e0530f05072722581504c35f@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20050728062434.B878E10FB2B4@asf.osuosl.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I will do it when I'm uploading the other site docs, no need to bother you in vane ;). I just wanted to know whether we really need it. EC > -----Original Message----- > From: Davanum Srinivas [mailto:davanum@gmail.com] > Sent: Thursday, July 28, 2005 11:58 AM > To: axis-dev@ws.apache.org > Subject: Re: [Axis2] How to specify SoapAction for Axis2? > > Chintaka, > > I can upload it. if you can send me directions on how to generate the api > :) > > -- dims > > On 7/28/05, Eran Chinthaka wrote: > > Ok, agreed. > > > > But the api we generate is of large size (about 15 mb), for some unknown > > reason to me. And since CVS access is also slow here, this will take a > > considerable amount of time. > > > > But if users want us to have the api available on the web, I will go > ahead > > and do it, no problem. > > > > -- Chinthaka > > > > > > > > Can we add it when we cut a release? (so that the API corresponds to > > > the last release?) > > > > > > On 7/27/05, Eran Chinthaka wrote: > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Davanum Srinivas -http://blogs.cocoondev.org/dims/ > > > > > > > > > > > -- > Davanum Srinivas -http://blogs.cocoondev.org/dims/