Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET » WCF   (RSS)

AppFabric and BizTalk

There have been lots of questions lately about AppFabric (code named Dublin). These questions have centered around why Microsoft needs another middle tier solution and will AppFabric replace BizTalk. Lets take a look at these questions as well as two
Posted by skaufman | 0 Comments
Filed under: , , , ,

Follow Up from TechEd Europe

Paolo Salvatori and I delivered a session titled 'Customizing and Extending the BizTalk WCF Adapters' and Paolo has created a number of fantastic blog entries around this subject. His latest entry goes through much of the content that was delivered in
Posted by skaufman | 0 Comments
Filed under: , ,

WCF: Did you know?

Did you know that when doing contract first development and utilize a Boolean data type with a default value (lets just say the default value was set to true), WCF will not serialize out the default value in the message. WCF will only serialize out the
Posted by skaufman | 1 Comments
Filed under: , ,

WSE, DIME; WCF, MTOM; OH My!

I was recently working on a proof of concept where we needed to interface to a repository that returned the documents using DIME attachments. I don't know if you have had the 'opportunity' to work with DIME attachments before but there isn't much that
Posted by skaufman | 0 Comments
Filed under: , ,

Exposing Custom WCF Headers through WCF Behaviors - Part 3

.style1 { font-family: "Courier New", Courier, monospace; font-size: x-small; } .style2 { font-family: "Courier New", Courier, monospace; font-size: x-small; } .style3 { font-size: x-small; } .style5 { font-size: x-small; } .style6 { text-align: center;
Posted by skaufman | 1 Comments
Filed under: , ,

Exposing Custom WCF Headers through WCF Behaviors - Part 2

In part 1 we covered how to create a custom behavior to inject header data into the dynamically created WSDL. In this part we will look at consuming the header data passed in. By default BizTalk will take any custom header it finds in the incoming WCF
Posted by skaufman | 0 Comments
Filed under: , ,

Exposing Custom WCF Headers through WCF Behaviors

Since the WCF Publishing Wizard in BizTalk does not support adding custom headers defined at the server, we need to programmatically modify what gets created by the wizard to add custom headers. However, from the client you have the option to pass in
Posted by skaufman | 2 Comments
Filed under: , ,

More Information on Processing MSMQ Messages in FIFO Order

In two of my previous posts I talked about processing MSMQ messages in FIFO order with WCF. The way that WCF, along with the MSMQ binding, works there could be a couple of situations in which messages may actually not process in FIFO order. The most prevalent
Posted by skaufman | 0 Comments
Filed under: , ,

Processing multiple queues in FIFO order with WCF

In my previous entry on Processing FIFO MSMQ Messages using WCF I said that I would cover processing multiple queues and processing each queue in FIFO order. If you remember, our requirement was to processe messages we receive from a legacy system through
Posted by skaufman | 1 Comments
Filed under: , ,

MSMQ Label Property and WCF

The label property of an MSMQ message has been used for many things. Developers still use the label property and want to continue to use it. So, how do you get access to this property in WCF before posting your message to the queue. It turns out that
Posted by skaufman | 1 Comments
Filed under: , ,
 
Page view tracker