<?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>Business Entity</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="businessservices.xml" title="Business Services"/>
<link rel="previous" href="registry.xml"  title="UDDI Registry"/>
<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('registry.xml');return true;" rel="prev" href="registry.xml" accesskey="P" title="UDDI Registry">&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="businessservices.xml" onclick="javascript:this.href=getURL('businessservices.xml');return true;" accesskey="N" title="Business Services">&rarr;</a>
</p>
</div>
<div class="talktitle"><p>UDDI and WS-Inspection</p></div>
<h1 class="slide">Business Entity</h1>
<div class="slidebody">
      <ul>
	
	<li>The business entity structure represents the provider of web
	  services.</li>

	<li>It contains information about the company
	  itself: contact information, industry categories, business
	  identifiers, and a list of services provided.</li>

      </ul>
      <pre>
<span class="type">&lt;businessEntity 
                businessKey=</span><span class="string">"uuid:dkeieie-sdfsdf-sdfs-3343334342234"</span><span class="type">
                operator=</span><span class="string">"http://www.ibm.com"</span><span class="type">
                authorizedName=</span><span class="string">"John Palms"</span><span class="type">&gt;</span>
  <span class="type">&lt;name&gt;</span>Acme Company<span class="type">&lt;/name&gt;</span>
  <span class="type">&lt;description&gt;</span>
    We make things that go wrong.
  <span class="type">&lt;/description&gt;</span>
  <span class="type">&lt;contacts&gt;</span>  
    <span class="type">&lt;contact useType=</span><span class="string">"general info"</span><span class="type">&gt;</span>
      <span class="type">&lt;description&gt;</span>General Information<span class="type">&lt;/description&gt;</span>
      <span class="type">&lt;personName&gt;</span>John Doe<span class="type">&lt;/personname&gt;</span>
      <span class="type">&lt;phone&gt;</span>(803) 777-0234<span class="type">&lt;/phone&gt;</span>
      <span class="type">&lt;email&gt;</span>jdoe@acme.com<span class="type">&lt;/email&gt;</span>
    <span class="type">&lt;/contact&gt;</span>
  <span class="type">&lt;/contacts&gt;</span>
  <span class="type">&lt;businessServices&gt;</span>
    ...
  <span class="type">&lt;/businessservices&gt;</span>
  <span class="type">&lt;identifierBag&gt;</span>
    <span class="type">&lt;keyedReference
                    TModelKey=</span><span class="string">"UUID:8989df-09df0df9-eede"</span><span class="type">
                    name=</span><span class="string">"D-U-N-S"</span><span class="type">
                    value=</span><span class="string">"123456"</span><span class="type">/&gt;</span>
  <span class="type">&lt;/identifierbag&gt;</span>
  <span class="type">&lt;categoryBag&gt;</span>
    <span class="type">&lt;keyedReference
                    TModelKey=</span><span class="string">"UUID:eer90-erere99-9898e-ee3"</span><span class="type">
                    name=</span><span class="string">"NAICS"</span><span class="type">
                    value=</span><span class="string">"12334455"</span><span class="type">/&gt;</span>
  <span class="type">&lt;/categorybag&gt;</span>
<span class="type">&lt;/businessEntity&gt;</span></pre>
      <ul>
	<li>It contains information such as the name, description,
	  contacts, categories, and business keys.</li>
      </ul>
    </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/businessentity.xml">.</a></p>
<p class="pagenumber">3 of 12</p>
</body>
</html>