If you interested in future of BizTalk watch the latest talk of Tony Meleg during WPC 2011 Los Angeles: AP03 - The Future of Middleware and the BizTalk Roadmap.
Thursday, 14 July 2011
Wednesday, 13 July 2011
Calling Stored Procedure Oracle 11g Using WCF-Custom OracleDbBinding
Posted on 08:47 by Unknown
In this post I like to show how to call a stored procedure in Oracle 11g XE performing an insert and an update. To create a stored procedure in Oracle 11g I look for guidance and found at Oracle® Database PL/SQL Packages and Types Reference, and PSOUG Insert and Update. I created the following two procedures: create or replace procedure "INSERT_CUSTOMER"(customer_name IN VARCHAR2,customer_street
Using BTSHTTPReceive in x64 Environment
Posted on 04:18 by Unknown
I have a VM with BTS 2010 installed on a Windows Server 2008 R2 x64. In this environment I wanted to find out how to work with HTTP Adapter. Fortunately there two samples found in :\Program Files(x86)\BizTalk Server 2010\SDK\Samples\AdapterUsage\HTTPRequestResponse or HTTPSolicitResponse (you will find them if you have selected the SDK feature during BizTalk Installation). Before
Monday, 11 July 2011
SQLExecute Oracle 11g XE using WCF OracleDbBinding
Posted on 07:05 by Unknown
In previous post I detailed polling an Oracle 11g XE (Express) database using OracleDbBinding in WCF-Custom Adapter. Now I like to share how I can perform SQL statements through SQLExecute operation. You can run parameterized SQL statement on an Oracle database through WCF-Custom with OracleDbBinding. This binding supports the SQLExecute operation, which acts on an input parameter block comprised
Sunday, 10 July 2011
Polling Oracle 11g XE with OracleDbBinding
Posted on 05:14 by Unknown
In previous post I detailed how to perform some table operations in Oracle 11g using OracleDbBinding (WCF). I now like to show how to do polling in Oracel 11g XE. You can download a number of BizTalk Server 2010 Adapter Pack samples and I will use the Polling an Oracle Database sample. What sample will do is configuring a polling transaction (query) that targets the .
Monday, 4 July 2011
Passed BizTalk 2010 exam (70-595)
Posted on 02:47 by Unknown
Today I passed the BizTalk 2010 exam and I am certified technology specialist again. In the past I passed the BizTalk 2006 (70-235) and BizTalk 2006 R2 (70-241), but both of them where retired just recently (30th of June 2011). I prepared my self using resources you will find in one of my previous posts. Having a virtual machine with BizTalk 2010 with a lot samples is a great help in preparing.
Friday, 1 July 2011
BizTalk Server MVP 2011
Posted on 07:23 by Unknown
Just now I have received an e-mail from Microsoft with exciting news that I’ve been re-awarded the MVP title. For me this is the second time to receive this award. The first year has been an tremendous experience, which gave me the opportunity to do great things and meet inspiring and very skilled people. I would like to thank: - my MVP leads William Jansen - Ed Hickey and all other Microsoft
Subscribe to:
Posts (Atom)