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

svn commit: r1221989 - in /incubator/airavata/trunk/samples: complex-math-service/src/main/resources/ComplexMathService.wsdl levenshtein-distance-service/src/main/resources/LevenshteinDistanceService.wsdl

Author: heshan
Date: Thu Dec 22 01:52:22 2011
New Revision: 1221989

URL: http://svn.apache.org/viewvc?rev=1221989&view=rev
Log:
Fixing endpoint urls in service wsdls AIRAVATA-248

Modified:
    incubator/airavata/trunk/samples/complex-math-service/src/main/resources/ComplexMathService.wsdl
    incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/resources/LevenshteinDistanceService.wsdl

Modified: incubator/airavata/trunk/samples/complex-math-service/src/main/resources/ComplexMathService.wsdl
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/samples/complex-math-service/src/main/resources/ComplexMathService.wsdl?rev=1221989&r1=1221988&r2=1221989&view=diff
==============================================================================
--- incubator/airavata/trunk/samples/complex-math-service/src/main/resources/ComplexMathService.wsdl (original)
+++ incubator/airavata/trunk/samples/complex-math-service/src/main/resources/ComplexMathService.wsdl Thu Dec 22 01:52:22 2011
@@ -121,13 +121,13 @@
     </wsdl:binding>
     <wsdl:service name="ComplexMathService">
         <wsdl:port name="ComplexMathServiceHttpSoap11Endpoint" binding="ns:ComplexMathServiceSoap11Binding">
-            <soap:address location="http://localhost:8080/axis2/services/ComplexMathService.ComplexMathServiceHttpSoap11Endpoint/"/>
+            <soap:address location="http://localhost:8080/axis2/services/ComplexMathService/"/>
         </wsdl:port>
         <wsdl:port name="ComplexMathServiceHttpSoap12Endpoint" binding="ns:ComplexMathServiceSoap12Binding">
-            <soap12:address location="http://localhost:8080/axis2/services/ComplexMathService.ComplexMathServiceHttpSoap12Endpoint/"/>
+            <soap12:address location="http://localhost:8080/axis2/services/ComplexMathService/"/>
         </wsdl:port>
         <wsdl:port name="ComplexMathServiceHttpEndpoint" binding="ns:ComplexMathServiceHttpBinding">
-            <http:address location="http://localhost:8080/axis2/services/ComplexMathService.ComplexMathServiceHttpEndpoint/"/>
+            <http:address location="http://localhost:8080/axis2/services/ComplexMathService/"/>
         </wsdl:port>
     </wsdl:service>
 </wsdl:definitions>
\ No newline at end of file

Modified: incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/resources/LevenshteinDistanceService.wsdl
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/resources/LevenshteinDistanceService.wsdl?rev=1221989&r1=1221988&r2=1221989&view=diff
==============================================================================
--- incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/resources/LevenshteinDistanceService.wsdl (original)
+++ incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/resources/LevenshteinDistanceService.wsdl Thu Dec 22 01:52:22 2011
@@ -69,13 +69,13 @@
     </wsdl:binding>
     <wsdl:service name="LevenshteinDistanceService">
         <wsdl:port name="LevenshteinDistanceServiceHttpSoap11Endpoint" binding="ns:LevenshteinDistanceServiceSoap11Binding">
-            <soap:address location="http://localhost:8080/axis2/services/LevenshteinDistanceService.LevenshteinDistanceServiceHttpSoap11Endpoint/"/>
+            <soap:address location="http://localhost:8080/axis2/services/LevenshteinDistanceService/"/>
         </wsdl:port>
         <wsdl:port name="LevenshteinDistanceServiceHttpSoap12Endpoint" binding="ns:LevenshteinDistanceServiceSoap12Binding">
-            <soap12:address location="http://localhost:8080/axis2/services/LevenshteinDistanceService.LevenshteinDistanceServiceHttpSoap12Endpoint/"/>
+            <soap12:address location="http://localhost:8080/axis2/services/LevenshteinDistanceService/"/>
         </wsdl:port>
         <wsdl:port name="LevenshteinDistanceServiceHttpEndpoint" binding="ns:LevenshteinDistanceServiceHttpBinding">
-            <http:address location="http://localhost:8080/axis2/services/LevenshteinDistanceService.LevenshteinDistanceServiceHttpEndpoint/"/>
+            <http:address location="http://localhost:8080/axis2/services/LevenshteinDistanceService/"/>
         </wsdl:port>
     </wsdl:service>
 </wsdl:definitions>
\ No newline at end of file