service-reference
After converting console app to asp.net web app, post is no longer instantaneous
I have a console app which connects to a service reference that allows it to send SOAP calls to a service, which updates information in a separate program that I do not own or control. The console app[详细]
2023-04-12 00:12 分类:问答Is having an instance of serviceclient at every viewmodel a good idea?
I have to refactor an application which has at almost every model and codebehind file an instance of serviceclient, and some of them use a serviceclient property from App.xaml.cs (Silverlight 4)[详细]
2023-04-10 20:09 分类:问答Why should I use Visual Studio service references over svcutil?
So it seems like I have a couple of major options when getting WCF service proxy code into a project in Visual Studio:[详细]
2023-04-06 10:53 分类:问答Add service reference failed
I hosted my wcf using iis 7.0, the url is: https://example.com/CustPortal/CustomerService.svc when i add service reference in vs2008, got this errors:[详细]
2023-04-05 02:51 分类:问答How to speed up start up performance of WCF client
I have implemented a simple standalone WCF service with a basicHttpBindi开发者_高级运维ng binding.[详细]
2023-04-03 04:45 分类:问答Difference between Project reference and Service reference in .NET
Whenever we are creating a .NET application we do consider several architecture like data access layer (DAL) or Business Layer (BL).[详细]
2023-04-03 02:51 分类:问答How can you control the file names for .NET Service References?
Windows has a limitation of 259 characters in paths.Unfortunately, this is starting to cause problems for us due to some of our Service Reference names.[详细]
2023-04-01 02:19 分类:问答Autogenerated enum definition causing problems on client side
I have a situation like this, where i have WCF Service (VS2008) Hosted somewhere Main Solution (VS2005) which has a Consumer Project of type \'class Library\' with the Service reference to this WCF[详细]
2023-03-28 10:16 分类:问答Is there a simple way to add a service reference to one assembly but keep the client config in another?
I\'m aware of the drawbacks of simply adding WCF service references (later I intend to create client proxies another way), but for开发者_JS百科 now I need to add a service reference to a Silverlight a[详细]
2023-03-28 05:15 分类:问答SOAP webservice call gives null result
I am trying to get a result from a webservic开发者_Go百科e in an ASP.NET MVC (3) app. The webservice call (see below) works perfectly and I can see in Fiddler that I get a proper SOAP result back.[详细]
2023-03-24 07:42 分类:问答