2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Web Services and WCF Solutions: 1 - 25 of 169
 
Hi, Could somebody please provide me with WCF, WPF and LINQ Questions links and if possible answers too? thanks Deepak
Hi , I have a webservice with 2 methods - one method that takes one paramter and returns an ObervableCollection<>, and another that takes the same ObervableCollection<> with modified values...
Hi There, I'm trying to connect to a service that resides on a remote machine. I have added the service reference and then edited the configuration file using the WCF config editor. I kee...
Hi, I am completely new to WCF.  My goal is to use a service on one server to connect to multiple C# Windows application clients.   I got the service running on my web server (a shared asp ...
I get this error when more than 4 clients trying to access a WCF web service.  The web method is for doing login verification. The entire error message is: TimeoutException The request channe...
I am trying to create a simple wcf service that has a net.tcp endpoint.  My OS is Vista and I am hosting the service in IIS 7.  I have set my default website binding for net.tcp to 9200:* an...
I have a requirement to build a wcf service which accepts large xml data as input and do the process of the bill and return xml with the processed data back to the called client.But when i am ...
I created a basic WCF Service. When i run it locally it has no issues but when i put it on my hosted server i get a 404 error when i try to access it directly. To create the service, I crea...
I have a WCF service that accepts HTTP POSTs and saves the payloads as xml files. How can I grab the client's IP address? Here is my WCF code:
I am using a sample project which is synching data through WCF Service and using Bidirectional Sync mentioned at the following url for a sample table of my own http://msdn.microsoft.com/en-...
Folks, I'm looking for a way to compare two objects.  If the objects are of different types, then then th comparison should return false (they are no equal).  If the objects are the same ty...
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.
Hi i am new to this concept.I have created a web service for user registration.Only user will provide the Email Id and Password , the details of the user will be shown(if the user is registere...
Folks, This exception, for me, seems unrelated to readerQuotas or message size issues (as suggested in a previous thread).  Mine are set high, way higher than I'd ever use or need.  This ex...
Hi, I've configured http basic authentication for 1 of my vendor's web service on https before and I don't really encounter any issues. Now I am trying to configure http basic authenticatio...
When I try a simple WCF sample, I met the following error: The remote server returned an unexpected response: (405) Method not allowed. How to fix it?
I am trying to enable metadata publishing for my WCF service. Everytime i go to browse my service it gives me the error :"There is no endpoint behavior named 'ProductsBehavior'."  Attached is ...
I am writing a WCF application.   It gives the user the option of returning a set of records and paging through them. I want to find out how many Total Records the user must page through...
Hi, I am currently trying to get an application going with WCF, I have quite a few functions going through the WCF service fine but then when I have a WCF function which returns a data set ...
I want to do a progress bar using HTML. I have two images, like an old thermometer--one empty and one full. These are overlapped, and the full one grows from 0 to 100% as the procedure advance...
Hi all! I'm trying to build a web application that will be compose by two web services. The first webservice, called AuthenticationWS.asmx will be responsible to authenticate a user with...
So, in my dev environment my tests to my local service works but when I deploy it - I get the following error on my unit tests (Automated build server spits this exception out). "System.Ser...
Hi, I have a .NET application with a page containg Silverlight. Silverlight is calling a asmx web service for data. Everything works fine on the development server but when I publish i to the...
I have a WCF Service hosted on a win 2K3 server. .NET 3.5 is installed on the server as well as the windows server 2008 SDK for .NET 3.5. I am able to see the service through VS 2008 when I...
I am trying to submit data from an infopath 2007 form to an sql 2008 database table named "employees".  I have 5 columns in the table which i want populated when the user pushes the submit but...