Tagged Questions
0
votes
0answers
8 views
WCF HttpBinding Security
I am very new to the wcf world as I tried to learn the technology by reading books out there. I have a very simple wcf application which has a host application and a client. I used utility provided ...
3
votes
0answers
61 views
Setting up WCF TCP service in a web application
I've been battling with this for days, literally going through a hundred articles giving partial guidelines on how to set up a WCF TCP based service. If someone can help me, I will make this question ...
0
votes
0answers
22 views
WCF EndpointNotFoundException
I am working on payment gateway, I did implemented on local and working fine but as soon I deploy on the live server following exception is occuring
[SocketException (0x274c): A connection ...
-1
votes
0answers
15 views
What should be values of MaxReceivedMessageSize and MaxBufferSize in client and service side?
This type of question has been asked a lot but still I am unable to figure out something and that is why I am asking it again.
Suppose my WCF client has to sent a file of size 1GB to a WCF service ...
0
votes
1answer
34 views
WCF call times out when the returned message is large
We have a system where a client flash application is calling an asmx based Search web service which in turn calls a wcf service hosted in a windows service using NetTcpBinding. This is working fine ...
2
votes
1answer
37 views
Sending WCF requests through ProxyServer
here is my client side WCF Config file :
<configuration>
<system.net>
<defaultProxy
enabled="true"
useDefaultCredentials="true">
<proxy
...
0
votes
1answer
30 views
WCF Error for some users
I have a Silverlight app that has some WCF services that it uses. When I run the silverlight app, everything works fine. Another person can use it just fine, however, the majority of users get an ...
0
votes
0answers
49 views
Why might our service that listens to Azure service bus queue using NetMessagingBinding stop receiving messages?
We have a WCF service that listens to an Azure servicebus queue using the NetMessagingBinding. However we are finding that sometimes the service seems to stop being notified when messages arrive, ie ...
0
votes
2answers
90 views
Cannot set wsHttpBinding on Azure Web Role. Web.config ignored?
I'm trying to deploy a WCF service as a Windows Azure Role using wsHttpBinding.
When the client tries to connect to it, it keeps getting the following exception:
[SynchronizingContextState.Process] ...
0
votes
1answer
15 views
WCF Binding Filter Option
Is it possible that we can expose few methods (OperationContract) of one contract ServiceContract) to one WCF binding and rest methods (OperationContract) of same contract (ServiceContract) to other ...
1
vote
1answer
61 views
WCF Catch faults returned if input has empty node for required property
I've created a WCF service that uses Unity/Unity.WCF/Unity.Interceptors for fault handling.
Now, If I do a SOAP request and do NOT include a required node in the request - the service method executes ...
1
vote
0answers
36 views
Expose WCF digitally signed service via HTTPS
By specs I have to expose service via HTTPS which is digitally signed.
I have configured HTTPS service on IIS and web.config, and that part is working.
I'm using basicHttpBinding 'cos service have to ...
0
votes
1answer
87 views
IIS WCF net.tcp binding error
I know there are many questions about this, I'we tried them all and it didn't work...
I'm using IIS8 on WS8, added net.tcp to protocols list and binding to 808 and I still get this error:
...
0
votes
1answer
36 views
Is WebHttpBinding uses TCP connection pooling?
I can see in MSDN page that NetTcpBinding in new .NET 4.5 uses TCP connection pooling based on the service’s host DNS name and the port number the service is listening on. Does it true for ...
3
votes
3answers
163 views
how to create multiple instance of wcf service using dynamic endpoint with same contract and binding without saving in app.config?
This is my server-side app.config:
<services>
<service name="PokerService.PlayerService" behaviorConfiguration="ServiceBehaviorPlayer">
<host>
<baseAddresses>
...
-1
votes
1answer
59 views
RESTful WebService with callback option
I am trying to create a WCF RESTful WebService that has a WebGet-Attribute for some operations, so i can show their results/updates in browser (here, am using HttpBinding). But I also want to notify ...
0
votes
2answers
36 views
Channel Factory vs Service Proxy
When to use Channel Factory, and When to use Service Proxy in WCF?
My binding is NetNamedPipeBinding. and I'm planning to use a Duplex connection.
0
votes
0answers
126 views
Passing connection String to WCF Service library
I'm trying to build the basic application to persist the information in database using WCF services.
These are the steps that i used to build the basic application
1) I created a WCF service library ...
0
votes
2answers
110 views
Azure Web Service over SSL returns incorrect soap address location
I have a Cloud Service running over SSL on Azure; I can browse to the service and get its wsdl over SSL but when I do the soap address location is returned incorrectly - instead of using the domain ...
1
vote
1answer
48 views
MaxReceivedMessageSize in WCF Hosted Service in console application
I have a hosted WCF service in my console application as follow:
static void Main(string[] args)
{
Uri baseAddress = new Uri("http://localhost:8080/Test");
// Create the ...
1
vote
1answer
117 views
Value cannot be null. Parameter name: uri
I get the following error when I am trying to invoke my Adobe Livecyle Soap service:
Value cannot be null. Parameter name: uri
The strange thing is that I don't have any parameter named "uri". I ...
0
votes
0answers
82 views
WCF Error :The type or namespace name 'XXX' does not exist in the namespace 'AAA.AAA'
When I add a WCf reference I got above error in reference.cs file. When I delete some namespace hierarchy then it is working fine.
For example I have function in reference.cs file
...
2
votes
2answers
120 views
WCF Service not returning collection in web application
My WCF service is hosted on local IIS. I could not get the result from the wcf call when I call it from the application. But it is strange that it is showing correct result in debugging(while step ...
0
votes
0answers
52 views
Authenticating cross domain WCF binding
I’m fairly new to WCF I need some help/advice on what options I have available for the following web application setup.
My WCF service is hosted within a web application which itself is accessed ...
0
votes
0answers
26 views
pass wsdl from wcf services to router services
I found in msdn forum that,
router services cannot access wsdl of calculator service or we cannot
expose the wsdl of calculator services on the router.
Now if I have to achieve this(i.e. pass ...
0
votes
1answer
53 views
WCF Design Approach For Self-Hosted Service
I'm looking to have a WCF service that is self-hosted (No IIS!) Because I want to handle the data directly between to projects and not use a DB.
Basicly what i need is a service that is listening to ...
0
votes
1answer
221 views
WCF service to receive json and add entry into database
I need to create a service which will be hosted in IIS. This service will have a function with one parameter of type string. This function will receive Json data. The client which will be using this ...
0
votes
1answer
468 views
Windows Phone 8 Error with WCF - The remote server returned an error: NotFound
I'm not quite sure where to start!! This problem has been driving me crazy!
I'm trying to develop an app for Windows Phone 8 using WCF and while it use to work alright and I do say alright as every ...
0
votes
0answers
21 views
publish subscribe
with WCF is it possible for: Client A to subscribe to events and client B to subscribe to events.
Then say 3 days later the service 'tells' client A to run method X
and tells client B to run method ...
0
votes
2answers
41 views
return value to client and then some callbacks
in the code below what i am trying to do is allow my client to call a wcf method on the server , return success and then give callbacks on the current progress i.e percentage complete. The client can ...
0
votes
1answer
35 views
callback continue
in the code below (wcf server) , if the client disconnects i want the code to continue processing. Right now it jumps to the catch statement and stops processing. The purpose of the callbacks will ...
0
votes
0answers
110 views
WCF and ContractFilter mismatch at the EndpointDispatcher
I got the followin error..what is the problem?
The message with Action '' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of ...
1
vote
1answer
791 views
The content type application/xml;charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8)
I trying to consume a WCF web service using stand alone application. I am able to view this service using Internet Explorer also able to view in Visual studio service references.
This is the error I ...
1
vote
1answer
50 views
Do i need a certificate for data transmission?
I want to secure transmission of data between my WCF client and service.
I thought i would have to employ an ssl certificate.
Difference between BasicHttpBinding and WsHttpBinding
However - on this ...
3
votes
1answer
189 views
FaultException is not working properly when using BasicHttpBinding
So, I noticed FaultException is not giving me the proper result when I use the BasicHttpBinding. When I use WSHttpBinding it works file.
The issue is, From WCF Service if I throw the FaultException ...
-1
votes
1answer
40 views
How to Call WCF Rest Service From Php [closed]
Hi i am not used to Php , I have Created a WCF Rest Service, can any one telme how to call that service from php code
Thanks
0
votes
0answers
20 views
WCF databinding
I have a problem in configuring my web-service which is hosted in the local system Computer_AA
This is config file within the Web-service
<system.serviceModel>
<client>
...
2
votes
0answers
118 views
WCF call to an Axis2 webservice - System.ServiceModel.FaultException: BusinessObject
I'm writing a .Net C# Web service that is used to call a remote Axis2 web service at one of our suppliers using WS-Security
It has to be hosted as a COM-visible DLL file because I'm actually using ...
0
votes
1answer
83 views
WCF client ReaderQuota error despite having set high limits
Our app consumes a number of webservices over WCF via basicHttpBinding. The XML messages are often very large (>2mb).
At runtime we are intermittently receiving a deserialization error which appears ...
0
votes
0answers
93 views
Can't retrieve Objects - WCF
I have a wcf service, this is my service config :
<system.serviceModel>
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="false" />
...
0
votes
0answers
313 views
Proper binding settings for WCF client consuming ASMX service requiring user name and certificate authentication
I could use a wee bit - okay, a lot - of guidance building a WCF client in C# to consume a secure internet ASMX service. What would help is for someone more expert than I to consider my settings, and ...
5
votes
1answer
296 views
WCF architecture help needed
We are planning on implementing our new software application as shown below.
Does this architecture look fit for purpose?
Items to Note:
There are many PC's
The pc has a WCF client as it needs to ...
0
votes
1answer
72 views
Does netpeertcpbinding support request/reply
I have a WCF p2p mesh network that is running fine for one way conversations. I am investigating if its possible to call a method to add two numbers and return and the sum.
However I am getting an ...
0
votes
0answers
47 views
UseDefaultWebProxy Functioning in WPF application
I have consumed a webservice in my wpf application. In app.config the settings in binding for the webservice has a property as UseDefaultWebProxy=true, Now my question is I want that the default proxy ...
1
vote
1answer
264 views
ContractFilter mismatch at the EndpointDispatcher?
Here i am calling the method from the hosted RESTful service in my browser
https://eshop/LinkService/LinkService.svc/GetStudentObj
and getting the following error
The message with Action '' ...
0
votes
0answers
319 views
Intermittent System.ServiceModel.CommunicationException
I have a console app that calls a WCF service to authorize scheduled credit card payments for a given store ID. Last night it called this service over 100 times and one of those calls, it got this ...
3
votes
1answer
43 views
Can we have DataContractSerializer, XMLFormatSerializer both in same service(ServiceContract) for different methods(OperationContract)?
Code:
public interface IServices
{
[OperationContract]
[XmlSerializerFormat]
GetProductsResponse Getproducts(GetProductsRequest productsrequest);
...
0
votes
2answers
79 views
why is wcf duplex required?
WCF duplex performs a callback after a method has run on the server that then runs code on the client.
If i want to execute a method on the client from the server at the push of a button on the ...
0
votes
1answer
42 views
Converting WSHttpBinding to custom
I want to increase the MaxClockSkew of my binding but I don't know how can I convert my binding to a custom binding to add the MaxClockSkew element.
I really appreciate if anyone could help me ...
1
vote
1answer
90 views
wcf server initiate method on client
I have a method on my WCF server that performs a callback as shown below. This works fine including the callback.
But how do i initiate the execution of the method on the client from the server. ie ...


