Marco Alghisi | Hi all,
i have found the error myself.
It is very simple. The right SelectBy parameters for ip address is :
<SelectBy xsi:type="xsd:string">IpAddress</SelectBy>
and it is case sensitive. So
<SelectBy xsi:type="xsd:string">IPAddress</SelectBy>
doesn't work. I tested myself !!!!!!
Regards Marco |
| Please sign in to flag this as inappropriate. |