JB666
4 years agoNew Contributor
Dude XPath
Hello,
I have a SOAP API when execute
```
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<GetSolutionTypesResponse xmlns="http://tempuri.org/">
<GetSolutionTypesResult xmlns:a="http://schemas.datacontract.org/2004/07/TFN.PRM.Services.DataTypes.PartnerLocator" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:SolutionType>
<a:Name>Device</a:Name>
<a:SolutionTypeId>42f4bee1-3v18-r11-b644-d89d6765f45d</a:SolutionTypeId>
</a:SolutionType>
<a:SolutionType>
```
When I run Security test for Cros Site Scripting always finish with SKIPPED. I have configured the XPath:
```
declare namespace xss="http://tempuri.org/"
```
What is the problem, I don't have much experience in performing pentest of API's.
A greeting and thanks