<?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>Binding Templates</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="tmodels.xml" title="TModels"/>
<link rel="previous" href="businessservices.xml"  title="Business Services"/>
<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('businessservices.xml');return true;" rel="prev" href="businessservices.xml" accesskey="P" title="Business Services">&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="tmodels.xml" onclick="javascript:this.href=getURL('tmodels.xml');return true;" accesskey="N" title="TModels">&rarr;</a>
</p>
</div>
<div class="talktitle"><p>UDDI and WS-Inspection</p></div>
<h1 class="slide">Binding Templates</h1>
<div class="slidebody">
      <ul>
	<li>Technical descriptions of the web services represented by
	  the business service structure. </li>

	<li>One service might have multiple binding templates.</li>

	<li>The binding template represents the implementation of the
	  web service, i.e., what protocol, network address, etc. it
	  uses. </li>
      </ul>
      <pre>
<span class="type">&lt;bindingTemplate serviceKey=</span><span class="string">"uudi:123"</span><span class="type">
                 bindingKey=</span><span class="string">"uuid:abd45"</span><span class="type">&gt;</span>
  <span class="type">&lt;description&gt;</span>Hellow World SOAP binding.<span class="type">&lt;/description&gt;</span>
  <span class="type">&lt;accessPoint URLType=</span><span class="string">"http"</span><span class="type">&gt;</span>
    http://localhost:8080
  <span class="type">&lt;/accesspoint&gt;</span>
  <span class="type">&lt;TModelInstanceDetails&gt;</span>
    <span class="type">&lt;TmodelInstanceInfo
                        TModelKey=</span><span class="string">"uuid:abfdg"</span><span class="type">&gt;</span>
      <span class="type">&lt;instanceDetails&gt;</span>
        <span class="type">&lt;overviewDoc&gt;</span>
          <span class="type">&lt;description&gt;</span>
            references the description of the WSDL
            service definition.
          <span class="type">&lt;/description&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;/instanceDetails&gt;</span>
    <span class="type">&lt;/TModelInstanceInfo&gt;</span>
<span class="type">&lt;/bindingTemplate&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/bindingtemplates.xml">.</a></p>
<p class="pagenumber">5 of 12</p>
</body>
</html>