Click here to Skip to main content
Page 1 of 81
Page Size: 10 · 25 · 50


Tag filtered by:  WCF [x]
Answer 13 May 2013   license: CPOL
@sixthplanets: thank you for help. I have gone through all this article and after that i have modified my web.config and app.config a bit. i.e.: i have changed my transferMode="Buffered" to transferMode="Streamed" and this throws an error for bad request 400here i am sharing my WCF...
Answer 13 May 2013   license: CPOL
pls refer these links it may help you..http://weblogs.asp.net/jgalloway/archive/2008/01/08/large-file-uploads-in-asp-net.aspx[^]Send large file to WCF service and vise versa[^]WCF Streaming: Upload/Download Files Over HTTP[^]
Question 13 May 2013   license: CPOL
Hi, I have created a WCF services which is used by Win32 application. I have added a service to upload and download the large file via WCF services, to transfer a file I am using byte[] array. because my files are stored in the database. I am passing an object of class which have following data...
Question 12 May 2013   license: CPOL
Hi everyone,I am new to WCF,i have created the ajax enabled wcf service but when i try to access it through Javascript i am not getting any response.please help meHTML code:
Answer 12 May 2013   license: CPOL
Take a look at the following links:Simple Three Tier Architecture[^]A N-Tier Architecture Sample with ASP.NET MVC3, WCF, and Entity Framework[^]http://www.aspdotnet-suresh.com/2010/05/introduction-to-3-tier-architecture-in_17.html[^]sample project of wcf with 3 tier architecture[^]
Question 12 May 2013   license: CPOL
How to implement three tier architecture(BAL,DAL) in WCF services?
Question 12 May 2013   license: CPOL
Hi, I have created a WCF services which is used by Win32 application. I have added a service to upload and download the large file via WCF services, to transfer a file I am using byte[] array. because my files are stored in the database. I am passing an object of class which have following data...
Answer 10 May 2013   license: CPOL
I followed the same steps as in the MSDN link to add a Certificate.Then I just changed binding to https like binding="mexHttpsBinding" and added Transport security binding under wshttpBinding.That's all I did. And its running.The problems in your config are....endpoint...
WCF
Question 10 May 2013   license: CPOL
hi to all......here am facing problem while adding my wcf in https mode with wshttpBinding... i make an certificate for my wcf service using this linkhttp://msdn.microsoft.com/en-us/library/hh556232.aspx[^]once go through this link.... u can get clear idea.. what is going on...i...
WCF
Answer 9 May 2013   license: CPOL
Sync:http://msdn.microsoft.com/en-IN/library/d4cek6cc.aspx[^]Async:http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.begingetrequeststream.aspx[^]
Answer 9 May 2013   license: CPOL
you can use the HTTPWebRequest/HttpWebResponse classes to make the requests/decipher response. Check out this for the usage:http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.aspx[^]For simple requests you could also use fiddler or restclient(jar) apps.
Question 9 May 2013   license: CPOL
I wanna to write test cases in NUnit test project for REstful WCF service.How can I use NUnit test to test RestFul wcf services?Thanks in advance....
Answer 9 May 2013   license: CPOL
Please follow the link. Its for beginners and easy to understandhttp://www.codeproject.com/Articles/406096/A-beginners-tutorial-for-understanding-WindowsThanks
Answer 9 May 2013   license: CPOL
Refer to the links below:A Beginner's Tutorial for Understanding Windows Communication Foundation (WCF)WCF: From a Beginner's perspective & a Tutorial
Answer 9 May 2013   license: CPOL
Have a look at theseWCF[^]Windows Communication Foundation FAQ quick starter Part 1[^]what-is-wcf-in-simple-terms[^]what-is-wcf-in-net[^]What+is+WCF[^]windows-communication-foundation(wcf)[^]
Question 9 May 2013   license: CPOL
Hi frnds Pls help to me know brief about WCF???
Question 9 May 2013   license: CPOL
Hi all. I have a WCF Service that is running a continuos poll against an Oracle table (required by my vendor) using a connection pool. The database performs a cold backup at 4am. For some reason, when I atempt create a new connection after the backup it can't open it. My only solution is...
Article 9 May 2013   license: CPOL
In this article, we will take an existing SOAP-based service and convert it over to a more RESTful design.
Answer 9 May 2013   license: CPOL
Check out the below articles. Best methods are explained here.1. Walkthrough: Build, Host, and Test Simple RESTful WCF Service[^].2. Building and Testing WCF RESTful services[^].3. RestFul WCF JSON Service with client and on Mozilla Firefox –REST Client[^].
Answer 9 May 2013   license: CPOL
You need to provide the endpoint address inside the service tag.You can provide the absolute or relative Url.But providing a relative Url is the best method, because when you host that in IIS, the absolute Url may change, but the relative will be the same and you don't need to change that...
WCF
Question 9 May 2013   license: CPOL
Hello,I have created one RESTful wcf srevice.I wanna to know best Unit testing tool to test Rest Wcf Service.I was trying to use NUnit test tool, but I thought it is not best tool to test REST wcf Service as I was getting many errrors.Please tell meThanks in advance.
Question 9 May 2013   license: CPOL
Hello,I am using WCF service has two interfaces implemented accessing for different modules. Please see below structure. I have hosted a Service called http://MYPC/WCFTEST/Service1.svc.Actually i have implemented IModule1Service and IModule2Service interfaces. What actually i...
Technical Blog 9 May 2013   license: CPOL
Backing up all databases using T-SQL
Answer 9 May 2013   license: CPOL
Yes, I agree with Solution 1 as Chunking would be the most preferrable solution rather than increasing the buffer (quota) limits of a Service because once quota is set then always that much big buffer would be allocated unnecessary even for small amount of data.Chunking can be implemented,...
Answer 8 May 2013   license: CPOL
Break it down into chunks. It is only the individual message size limit that is being reached so, if for example you are transmitting a collection of data, send it in chunks rather than all at once.
Question 8 May 2013   license: CPOL
Hi all,I am getting this exception when trying to get data from the database.The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.But we can solve this issue...
Question 8 May 2013   license: CPOL
my wcf contains generic list and its having 3 functions and 3 return types 1-generic list,2-dataset,3-bool typewithout any binding by default its working properly.. but when am trying to add wsHttpBinding its showing error message like this..."Failed to add a service. Service metadata...
WCF
Question 8 May 2013   license: CPOL
Dear All,I have develop WCF service and which is hosted on IIS 5.1. There are no issue service when it run on development environment. Then I have develop client part with adding service reference which I have hosted.when I run client project on dev environment cannot connect sql server...
Article 8 May 2013   license: CPOL
WCF 4.5 Services Development using Entity Framework and MVC 4 front-end
Article 8 May 2013   license: CPOL
The purpose of this article is to create a service which accepts messages from any client and redistributes those messages to all subscribed clients, and a client that can subscribe to the service, send messages to it and receive unrelated messages from it regardless of how many it sends.
WCF
Technical Blog 8 May 2013   license: CPOL
This post is designed to help you understand how to use the EXISTS keyword in your SQL query environment.
Answer 7 May 2013   license: CPOL
The JSON version doesn't work because it's a cross-origin call (see: Same Origin Policy: http://en.wikipedia.org/wiki/Same_origin_policy[^]). Does the Google URL shortener have a JSON-P API? It has to explicitly support it. (Also, JSON-P can't be POST; by its nature it's a GET.)Update: Looks...
Question 7 May 2013   license: CPOL
Hi I'm implementing angularJS grid and using ng-grid for the same. I refered to the example at http://angular-ui.github.io/ng-grid/[^]Here the data is hard coded and gets shown on the grid. I have a set of question.1. How can I bind the data that is obtained from a WCF service ?2. I...
Answer 7 May 2013   license: CPOL
Change BodyStyle = WebMessageBodyStyle.WrappedRequest to BodyStyle = WebMessageBodyStyle.Barealso change { "Call": { "call_detail_id": "3514736", "ouid": "7425" } } to { "myCall": { "call_detail_id": "3514736", "ouid": "7425" } }Hope this helps
Question 7 May 2013   license: CPOL
Can anyone please help me determine why my wrapped JSON parameters are coming in NULL?I'm trying to integrate a vendor's product into our internal software and have created a WCF web service to handle their POST requests.The vendor's JSON data format in the request body look like this: ...
Question 7 May 2013   license: CPOL
i want to make security while any other websit's consuming my wcf servicefor ex: am having 5 web sit's and 1 wcf servicewebsite-1 --->access--> ok (permission granted to access) wcfwebsite-2 ---->access-- X (no permissions to access) wcfwebsite-3 --->access--> ok...
Article 7 May 2013   license: CPOL
Enhance productivity and reliability, write your own tools.
Answer 7 May 2013   license: CPOL
You said you've tried a few things, have you read this article and tried its approach?Seven simple steps to enable HTTPS on WCF WsHttp bindings[^]
Question 7 May 2013   license: CPOL
I've got a few problems configuring an ASP.NET Webapplication which hosts a WCF Service. And I've been searching quite a while now. There are quite a lot of results to be honest, and I'm not an expert with WCF. Mostly the solutions are either for the wsHttpBinding (which i don't use) or showing...
Answer 7 May 2013   license: CPOL
Thanks db7uk, the problem has been resolved, when I was responding to you I noticed that one of the sub class didn't have the datacontract attribute. once I added that it started to work just fine. I guess I have a better strust setup with the development server.
Answer 7 May 2013   license: CPOL
check which one gives you the best resultsHttpUtility.UrlDecode(encodedString, System.Text.Encoding.Default);System.Uri.UnescapeDataString(encodedString);URL decode gives incorrect decoding for some characters (like for "+")there is one more method named HtmlDecode in HttpUtility,...
Answer 7 May 2013   license: CPOL
check which one gives you the best resultsHttpUtility.UrlDecode(encodedString, System.Text.Encoding.Default);System.Uri.UnescapeDataString(encodedString);URL decode gives incorrect decoding for some characters (like for "+")there is one more method named HtmlDecode in HttpUtility,...
Question 7 May 2013   license: CPOL
How to Decode a string in WCF page or web service page which has been encoded in Jquery using 'escape()' , the encoded string is in this format 'Manual%20Analysis'it should be decoded to 'Manual analysis' in WCF page. the encoding may vary.prefixText = escape(prefixText);
Article 6 May 2013   license: CPOL
eDude is multifaceted application which will act as a helping hand to the user in many ways. There will be broadly two categories Emergency Help and non-emergency help.
Question 6 May 2013   license: CPOL
Hi All:I have this wired problem. I developed a WCF service with three methods. installed in my development server's IIS 6.0 and everything works just file. When I installed it on a production server's IIS 6.0 it's giving the following serialization error. I get the the same error when I try...
Question 6 May 2013   license: CPOL
I am trying to return a generic list from a WCF. But return an "unknown" error. Can anyone help me out to solve this. in IService.cs==============[ServiceContract]public interface IServiceLP18{[OperationContract][WebInvoke(Method = "POST", BodyStyle = WebMessageBodyStyle.Wrapped,...
Article 6 May 2013   license: CPOL
Creating SharePoint List and Custom WCF application to read the SharePoint List information using Client Object model
Article 6 May 2013   license: GPL3
Design Patterns and best practices for building flexible and reusable WCF services.
Question 5 May 2013   license: CPOL
Hi, I'm trying to select the 30 latest entries in my database, but I want to select them from 4 different tables. Is there a way to do this clean and quick using linq? At the end of the query I want to store these objects in a list.Thanks in advance!

Page 1 of 81
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web03 | 2.6.130513.1 | Last Updated 13 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid