Questions tagged [wcf-client]

For questions about Windows Communication Foundation (WCF) clients.

757 questions
0
votes
1 answer

How to publish binding details of the WCF web service to clients on the internet?

I want to host my WCF web service in the public domain (on internet) so that any client application (java, .net etc.) can consume it. The WSDL will give details of the service (what it offers etc.). But, How to inform the binding details to the…
Learner
  • 4,661
  • 9
  • 56
  • 102
0
votes
1 answer

.NET Web Service Client - Client found response content type of 'text/plain', but expected 'text/xml'

I have an ASP.NET webpage that has a web reference to a SOAP WSDL. If I call the methods associated with this WSDL (the methods live on another server), everything works fine. However, I'd like to be able to dynamically change the endpoint address…
Nick R.
  • 437
  • 6
  • 13
0
votes
1 answer

wsDualHttpBinding error in Win7

I have one server/client app where server is hosted in IIS server, and many clients will connect to that IIS server, Dual binding is use to broadcast message from server to clients. I am develop in my Vista machine which has no error, however when…
tzuhsun
  • 91
  • 1
  • 7
0
votes
2 answers

WCF CFClientBase Serialization Stackoverflow Exception?

The following error occurs whenthe client code running in CF 3.5 on a windows mobile 6.5 device tries to call our wcf service... before it ever even makes the call. What is odd is that the exception DOES NOT occur when running under the debugger…
0
votes
2 answers

Why cant php work with WCF 4.0 asp website with a WCF service work?

Ok my .net 4.0 client works fine. People using java all have no issues. But when it comes to php our php developer cant get anything to work. Now keep in mind i did not create a Wcflibray project, i created a regular asp 4.0 website and then added…
MichaelEvanchik
  • 1,748
  • 1
  • 13
  • 23
0
votes
1 answer

Error (StackOverflowException) while creating WCF proxy for .NET Micro Framework DPWS using MFSvcUtil.exe

I'm trying to get my device working with my WCF service hosted in Azure, so I followed the article Connected Devices Using the .NET Micro Framework that shows me how to do it. The point at which I'm having problems is when I'm trying to run…
Gutemberg Ribeiro
  • 1,533
  • 1
  • 21
  • 45
0
votes
1 answer

Do I have to set the same SecurityMode on WCF Client and Server?

Depending on a user set value I change the NetTcpBinding SecurityMode property at the wcf client. Do I have to set the same on the server? So for example on both sides The binding has securitymode "Transport". What if the server has…
Elisabeth
  • 20,496
  • 52
  • 200
  • 321
0
votes
1 answer

Dumping data reported by client to server to a Log file

I'm using WCF services in the client application for transfering data from client to server and vice-versa. I'm looking for a mechanism to log the data sent to server into the log file on client machine. I looked into the WCF library but could not…
Rajesh R. Naik
  • 193
  • 1
  • 4
0
votes
1 answer

WCF - Inspect an MTOM encoded message BeforeSendRequest

I'm integrating with a third party WCF service that is using Mtom as the message encoding. I have created a message inspector behavior, and i'm able to view the message request "string" by calling request.ToString(), However, the message never…
Michael G
  • 6,695
  • 2
  • 41
  • 59
-1
votes
1 answer

Can a client send kml file to store details of a location in the database?

How are police officers and emergency workers sending details of a situation with a location on the map? I'm developing a WCF service that recieves data with location details from a client with an android app. So I thought that an android app can…
Qwerty
  • 323
  • 1
  • 6
  • 33
-1
votes
1 answer

How to configure a WCF Service Application?

How can I create a WCF service (hosted in localhost) and then use a html page that consumes the localhost WCF service using jquery/js?
aF.
  • 64,980
  • 43
  • 135
  • 198
-1
votes
1 answer

Can windows managed service be a wcf client?

On 1st server, there is wcf service hosted in windows managed service. On the 2nd server, there is another wcf service, hosted in their own windows managed service. I try to connect to 1st service from the inside of the 2nd service, but I become a…
sasjaq
  • 761
  • 1
  • 11
  • 31
-1
votes
1 answer

File Uploads to a WCF Service from ClientBase

I'm currently working on a solution to upload and download files to a WCF service. The client is a class inheriting from ClientBase. I've read the MSDN article on streaming and links on StackOverflow and elsewhere, but I can't seem to figure out why…
abjbhat
  • 999
  • 3
  • 13
  • 24
-1
votes
1 answer

WCF test Client working on my ip but do not work on the other ip

I have created WCF test client, and it's working on my IP. however, when I tried to test it on the guest's IP it was not working. See an error message below: Failed to invoke the service. Possible causes: The service is offline or inaccessible;…
-1
votes
1 answer

Unable to create an object of com components written in unmanaged code from .Net wcf service

I am writing a Wcf Service library and want to load an unmanaged com dll. The com dll threaded model is not set so its a Single-threaded legacy component that runs only in the main STA threading model In wcf service, I have set the apartment as STA…
Amjad
  • 1
  • 1
1 2 3
50
51