October 2007 Entries
I recently found myself in a bind trying to get a useful XPath function for the xpath() function (BizTalk developers, you know what I'm talking about) that would help me logically identify the existence of an element in a schema instance (otherwise known as an Xml document). The documentation (or at least my hard-copy version does?) states: "For more information on the xpath function, see third-party documentation on the XML Path Language (XPath)." So, I fired up my favorite search engine and did...
I ran into this error while undergoing a renaming effort in a project of mine, and in my haste I could not understand what this error meant, or why I was getting it. Specifically, it looked like this (incriminating names relegated to %n notation): D:\ BTPROJECTS\ <ProjectFolder>\ <BizTalkServiceName>\ <OrchestrationName>.o... error X2289: '%1': must be a port in service '%2' of polarity 'uses' and with porttype '%3'. Whenever I start building a BizTalk project, I have a...