<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>TModels</title>
<meta name="AUTHOR" content="Jose M Vidal"></meta>
<meta name="GENERATOR" content="xslides.el, written by J.M. Vidal"></meta>
<link rel="next" href="federated.xml" title="Federated and Private UDDI Registries"/>
<link rel="previous" href="bindingtemplates.xml"  title="Binding Templates"/>
<link rel="author" href="../../index.html" title="Jose M Vidal"/>
<link rel="parent" href="index.xml" title="Index"/>
<link rel="top" href="../index.html" title="Presentation List"/>

<link rel="stylesheet" type="text/css" href="../xslides-medwhite.css" title="White" media="all" />
 	    <link rel="alternate stylesheet" type="text/css" href="../xslides-medblue.css" title="Blue" media="all" />
 	    <link rel="alternate stylesheet" type="text/css" href="../xslides-usc.css" title="USCTheme" media="all" />
<script type="text/javascript" src="../scripts/stylehelper.js"></script>
</head>
<body>
<div class="navbar">
<p>
<a onclick="javascript:this.href=getURL('bindingtemplates.xml');return true;" rel="prev" href="bindingtemplates.xml" accesskey="P" title="Binding Templates">&larr;</a>
<a rel="index" href="index.xml" onclick="javascript:this.href=getURL('index.xml');return true;" accesskey="I" title="Index Page">^</a>
<a rel="next" href="federated.xml" onclick="javascript:this.href=getURL('federated.xml');return true;" accesskey="N" title="Federated and Private UDDI Registries">&rarr;</a>
</p>
</div>
<div class="talktitle"><p>UDDI and WS-Inspection</p></div>
<h1 class="slide">TModels</h1>
<div class="slidebody">
      <ul>
	<li>A TModel is a way of describing the various business,
	  service, and template structures stored within the UDDI
	  registry. </li>

	<li>For example, you can define a TModel to represent a WSDL
	  port type then associate the TModel with one of the business
	  service's binding templates.</li>
      </ul>
      <pre>
<span class="type">&lt;TModel TModelKey=</span><span class="string">"uuid:asdf34"</span><span class="type">
        operator=</span><span class="string">"http://www.ibm.com"</span><span class="type">
        authorizedName=</span><span class="string">"John Doe"</span><span class="type">&gt;</span>
  <span class="type">&lt;name&gt;</span>HelloWorldInterface Port Type<span class="type">&lt;/name&gt;</span>
  <span class="type">&lt;description&gt;</span>
    An interface for a friendly web service
  <span class="type">&lt;/description&gt;</span>
  <span class="type">&lt;overviewDoc&gt;</span>
    <span class="type">&lt;overviewURL&gt;</span>
      http://localhost/helloworld.wsdl
    <span class="type">&lt;/overviewURL&gt;</span>
  <span class="type">&lt;/overviewDoc&gt;</span>
<span class="type">&lt;/TModel&gt;</span>
</pre>
    </div><hr class="bottom"/>
<p class="author"><a href="../../index.html">Jos&eacute; M. Vidal</a>
<a href=" http://validator.w3.org/check?uri=http://jmvidal.cse.sc.edu/talks/uddi/tmodels.xml">.</a></p>
<p class="pagenumber">6 of 12</p>
</body>
</html>