Sha256: 174dd0e6766a5c033736bc37752edbb7d1d212cd72e071cd57a99cd80492f1ee

Contents?: true

Size: 693 Bytes

Versions: 12

Compression:

Stored size: 693 Bytes

Contents

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

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
soap4r-spox-1.6.0 sample/howto/documentliteral/README.txt
soap4r-ruby1.9-2.0.5 sample/howto/documentliteral/README.txt
soap5r-2.0.3 sample/howto/documentliteral/README.txt
soap5r-2.0.2 sample/howto/documentliteral/README.txt
soap5r-2.0.1 sample/howto/documentliteral/README.txt
soap5r-2.0.0 sample/howto/documentliteral/README.txt
soap5r-2.0.0.20120130130121 sample/howto/documentliteral/README.txt
soap4r-ruby1.9-2.0.3 sample/howto/documentliteral/README.txt
soap4r-ruby1.9-2.0.2 sample/howto/documentliteral/README.txt
soap4r-ruby1.9-2.0.1 sample/howto/documentliteral/README.txt
soap4r-ruby1.9-2.0.0 sample/howto/documentliteral/README.txt
soap4r-ruby1.9-1.0.0 sample/howto/documentliteral/README.txt