Clase System::Web::Services::Protocols::SoapClientMessage

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étodoDescripción
get_Action() overrideDevuelve 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() overrideDevuelve la versión de SOAP que se utiliza.
get_Url() overrideDevuelve 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