All Blog Posts
-
|
Hi Folks, I wanted to know how a simple lambda expression looks like when reflected in .NET. So I wrote this Xunit test class: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics; using Xunit;...
|
-
|
Hi! This blog will outline some high level aspects of implementing service broker, this is targeted at people who are already familiar with the basics of service broker, if you need the basics, check this tutorial: http://msdn.microsoft.com/en-us/library...
|
-
|
Hi! A quick note that I must say in regards to hosting BizTalk in our virtual environment that Sun Virtual Box has really out did them. They have a really stable virtual machine product. BizTalk, SQL and MOSS have been running really smooth on my development...
|
-
|
Hi, If you have a XML document in a table and it has multiple namespaces, you can query the values for the elements by creating multiple namespace aliases. e.g. declare @message xml select @message = '<WorkflowRecord xmlns="http://ROM.Workflow...
|
-
|
Hi Folks, I wanted to see if I could use the WCF-Custom Adapter to match my scenario below: Scenario: I want to call a stored procedure with multiple arguments without using orchestrations and one of the parameters of the stored procedure is the actual...
|
-
|
I thought I will post my views on certification as this discussion comes up often within forums, casual chats and comments I see scattered over the web. I have been in the industry for 21 years and have been in-and-out of the training game since the start...
|
-
|
Over the past two decades I have learnt a hell of a lot when it comes to different architectures and designs; also what things work and where things do not. I have had a heap of failures in varying degrees from “oops, here is the fix” to ...
|
-
|
Hi, When you want to upgraded to BizTalk 2009 from BizTalk 2006 R2, it is a relatively easy process to do on Windows 2003. MSMQT will no longer work, so if you implement message queuing then I advise to build another solution than use MSMQT. Here is the...
|
-
|
Hi, Below is a script to rebuild indexes, it will try online operations, which can fail, in the event of a failure it will switch to offline mode. SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET NOCOUNT ON GO CREATE procedure [dbo] . [RebuildIndexes...
|
-
|
Hi Folks, I recently had to build a dispatching system, where a message would be received from our web service. The message would then be saved to the database with: Stage: IMPORT and Status: SUCCESS A standard BizTalk SQL Receive location would pull...
|
-
|
Hi Folks, A quick post for those of you who need to generate code based on complex and rather large XSD schemas. I found this tool very handy: http://www.codeplex.com/Xsd2Code It has allot more customisation than the xsd.exe tool from Visual Studio. Xsd2Code...
|
-
|
Hi Folks, I had to make a report on a website, where users could see data being sent into the Enterprise Service Bus. So basically all requests sent to web services is stored as XML in the SQL database. So, I created a GridView with a link to display...
|
-
|
Hi Folks, I am somewhat sad with the requirements to use the ESB BizTalk Toolkit 2.0, you need to have BizTalk Enterprise Edition, which I find rather out of reach, since we use Standard. Due to this, our company decided not to use the toolkit and develop...
|
-
|
Hi Folks, Sometimes namespaces can be a real pain. Especially when child elements in an XML document have multiple namespaces etc. Imagine a document like this: <Root xmlns=" http://www.example.com "> <Child xmlns=" http://www...
|
-
|
Hi Folks, When it comes to SOAP security, I use the following schema for the SOAP Header: http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd It is really easy to use. Just have this class in your webservices project: --...
|
-
|
Hi Folks, Here is a link to my University Assignments covering Nanotechnology for 2009: Download: http://grounding.co.za/files/folders/documents/entry2185.aspx The link to my assignments covers: Silicon Fabrication Techniques Deposition Techniques Etching...
|
-
|
Hi Folks, Scenario You have a web form where you need to do the following: Retrieve XML data from a SQL Data Store Provide an interface for Viewing and editing the data depending on the status of the data being viewed. The form view for the XML data should...
|
-
|
This is more an IIS related error than an SharePoint error, but due to the fact that I received this while building a SharePoint Web Application I thought it might be relevant. I was recently involved in an virtualization project where we moved all the...
|
-
|
This morning I received the long awaited email from Microsoft only to find that most of the technicians in the IT department have already downloaded and installed it. I guess that is what happens when you are involved with Sharepoint most of the time...
|
-
|
I received this error when creating a machine template with Citrix LabManager 3.0. Turns out this happened because the user I was logged on with and running the lab manager console as did not have permission to create virtual machines on the Hyper-V server...
|
-
|
I wrote the above exam today expecting the typical multiple choice questions and wasn’t disappointed. The first section of the exam did indeed contain forty seven multiple choice questions. However, to my surprise, there was a second section...
|
-
|
What is Terminal Services Web Access? TS Web Access is a feature that makes TS RemoteApp programs available to users from a Web browser. With TS Web Access, a user can visit a Web site—either from the Internet or from an intranet—to access a list of available...
|
-
|
What is Terminal Services Remote Appp? TS RemoteApp programs are applications that users access remotely through Terminal Services although the applications appear as if they are running on the end user’s local computer. Users can run RemoteApp programs...
|
-
|
This is the first of two parts regarding the Terminal Services Gateway. Here I’ll do a default deployment as the object of this exercise is to just get the Gateway up and running. In the second post I’ll look at what happened during this default...
|
-
|
Hi Folks, This blog will discuss the high level overview for developing a proxy on BizTalk to interface with composite web services. What we want to do is create a multi-part message on the fly when sending the data to the web service. BizTalk...
|
More Posts Next page »
|
|
|