<ChristophDotNet
desc="My angle on brackets" />
-
Linuxers switching to Win 2k3
In other news:
-
Sam's Comments on the latest Windows Security Holes
Sam pretty much says it as it is ...
-
Indigo ... my next guess
OK ... Summing up the hints on Don's blog:
-
Update: soap.inappdomain:// ...
I just got confirmation that the inproc channel is really only intended to be an inappdomain channel for debugging purposes.
-
Remoting Eye For The Straight Guy
I'm just watching Queer Eye for the Straight Guy on Bravo ... for some reason one of these guys just reminds me somewhat of Ingo ...
-
PDCBoggers ... I'm in
-
Don hints more in Indigo
Well,
-
soap.inproc:// ??
WSE 2.0 introduces some support for HTTP and HTTPS. It also added full support for SOAP based messaging over TCP. If you look real hard you will find an implementation of an Inproc channel to allow sending and receiving messaging SOAP messages within the same process.
-
Setting up WSE inproc messaging
public class MessagingReceiver : SoapReceiver
{
protected override void Receive(Microsoft.Web.Services.SoapEnvelope envelope
{
System.Diagnostics.Debug.WriteLine(
string.Format("Receive: {0}", envelope.OuterXml));
// TODO: Add a more interesting implementation
}
} -
Another suggestion for a PDC BOF session: Web services Orchestration: More than just getting the weather and checking your stocks
Christian Weyer, fellow Frankonian and web services orchestration guru, and myself submitted another suggestion for a BOF session at the PDC. Take a look at the abstract below and vote for it at: http://www.ineta.org/bof/Default.aspx if you're interested.