Скачать презентацию XML with TDI Topic 1 XML Support Скачать презентацию XML with TDI Topic 1 XML Support

0bcb10f70181dcbb90f4ba6863b082ed.ppt

  • Количество слайдов: 140

XML with TDI –Topic 1 XML with TDI –Topic 1

XML Support in TDI XML Support in TDI

XML Sources and Dialects XML Sources and Dialects

XML Technology Review XML Technology Review

XML XML

What is a XML Node ? What is a XML Node ?

XML is a Nested Tree XML is a Nested Tree

XML is a Nested Tree - 2 XML is a Nested Tree - 2

XML Syntax XML Syntax

Advantages of XML Advantages of XML

Alternatives in TDI for Handling XML Alternatives in TDI for Handling XML

Using the SAX Parser Using the SAX Parser

Using the SAX Parser -2 Using the SAX Parser -2

Using the SAX Parser -3 Using the SAX Parser -3

Using the SAX Parser -4 Using the SAX Parser -4

Using the SAX Parser -5 Using the SAX Parser -5

Using DOM XML Parser Using DOM XML Parser

Using DOM XML Parser -2 Using DOM XML Parser -2

Using DOM XML Parser -3 Using DOM XML Parser -3

Using DOM XML Parser -4 Using DOM XML Parser -4

Using DOM XML Parser -5 Using DOM XML Parser -5

DOM vs Sax DOM vs Sax

<Fruit> <Fruit. Name>Mango</Fruit. Name> <Fruit. Count>12</Fruit. Count> </Fruit> Mango 12

XML Schemas XML Schemas

Referring to a schema Referring to a schema

Transforming the XML using XSL Transforming the XML using XSL

Transforming the XML using XSL Transforming the XML using XSL

SDO in a nutshell SDO in a nutshell

DSML with TDI – Topic 2 DSML with TDI – Topic 2

HTTP Technology Review HTTP Technology Review

Input Output Http Server Returns back when the AL Flow is complete Input Output Http Server Returns back when the AL Flow is complete

HTTP and Security HTTP and Security

The maximum queue length for incoming connections. If a connection request arrives when the The maximum queue length for incoming connections. If a connection request arrives when the queue is full, the connection will be refused. The basic-realm sent to the client in case authentication is requested. Enable it

Access Manager Access Manager

What is DSMLv 2 ? What is DSMLv 2 ?

Note: DSMLv 2 Soap binding is not used by ITIM, but is supported by Note: DSMLv 2 Soap binding is not used by ITIM, but is supported by many LDAP Servers

Incoming Http Request JMS Incoming Http Request JMS

What we covered in Topic 2 What we covered in Topic 2

Web Service with TDI – Topic 3 Web Service with TDI – Topic 3

AL Component AL Component

Web Services Web Services

Communication protocol, Data format Communication protocol, Data format

Data in XML format Data in XML format

SOAP Messages SOAP Messages

Work Work

Used for converting (especially complex types of) WSDL into Java Classes necessary for Soap Used for converting (especially complex types of) WSDL into Java Classes necessary for Soap Binding

var e = system. new. Entry(); e. set. Attribute ( var e = system. new. Entry(); e. set. Attribute ("soap_call", "update. Identity"); e. set. Attribute ("uid", "johnd"); e. set. Attribute ("pwd", "secret"); // Retrieve the XML document as a string var soap = system. get. Parser ("ibmdi. SOAP"); soap. init. Parser(); var soapxml = soap. get. XML ( e ); main. logmsg(soapxml); johnd secret

http: //publib. boulder. ibm. com/infocenter/tivihelp/v 2 r 1/topic/com. ibm. IBMDI. doc_6. 1/usersguide 119. htm#alpool http: //publib. boulder. ibm. com/infocenter/tivihelp/v 2 r 1/topic/com. ibm. IBMDI. doc_6. 1/usersguide 119. htm#alpool

What we Covered in Topic 3 What we Covered in Topic 3