summaryrefslogtreecommitdiff
path: root/test/soap/helloworld/hw_s.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/helloworld/hw_s.rb')
-rw-r--r--test/soap/helloworld/hw_s.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/soap/helloworld/hw_s.rb b/test/soap/helloworld/hw_s.rb
index 970c76a1bd..1a54adb924 100644
--- a/test/soap/helloworld/hw_s.rb
+++ b/test/soap/helloworld/hw_s.rb
@@ -11,6 +11,6 @@ class HelloWorldServer < SOAP::RPC::StandaloneServer
end
if $0 == __FILE__
- server = HelloWorldServer.new('hws', 'urn:hws', '0.0.0.0', 2000)
+ server = HelloWorldServer.new('hws', 'urn:hws', '0.0.0.0', 17171)
server.start
end