Click here to Skip to main content
15,896,382 members
Articles / Programming Languages / C#

BizUnit 4.0 TestStep for MQSC (Ibm Websphere Message Queue).

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
21 Feb 2013CPOL10 min read 19.7K   210   2  
New TestStep in BizUnit 4.0 for MQSC
��<?xml version="1.0" encoding="utf-16"?>

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

  <xs:element name="Member">

    <xs:complexType>

      <xs:sequence>

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

        <xs:element name="MemNum" 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 Code Project Open License (CPOL)


Written By
Technical Lead Sapient Global Market
United States United States
Himanshu Thawait is Associate Arch at Sapient Global Markets.

He is expert in developing EAI, BizTalk with EDI(HIPPA)., Web applications, Micro web services, Angular, ASP.NET MVC, C#, VB.NE T, VB 6, SQL Server, Oracle, No SQL, Classic ASP, XML and JavaScript, IBM MQSC, IBM DB2.

Comments and Discussions