service-reference
Why does Sharepoint 2010 Web Reference work, but Service Reference does not
Sharepoint is setup to use NTLM authentication. When I reference http://myserver/Sites/Ops/_vti_bin/Lists.asmx?WSDL as a Web Reference, I can call the methods and get valid responses.[详细]
2022-12-22 09:24 分类:问答Can I add a Service Reference with netTcpBinding in WCF?
Is it possible to add a service reference in visual studio, which generates the local proxy class to call the WCF service when using the netTcpBinding?[详细]
2022-12-21 10:31 分类:问答Multiple Servers with identical services
I have a dozen servers in different locations all running the same web service application but each going against their own SQL Server DB. I am writing a desktop application that consumes the web serv[详细]
2022-12-18 16:54 分类:问答Add Service Reference to WCF Service within Same Project
Is it开发者_如何学Python an acceptable programming practice to add a Service Reference to a Project where the Service being referenced is defined within the same VS Project?(Service and Service Refere[详细]
2022-12-17 07:41 分类:问答Custom attributes with Service Reference proxy
I added a custom attribute to an enum that I was using as part of a web service. When I add the web service as a service reference to a win forms application the custom attributes do not appear in the[详细]
2022-12-15 01:03 分类:问答Do you use ServiceReferences in LoB applications?
Do you use auto-generated WCF service references in line of business applications?Or do you roll your own?And why?[详细]
2022-12-13 12:27 分类:问答What does this WCF error mean: "Custom tool warning: Cannot import wsdl:portType"
I created a WCF service library project in my solution, and have service references to this. I use the services from a class library, so I have references from my WPF application project in addition t[详细]
2022-12-13 11:11 分类:问答VS 2010 Beta 2 - unable to update service reference
I\'mupgrading a project from VS2008 to VS2010B2 For some reason, after the project was upgraded, the code generated by the reference is missing, and I cannot re-create the code by reconfiguring the se[详细]
2022-12-13 08:44 分类:问答Error message when trying to add a Service Reference
I\'m trying to add a service reference to my silverlight project from a file stored on myhosting server. When I put the link in I get the following error:[详细]
2022-12-12 22:13 分类:问答