Logosworld SAP and SOA

Primary links

  • Home
  • SOA City News
    • SOA Cafe
      • SoaXchange Blog
      • SOA Blog
      • Chatroom
    • SOA Garden
      • Karoona
        • Karoona Adapters
      • PPT
    • SOA City
    • SOA India
    • Whitepapers
    • Fotowall
    • Recruitment Forum
      • Experts
    • Techroom Forum
      • SOA
        • Fiorano Forum
          • Fiorano Home
        • SOA Forum
      • SAP Forum
  • Consulting
    • Services
    • People
    • Project Angels
    • Project Arbitration and Rescue
    • SOA Consulting
    • SOA Education
    • Hologramming
  • Products
    • Karoona ESB
    • IDocLink
    • Bookstore
  • SOA Box
  • Wiki
    • Library
      • Books
      • WhitePapers
        • SOA Whitepapers
      • Archive
    • ABAP
  • Events
  • RSS
  • About
    • Wrapper
    • About
    • Joomla
    • Impressum
    • Logosworld 2005
Home Blogs AxelAngeli's blog

Search

Context

Management Consulting
CMI 9 - Capability Maturity Index
SAP Multi-Enterprise SOA
Hologramming - Governance for SOA and Disparate Resources
SOA Maturity Audits
SAP Task Forces
eSOA - Collaborate or Die
Fujitsu verteidigt SOA-Konzepte
Project Arbitration and Realignment
PPT - Template Rollout

Topics

About
Archive
Award
Consultants
Consulting
Event archive
Events
Gallery
Hotnews
Karoona
Management
Middleware
News
Partner
Recruiting
SAP
SAP Netweaver
SAP XI
Slideshow
SOA
SOA Atoms
SOA Blog
SOA Garden
SOA Labs
SolutionsPARC
Wiki
more

Book navigation

  • Experts
  • JAX & SOACON Conferences on SOA
  • Karoona
  • Karoona IDOCLINK
  • Lyrics
  • Main
  • Middleware
  • Powerpoints
  • Project Angels
  • Sandbox
  • SOA Rainbow Tour
  • Techroom (Chat)
  • Useful Functions and ABAP

Popular content

  • CMI 9 - Capability Maturity Index (1,606)
  • Generate ABAP Webservice Proxy from RFC Function (1,554)
  • SAP SOAMANAGER Webservice Administration (1,432)
  • SoaXchange Srinath Naga Blog (1,112)
  • Powerpoints (1,108)
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • next ›
  • last »
more

Project Angels

  • Home
  • About
    • About

XMS Message Type - ZLOGOS_SOACITY_MESSAGE

Submitted by AxelAngeli on Mon, 2009-02-02 14:58
  • ABAP
  • English
  • SOA Labs
  • SOA Garden
  • SAP XI
Printer-friendly versionSend to friendPDF version

XMS Message is a proposol for a conical message format to shuttle data between individual steps in a middleware process.

The fields of XMS Message has been constructed from the information handled by the JMS API and extended with additional useful information.

<?xml version="1.0" encoding="ISO-8859-1"?>

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://soacity.net" targetNamespace="http://soacity.net">
<xsd:complexType name="ZLOGOS_SOACITY_MESSAGE">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
625ede70f13811dd98ed00199912bca0
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ID" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
139f09207dc211dda6c500ffcc904298
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="32" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="CORRELATIONID" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65abd0829f11ddc86c00ffcc904298
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="32" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="TRANSACTIONID" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65abd1829f11dda6d900ffcc904298
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="32" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="SERVICE" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65abd2829f11dd846800ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="AGENT" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65abd3829f11dd83ae00ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="ROUTES" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65abd4829f11ddbec100ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="TASKNAME" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65abd5829f11ddc09600ffcc904298
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="8" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="DEPRECATIONDATE" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65abd6829f11ddbc5200ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="COMMENTS" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65abd7829f11ddc6e300ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="HEADER" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65abd8829f11dd9fec00ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="TITLE" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65abd9829f11dda05800ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="XMSDESTINATION" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65abda829f11dd984500ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="XMSDELIVERYMODE" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2e0829f11ddb5a800ffcc904298
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="3" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="XMSPRIORITY" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2e1829f11dd8fdc00ffcc904298
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d+" />
<xsd:maxLength value="1" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="XMSEXPIRATION" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2e2829f11ddb6d500ffcc904298
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d+" />
<xsd:maxLength value="22" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="XMSREPLYTO" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2e3829f11ddca2a00ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="XMSTYPE" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2e4829f11dda0b700ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="XMSREDELIVERED" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2e5829f11ddba5200ffcc904298
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d+" />
<xsd:maxLength value="22" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="XMSPROPERTIES" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2e6829f11ddb87000ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="XMSUSERID" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2e7829f11ddad9b00ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="XMSAPPID" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2e8829f11ddcde100ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="XMSDELIVERYCOUNT" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2e9829f11ddc2eb00ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="XMSGROUPID" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2ea829f11dd93f100ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="XMSGROUPSEQ" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2eb829f11ddc49b00ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="XMSPRODUCERTXID" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2ec829f11ddafa600ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="XMSCONSUMERTXID" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2ed829f11dd89d000ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="XMSRECEIVETIMESTAMP" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2ee829f11ddc51300ffcc904298
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d+" />
<xsd:maxLength value="22" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="XMSSTATE" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
8b65d2ef829f11dd9b7800ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="BODY" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="http://sap.com/xi/TextID">
139f30307dc211ddb27200ffcc904298
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>

AttachmentSize
XMS_MESSAGE.txt8.68 KB
  • AxelAngeli's blog
  • Login to post comments
  • Printer-friendly version
  • Send to friend
  • PDF version
Trademarks may be copyrighted. SAP is a trademark of SAP AG.
RoopleTheme