System::Web::Services::Protocols::SoapHttpClientProtocol class
Contents
[
Hide
]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
| Method | Description |
|---|---|
| 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
- Class HttpWebClientProtocol
- Namespace System::Web::Services::Protocols
- Library Aspose.Page for C++