SoapClientMessage()

SoapClientMessage::SoapClientMessage(System::SharedPtr<SoapHttpClientProtocol>, System::SharedPtr<SoapMethodStubInfo>, String, System::ArrayPtr<System::SharedPtr<Object>>) constructor

Constructs a new instance.

System::Web::Services::Protocols::SoapClientMessage::SoapClientMessage(System::SharedPtr<SoapHttpClientProtocol> client, System::SharedPtr<SoapMethodStubInfo> msi, String url, System::ArrayPtr<System::SharedPtr<Object>> parameters)

Arguments

ParameterTypeDescription
clientSystem::SharedPtr<SoapHttpClientProtocol>An instance of the client proxy class.
msiSystem::SharedPtr<SoapMethodStubInfo>Method stub information.
urlStringThe URL of an XML web service.
parametersSystem::ArrayPtr<System::SharedPtr<Object>>A collection of parameters.

See Also