Files
Thomas Quinot 0354964441 (PolyORB.Utils.Buffers.Align_Transfer_Elementary):
When data needs to be byte swapped, do not assume that the swapped
representation is still a valid representation for the type.
Fixes M603-008

Subversion-branch: /trunk/polyorb
Subversion-revision: 210710
2013-06-03 11:28:28 +00:00
..
2012-01-04 22:41:08 +00:00
2012-01-04 22:41:08 +00:00
2012-01-04 22:41:08 +00:00

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

$Id$

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.