File: README

package info (click to toggle)
polyorb 2.11~20140418-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 30,012 kB
  • ctags: 465
  • sloc: ada: 273,015; sh: 4,507; makefile: 4,265; python: 1,332; cpp: 1,213; java: 507; ansic: 274; xml: 30; perl: 23; exp: 6
file content (16 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.