Files
PolyORB/examples/aws
Thomas Quinot e96d8d1103 Clean up examples Makefile architecture a bit more.
[Imported from Perforce change 8374 at 2006-12-01 20:33:23]

Subversion-branch: /trunk/polyorb
Subversion-revision: 35972
2004-08-11 15:36:45 +00:00
..
2003-11-12 13:03:41 +00:00
2003-11-12 13:03:41 +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 instanciates 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.