wcf-client
WCF Service Generated Proxy Class Exposing Function as ByRef Sub
I have a WCF Service exposing a single contract and operation: <ServiceContract(Namespace:=\"ImageSystem\")> _[详细]
2023-03-07 14:16 分类:问答Large string argument in WCF operation call
I am unable to pass a string as an argument to a WCF operation call. The string is quite large (about 12000 characters).[详细]
2023-03-06 22:10 分类:问答Cannot create proxy object in WCF
I am using WCF service from this link: http://www.paymentsgateway.com/developerDocumentation/Integration/webservices/merchantservice.aspx#authentication[详细]
2023-03-06 14:48 分类:问答WCF hosting, configuration and connection address/port issues (including Delphi 7 client)
I have a WCF service (MyWCFService) with base address http://localhost:8732/Design_Time_Addresses/MyWCFService/Service1/[详细]
2023-03-05 08:23 分类:问答WCF IClientMessageInspector.AfterReceiveReply does work on Asynchronous calls
I have a message inspector in my 开发者_如何学GoWPF/WCF 4.0 application that is working great for synchronous calls, but doesn\'t work at all when I make the calls asynchronous (i.e. use the proxy.Beg[详细]
2023-03-04 17:58 分类:问答WCF service giving error on production server
Am facing a strange issue on my Production Server. M calling a WCF service to get data and getting exception[详细]
2023-02-28 06:19 分类:问答Using WCF Client without installing .NET Framework 3.5?
I have a WCF Service built with .NET Framework 3.5. I have a task to develop a WCF Client which only uses .NET Framework 2.0. The WCF Client will receive messages which is broadcasted from WCF Service[详细]
2023-02-27 16:28 分类:问答ASP.NET Web Service call with Client Credentials
I am facing a situation with a 3rd party web service that I need to call. When I make a reference to the web service, I get the following configuration in my app.config:[详细]
2023-02-27 12:08 分类:问答WCF Error: The message with Action cannot be processed at the receiver
I get famous error in web application, which is WCF client: The message with Action cannot be processed at the receiver, due to a[详细]
2023-02-26 14:18 分类:问答Loading the WCF configuration from different files on the client side
A common problem in WCF that many people face is the impossibility of loading the client configuration from different configuration files.[详细]
2023-02-25 11:44 分类:问答