3#include <system/attribute.h>
5#include <net/web/services/description/soap_format_extensions.h>
6#include <net/web/services/protocol/soap_parameter_style.h>
7#include <net/web/services/protocol/soap_service_routing_style.h>
9namespace System {
namespace Web {
namespace Services {
namespace Protocols {
23 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
25 ASPOSECPP_SHARED_RTTI_INFO_DECL();
A base class for custom attributes. Objects of this class should only be allocated using System::Make...
Definition: attribute.h:16
Sets the default format for the SOAP requests and responses. Objects of this class should only be all...
Definition: soap_document_service_attribute.h:16
void set_Use(Description::SoapBindingUse value)
Sets the parameter formatting.
void set_RoutingStyle(SoapServiceRoutingStyle value)
Sets a value that shows how the SOAP messages are routed to the service.
SoapDocumentServiceAttribute()
Constructs a new instance.
Description::SoapBindingUse get_Use()
Gets the parameter formatting.
SoapDocumentServiceAttribute(Description::SoapBindingUse use)
Constructs a new instance.
SoapServiceRoutingStyle get_RoutingStyle()
Gets a value that shows how the SOAP messages are routed to the service.
SoapDocumentServiceAttribute(Description::SoapBindingUse use, SoapParameterStyle paramStyle)
Constructs a new instance.
void set_ParameterStyle(SoapParameterStyle value)
Sets a value that indicates if parameters are encapsulated within a single XML element beneath the 'B...
SoapParameterStyle get_ParameterStyle()
Gets a value that indicates if parameters are encapsulated within a single XML element beneath the 'B...
SoapBindingUse
Specifies the message encoding method.
Definition: soap_format_extensions.h:19
SoapParameterStyle
Enumerates the parameters formats in a SOAP message.
Definition: soap_parameter_style.h:8
SoapServiceRoutingStyle
Enumerates options of how a SOAP message is routed to the XML Web service.
Definition: soap_service_routing_style.h:7
Definition: db_command.h:9