新しいものを検索してわかることから、行を追加することでそれができるはずです
this.Url = "https://example.com:443/servlet_path";
this.Credentials = System.Net.CredentialCache.DefaultCredentials;
派生SoapHttpClientProtocol
クラスのコンストラクターに
[System.Web.Services.Protocols.SoapDocumentMethodAttribute(
"http://example.com/servlet_path",
RequestNamespace="http://example.com/",
ResponseNamespace="http://example.com/",
Use=System.Web.Services.Description.SoapBindingUse.Literal,
ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
関数の定義に。あるページでは、実行中のマシンが受け入れる CA からの証明書がターゲット マシンにない場合、デフォルトの証明書バリデーターをオーバーライドする必要があるかもしれないと述べています。