Nate Bross
Contributor
I'm calling a webservice and it seems to be working and then I get the error
"Exception Message: Response is not well-formed XML."
Here's all the other information too
If anyone can tell me what it means I'd greatly appreciate it. I have searched for Exception Message: Response is not well-formed XML and turned up nothing.
My question is this I suppose: Is this an error in my application or the webservice I am calling?
"Exception Message: Response is not well-formed XML."
Here's all the other information too
Code:
Exception Message: Response is not well-formed XML.
Source: System.Web.Services
Stack Trace: at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Mywebservice.mydomain.servicename(String strToken, String strBatchNumber, String xmlstring, EnvironmentEnum envState) in C:\DOTNET\Projects\SISTRSImport\SISTRSImport\Web References\mywebservice.mydomain.servicename\Reference.vb:line 186
at SISTRSImport.Module1.ProcessFiles() in C:\DOTNET\Projects\SISTRSImport\SISTRSImport\Module1.vb:line 68
Target Site: System.Object[] Invoke(System.String, System.Object[])
If anyone can tell me what it means I'd greatly appreciate it. I have searched for Exception Message: Response is not well-formed XML and turned up nothing.
My question is this I suppose: Is this an error in my application or the webservice I am calling?