Web Service

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top