Windows Communication Foundation is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications.
1
vote
0answers
18 views
Could not find default endpoint element that references contract error
Any ideas?
I know this is asked loads because I've checked a load of links/sites such as this SO question:
Could not find default endpoint element
The problem is I have done all the copying of the ...
0
votes
0answers
12 views
C# keeping values of object pointers for further retrieving
Hope someone can help me with this.
I have a method (user_login) than prompts for a user to login and then generates and returns an invoice and a token.
The problem is that if the user has already ...
1
vote
1answer
24 views
WCF rest api - [WebGet] working, but endpoint not found for [WebInvoke(…GET…)]
New to configuring anything server side ... thanks in advance for your help!
I am trying to get a simple HelloWorld REST api working in VisualStudio2008 / .NET 3.5; eventually I'll be using it to ...
0
votes
0answers
18 views
WCF x Web Service
What big difference between WCF and Web Service?
I want you to show me a real case in which you acted and thought: 'is! WCF is actually much better than Web Service ', tell me relevant points that ...
1
vote
0answers
33 views
How would I go about implementing an HTTP proxy with WCF?
For my application, I need to implement an HTTP/S Proxy server in C#.
Some answers on this site suggest to use the TcpClient and TcpListener classes for maximum flexibility. I have, in the past, ...
-2
votes
0answers
33 views
Issue with Binding your Gridview to WCF Service [duplicate]
I want to bind my GridView based on the retrieved data from a WCF service. But it shows only the last row data in the GridView instead of showing them all.
Here is my WCF:
try
{
DSCustomer ...
1
vote
0answers
29 views
Very slow UploadValuesAsync
I was wondering if anyone could offer any advice.
Background
I have a little web-service that takes data from a https post, does a little transform on that data and passed it on to another ...
-1
votes
0answers
43 views
Implementing a .NET application communicating with a bank's PKI service [closed]
I need to develop a .NET application communicating with a bank's PKI service. The PKI service enables bank customers to get and manage certificates for use in secure communications with the bank.
...
0
votes
1answer
18 views
WCF service wasn't generated the web-config configurations
I have a simple WCF service and i would try to add a service reference for my console application it has worked fine and automatically generate the web-config configurations.
...
0
votes
1answer
45 views
+150
Different SOAP Headers in request/response using Message Contracts
I'm building some services which have a common header. This header has a certain layout in the request, and a different one in the response (i.e., there are two classes).
However, when I add a ...
0
votes
1answer
34 views
Deploying WCF Rest webservice to IIS 6.0 gives HTTP Error 404 - File or directory not found
I have a WCF rest webservice that runs fine on my local VS2010 environment, but when deployed to IIS 6.0 on windows server 2003, I get the HTTP Error 404 - File or directory not found.
I've searched ...
3
votes
5answers
76 views
How to return SqlDataReader in C# WCF?
In my C# WCF service I have a SqlDataReader that holds rows of data that I would like to return to the client.
How to return everything in the SqlDataReader?
Right now I have
if (sqlReader != null)
...
0
votes
0answers
21 views
OData service for windows store apps
in my next windows store apps i want to use OData (WCF Data Service) i don't know how to create and consume OData Service so is there any example to jump start with OData for windows store app
i ...
1
vote
2answers
61 views
How do I get WSDL file from a running service?
Here's how I start my web service:
try
{
//load the shedluer static constructor
ServiceHost svh = new ServiceHost(typeof(OrderExecutor));
var tcpbinding = new ...
4
votes
1answer
37 views
How to send the base 64 encoded string from android to wcf
I wrote the functionality to encode an image and send it to wcf. Um not using query string parameters. Um using the URL to pass parameters. This is my android code and this works fine.
public ...
0
votes
1answer
29 views
Logging IP Address in WCF Service
I'm using NLog in my WCF service and would like to log the caller IP-Address.
I've tried using the aspnet-LayoutRenderers (${aspnet-request:serverVariable=remote_host}, ...
1
vote
1answer
18 views
Does MsmqIntegrationBinding support multiple service operations
I'm learning about MsmqIntegrationBinding. All the samples and guidelines I've seen so far were covering scenario where, there is just one operation with one data contract. I tried to add another ...
1
vote
2answers
72 views
REST post request with optional file upload
while creating WCF REST service, i am receiving data in json and able to save in database. now i need to give option to upload file(optional, image or video) with same service. i tried sending byte ...
0
votes
2answers
74 views
issue in consuming wcf service in mvc 4
I'm having a class and interface like this in my wcf application IService1.cs
[ServiceContract]
public interface IService1
{
[OperationContract]
string insertValues(empInfo ...
3
votes
4answers
110 views
Log entire SOAP request or only parameters in it?
I have synchronization application that sends requests to web service every 10 seconds and makes some data chengings in local database and vice-versa. For my convenience and for solving of some ...
0
votes
1answer
164 views
uploading images using PhoneGap FileTransfer to .NET WCF Rest Service
I am facing problem upload file from camera and gallery.
When selecting few images from gallery I am able to successfully upload the image to WCF service. Thus WCF service is working fine and so is ...
2
votes
1answer
22 views
How can I receive data with WCF nettcpbinding when my database result is very great?
does exist any way to receive data in multy step
or other protocol that i use it that support the data greater than Int.MaxValue
because nettcpBinding only support data less than Int.MaxValue
with ...
3
votes
1answer
28 views
Renaming a WCF service hosted on IIS
I have renamed a WCF service and everything works just fine on my test/development environment. However, the service is not accessible on my production environment, which is IIS. When trying to access ...
0
votes
1answer
71 views
Difference between ASP.NET web API and RESTful WCF on performance basis
What is a difference between ASP.NET web API and RESTful WCF.
Which of the service will be capable of handling two-way huge traffic, eats up less data and efficiency/performance wrt server.
2
votes
1answer
82 views
odatagen: Failed to generate proxy classes. Please verify the metadata (iOS)
Im working on Open Data Protocol (OData) which is a standardized protocol for creating and consuming data API's.
OData builds on core protocols like HTTP and commonly accepted methodologies like REST ...
2
votes
2answers
173 views
Inno Setup Modify app.config file when you run setup.exe
I have a WCF service which I am hosting as a Windows Service. I normally go to VS command prompt and install the service using installutil.exe, then modify the base address of the service in ...
0
votes
0answers
39 views
What are the alternatives to windward? [closed]
We were going to use windward templates for different report generation and email generation in the enterprise environment. But due to lots of issues we are kind of keeping this as a hold. But the ...
3
votes
1answer
159 views
Windows 8 Metro RSA Encryption: AsymmetricKeyAlgorithmProvider ImportPublicKey Fails
I am attempting to pass some encrypted data between a Win 8 Metro app and a RESTful WCF service. Initially the Metro app requests a public key and the WCF service returns it as a raw Stream as to ...
3
votes
0answers
88 views
+100
ChannelFactory bug with dynamic arguments
This question is related to Bug in the dynamic language runtime in combination with IIS 7.5
ChannelFactory hangs if I provide it with a correctly typed dynamic object.
dynamic src = "MSFT";
var ...
4
votes
0answers
161 views
Getting 413 errors on IIS with concurrent sessions using the same HTTPS client certificate
I have the following problem.
I am hosting a WCF application on IIS 8 which accepts only HTTPS requests with client certificates. This service accepts POST messages which may vary in size (from a few ...
1
vote
0answers
529 views
Sharepoint 2013 access with /_vti_bin/listdata.svc
I'm really not experienced in this subject, and I can't seem to find out where to quite start.
I'm trying to read data from a list on SharePoint 13 (365 Preview) into a WinRT App. I added a Service ...
2
votes
2answers
114 views
How to release unmanaged resources in a WCF service that is hosted in a Windows Service?
I have a WCF service hosted in a Windows Service. The WCF service has a thread that makes a UdpClient connection to an outside system. I am finding that when the Windows Service is stopped that the ...
1
vote
0answers
53 views
Only 'parameters' element in message is supported error in MonoTouch
I get an error Only 'parameters' element in message is supported error in MonoTouch when I try to add a straightforward WCF service as a web reference
Are there any options that I have to set on the ...
1
vote
2answers
469 views
Accessing App fabric Cache from Multiple Clients
I am trying to setup a website on multiple hosts and these applications make use of App Fabric Caching framework.
I have setup the App Fabric using SQL Server (not XML) on Machine1 and I used "NT ...
2
votes
0answers
114 views
how to call rest using SSL from extjs
My configuration is this:
REST server: WCF-REST hosted on a windows service.
Web server: IIS for hosting my html+js files (Sencha ExtJS).
Client: The client is written using Sencha ExtJS
I have ...
2
votes
0answers
257 views
Android compressed requests to WCF REST service in IIS
Scenario: We need to transfer data from an Android app to a WCF RESTful web service hosted in IIS7 using compression to minimise data usage. There is considerably more data on the upload to the ...
1
vote
3answers
298 views
Error handling in ChannelFactory vs auto-generated proxies
I have recently started to write my own ChannelFactory wrapper to call my WCF service instead of relying on the auto generated code from visual studio
Previously, with the auto generated proxies, I ...
2
votes
1answer
136 views
How to implement .NET code library as a service layer - sharing same BL/CRUD between several applications
Setting: I'm developing an intranet tool set for my department, the main point of which is to centrally manage data quality and accessibility, but also to automate and scale some partial-processes.
...
0
votes
1answer
161 views
WCF service with both HTTPS and HTTP endpoint
I have successfully configured a WCF service that uses mutual certificate authentication with a WCF client over SSL.
For the mutual authentication over HTTPS the client and server both have ...
0
votes
1answer
239 views
WCF REST service results in 404
I have read most of the WCF REST 404 posts but none that helped me...
I have built a WCF REST service successfully. However, now it is causing issues. I tried just creating a sample WCF REST service ...
1
vote
1answer
374 views
Derived entity types in WCF Data Services and OData
I'm checking out WCF Data Services and OData for the first time and I'm wondering if it's bad practice to use inheritance in the entity model? It doesn't seem to be very well supported.
For instance ...
1
vote
0answers
286 views
WCF Async Service or MVC Async controller thread usage?
Can anyone explain when to use async controller versus an async wcf service? As in thread usage etc?
My async controller looks like this
public class EventController : AsyncController
{
...
2
votes
2answers
1k views
$filter option for DateTime in WCF Data Services query URL
WCF Data Services conveniently allow querying and filtering data via options in the URL. For example, say I want Products with a price greater than 20:
...
0
votes
1answer
1k views
WCF Json GET Service: Check that the sender and receiver's EndpointAddresses agree
I've been working in .NET for a while now, but I'm new to WCF. I'm trying to create my very first WCF service using JSON. I thought I would start really, really simple and then build from there. But ...
13
votes
2answers
2k views
why you cant overload a method in WCF?
assume this is a ServiceContract
[ServiceContract]
public interface MyService
{
[OperationContract]
int Sum(int x, int y);
[OperationContract]
int Sum(double x, double y);
}
why ...
3
votes
3answers
1k views
REST API for rabbitmq
Is there a way how can I send data to RabbitMQ from $.ajax?
My application is made up of several thousands web-clients (written on js) and WCF REST service and now I am trying to figure out how can I ...
5
votes
1answer
6k views
“There was no endpoint listening at…”
I'm trying to run a simple WCF Service...
My Wcf Service .config:
<system.serviceModel>
<services>
<service name ="WebService.Receptor">
<endpoint
address = ...
2
votes
1answer
2k views
Download file using WCF Rest service?
If there is a way to Upload file using rest via stream would there be also for "Download"? If yes, can you please tell me how? Thanks in advance!
7
votes
1answer
1k views
WCF Exception: The maximum message size quota for incoming messages (65536) has been exceeded
When i call a WCF service i get an exception:
The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the ...
7
votes
1answer
2k views
How to use makecert to create a X509 certificate accepted by WCF
Can anyone provide me with an example on how to create a self signed certificate, which would be accepted by the following code:
ServiceHost svh = new ServiceHost(typeof(MyClass));
...



