Hola.
I have a web method defined :
[WebMethod]
public string PostData(string data)
{
....
}
If the method succeeds I return to the caller "SUCCESS" which according to
the generated harness, should return "<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://bridgemedical.com">SUCCESS</string>"
Instead, I'm not getting the <string> element, and instead I'm getting the
string SUCCESS following the <?xml ?> tag.. This isn't even valid XML.. what
gives ?
Anyone have an idea as to why this is happening ?
thanks,
~Phill
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.