summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/wsdlgen/src/main/resources/helloworld1.composite
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/itest/wsdlgen/src/main/resources/helloworld1.composite')
-rw-r--r--branches/sca-java-1.x/itest/wsdlgen/src/main/resources/helloworld1.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/itest/wsdlgen/src/main/resources/helloworld1.composite b/branches/sca-java-1.x/itest/wsdlgen/src/main/resources/helloworld1.composite
index 12d98d3453..3bd84f34d9 100644
--- a/branches/sca-java-1.x/itest/wsdlgen/src/main/resources/helloworld1.composite
+++ b/branches/sca-java-1.x/itest/wsdlgen/src/main/resources/helloworld1.composite
@@ -29,14 +29,14 @@
<binding.sca/>
</service>
<reference name="hwService">
- <binding.ws uri="http://L3AW203:8085/HelloWorldServiceComponent1"/>
+ <binding.ws uri="http://localhost:8085/HelloWorldServiceComponent1"/>
</reference>
</component>
<component name="HelloWorldServiceComponent1">
<implementation.java class="helloworld.HelloWorldImpl" />
<service name="HelloWorldService">
- <binding.ws uri="http://L3AW203:8085/HelloWorldServiceComponent1"/>
+ <binding.ws uri="http://localhost:8085/HelloWorldServiceComponent1"/>
</service>
</component>