WCF Events
Sun, 25 May 2008 16:00:41 -0700 (PDT)
Hey All
I want to raise event in my host when a WCF service is called.
Example:
WCF Service is hosted in Windows Forms. When an event occurs then i
show message "HelloWorld" message through my Windows Form or do
something in my windows form.
Please help
Thanks ...
|
Help with IClientMessageFormatter
Fri, 23 May 2008 15:27:56 -0400
I am implementing this interface to implement message compression - so I
need to deserialize the response.
However, by implementing this interface and assigning that class to be the
Formatter by the operation, I now also need to write the implementation of
the SerializeRequest method.
Well, I don't want ...
|
newbie question about WCF vs. Remoting
Sun, 18 May 2008 15:58:47 -0400
I currently have a Windows form app that sits on the client machine and
connects through a VPN to a database server running SQL Server. As long as
the clients bring back reasonable amounts of data, the app runs fine.
Basically I am using Ideablade devforce to create my model. So my app
brings back objects ...
|
Custom SOAP headers
Wed, 14 May 2008 07:48:03 -0700
I'm trying to modify my soap headers before making a call to a web service.
I am using an IClientMessageInspector class and adding a single header works
fine, but I want to add a more complex object into the header.
The resulting SOAP xml is supposed to look something like this:
<soapenv:Header>
<myroot>
...
|
WCF Asynchronous Services and WebHTTPBinding
Wed, 7 May 2008 22:38:01 -0700
Hi
I am a newbie to WCF. I have 2 questions regarding WCF services which are
however at the advanced level. :(
I am using REST style invocation for my services. My service name is GetData
and it would be used by generic AJAX clients and/or ASP.NET AJAX clients.
1. Using the URL, it is possible to invoke the ...
|
WCF Asynchronous Services and WebHTTPBinding
Wed, 7 May 2008 22:37:02 -0700 (PDT)
Hi
I am a newbie to WCF. I have 2 questions regarding WCF services which
are however at the advanced level. :(
I am using REST style invocation for my services. My service name is
GetData and it would be used by generic AJAX clients and/or ASP.NET
AJAX clients.
1. Using the URL, it is possible to invoke the se ...
|
Installation error in WCF .Net 3.0
Wed, 7 May 2008 20:54:27 -0700 (PDT)
If anyone has prior experience or knowledge of inner details of WCF
and ServiceModelReg.exe, then kindly visit the following thread.
Thread Title: ServiceModelReg fails in installation of WCF
http://groups.google.com/group/microsoft.public.dotnet.framework/browse_thread/thread/dfd37eb8a077e9f0?hl=en#
Thanks ...
|
|
|
WCF security: the request for security token could not be satisfied
Tue, 06 May 2008 06:37:26 -0700
Hi
I have a WCF service and a client. When I install the WCF service on
"localhost" I can easily call it. When I install the WCF service on
another host, I get a security exception:
The request for security token could not be satisfied because
authentication failed
I am guessing there is some configurati ...
|
Knowing when a service dies
Fri, 2 May 2008 07:40:46 -0700 (PDT)
Hello Newsgroup,
I wonder how one would write wcf proxy code that is being notified
when the connected service channel is being closed (service process
ends for example).
I was subscribing the Channels and the Duplex Channels Closing and
Closed events but these have never been fired.
Any idea on that?
...
|
Soap Body different for different calls
Fri, 2 May 2008 04:24:48 -0700 (PDT)
Hi all,
I have a WCF service that accepts a typed dataset. The signature looks
like this:
void ActivatePersonalAccount(ref AccountMaintenanceSDSC sds);
I am trying to invoke this both from a .net client and from BizTalk.
The Soap Body element looks like below for each call. The differences
are that for t ...
|