summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-28 05:39:17 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-28 05:39:17 +0000
commit5a4d0d8e8caa72f12687a9d80104235e2af033b2 (patch)
tree0d9ca0e118d059689ab3c1a62d23d8d980a6ee4d /java/sca/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java
parentb285236148619a04052dcf7c3750f90739a4228d (diff)
Update to correctly order the service request arguments
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java b/java/sca/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java
index 59b4bd0d57..b252eddbed 100644
--- a/java/sca/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java
+++ b/java/sca/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java
@@ -25,4 +25,6 @@ public interface HelloWorldService {
String sayHello(String name);
+ String sayHello2(String firstName, String lastName);
+
}