更改Web服务请求信封

时间:2019-10-18 12:15:43

标签: asp.net web-services asmx

我有一个使用.Net的Web服务 .asmx ,如何从以下位置更改请求:

<< strong>肥皂:信封xmlns = “ xxx” ...

<< strong> soapenv :信封xmlns =“ xxx” ...

    [SoapElement(NameTable= "abc") ]
    [WebService(Namespace = "http://myCompany/check")]

    public class Checker : System.Web.Services.WebService
    {
        public Check()
        {
            .
            .
            .
        }
    }

提前谢谢。

0 个答案:

没有答案