|
Revision 1520, 364 bytes
(checked in by nahi, 4 years ago)
|
removed svn:executable
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
author date id revision
|
| Line | |
|---|
| 1 |
RAAServant.rb: based on the file which is generated with the following command; |
|---|
| 2 |
bin/wsdl2ruby.rb --wsdl raa.wsdl --servant_skelton --force |
|---|
| 3 |
|
|---|
| 4 |
RAAService.rb: generated with the following command; |
|---|
| 5 |
bin/wsdl2ruby.rb --wsdl raa.wsdl --standalone_server_stub --force |
|---|
| 6 |
|
|---|
| 7 |
RAA.rb: generated with the following command; |
|---|
| 8 |
bin/wsdl2ruby.rb --wsdl raa.wsdl --classdef --force |
|---|