File: README.txt

package info (click to toggle)
ruby-soap4r 2.0.5-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,032 kB
  • sloc: ruby: 52,729; xml: 266; sh: 42; javascript: 20; makefile: 13; perl: 10
file content (19 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
To use the sample service in this directory;

1. run ../../../bin/wsdl2ruby.rb:
  $ wsdl2ruby.rb --wsdl echo.wsdl --type server --type client --force

2. replace the file defaultServant.rb with the file servant.rb in this
  directory.  the file defaultServant.rb is generated by wsdl2ruby.rb in the
  previous step.

3. replace the file echoServiceClient.rb with the file client.rb in this
  directory.  the file echoServiceClient.rb is generated by wsdl2ruby.rb, too.

4. run echoService.rb:
  $ ruby echoService.rb

  echoService.rb is the server program.  hit Ctrl-C to stop the server.

5. run echoServiceClient.rb in another terminal:
  $ ruby echoServiceClient.rb http://localhost:10080