SQL and SOAP Adapter Whitepapers Published

Two new whitepapers have recently been authored and will be posted to MSDN shortly.  These are full of key information on the primary issues customers may face when using the SQL and SOAP adapters with BizTalk Server.


They can be found at: http://msdn2.microsoft.com/en-us/biztalk/aa937652.aspx.


       Best Practices for the SQL Adapter


       Sample Design Patterns for Consuming and Exposing Web Services from an Orchestration


Kudos to our fantastic Support Engineers who continue to publish relevant content back to our customer base!


Enjoy,
– Doug

PRESTO Starter Kit for Microsoft BizTalk Server 2006 R2 is available!

The PRESTO Adapters Starter Kit is intended for architects, developers or anyone who are interested in consuming or exposing services that “communicate” withPRESTO from the Microsoft BizTalk Server 2006 R2 exchange platform. Whatever the role people are going to play, the adapters provided as part of the PRESTO Adapters Starter Kit are intended to be […]

Gadgets in Javascript? I changed my mind

Gadgets in Javascript? I changed my mind

When I first heard that Vista Sidebar Gadgets where to be developed using Javascript, I thought Microsoft was making a mistake, and that Javascript+Html+Css was the wrong platform for these developments.


Since then, I’ve tried several gadgets, and tweaked two of them: first the Show Me Life Flickr gadget and yesterday the Scraper gadget. What I found is that the technologies involved are really convenient, and development turned out to be really quick. The Scraper gadget sample doesn’t work anymore (I think the site where it scrapes info from is down), but I quickly changed it to get financial quotes from my bank’s pages, add auto-update timers, use a better layout, and be configurable. All in a couple of hours.


Being a simple development, I did the code editing in Notepad2, but I think for more advanced gadgets (a few months back I tweaked Microsoft’s Outlook Upcoming Appointments to get my own custom to-do list, and Outlook’s object model is significantly more complex, which made this much more complicated) a more sofisticated development+test environment is probably a good idea.


You’ll have to excuse me for not sharing the code, but I don’t want the bank to block the scraping. 🙂

Grab the BizTalk Binding File Schema on the run

Whether it’s BTS04 or 06 – you can always generate the schema behind the magical binding
file from the following command (courtesy of Mark Berry):

xsd.exe “C:\Program Files\Microsoft BizTalk Server 2006/Microsoft.BizTalk.Deployment.dll”
/type:BindingInfo

-Mark Berry

Pretty cool – thanks Mark. (obviously change ‘2006’ to ‘2004’ if on BTS 2004)

 

You now have an XSD that corresponds to all the options in your Binding File.

Enjoy!