Files
Thomas Quinot f094d039ee Simplify circuitry to generate list of active tests, to work around a
bug
in GNU make.

Subversion-branch: /trunk/polyorb
Subversion-revision: 155919
2010-01-28 17:14:08 +00:00
..

Examples using the AWS application personality
----------------------------------------------

client_web <uri>
client_soap <uri>

where <uri> MUST be an URI, as AWS only handles URIs. So entering an
IOR or a corbaloc will not work.

server instantiates two servants: 
- one for the classical web
- another for web services

Keep in mind that a web server only accepts a few method names (get,
post, etc.); so the web server will raise an exception if another
method is invoked. The soap server will accept any method name.