string WSresult = WSClient.Execute("LoginsBLL.GetDetails", "<Parameter Name=\"UserName\" Type=\"String\" Value=\"Admin\"/>");
is showing the same result. The Error is telling that the Method "GetDetails" could not be found in Class LoginsBLL.
Any other hint?