Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 88F3F10457 for ; Fri, 23 Aug 2013 04:23:13 +0000 (UTC) Received: (qmail 91818 invoked by uid 500); 23 Aug 2013 04:23:12 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 91756 invoked by uid 500); 23 Aug 2013 04:23:11 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 91746 invoked by uid 99); 23 Aug 2013 04:23:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Aug 2013 04:23:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Aug 2013 04:23:06 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 794D0238888A; Fri, 23 Aug 2013 04:22:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1516696 - in /airavata/trunk: modules/xbaya-gui/src/test/resources/SimpleEcho.xwf samples/echo-service/src/main/java/org/apache/airavata/samples/EchoService.java Date: Fri, 23 Aug 2013 04:22:45 -0000 To: commits@airavata.apache.org From: samindaw@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130823042245.794D0238888A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: samindaw Date: Fri Aug 23 04:22:45 2013 New Revision: 1516696 URL: http://svn.apache.org/r1516696 Log: updating service input parameter name Modified: airavata/trunk/modules/xbaya-gui/src/test/resources/SimpleEcho.xwf airavata/trunk/samples/echo-service/src/main/java/org/apache/airavata/samples/EchoService.java Modified: airavata/trunk/modules/xbaya-gui/src/test/resources/SimpleEcho.xwf URL: http://svn.apache.org/viewvc/airavata/trunk/modules/xbaya-gui/src/test/resources/SimpleEcho.xwf?rev=1516696&r1=1516695&r2=1516696&view=diff ============================================================================== --- airavata/trunk/modules/xbaya-gui/src/test/resources/SimpleEcho.xwf (original) +++ airavata/trunk/modules/xbaya-gui/src/test/resources/SimpleEcho.xwf Fri Aug 23 04:22:45 2013 @@ -9,15 +9,14 @@ - message - message + input + input input_out_0 59 67 {http://www.w3.org/2001/XMLSchema}string - Peace true @@ -39,8 +38,8 @@ EchoServicePortType_echo_in_0 EchoServicePortType_echo_ctrl_in_0 EchoServicePortType_echo_ctrl_out_0 - 194 - 130 + 200 + 112 _ {http://samples.airavata.apache.org}EchoServicePortType echo @@ -48,7 +47,7 @@ input_out_0 Parameter - message + input return_in_0 @@ -57,7 +56,7 @@ EchoServicePortType_echo_in_0 - message + input EchoServicePortType_echo @@ -76,13 +75,13 @@ EchoServicePortType_echo - input_out_0 - EchoServicePortType_echo_in_0 - - EchoServicePortType_echo_out_0 return_in_0 + + input_out_0 + EchoServicePortType_echo_in_0 + <wsdl:definitions targetNamespace="http://samples.airavata.apache.org" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://samples.airavata.apache.org" @@ -95,7 +94,7 @@ <xs:element name="echo"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="message" nillable="true" type="xs:string" /> + <xs:element minOccurs="0" name="input" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:element> @@ -158,13 +157,13 @@ </wsdl:binding> <wsdl:service name="EchoService"> <wsdl:port name="EchoServiceHttpSoap11Endpoint" binding="ns:EchoServiceSoap11Binding"> - <soap:address location="http://localhost:8080/airavata-server/services/EchoService/" /> + <soap:address location="http://localhost:8080/airavata-server/services/EchoService.EchoServiceHttpSoap11Endpoint/" /> </wsdl:port> <wsdl:port name="EchoServiceHttpSoap12Endpoint" binding="ns:EchoServiceSoap12Binding"> - <soap12:address location="http://localhost:8080/airavata-server/services/EchoService/" /> + <soap12:address location="http://localhost:8080/airavata-server/services/EchoService.EchoServiceHttpSoap12Endpoint/" /> </wsdl:port> <wsdl:port name="EchoServiceHttpEndpoint" binding="ns:EchoServiceHttpBinding"> - <http:address location="http://localhost:8080/airavata-server/services/EchoService/" /> + <http:address location="http://localhost:8080/airavata-server/services/EchoService.EchoServiceHttpEndpoint/" /> </wsdl:port> </wsdl:service> </wsdl:definitions> Modified: airavata/trunk/samples/echo-service/src/main/java/org/apache/airavata/samples/EchoService.java URL: http://svn.apache.org/viewvc/airavata/trunk/samples/echo-service/src/main/java/org/apache/airavata/samples/EchoService.java?rev=1516696&r1=1516695&r2=1516696&view=diff ============================================================================== --- airavata/trunk/samples/echo-service/src/main/java/org/apache/airavata/samples/EchoService.java (original) +++ airavata/trunk/samples/echo-service/src/main/java/org/apache/airavata/samples/EchoService.java Fri Aug 23 04:22:45 2013 @@ -22,7 +22,7 @@ package org.apache.airavata.samples; public class EchoService { - public String echo(String message) { - return message; + public String echo(String input) { + return input; } }