Hi, i want to pass xmldocument as parameter to my webservice method.After loaded xml file from a path,when try to send xmldocument as parameter by webservice method,i come across this error.What can be reason?I use StreamWriter and i close it.i dont use xmlwriter.Development Environment is vs 2008
Error Message:
Cannot write XML declaration. WriteStartDocument method has already written it.
