Tagged Questions

1
vote
1answer
67 views

Cannot write XML declaration. WriteStartDocument method has already written it.

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 …