Clase System::Web::Services::Protocols::SoapClientMessage
Contenido
[
Ocultar
]SoapClientMessage class
Representa los datos en una solicitud SOAP enviada o una respuesta SOAP recibida. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class SoapClientMessage : public System::Web::Services::Protocols::SoapMessage
Métodos
| Método | Descripción |
|---|---|
| get_Action() override | Devuelve un valor del atributo ‘SOAPAction’. |
| get_Client() | Devuelve una instancia de la clase proxy del cliente. |
| virtual get_OneWay() | Devuelve un valor que indica si un cliente no espera a que el servidor termine de procesar un método. |
| get_SoapVersion() override | Devuelve la versión de SOAP que se utiliza. |
| get_Url() override | Devuelve la URL del servicio XML Web. |
| SoapClientMessage(System::SharedPtr<SoapHttpClientProtocol>, System::SharedPtr<SoapMethodStubInfo>, String, System::ArrayPtr<System::SharedPtr<Object>>) | Construye una nueva instancia. |
Ver también
- Class SoapMessage
- Namespace System::Web::Services::Protocols
- Library Aspose.PDF for C++