Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 89583 invoked from network); 14 Jun 2007 15:18:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 15:18:55 -0000 Received: (qmail 93577 invoked by uid 500); 14 Jun 2007 15:18:51 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 93503 invoked by uid 500); 14 Jun 2007 15:18:51 -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 93488 invoked by uid 99); 14 Jun 2007 15:18:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 08:18:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 08:18:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 13DEE714159 for ; Thu, 14 Jun 2007 08:18:26 -0700 (PDT) Message-ID: <14135126.1181834306079.JavaMail.jira@brutus> Date: Thu, 14 Jun 2007 08:18:26 -0700 (PDT) From: "nitin_sunjava@yahoo.com (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-2684) Its seems the the resource "outboundNoAction" is missing from the resource bundle. In-Reply-To: <2313031.1179435620364.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504772 ] nitin_sunjava@yahoo.com commented on AXIS2-2684: ------------------------------------------------ Hi, I am getting the same problem. I have following questions How do I disable Addressing ? Should I comment it out in Axis2.xml file When I am commenting this I am not able to connect to webservice I am able to connect and run webservice through main method but when I try to run it through webapplication(browser) I get it this error. How do I specify the SOAP Action? Do I need to specify using Options. Please help me ..I need to deliver some services but I am not able to get through because of these issues. Also I am not able to find any documentation on this topic Quoted from: http://www.nabble.com/-jira--Created%3A-%28AXIS2-2684%29-Its-seems-the-the-resource-%22outboundNoAction%22-is-missing-from-the-resource-bundle.-tf3774352.html#a11025860 > Its seems the the resource "outboundNoAction" is missing from the resource bundle. > ---------------------------------------------------------------------------------- > > Key: AXIS2-2684 > URL: https://issues.apache.org/jira/browse/AXIS2-2684 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: Addressing > Affects Versions: 1.2 > Environment: Ubuntu (Fiesty),Running Axis2 inside Tomcat 6.0 > Reporter: Brett Baudin > Assignee: David Illsley > Priority: Minor > > When sending a SOAP request with no soap action I get a MissingResourceException. See stack trace below. > java.util.MissingResourceException: Can't find resource for bundle org.apache.axis2.i18n.ProjectResourceBundle, key outboundNoAction > at java.util.ResourceBundle.getObject(ResourceBundle.java:325) > at java.util.ResourceBundle.getString(ResourceBundle.java:285) > at org.apache.axis2.i18n.MessageBundle.getMessage(MessageBundle.java:191) > at org.apache.axis2.i18n.MessageBundle.getMessage(MessageBundle.java:80) > at org.apache.axis2.addressing.i18n.AddressingMessages.getMessage(AddressingMessages.java:61) > at org.apache.axis2.handlers.addressing.AddressingOutHandler$WSAHeaderWriter.processWSAAction(AddressingOutHandler.java:257) > at org.apache.axis2.handlers.addressing.AddressingOutHandler$WSAHeaderWriter.writeHeaders(AddressingOutHandler.java:184) > at org.apache.axis2.handlers.addressing.AddressingOutHandler.invoke(AddressingOutHandler.java:109) > at org.apache.axis2.engine.Phase.invoke(Phase.java:383) > at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203) > at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:433) > at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:330) > at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294) > at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520) > at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org