System::Web::Services::Protocols::SoapHttpClientProtocol class

SoapHttpClientProtocol class

The client proxy services must inherit this class when the SOAP is used. 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 SoapHttpClientProtocol : public System::Web::Services::Protocols::HttpWebClientProtocol

Methods

MethodDescription
Discover()Binds the current instance to the XML Web service.
get_SoapVersion()Gets the SOAP version.
InitializeSerializers(const System::TypeInfo&, System::SharedPtr<System::Xml::Serialization::XmlSerializerImplementation>, String)Initializes the internal fields.
set_SoapVersion(SoapProtocolVersion)Sets the SOAP version.
SoapHttpClientProtocol()Constructs a new instance.

See Also