wcf

  1. albusmw

    Lightwight inter-application communication

    Hi, I have 4 .NET applications (VB, .NET 7.0 or higher). What would be the easiest way to make the apps talk to each other, the data amount is very small (query a double number, set a string value, ...). One of them is a telegram client, and I want to get information from the other apps via...
  2. Administrator

    Question clientCredentialType Basic or Windows?

    Hello, I have several WCF wsHttp services using Transport security over an SSL connection. Presently I use "Windows" for the clientCredentialType and all has worked fine with exception of one scenario where my e-commerce site (its own SSL) had a problem communicating with the other server via...
  3. tgf-47

    Question The maximum message size quota for incoming messages (65536) has been exceeded.....

    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. here is contents of my Web.config file: <?xml version="1.0"?> <!-- Note: As an alternative to hand editing this...
  4. Administrator

    Question Implementing a token system

    Hello, I'm creating a smart client application using .NET 3.5. A winforms client connecting through WCF services to retrieve data from SQL 2008. I need to pass a username/password (encrypted and over HTTPS) and return information such as: -Is this user (e-mail address) under a current...
  5. D

    Question Wcf intro ..!

    hay guys .. Can someone help me to create a service and consume it using C# and VS2008.. M an absolute beginner in the field of WCF.. I search through Google and many many more but found none.. Can someone post some resources for this .. I would really love video tutorials, but for now...
  6. S

    Send image to wcf service

    Hi I have a wcf-service on my webserver. It works like a photoblogg, so I can send some info and a picture that will update my webpage. It worked ok when I used a webservice. But after iI rewrote my service to wcf I have problem sending my image to the server. My client is a windows mobile 6...
Back
Top