Oracle® Database XML C++ API Reference 11g Release 1 (11.1) Part Number B28389-01 |
|
|
View PDF |
Table 6-3 summarizes the methods available ConnectRef Interface.
Table 6-3 Summary of ConnectRef Interfaces
Datatype | Description |
---|---|
Destroys a SOAP connection object |
|
Send a SOAP message then waits for a response. |
Destructor. Destroys a SOAP connection object and frees any resources associated with it.
Syntax
~ConnectRef() throw (SoapException);
Send a SOAP message then waits for a response.
Syntax
DocumentRef< Node>* call( DocumentRef< Node>& msg) throw (SoapException);
Parameter | Description |
---|---|
msg |
The SOAP message that is sent. |
Returns
(DocumentRef) returned message