Click here to Skip to main content
15,891,184 members
Articles / Programming Languages / XML

Understanding BizTalk Server - In 47 Words Or Less

Rate me:
Please Sign up or sign in to vote.
3.94/5 (11 votes)
11 Jun 2008CDDL22 min read 64.4K   291   39  
Introduction to BizTalk Server for experienced developers - buids on exising knowledge.
��<?xml version="1.0" encoding="utf-16"?>

<xs:schema xmlns:b="http://schemas.microsoft.com/BizTalk/2003" xmlns="http://BizTalkSample_CbrMain_wWorkflow.Schemas.NonRoutableMessage_Main" targetNamespace="http://BizTalkSample_CbrMain_wWorkflow.Schemas.NonRoutableMessage_Main" xmlns:xs="http://www.w3.org/2001/XMLSchema">

  <xs:element name="CbrSampleMain">

    <xs:complexType>

      <xs:sequence>

        <xs:element name="Destination" type="xs:string" />

      </xs:sequence>

    </xs:complexType>

  </xs:element>

</xs:schema>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Common Development and Distribution License (CDDL)


Written By
Software Developer (Senior) erikwestermann.com
Canada Canada
Erik is a senior developer-writer with more than 20 years professional programming experience designing and developing large scale database and Internet-centric applications for organizations including MSN.ca, ADP, Nortel, EDS, Merrill Lynch, ePost, CIBC, TD Securities, IBC, CIHI, InnovaPost, etc.

Erik has been specializing in BizTalk Server-based solutions for many years. His experience includes many SOA and ESB-style applications using technologies like Commerce Server, SharePoint, ASP.NET and advanced .NET Framework.

Comments and Discussions