#include <SoapBridge_public.idl>
Public Types | |
typedef sequence<octet> | XMLData |
Binary stream representing the SOAP packets. More... | |
typedef sequence<string> | SOAPActionSeq |
List of SOAP actions. More... | |
Public Methods | |
XMLData | invokeAction (in string action, in XMLData data) raises ( InvocationFailed ) |
Execute SOAP call. More... | |
XMLData | invokeInstance (in Object objRef, in string action, in XMLData data) raises ( InvocationFailed ) |
Execute SOAP call on a specific CORBA Object instance. More... | |
SOAPActionSeq | listActions () |
List known SOAP actions. More... | |
boolean | fetchSample (in string action, out XMLData request, out XMLData respons) |
Fetch sample SOAP XML. More... |
Definition at line 132 of file SoapBridge_public.idl.
|
List of SOAP actions.
Definition at line 192 of file SoapBridge_public.idl. |
|
Binary stream representing the SOAP packets. Data is passed between whatever front-end that has received a SOAP request and the SOAP bridge as an uninterpreted sequence of bytes. The SOAP bridge uses the Xerces SAX parser to deal with any wide characters in the XML data of the SOAP request. Definition at line 154 of file SoapBridge_public.idl. Referenced by SOAPBridge_SOAPCall_i::Fault(), and SOAPBridge_SOAPCall_i::invokeAction(). |
|
Fetch sample SOAP XML.
|
|
Execute SOAP call.
|
|
Execute SOAP call on a specific CORBA Object instance.
|
|
List known SOAP actions.
|