You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by aj...@apache.org on 2005/12/12 01:52:39 UTC

svn commit: r356076 - in /webservices/axis2/trunk/java/modules: codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl common/src/org/apache/axis2/i18n/resource.properties

Author: ajith
Date: Sun Dec 11 16:52:35 2005
New Revision: 356076

URL: http://svn.apache.org/viewcvs?rev=356076&view=rev
Log:
1. Updated the SOAPAction setting in the InterfaceImplementationTemplate.xsl
2. Removed a duplicate key in the resource.properties

Modified:
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl
    webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl?rev=356076&r1=356075&r2=356076&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl Sun Dec 11 16:52:35 2005
@@ -116,8 +116,7 @@
              _call.setClientOptions(_options);
 
  		     org.apache.axis2.context.MessageContext _messageContext = getMessageContext();
-             <xsl:for-each select="input/param[@Action!='']">_options.setAction("<xsl:value-of select="@Action"/>");</xsl:for-each>
-
+            _options.setSoapAction("<xsl:value-of select="$soapAction"/>");
              <xsl:for-each select="input/param[@Action!='']">_options.setAction("<xsl:value-of select="@Action"/>");</xsl:for-each>
 
              //set the properties

Modified: webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties?rev=356076&r1=356075&r2=356076&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties (original)
+++ webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties Sun Dec 11 16:52:35 2005
@@ -132,6 +132,6 @@
 fileExistsNoOverwrite=File {0} will not be overwritten.
 cannotConnectError=Unable to connect
 failedJMSConnectorShutdown=failure in JMSConnectorShutdown
-outMessageNull=Out message is null
+#outMessageNull=Out message is null
 malformedURLException00=MalformedURLException:
 exception00=Exception: