Contract name could be any on the client
Fri, 25 Apr 2008 08:57:28 -0700
There is one non-intuitive thing in WCF development and I've tryed to
describe it
WCF: Contract name could be any on the client side
(http://geekswithblogs.net/LeonidGaneline/archive/2008/04/25/wcf-contract-name-could-be-any-on-the-client-side.aspx)
Please, let me know is it helpful or not.
...
|
MetadataResolver.Resolve issues , localhost and machinename problem
Wed, 23 Apr 2008 23:49:26 -0700 (PDT)
Hi,
I was trying to resolve an end point address of wcf service using
MetadataResolver.Resolve, what I observed was, eventhough the end
point provided in the method parameter has 'machinename' the resolved
end point contains 'localhost' if the service is hosted locally.
Is there any way to get the machi ...
|
MetadataResolver gets uri with 'localhost' and not 'machinename'
Wed, 23 Apr 2008 23:45:17 -0700 (PDT)
Hi, ...
|
HTTP Headers
Wed, 23 Apr 2008 06:41:00 -0700
Is it possible to add custom HTTP headers to a WCF service call in the mobile
implementation of WCF? I have search all over the last few days and I can't
come up with anything. I can see on the desktop version how to do it, but
the classes it needs to do this don't exist in the mobile version. Thanks in
a ...
|
WCF Security Question
Sat, 19 Apr 2008 14:28:01 -0700
i have a WCF service(hosted in IIS) with the following configuration:
basichttpbinding
MTOM
Streaming(for file upload and download)
now i want to implement a security system where i receive username/password
only once. after which i want to issue a custom generated token which should
be used for all subseque ...
|
P2P application using PeerChannel
Thu, 17 Apr 2008 17:09:51 -0700 (PDT)
Hi,
I wrote a simple chat using wcf PeerChannel and CustomPeerResolver.
Everything works fine between one computer with vista and a public ip,
and a second one with vista but private ip. But I cant establish a
connection between two computers behind NAT (first xp sp2 with pnrp2,
second vista, both private ip) ...
|
Re: Network Monitor Driver
Thu, 17 Apr 2008 02:08:17 -0500
A bit late but I found following solution:
1. Install the WindowsXP-KB838079-SupportTools-ENU.exe on any WinXP
2. Find all dll's you need and copy to WinVista
3. I have still problem with "Network Monitor Driver" when I'm using
the netcap.exe
br
--
msrcie ...
|
|
|
using localhost v/s Environment.MachineName
Fri, 11 Apr 2008 07:25:09 -0700 (PDT)
Hi There ,
i am using wshttpbinding with client credentials set to windows .my
service address looks like this
"http://localhost:2005/SampleService" when this address is mentioned
the service/client works perfect.
but i want to replace "localhost" with "Environment.MachineName" so
my address will look lik ...
|
MSMQ Suitability for long running task scenario
Fri, 11 Apr 2008 04:28:52 -0700 (PDT)
I have a web app for which there are a number of processes that could
potentially be long running. For arguments sake let's say this could
be 1hour+. My two primary concerns are firstly that I want the
processes to run asynchronously and secondly I don't want the
processes to tie up IIS.
I've come to the conc ...
|
ActionNotSupported error
Thu, 10 Apr 2008 03:08:08 -0700 (PDT)
Hi
I am getting the following error when I try to run my WCF service in
the browser:
http://localhost:8000/DITService/DITService
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
- <s:Body>
- <s:Fault>
<faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/
addressing/none">a:ActionN ...
|