Files
PolyORB/examples
Jérôme Hugues a03abe07d7 Add new QoS parameter to store Server-side information in the
reply of a request.

Patch submitted by Vadim Godunko, review by Jerome Hugues.

[Imported from Perforce change 10051 at 2006-12-01 22:48:51]

Subversion-branch: /trunk/polyorb
Subversion-revision: 37513
2006-05-17 16:24:44 +00:00
..
2006-03-22 17:46:45 +00:00
2006-04-20 15:33:24 +00:00
2006-02-02 19:30:06 +00:00
2006-02-02 17:12:42 +00:00
2004-08-16 17:54:35 +00:00
2003-11-12 13:03:26 +00:00

README for the PolyORB examples directory
-----------------------------------------

$Id$

* 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.