You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2011/12/22 03:13:37 UTC

svn commit: r1221995 - in /incubator/airavata/trunk/samples/complex-math-service: pom.xml src/main/resources/services.xml

Author: lahiru
Date: Thu Dec 22 02:13:36 2011
New Revision: 1221995

URL: http://svn.apache.org/viewvc?rev=1221995&view=rev
Log:
fixing complex math service.

Modified:
    incubator/airavata/trunk/samples/complex-math-service/pom.xml
    incubator/airavata/trunk/samples/complex-math-service/src/main/resources/services.xml

Modified: incubator/airavata/trunk/samples/complex-math-service/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/samples/complex-math-service/pom.xml?rev=1221995&r1=1221994&r2=1221995&view=diff
==============================================================================
--- incubator/airavata/trunk/samples/complex-math-service/pom.xml (original)
+++ incubator/airavata/trunk/samples/complex-math-service/pom.xml Thu Dec 22 02:13:36 2011
@@ -49,7 +49,6 @@
 				<version>${axis2.version}</version>
 				<configuration>
 					<servicesXmlFile>src/main/resources/services.xml</servicesXmlFile>
-					<wsdlFile>src/main/resources/ComplexMathService.wsdl</wsdlFile>
 				</configuration>
 				<executions>
 					<execution>

Modified: incubator/airavata/trunk/samples/complex-math-service/src/main/resources/services.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/samples/complex-math-service/src/main/resources/services.xml?rev=1221995&r1=1221994&r2=1221995&view=diff
==============================================================================
--- incubator/airavata/trunk/samples/complex-math-service/src/main/resources/services.xml (original)
+++ incubator/airavata/trunk/samples/complex-math-service/src/main/resources/services.xml Thu Dec 22 02:13:36 2011
@@ -15,6 +15,4 @@
 		<messageReceiver  mep="http://www.w3.org/2004/08/wsdl/in-out"  class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/>
 	</messageReceivers>
 	<parameter name="ServiceClass" locked="false">org.apache.airavata.samples.ComplexMathService</parameter>
-   <parameter name="useOriginalwsdl">false</parameter>
-   <parameter name="modifyUserWSDLPortAddress">false</parameter>
 </service>