mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
- suppressed one bug in polyorb-filters-http, operation name cannot
be betwwen '"'
- provides information on how to use PolyORB examples from third-party
web "Generic SOAP Client"
[Imported from Perforce change 5428 at 2006-12-01 19:47:25]
Subversion-branch: /trunk/polyorb
Subversion-revision: 33912
41 lines
975 B
Plaintext
41 lines
975 B
Plaintext
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
|
|
|
|
common/ : common files used by the different demos,
|
|
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. |