Clase System::Web::Services::Protocols::SoapDocumentServiceAttribute

SoapDocumentServiceAttribute class

Establece el formato predeterminado para las solicitudes y respuestas SOAP. 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 SoapDocumentServiceAttribute : public System::Attribute

Métodos

MétodoDescripción
get_ParameterStyle()Información RTTI.
get_RoutingStyle()Obtiene un valor que muestra cómo se enrutan los mensajes SOAP al servicio.
get_Use()Obtiene el formato de los parámetros.
set_ParameterStyle(SoapParameterStyle)Establece un valor que indica si los parámetros están encapsulados dentro de un único elemento XML bajo el elemento ‘Body’.
set_RoutingStyle(SoapServiceRoutingStyle)Establece un valor que muestra cómo se enrutan los mensajes SOAP al servicio.
set_Use(Description::SoapBindingUse)Establece el formato de los parámetros.
SoapDocumentServiceAttribute()Construye una nueva instancia.
SoapDocumentServiceAttribute(Description::SoapBindingUse)Construye una nueva instancia.
SoapDocumentServiceAttribute(Description::SoapBindingUse, SoapParameterStyle)Construye una nueva instancia.

Ver también