T
TrussworksLeo
Anyone know why I am getting this error:
The SOAP response indicates that an error occurred on the server:
Server was unable to process request. --> Format of the initialization
string does not conform to specification starting at index 0.
(I get this error when I try to add this web service to secandary
datasource) This web service works fine when consumed through a VB.Net Form.
Web Service.
<WebMethod()> Public Function GetJobList() As DataSet
Dim connectionString As String =
System.Configuration.ConfigurationSettings.AppSettings("Twcustom")
SqlHelper.CmdTimeout = 60
Return SqlHelper.ExecuteDataset("TWCustom", "Ws_SelectProposalJobs",
Nothing)
End Function
The SOAP response indicates that an error occurred on the server:
Server was unable to process request. --> Format of the initialization
string does not conform to specification starting at index 0.
(I get this error when I try to add this web service to secandary
datasource) This web service works fine when consumed through a VB.Net Form.
Web Service.
<WebMethod()> Public Function GetJobList() As DataSet
Dim connectionString As String =
System.Configuration.ConfigurationSettings.AppSettings("Twcustom")
SqlHelper.CmdTimeout = 60
Return SqlHelper.ExecuteDataset("TWCustom", "Ws_SelectProposalJobs",
Nothing)
End Function