Files
PolyORB/examples/aws/README
Bob Duff 3d5ec3d146 Correct spelling "instanciation" --> "instantiation". Occurs in one Ada
file
 that gets included in polyorb_ug, but I might as well fix them all.
For G728-003.

Subversion-branch: /trunk/polyorb
Subversion-revision: 114592
2007-07-28 22:18:31 +00:00

17 lines
524 B
Plaintext

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.