(url)没有端点监听

时间:2015-05-23 08:58:45

标签: c# .net vb.net web-services wcf

我创建了一个WCF服务,在调用服务方法时会产生错误。我在互联网上尝试了很多主题,到目前为止他们都没有帮助过我。我做错了什么?

mscorlib.dll中发生未处理的“System.ServiceModel.EndpointNotFoundException”类型异常

附加信息:没有端点侦听(url)可以接受该消息。这通常是由错误的地址或SOAP操作引起的。有关更多详细信息,请参阅InnerException(如果存在)。

Dim serviceClient As New DataServiceClient
Dim cls As New ClsDataAccess
Dim dt As New DataTable()

Dim json As String = DataTableToJson(dt)
Dim string1 As String = Convert.ToString(serviceClient.UsersList(json))

0 个答案:

没有答案