All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uddi_data.bpel.riftsaw.businessEntity.xml Maven / Gradle / Ivy

There is a newer version: 3.3.10
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Copyright 2001-2009 The Apache Software Foundation.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 */ -->
 <!-- 
  This file contains the root business entity structure that represents your registry.  The key chosen (or generated) for this entity will serve
  as the node id for all entities published within the registry.  The services contained within this business entity reflect the UDDI APIs that
  you wish to support (adding or subtracting the services here will not enable/disable them, simply add/omit them from being discovered via UDDI).
  
  The top-level business entity and sub-entities all use keys as unique identifiers.  They are left blank by default which means the system will
  generate a key (generated as root partition with GUID appended).  You can choose to create your own, human-readable keys but they must match
  the root key generator created in the root_tModelKeyGen.xml file.  Matching means they must equal the root key generator with the keyword
  "keygenerator" replaced by your own string.
  
  Example:
  
  root_tModelKeyGen.xml key is uddi:www.mycompany.com:registry:keygenerator
  
  Legal user-defined keys are:
  
  uddi:www.mycompany.com:registry:ubr-node (for the businessKey)
  uddi:www.mycompany.com:registry:inquiry-service (for the inquiry service service key)
  uddi:www.mycompany.com:registry:inquiry-service-wsdlDeployment (for the inquiry service binding template that represents the WSDL)
  
  
  See below for other fields that you may want to edit...
  -->
<businessEntity xmlns="urn:uddi-org:api_v3" xmlns:xml="http://www.w3.org/XML/1998/namespace" 
  businessKey="uddi:riftsaw.jboss.org:business_redhat-jboss">
 <name xml:lang="en">Riftsaw Business</name>
  <!-- Change the description field to provided a brief description of your registry -->
  <description xml:lang="en">The business that owns all the services deployed by Riftsaw</description>
</businessEntity>








© 2015 - 2025 Weber Informatics LLC | Privacy Policy