summaryrefslogtreecommitdiffstats
path: root/java/sca/itest
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-15 12:50:54 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-15 12:50:54 +0000
commit7ab7b9c9a1229b5c108c054d3a2a95debeec7c36 (patch)
tree3f8db0d63ed616483e8b496a9c5f525514033a95 /java/sca/itest
parent1cffd7e2158fe10b538dfffdc0809d5ef5bca493 (diff)
TUSCANY-3093 - changes required to pass the callback endpoint URI in the from field of the web service WSA header "from" element. Includes associated changes to do something useful with this URI. There are changes here I had to make that push on the meaning of the InterfaceContract in endpoints and endpoint references. Needs further discussion.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784759 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest')
-rw-r--r--java/sca/itest/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/itest/pom.xml b/java/sca/itest/pom.xml
index f3bc903087..b4628bbf46 100644
--- a/java/sca/itest/pom.xml
+++ b/java/sca/itest/pom.xml
@@ -51,6 +51,7 @@
-->
<module>callback-api</module>
<module>callback-basic</module>
+ <module>callback-basic-ws</module>
<module>callback-complex-type</module>
<module>callback-multiple-wires</module>
<module>callback-separatethread</module>