diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite index 2335192875..cb257d22dd 100644 --- a/sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite +++ b/sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite @@ -30,9 +30,7 @@ <reference name="helloWorldExternal">
<binding.ws uri="http://localhost:8086/External/HelloWorld"/>
</reference>
- <reference name="helloWorldCallbackService">
- <binding.ws uri="http://localhost:8085/HelloWorldService/HelloWorldCallbackService"/>
- </reference>
+ <reference name="helloWorldCallbackService" target="HelloWorldCallbackService"/>
</component>
<component name="HelloWorldCallbackService">
|