How do you transfer files from server to client (and vice versa) using WCF?
Please provide code examples or tutorial links.
VB.net preferred in the examples.
I am trying to create the WCF binding in code rather than rely on the configuration file. Mostly becuase I am having an issue with trying to set the recievetimeout and the sendtimeout through...
I have a windows service that I have created using WCF. Currently when the service is started it makes calls to database using three separate threads and extracts data which is serialized into...
I have a simple web service (copied from a book). I have it installed, and it works OK, but. this will become a much larger application, returning many lines of text, and the xml just gets in ...
Just need this converted to vb.net so I can understand it.
I need to perform some clean-up operations at the end of my PerSession service. These would normally be initiated by the client in a call to a service operation that is set to IsTerminating=T...
Hi,
Can you please let me know what is a Channel and why we need to use ChannelFactory.CreateChannel() and how we can use this method in WCF. Please provide me simple example.
Thanks
I am using WCF service to fetch recordsets and it returns some two thousand records, when its coming back to proxy/UI layer it throws an error:
The underlying connection was closed: The...
We are using a WCF service to communicate between our presentation layer and business layer...right now we are using basicHttpBinding...it is working fine, but now whenever we are trying to re...
Ok, I am not sure why this is happening but at least I can replicate it. In my webservice project, if I alter the web.config file's <connectionstring/> tag (just delete the right angle bracket...
I have an urgent requirement to create the WSDL file for Web service.I do not have to make the web service functional, just write the interfaces and create a WSDL.
Is there any tool for doing...
I have a .NET application that references a WCF service. Both the application and WCF service reference PersonCollection.dll. In this dll is a class called PersonCollection() that contain...
Hi, I Have a question:
I am developing with Silverlight and I am tring to call a WCF service that will return two lists to the client create a new list and bind that list to the silverlight ...
Techies,
I would like to design a wcf service/method call which will allow a very large dataset to be returned in manageable chunks. I realize that the binding settings for the maxReceivedM...
i am using ASP.NET and SQLServer 2005. i want to use webservice for data manipulation. i am having a class file to get, insert, update, delete the state list. when i called the getstate() dire...
Hi,
what I need is a way to create a MessageInspector that attaches to a WCF service and intercepts the AfterReceiveRequest step on the service pipeline.
Right now I've a message inspect...
Hello,
We have a Java WebService that send MSMQ messages.
I would really appreciate if you guys could suggest a solution with which from a .net application how we can read the MSMQ messag...
I've been stumped for the last two days on the following:
I have an app on local machine that calls a method in a wcf service on the network that tries to get the files on yet another netwo...
Hi,
I am developing a WCF application that I am now looking to deploy on a production machine.
I am not completely sure of the production machine's network configuration but I know that th...
I have a need for very tight security and want to expose a web server publicly that communicates with a WCF server in a DMZ that communicates with a SQL server in another DMZ. I want absolute...
Hi,
I'm currently using XmlSerializer to put objects in XML. (I then transform the XML and build a document but that's just some context.) So, I try to use a DatacontractSerializer to meas...
Hi all,
I have a website on a Business Catalyst server and I would like to use their API.
https://help.worldsecuresystems.com/catalystwebservice/catalystcrmwebservice.asmx
https://help....
My goal is to have access to my IIS hosted WCF web service restricted to clients who either have a certian certificate, or know a specific username/password (hardcoding the username/password i...
I have created web service which has a web method.
this method take a string and returns a customer record on the basis of this string.
Right now this function returns customer object.
...
I have a basic wcf service running on IIS7. Its using a wshttpbinding with default settings except for security which is turned off. When I consume the service I can see by remote debugging th...