Hi,
I have a webservice in ASP.NET that has one exposed Web Method ChkUserName. I am passing the username and password through this method.
I am able to get the response as follows for the given username/password.
<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="http://mydomain.com/">1</string>
Is there anyway that I can get only the response back without the XML tags?
Thanks
LOKESH
I have a webservice in ASP.NET that has one exposed Web Method ChkUserName. I am passing the username and password through this method.
I am able to get the response as follows for the given username/password.
<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="http://mydomain.com/">1</string>
Is there anyway that I can get only the response back without the XML tags?
Thanks
LOKESH