Multiple choice technology security What parameters does Appscan modify when testing a .net webservice? POST parameters SOAP parameters GET parameters Cookies Reveal answer Fill a bubble to check yourself B Correct answer Explanation .NET web services traditionally use SOAP, where parameters are embedded in the XML SOAP envelope. AppScan modifies these SOAP parameters to inject test payloads, not the HTTP-level GET/POST parameters or cookies.