This file is indexed.

/usr/share/doc/polyorb-doc/examples/README is in polyorb-doc 2.11~20140418-3.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
README for the PolyORB examples directory
-----------------------------------------

$Id: README 119921 2007-12-06 19:47:15Z duff $

To build the examples, follow the instructions in the PolyORB User's Guide.

* Directories :

This directory contains a few demonstration of PolyORB's capabilities.
It is organized around PolyORB application personnalities

 aws/     : AWS demos,
 bbs/     : Interoperability demo between CORBA and DSA middleware,
 corba/   : CORBA demos,
 dsa/     : Ada 95 Distributed System Annex demos,
 moma/    : MOMA demo,
 polyorb/ : simple demo using PolyORB's neutral core layer.

* Interoperability demo :

XXX To be written.

* SOAP demo :

To specificaly test SOAP protocol personality, you can use the
"Generic SOAP client" at http://soapclient.com/soapmsg.html
(c) SQLData System Inc.

And provide the following inputs :

Server address : the full path to your object, e.g.

	137.194.162.29:8080/1;sys;pf=1032965896

SOAPAction    : the method to execute, e.g.

	echoString

SOAPMessage   : the complete SOAP message, see examples/corba/echo/soap_message

	

We provide SOAP Messages for some tests.