You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2015/01/14 03:29:12 UTC

[01/26] juddi git commit: JUDDI-914 done

Repository: juddi
Updated Branches:
  refs/heads/master b2179ec4b -> 0833b0282


http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java
----------------------------------------------------------------------
diff --git a/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java b/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java
index 1b7f984..a7b94ba 100644
--- a/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java
+++ b/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java
@@ -1,5 +1,19 @@
 package org.apache.juddi.v3.tck;
-
+/*
+ * Copyright 2001-2008 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.
+ */
 public class Dummy {
 
 }

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/src/main/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/src/main/resources/META-INF/uddi.xml b/uddi-tck/src/main/resources/META-INF/uddi.xml
index cb12fee..0fdaff4 100644
--- a/uddi-tck/src/main/resources/META-INF/uddi.xml
+++ b/uddi-tck/src/main/resources/META-INF/uddi.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
         <reloadDelay>5000</reloadDelay>
         <client name="test-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/uddiNode2.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/uddiNode2.xml b/uddi-tck/uddiNode2.xml
index 71c865a..1f519c6 100644
--- a/uddi-tck/uddiNode2.xml
+++ b/uddi-tck/uddiNode2.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!-- 
+/*
+ * Copyright 2001-2008 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 config is for the juddi-gui.
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-ws/src/main/java/org/apache/juddi/v3_service/package-info.java
----------------------------------------------------------------------
diff --git a/uddi-ws/src/main/java/org/apache/juddi/v3_service/package-info.java b/uddi-ws/src/main/java/org/apache/juddi/v3_service/package-info.java
index 7cb2793..f7cb74c 100644
--- a/uddi-ws/src/main/java/org/apache/juddi/v3_service/package-info.java
+++ b/uddi-ws/src/main/java/org/apache/juddi/v3_service/package-info.java
@@ -1,4 +1,20 @@
-/**
+/*
+ * Copyright 2001-2008 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 WSDL defines the jUDDI API Service. It is an extension to the UDDIv3 specification that is specific to jUDDI and provides primarily administrative functionality of jUDDI.
  * 
  */

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-ws/src/main/java/org/uddi/api_v2/GetBindingDetail.java
----------------------------------------------------------------------
diff --git a/uddi-ws/src/main/java/org/uddi/api_v2/GetBindingDetail.java b/uddi-ws/src/main/java/org/uddi/api_v2/GetBindingDetail.java
index 034023c..a460454 100644
--- a/uddi-ws/src/main/java/org/uddi/api_v2/GetBindingDetail.java
+++ b/uddi-ws/src/main/java/org/uddi/api_v2/GetBindingDetail.java
@@ -1,4 +1,19 @@
-
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.uddi.api_v2;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-ws/src/main/resources/juddi_api_v1.wsdl
----------------------------------------------------------------------
diff --git a/uddi-ws/src/main/resources/juddi_api_v1.wsdl b/uddi-ws/src/main/resources/juddi_api_v1.wsdl
index b929c9e..4ca22b1 100644
--- a/uddi-ws/src/main/resources/juddi_api_v1.wsdl
+++ b/uddi-ws/src/main/resources/juddi_api_v1.wsdl
@@ -1,4 +1,24 @@
-<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions 
+<?xml version='1.0' encoding='UTF-8'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<wsdl:definitions 
 xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
 xmlns:tns="urn:juddi-apache-org:v3_service"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[13/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/bindings/UDDIv2_Service.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/bindings/UDDIv2_Service.cs b/juddi-client.net/juddi-client.net/bindings/UDDIv2_Service.cs
index 41fd707..cf40df4 100644
--- a/juddi-client.net/juddi-client.net/bindings/UDDIv2_Service.cs
+++ b/juddi-client.net/juddi-client.net/bindings/UDDIv2_Service.cs
@@ -1,7148 +1,7167 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//     This code was generated by a tool.
-//     Runtime Version:4.0.30319.18408
-//
-//     Changes to this file may cause incorrect behavior and will be lost if
-//     the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-using System;
-using System.ComponentModel;
-using System.Diagnostics;
-using System.Web.Services;
-using System.Web.Services.Protocols;
-using System.Xml.Serialization;
-
-// 
-// This source code was auto-generated by wsdl, Version=4.0.30319.17929.
-// 
-namespace org.uddi.apiv2
-{
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Web.Services.WebServiceBindingAttribute(Name = "InquireSoap", Namespace = "urn:uddi-org:inquiry_v2")]
-    public partial class InquireSoap : System.Web.Services.Protocols.SoapHttpClientProtocol
-    {
-
-        private System.Threading.SendOrPostCallback find_bindingOperationCompleted;
-
-        private System.Threading.SendOrPostCallback find_businessOperationCompleted;
-
-        private System.Threading.SendOrPostCallback find_relatedBusinessesOperationCompleted;
-
-        private System.Threading.SendOrPostCallback find_serviceOperationCompleted;
-
-        private System.Threading.SendOrPostCallback find_tModelOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_bindingDetailOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_businessDetailOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_businessDetailExtOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_serviceDetailOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_tModelDetailOperationCompleted;
-
-        /// <remarks/>
-        public InquireSoap()
-        {
-            this.Url = "http://localhost/uddi/inquire/";
-        }
-
-        /// <remarks/>
-        public event find_bindingCompletedEventHandler find_bindingCompleted;
-
-        /// <remarks/>
-        public event find_businessCompletedEventHandler find_businessCompleted;
-
-        /// <remarks/>
-        public event find_relatedBusinessesCompletedEventHandler find_relatedBusinessesCompleted;
-
-        /// <remarks/>
-        public event find_serviceCompletedEventHandler find_serviceCompleted;
-
-        /// <remarks/>
-        public event find_tModelCompletedEventHandler find_tModelCompleted;
-
-        /// <remarks/>
-        public event get_bindingDetailCompletedEventHandler get_bindingDetailCompleted;
-
-        /// <remarks/>
-        public event get_businessDetailCompletedEventHandler get_businessDetailCompleted;
-
-        /// <remarks/>
-        public event get_businessDetailExtCompletedEventHandler get_businessDetailExtCompleted;
-
-        /// <remarks/>
-        public event get_serviceDetailCompletedEventHandler get_serviceDetailCompleted;
-
-        /// <remarks/>
-        public event get_tModelDetailCompletedEventHandler get_tModelDetailCompleted;
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("find_binding", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("bindingDetail", Namespace = "urn:uddi-org:api_v2")]
-        public bindingDetail find_binding([System.Xml.Serialization.XmlElementAttribute("find_binding", Namespace = "urn:uddi-org:api_v2")] find_binding find_binding1)
-        {
-            object[] results = this.Invoke("find_binding", new object[] {
-                    find_binding1});
-            return ((bindingDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginfind_binding(find_binding find_binding1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("find_binding", new object[] {
-                    find_binding1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public bindingDetail Endfind_binding(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((bindingDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void find_bindingAsync(find_binding find_binding1)
-        {
-            this.find_bindingAsync(find_binding1, null);
-        }
-
-        /// <remarks/>
-        public void find_bindingAsync(find_binding find_binding1, object userState)
-        {
-            if ((this.find_bindingOperationCompleted == null))
-            {
-                this.find_bindingOperationCompleted = new System.Threading.SendOrPostCallback(this.Onfind_bindingOperationCompleted);
-            }
-            this.InvokeAsync("find_binding", new object[] {
-                    find_binding1}, this.find_bindingOperationCompleted, userState);
-        }
-
-        private void Onfind_bindingOperationCompleted(object arg)
-        {
-            if ((this.find_bindingCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.find_bindingCompleted(this, new find_bindingCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("find_business", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("businessList", Namespace = "urn:uddi-org:api_v2")]
-        public businessList find_business([System.Xml.Serialization.XmlElementAttribute("find_business", Namespace = "urn:uddi-org:api_v2")] find_business find_business1)
-        {
-            object[] results = this.Invoke("find_business", new object[] {
-                    find_business1});
-            return ((businessList)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginfind_business(find_business find_business1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("find_business", new object[] {
-                    find_business1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public businessList Endfind_business(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((businessList)(results[0]));
-        }
-
-        /// <remarks/>
-        public void find_businessAsync(find_business find_business1)
-        {
-            this.find_businessAsync(find_business1, null);
-        }
-
-        /// <remarks/>
-        public void find_businessAsync(find_business find_business1, object userState)
-        {
-            if ((this.find_businessOperationCompleted == null))
-            {
-                this.find_businessOperationCompleted = new System.Threading.SendOrPostCallback(this.Onfind_businessOperationCompleted);
-            }
-            this.InvokeAsync("find_business", new object[] {
-                    find_business1}, this.find_businessOperationCompleted, userState);
-        }
-
-        private void Onfind_businessOperationCompleted(object arg)
-        {
-            if ((this.find_businessCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.find_businessCompleted(this, new find_businessCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("find_relatedBusinesses", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("relatedBusinessesList", Namespace = "urn:uddi-org:api_v2")]
-        public relatedBusinessesList find_relatedBusinesses([System.Xml.Serialization.XmlElementAttribute("find_relatedBusinesses", Namespace = "urn:uddi-org:api_v2")] find_relatedBusinesses find_relatedBusinesses1)
-        {
-            object[] results = this.Invoke("find_relatedBusinesses", new object[] {
-                    find_relatedBusinesses1});
-            return ((relatedBusinessesList)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginfind_relatedBusinesses(find_relatedBusinesses find_relatedBusinesses1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("find_relatedBusinesses", new object[] {
-                    find_relatedBusinesses1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public relatedBusinessesList Endfind_relatedBusinesses(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((relatedBusinessesList)(results[0]));
-        }
-
-        /// <remarks/>
-        public void find_relatedBusinessesAsync(find_relatedBusinesses find_relatedBusinesses1)
-        {
-            this.find_relatedBusinessesAsync(find_relatedBusinesses1, null);
-        }
-
-        /// <remarks/>
-        public void find_relatedBusinessesAsync(find_relatedBusinesses find_relatedBusinesses1, object userState)
-        {
-            if ((this.find_relatedBusinessesOperationCompleted == null))
-            {
-                this.find_relatedBusinessesOperationCompleted = new System.Threading.SendOrPostCallback(this.Onfind_relatedBusinessesOperationCompleted);
-            }
-            this.InvokeAsync("find_relatedBusinesses", new object[] {
-                    find_relatedBusinesses1}, this.find_relatedBusinessesOperationCompleted, userState);
-        }
-
-        private void Onfind_relatedBusinessesOperationCompleted(object arg)
-        {
-            if ((this.find_relatedBusinessesCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.find_relatedBusinessesCompleted(this, new find_relatedBusinessesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("find_service", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("serviceList", Namespace = "urn:uddi-org:api_v2")]
-        public serviceList find_service([System.Xml.Serialization.XmlElementAttribute("find_service", Namespace = "urn:uddi-org:api_v2")] find_service find_service1)
-        {
-            object[] results = this.Invoke("find_service", new object[] {
-                    find_service1});
-            return ((serviceList)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginfind_service(find_service find_service1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("find_service", new object[] {
-                    find_service1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public serviceList Endfind_service(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((serviceList)(results[0]));
-        }
-
-        /// <remarks/>
-        public void find_serviceAsync(find_service find_service1)
-        {
-            this.find_serviceAsync(find_service1, null);
-        }
-
-        /// <remarks/>
-        public void find_serviceAsync(find_service find_service1, object userState)
-        {
-            if ((this.find_serviceOperationCompleted == null))
-            {
-                this.find_serviceOperationCompleted = new System.Threading.SendOrPostCallback(this.Onfind_serviceOperationCompleted);
-            }
-            this.InvokeAsync("find_service", new object[] {
-                    find_service1}, this.find_serviceOperationCompleted, userState);
-        }
-
-        private void Onfind_serviceOperationCompleted(object arg)
-        {
-            if ((this.find_serviceCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.find_serviceCompleted(this, new find_serviceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("find_tModel", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("tModelList", Namespace = "urn:uddi-org:api_v2")]
-        public tModelList find_tModel([System.Xml.Serialization.XmlElementAttribute("find_tModel", Namespace = "urn:uddi-org:api_v2")] find_tModel find_tModel1)
-        {
-            object[] results = this.Invoke("find_tModel", new object[] {
-                    find_tModel1});
-            return ((tModelList)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginfind_tModel(find_tModel find_tModel1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("find_tModel", new object[] {
-                    find_tModel1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public tModelList Endfind_tModel(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((tModelList)(results[0]));
-        }
-
-        /// <remarks/>
-        public void find_tModelAsync(find_tModel find_tModel1)
-        {
-            this.find_tModelAsync(find_tModel1, null);
-        }
-
-        /// <remarks/>
-        public void find_tModelAsync(find_tModel find_tModel1, object userState)
-        {
-            if ((this.find_tModelOperationCompleted == null))
-            {
-                this.find_tModelOperationCompleted = new System.Threading.SendOrPostCallback(this.Onfind_tModelOperationCompleted);
-            }
-            this.InvokeAsync("find_tModel", new object[] {
-                    find_tModel1}, this.find_tModelOperationCompleted, userState);
-        }
-
-        private void Onfind_tModelOperationCompleted(object arg)
-        {
-            if ((this.find_tModelCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.find_tModelCompleted(this, new find_tModelCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_bindingDetail", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("bindingDetail", Namespace = "urn:uddi-org:api_v2")]
-        public bindingDetail get_bindingDetail([System.Xml.Serialization.XmlElementAttribute("get_bindingDetail", Namespace = "urn:uddi-org:api_v2")] get_bindingDetail get_bindingDetail1)
-        {
-            object[] results = this.Invoke("get_bindingDetail", new object[] {
-                    get_bindingDetail1});
-            return ((bindingDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_bindingDetail(get_bindingDetail get_bindingDetail1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_bindingDetail", new object[] {
-                    get_bindingDetail1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public bindingDetail Endget_bindingDetail(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((bindingDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_bindingDetailAsync(get_bindingDetail get_bindingDetail1)
-        {
-            this.get_bindingDetailAsync(get_bindingDetail1, null);
-        }
-
-        /// <remarks/>
-        public void get_bindingDetailAsync(get_bindingDetail get_bindingDetail1, object userState)
-        {
-            if ((this.get_bindingDetailOperationCompleted == null))
-            {
-                this.get_bindingDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_bindingDetailOperationCompleted);
-            }
-            this.InvokeAsync("get_bindingDetail", new object[] {
-                    get_bindingDetail1}, this.get_bindingDetailOperationCompleted, userState);
-        }
-
-        private void Onget_bindingDetailOperationCompleted(object arg)
-        {
-            if ((this.get_bindingDetailCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_bindingDetailCompleted(this, new get_bindingDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_businessDetail", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("businessDetail", Namespace = "urn:uddi-org:api_v2")]
-        public businessDetail get_businessDetail([System.Xml.Serialization.XmlElementAttribute("get_businessDetail", Namespace = "urn:uddi-org:api_v2")] get_businessDetail get_businessDetail1)
-        {
-            object[] results = this.Invoke("get_businessDetail", new object[] {
-                    get_businessDetail1});
-            return ((businessDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_businessDetail(get_businessDetail get_businessDetail1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_businessDetail", new object[] {
-                    get_businessDetail1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public businessDetail Endget_businessDetail(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((businessDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_businessDetailAsync(get_businessDetail get_businessDetail1)
-        {
-            this.get_businessDetailAsync(get_businessDetail1, null);
-        }
-
-        /// <remarks/>
-        public void get_businessDetailAsync(get_businessDetail get_businessDetail1, object userState)
-        {
-            if ((this.get_businessDetailOperationCompleted == null))
-            {
-                this.get_businessDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_businessDetailOperationCompleted);
-            }
-            this.InvokeAsync("get_businessDetail", new object[] {
-                    get_businessDetail1}, this.get_businessDetailOperationCompleted, userState);
-        }
-
-        private void Onget_businessDetailOperationCompleted(object arg)
-        {
-            if ((this.get_businessDetailCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_businessDetailCompleted(this, new get_businessDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_businessDetailExt", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("businessDetailExt", Namespace = "urn:uddi-org:api_v2")]
-        public businessDetailExt get_businessDetailExt([System.Xml.Serialization.XmlElementAttribute("get_businessDetailExt", Namespace = "urn:uddi-org:api_v2")] get_businessDetailExt get_businessDetailExt1)
-        {
-            object[] results = this.Invoke("get_businessDetailExt", new object[] {
-                    get_businessDetailExt1});
-            return ((businessDetailExt)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_businessDetailExt(get_businessDetailExt get_businessDetailExt1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_businessDetailExt", new object[] {
-                    get_businessDetailExt1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public businessDetailExt Endget_businessDetailExt(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((businessDetailExt)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_businessDetailExtAsync(get_businessDetailExt get_businessDetailExt1)
-        {
-            this.get_businessDetailExtAsync(get_businessDetailExt1, null);
-        }
-
-        /// <remarks/>
-        public void get_businessDetailExtAsync(get_businessDetailExt get_businessDetailExt1, object userState)
-        {
-            if ((this.get_businessDetailExtOperationCompleted == null))
-            {
-                this.get_businessDetailExtOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_businessDetailExtOperationCompleted);
-            }
-            this.InvokeAsync("get_businessDetailExt", new object[] {
-                    get_businessDetailExt1}, this.get_businessDetailExtOperationCompleted, userState);
-        }
-
-        private void Onget_businessDetailExtOperationCompleted(object arg)
-        {
-            if ((this.get_businessDetailExtCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_businessDetailExtCompleted(this, new get_businessDetailExtCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_serviceDetail", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("serviceDetail", Namespace = "urn:uddi-org:api_v2")]
-        public serviceDetail get_serviceDetail([System.Xml.Serialization.XmlElementAttribute("get_serviceDetail", Namespace = "urn:uddi-org:api_v2")] get_serviceDetail get_serviceDetail1)
-        {
-            object[] results = this.Invoke("get_serviceDetail", new object[] {
-                    get_serviceDetail1});
-            return ((serviceDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_serviceDetail(get_serviceDetail get_serviceDetail1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_serviceDetail", new object[] {
-                    get_serviceDetail1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public serviceDetail Endget_serviceDetail(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((serviceDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_serviceDetailAsync(get_serviceDetail get_serviceDetail1)
-        {
-            this.get_serviceDetailAsync(get_serviceDetail1, null);
-        }
-
-        /// <remarks/>
-        public void get_serviceDetailAsync(get_serviceDetail get_serviceDetail1, object userState)
-        {
-            if ((this.get_serviceDetailOperationCompleted == null))
-            {
-                this.get_serviceDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_serviceDetailOperationCompleted);
-            }
-            this.InvokeAsync("get_serviceDetail", new object[] {
-                    get_serviceDetail1}, this.get_serviceDetailOperationCompleted, userState);
-        }
-
-        private void Onget_serviceDetailOperationCompleted(object arg)
-        {
-            if ((this.get_serviceDetailCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_serviceDetailCompleted(this, new get_serviceDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_tModelDetail", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("tModelDetail", Namespace = "urn:uddi-org:api_v2")]
-        public tModelDetail get_tModelDetail([System.Xml.Serialization.XmlElementAttribute("get_tModelDetail", Namespace = "urn:uddi-org:api_v2")] get_tModelDetail get_tModelDetail1)
-        {
-            object[] results = this.Invoke("get_tModelDetail", new object[] {
-                    get_tModelDetail1});
-            return ((tModelDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_tModelDetail(get_tModelDetail get_tModelDetail1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_tModelDetail", new object[] {
-                    get_tModelDetail1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public tModelDetail Endget_tModelDetail(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((tModelDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_tModelDetailAsync(get_tModelDetail get_tModelDetail1)
-        {
-            this.get_tModelDetailAsync(get_tModelDetail1, null);
-        }
-
-        /// <remarks/>
-        public void get_tModelDetailAsync(get_tModelDetail get_tModelDetail1, object userState)
-        {
-            if ((this.get_tModelDetailOperationCompleted == null))
-            {
-                this.get_tModelDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_tModelDetailOperationCompleted);
-            }
-            this.InvokeAsync("get_tModelDetail", new object[] {
-                    get_tModelDetail1}, this.get_tModelDetailOperationCompleted, userState);
-        }
-
-        private void Onget_tModelDetailOperationCompleted(object arg)
-        {
-            if ((this.get_tModelDetailCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_tModelDetailCompleted(this, new get_tModelDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        public new void CancelAsync(object userState)
-        {
-            base.CancelAsync(userState);
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Web.Services.WebServiceBindingAttribute(Name = "PublishSoap", Namespace = "urn:uddi-org:publication_v2")]
-    public partial class PublishSoap : System.Web.Services.Protocols.SoapHttpClientProtocol
-    {
-
-        private System.Threading.SendOrPostCallback add_publisherAssertionsOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_bindingOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_businessOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_publisherAssertionsOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_serviceOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_tModelOperationCompleted;
-
-        private System.Threading.SendOrPostCallback discard_authTokenOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_assertionStatusReportOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_authTokenOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_publisherAssertionsOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_registeredInfoOperationCompleted;
-
-        private System.Threading.SendOrPostCallback save_bindingOperationCompleted;
-
-        private System.Threading.SendOrPostCallback save_businessOperationCompleted;
-
-        private System.Threading.SendOrPostCallback save_serviceOperationCompleted;
-
-        private System.Threading.SendOrPostCallback save_tModelOperationCompleted;
-
-        private System.Threading.SendOrPostCallback set_publisherAssertionsOperationCompleted;
-
-        /// <remarks/>
-        public PublishSoap()
-        {
-            this.Url = "http://localhost/uddi/publish/";
-        }
-
-        /// <remarks/>
-        public event add_publisherAssertionsCompletedEventHandler add_publisherAssertionsCompleted;
-
-        /// <remarks/>
-        public event delete_bindingCompletedEventHandler delete_bindingCompleted;
-
-        /// <remarks/>
-        public event delete_businessCompletedEventHandler delete_businessCompleted;
-
-        /// <remarks/>
-        public event delete_publisherAssertionsCompletedEventHandler delete_publisherAssertionsCompleted;
-
-        /// <remarks/>
-        public event delete_serviceCompletedEventHandler delete_serviceCompleted;
-
-        /// <remarks/>
-        public event delete_tModelCompletedEventHandler delete_tModelCompleted;
-
-        /// <remarks/>
-        public event discard_authTokenCompletedEventHandler discard_authTokenCompleted;
-
-        /// <remarks/>
-        public event get_assertionStatusReportCompletedEventHandler get_assertionStatusReportCompleted;
-
-        /// <remarks/>
-        public event get_authTokenCompletedEventHandler get_authTokenCompleted;
-
-        /// <remarks/>
-        public event get_publisherAssertionsCompletedEventHandler get_publisherAssertionsCompleted;
-
-        /// <remarks/>
-        public event get_registeredInfoCompletedEventHandler get_registeredInfoCompleted;
-
-        /// <remarks/>
-        public event save_bindingCompletedEventHandler save_bindingCompleted;
-
-        /// <remarks/>
-        public event save_businessCompletedEventHandler save_businessCompleted;
-
-        /// <remarks/>
-        public event save_serviceCompletedEventHandler save_serviceCompleted;
-
-        /// <remarks/>
-        public event save_tModelCompletedEventHandler save_tModelCompleted;
-
-        /// <remarks/>
-        public event set_publisherAssertionsCompletedEventHandler set_publisherAssertionsCompleted;
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("add_publisherAssertions", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("dispositionReport", Namespace = "urn:uddi-org:api_v2")]
-        public dispositionReport add_publisherAssertions([System.Xml.Serialization.XmlElementAttribute("add_publisherAssertions", Namespace = "urn:uddi-org:api_v2")] add_publisherAssertions add_publisherAssertions1)
-        {
-            object[] results = this.Invoke("add_publisherAssertions", new object[] {
-                    add_publisherAssertions1});
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginadd_publisherAssertions(add_publisherAssertions add_publisherAssertions1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("add_publisherAssertions", new object[] {
-                    add_publisherAssertions1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public dispositionReport Endadd_publisherAssertions(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public void add_publisherAssertionsAsync(add_publisherAssertions add_publisherAssertions1)
-        {
-            this.add_publisherAssertionsAsync(add_publisherAssertions1, null);
-        }
-
-        /// <remarks/>
-        public void add_publisherAssertionsAsync(add_publisherAssertions add_publisherAssertions1, object userState)
-        {
-            if ((this.add_publisherAssertionsOperationCompleted == null))
-            {
-                this.add_publisherAssertionsOperationCompleted = new System.Threading.SendOrPostCallback(this.Onadd_publisherAssertionsOperationCompleted);
-            }
-            this.InvokeAsync("add_publisherAssertions", new object[] {
-                    add_publisherAssertions1}, this.add_publisherAssertionsOperationCompleted, userState);
-        }
-
-        private void Onadd_publisherAssertionsOperationCompleted(object arg)
-        {
-            if ((this.add_publisherAssertionsCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.add_publisherAssertionsCompleted(this, new add_publisherAssertionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_binding", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("dispositionReport", Namespace = "urn:uddi-org:api_v2")]
-        public dispositionReport delete_binding([System.Xml.Serialization.XmlElementAttribute("delete_binding", Namespace = "urn:uddi-org:api_v2")] delete_binding delete_binding1)
-        {
-            object[] results = this.Invoke("delete_binding", new object[] {
-                    delete_binding1});
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_binding(delete_binding delete_binding1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_binding", new object[] {
-                    delete_binding1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public dispositionReport Enddelete_binding(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public void delete_bindingAsync(delete_binding delete_binding1)
-        {
-            this.delete_bindingAsync(delete_binding1, null);
-        }
-
-        /// <remarks/>
-        public void delete_bindingAsync(delete_binding delete_binding1, object userState)
-        {
-            if ((this.delete_bindingOperationCompleted == null))
-            {
-                this.delete_bindingOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_bindingOperationCompleted);
-            }
-            this.InvokeAsync("delete_binding", new object[] {
-                    delete_binding1}, this.delete_bindingOperationCompleted, userState);
-        }
-
-        private void Ondelete_bindingOperationCompleted(object arg)
-        {
-            if ((this.delete_bindingCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_bindingCompleted(this, new delete_bindingCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_business", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("dispositionReport", Namespace = "urn:uddi-org:api_v2")]
-        public dispositionReport delete_business([System.Xml.Serialization.XmlElementAttribute("delete_business", Namespace = "urn:uddi-org:api_v2")] delete_business delete_business1)
-        {
-            object[] results = this.Invoke("delete_business", new object[] {
-                    delete_business1});
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_business(delete_business delete_business1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_business", new object[] {
-                    delete_business1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public dispositionReport Enddelete_business(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public void delete_businessAsync(delete_business delete_business1)
-        {
-            this.delete_businessAsync(delete_business1, null);
-        }
-
-        /// <remarks/>
-        public void delete_businessAsync(delete_business delete_business1, object userState)
-        {
-            if ((this.delete_businessOperationCompleted == null))
-            {
-                this.delete_businessOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_businessOperationCompleted);
-            }
-            this.InvokeAsync("delete_business", new object[] {
-                    delete_business1}, this.delete_businessOperationCompleted, userState);
-        }
-
-        private void Ondelete_businessOperationCompleted(object arg)
-        {
-            if ((this.delete_businessCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_businessCompleted(this, new delete_businessCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_publisherAssertions", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("dispositionReport", Namespace = "urn:uddi-org:api_v2")]
-        public dispositionReport delete_publisherAssertions([System.Xml.Serialization.XmlElementAttribute("delete_publisherAssertions", Namespace = "urn:uddi-org:api_v2")] delete_publisherAssertions delete_publisherAssertions1)
-        {
-            object[] results = this.Invoke("delete_publisherAssertions", new object[] {
-                    delete_publisherAssertions1});
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_publisherAssertions(delete_publisherAssertions delete_publisherAssertions1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_publisherAssertions", new object[] {
-                    delete_publisherAssertions1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public dispositionReport Enddelete_publisherAssertions(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public void delete_publisherAssertionsAsync(delete_publisherAssertions delete_publisherAssertions1)
-        {
-            this.delete_publisherAssertionsAsync(delete_publisherAssertions1, null);
-        }
-
-        /// <remarks/>
-        public void delete_publisherAssertionsAsync(delete_publisherAssertions delete_publisherAssertions1, object userState)
-        {
-            if ((this.delete_publisherAssertionsOperationCompleted == null))
-            {
-                this.delete_publisherAssertionsOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_publisherAssertionsOperationCompleted);
-            }
-            this.InvokeAsync("delete_publisherAssertions", new object[] {
-                    delete_publisherAssertions1}, this.delete_publisherAssertionsOperationCompleted, userState);
-        }
-
-        private void Ondelete_publisherAssertionsOperationCompleted(object arg)
-        {
-            if ((this.delete_publisherAssertionsCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_publisherAssertionsCompleted(this, new delete_publisherAssertionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_service", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("dispositionReport", Namespace = "urn:uddi-org:api_v2")]
-        public dispositionReport delete_service([System.Xml.Serialization.XmlElementAttribute("delete_service", Namespace = "urn:uddi-org:api_v2")] delete_service delete_service1)
-        {
-            object[] results = this.Invoke("delete_service", new object[] {
-                    delete_service1});
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_service(delete_service delete_service1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_service", new object[] {
-                    delete_service1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public dispositionReport Enddelete_service(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public void delete_serviceAsync(delete_service delete_service1)
-        {
-            this.delete_serviceAsync(delete_service1, null);
-        }
-
-        /// <remarks/>
-        public void delete_serviceAsync(delete_service delete_service1, object userState)
-        {
-            if ((this.delete_serviceOperationCompleted == null))
-            {
-                this.delete_serviceOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_serviceOperationCompleted);
-            }
-            this.InvokeAsync("delete_service", new object[] {
-                    delete_service1}, this.delete_serviceOperationCompleted, userState);
-        }
-
-        private void Ondelete_serviceOperationCompleted(object arg)
-        {
-            if ((this.delete_serviceCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_serviceCompleted(this, new delete_serviceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_tModel", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("dispositionReport", Namespace = "urn:uddi-org:api_v2")]
-        public dispositionReport delete_tModel([System.Xml.Serialization.XmlElementAttribute("delete_tModel", Namespace = "urn:uddi-org:api_v2")] delete_tModel delete_tModel1)
-        {
-            object[] results = this.Invoke("delete_tModel", new object[] {
-                    delete_tModel1});
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_tModel(delete_tModel delete_tModel1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_tModel", new object[] {
-                    delete_tModel1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public dispositionReport Enddelete_tModel(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public void delete_tModelAsync(delete_tModel delete_tModel1)
-        {
-            this.delete_tModelAsync(delete_tModel1, null);
-        }
-
-        /// <remarks/>
-        public void delete_tModelAsync(delete_tModel delete_tModel1, object userState)
-        {
-            if ((this.delete_tModelOperationCompleted == null))
-            {
-                this.delete_tModelOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_tModelOperationCompleted);
-            }
-            this.InvokeAsync("delete_tModel", new object[] {
-                    delete_tModel1}, this.delete_tModelOperationCompleted, userState);
-        }
-
-        private void Ondelete_tModelOperationCompleted(object arg)
-        {
-            if ((this.delete_tModelCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_tModelCompleted(this, new delete_tModelCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("discard_authToken", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("dispositionReport", Namespace = "urn:uddi-org:api_v2")]
-        public dispositionReport discard_authToken([System.Xml.Serialization.XmlElementAttribute("discard_authToken", Namespace = "urn:uddi-org:api_v2")] discard_authToken discard_authToken1)
-        {
-            object[] results = this.Invoke("discard_authToken", new object[] {
-                    discard_authToken1});
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindiscard_authToken(discard_authToken discard_authToken1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("discard_authToken", new object[] {
-                    discard_authToken1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public dispositionReport Enddiscard_authToken(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((dispositionReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public void discard_authTokenAsync(discard_authToken discard_authToken1)
-        {
-            this.discard_authTokenAsync(discard_authToken1, null);
-        }
-
-        /// <remarks/>
-        public void discard_authTokenAsync(discard_authToken discard_authToken1, object userState)
-        {
-            if ((this.discard_authTokenOperationCompleted == null))
-            {
-                this.discard_authTokenOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondiscard_authTokenOperationCompleted);
-            }
-            this.InvokeAsync("discard_authToken", new object[] {
-                    discard_authToken1}, this.discard_authTokenOperationCompleted, userState);
-        }
-
-        private void Ondiscard_authTokenOperationCompleted(object arg)
-        {
-            if ((this.discard_authTokenCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.discard_authTokenCompleted(this, new discard_authTokenCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_assertionStatusReport", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("assertionStatusReport", Namespace = "urn:uddi-org:api_v2")]
-        public assertionStatusReport get_assertionStatusReport([System.Xml.Serialization.XmlElementAttribute("get_assertionStatusReport", Namespace = "urn:uddi-org:api_v2")] get_assertionStatusReport get_assertionStatusReport1)
-        {
-            object[] results = this.Invoke("get_assertionStatusReport", new object[] {
-                    get_assertionStatusReport1});
-            return ((assertionStatusReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_assertionStatusReport(get_assertionStatusReport get_assertionStatusReport1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_assertionStatusReport", new object[] {
-                    get_assertionStatusReport1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public assertionStatusReport Endget_assertionStatusReport(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((assertionStatusReport)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_assertionStatusReportAsync(get_assertionStatusReport get_assertionStatusReport1)
-        {
-            this.get_assertionStatusReportAsync(get_assertionStatusReport1, null);
-        }
-
-        /// <remarks/>
-        public void get_assertionStatusReportAsync(get_assertionStatusReport get_assertionStatusReport1, object userState)
-        {
-            if ((this.get_assertionStatusReportOperationCompleted == null))
-            {
-                this.get_assertionStatusReportOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_assertionStatusReportOperationCompleted);
-            }
-            this.InvokeAsync("get_assertionStatusReport", new object[] {
-                    get_assertionStatusReport1}, this.get_assertionStatusReportOperationCompleted, userState);
-        }
-
-        private void Onget_assertionStatusReportOperationCompleted(object arg)
-        {
-            if ((this.get_assertionStatusReportCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_assertionStatusReportCompleted(this, new get_assertionStatusReportCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_authToken", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("authToken", Namespace = "urn:uddi-org:api_v2")]
-        public authToken get_authToken([System.Xml.Serialization.XmlElementAttribute("get_authToken", Namespace = "urn:uddi-org:api_v2")] get_authToken get_authToken1)
-        {
-            object[] results = this.Invoke("get_authToken", new object[] {
-                    get_authToken1});
-            return ((authToken)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_authToken(get_authToken get_authToken1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_authToken", new object[] {
-                    get_authToken1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public authToken Endget_authToken(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((authToken)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_authTokenAsync(get_authToken get_authToken1)
-        {
-            this.get_authTokenAsync(get_authToken1, null);
-        }
-
-        /// <remarks/>
-        public void get_authTokenAsync(get_authToken get_authToken1, object userState)
-        {
-            if ((this.get_authTokenOperationCompleted == null))
-            {
-                this.get_authTokenOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_authTokenOperationCompleted);
-            }
-            this.InvokeAsync("get_authToken", new object[] {
-                    get_authToken1}, this.get_authTokenOperationCompleted, userState);
-        }
-
-        private void Onget_authTokenOperationCompleted(object arg)
-        {
-            if ((this.get_authTokenCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_authTokenCompleted(this, new get_authTokenCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_publisherAssertions", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("publisherAssertions", Namespace = "urn:uddi-org:api_v2")]
-        public publisherAssertions get_publisherAssertions([System.Xml.Serialization.XmlElementAttribute("get_publisherAssertions", Namespace = "urn:uddi-org:api_v2")] get_publisherAssertions get_publisherAssertions1)
-        {
-            object[] results = this.Invoke("get_publisherAssertions", new object[] {
-                    get_publisherAssertions1});
-            return ((publisherAssertions)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_publisherAssertions(get_publisherAssertions get_publisherAssertions1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_publisherAssertions", new object[] {
-                    get_publisherAssertions1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public publisherAssertions Endget_publisherAssertions(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((publisherAssertions)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_publisherAssertionsAsync(get_publisherAssertions get_publisherAssertions1)
-        {
-            this.get_publisherAssertionsAsync(get_publisherAssertions1, null);
-        }
-
-        /// <remarks/>
-        public void get_publisherAssertionsAsync(get_publisherAssertions get_publisherAssertions1, object userState)
-        {
-            if ((this.get_publisherAssertionsOperationCompleted == null))
-            {
-                this.get_publisherAssertionsOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_publisherAssertionsOperationCompleted);
-            }
-            this.InvokeAsync("get_publisherAssertions", new object[] {
-                    get_publisherAssertions1}, this.get_publisherAssertionsOperationCompleted, userState);
-        }
-
-        private void Onget_publisherAssertionsOperationCompleted(object arg)
-        {
-            if ((this.get_publisherAssertionsCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_publisherAssertionsCompleted(this, new get_publisherAssertionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_registeredInfo", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("registeredInfo", Namespace = "urn:uddi-org:api_v2")]
-        public registeredInfo get_registeredInfo([System.Xml.Serialization.XmlElementAttribute("get_registeredInfo", Namespace = "urn:uddi-org:api_v2")] get_registeredInfo get_registeredInfo1)
-        {
-            object[] results = this.Invoke("get_registeredInfo", new object[] {
-                    get_registeredInfo1});
-            return ((registeredInfo)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_registeredInfo(get_registeredInfo get_registeredInfo1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_registeredInfo", new object[] {
-                    get_registeredInfo1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public registeredInfo Endget_registeredInfo(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((registeredInfo)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_registeredInfoAsync(get_registeredInfo get_registeredInfo1)
-        {
-            this.get_registeredInfoAsync(get_registeredInfo1, null);
-        }
-
-        /// <remarks/>
-        public void get_registeredInfoAsync(get_registeredInfo get_registeredInfo1, object userState)
-        {
-            if ((this.get_registeredInfoOperationCompleted == null))
-            {
-                this.get_registeredInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_registeredInfoOperationCompleted);
-            }
-            this.InvokeAsync("get_registeredInfo", new object[] {
-                    get_registeredInfo1}, this.get_registeredInfoOperationCompleted, userState);
-        }
-
-        private void Onget_registeredInfoOperationCompleted(object arg)
-        {
-            if ((this.get_registeredInfoCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_registeredInfoCompleted(this, new get_registeredInfoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("save_binding", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("bindingDetail", Namespace = "urn:uddi-org:api_v2")]
-        public bindingDetail save_binding([System.Xml.Serialization.XmlElementAttribute("save_binding", Namespace = "urn:uddi-org:api_v2")] save_binding save_binding1)
-        {
-            object[] results = this.Invoke("save_binding", new object[] {
-                    save_binding1});
-            return ((bindingDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginsave_binding(save_binding save_binding1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("save_binding", new object[] {
-                    save_binding1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public bindingDetail Endsave_binding(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((bindingDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void save_bindingAsync(save_binding save_binding1)
-        {
-            this.save_bindingAsync(save_binding1, null);
-        }
-
-        /// <remarks/>
-        public void save_bindingAsync(save_binding save_binding1, object userState)
-        {
-            if ((this.save_bindingOperationCompleted == null))
-            {
-                this.save_bindingOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsave_bindingOperationCompleted);
-            }
-            this.InvokeAsync("save_binding", new object[] {
-                    save_binding1}, this.save_bindingOperationCompleted, userState);
-        }
-
-        private void Onsave_bindingOperationCompleted(object arg)
-        {
-            if ((this.save_bindingCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.save_bindingCompleted(this, new save_bindingCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("save_business", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("businessDetail", Namespace = "urn:uddi-org:api_v2")]
-        public businessDetail save_business([System.Xml.Serialization.XmlElementAttribute("save_business", Namespace = "urn:uddi-org:api_v2")] save_business save_business1)
-        {
-            object[] results = this.Invoke("save_business", new object[] {
-                    save_business1});
-            return ((businessDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginsave_business(save_business save_business1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("save_business", new object[] {
-                    save_business1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public businessDetail Endsave_business(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((businessDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void save_businessAsync(save_business save_business1)
-        {
-            this.save_businessAsync(save_business1, null);
-        }
-
-        /// <remarks/>
-        public void save_businessAsync(save_business save_business1, object userState)
-        {
-            if ((this.save_businessOperationCompleted == null))
-            {
-                this.save_businessOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsave_businessOperationCompleted);
-            }
-            this.InvokeAsync("save_business", new object[] {
-                    save_business1}, this.save_businessOperationCompleted, userState);
-        }
-
-        private void Onsave_businessOperationCompleted(object arg)
-        {
-            if ((this.save_businessCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.save_businessCompleted(this, new save_businessCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("save_service", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("serviceDetail", Namespace = "urn:uddi-org:api_v2")]
-        public serviceDetail save_service([System.Xml.Serialization.XmlElementAttribute("save_service", Namespace = "urn:uddi-org:api_v2")] save_service save_service1)
-        {
-            object[] results = this.Invoke("save_service", new object[] {
-                    save_service1});
-            return ((serviceDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginsave_service(save_service save_service1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("save_service", new object[] {
-                    save_service1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public serviceDetail Endsave_service(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((serviceDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void save_serviceAsync(save_service save_service1)
-        {
-            this.save_serviceAsync(save_service1, null);
-        }
-
-        /// <remarks/>
-        public void save_serviceAsync(save_service save_service1, object userState)
-        {
-            if ((this.save_serviceOperationCompleted == null))
-            {
-                this.save_serviceOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsave_serviceOperationCompleted);
-            }
-            this.InvokeAsync("save_service", new object[] {
-                    save_service1}, this.save_serviceOperationCompleted, userState);
-        }
-
-        private void Onsave_serviceOperationCompleted(object arg)
-        {
-            if ((this.save_serviceCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.save_serviceCompleted(this, new save_serviceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("save_tModel", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("tModelDetail", Namespace = "urn:uddi-org:api_v2")]
-        public tModelDetail save_tModel([System.Xml.Serialization.XmlElementAttribute("save_tModel", Namespace = "urn:uddi-org:api_v2")] save_tModel save_tModel1)
-        {
-            object[] results = this.Invoke("save_tModel", new object[] {
-                    save_tModel1});
-            return ((tModelDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginsave_tModel(save_tModel save_tModel1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("save_tModel", new object[] {
-                    save_tModel1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public tModelDetail Endsave_tModel(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((tModelDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void save_tModelAsync(save_tModel save_tModel1)
-        {
-            this.save_tModelAsync(save_tModel1, null);
-        }
-
-        /// <remarks/>
-        public void save_tModelAsync(save_tModel save_tModel1, object userState)
-        {
-            if ((this.save_tModelOperationCompleted == null))
-            {
-                this.save_tModelOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsave_tModelOperationCompleted);
-            }
-            this.InvokeAsync("save_tModel", new object[] {
-                    save_tModel1}, this.save_tModelOperationCompleted, userState);
-        }
-
-        private void Onsave_tModelOperationCompleted(object arg)
-        {
-            if ((this.save_tModelCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.save_tModelCompleted(this, new save_tModelCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("set_publisherAssertions", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("publisherAssertions", Namespace = "urn:uddi-org:api_v2")]
-        public publisherAssertions set_publisherAssertions([System.Xml.Serialization.XmlElementAttribute("set_publisherAssertions", Namespace = "urn:uddi-org:api_v2")] set_publisherAssertions set_publisherAssertions1)
-        {
-            object[] results = this.Invoke("set_publisherAssertions", new object[] {
-                    set_publisherAssertions1});
-            return ((publisherAssertions)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginset_publisherAssertions(set_publisherAssertions set_publisherAssertions1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("set_publisherAssertions", new object[] {
-                    set_publisherAssertions1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public publisherAssertions Endset_publisherAssertions(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((publisherAssertions)(results[0]));
-        }
-
-        /// <remarks/>
-        public void set_publisherAssertionsAsync(set_publisherAssertions set_publisherAssertions1)
-        {
-            this.set_publisherAssertionsAsync(set_publisherAssertions1, null);
-        }
-
-        /// <remarks/>
-        public void set_publisherAssertionsAsync(set_publisherAssertions set_publisherAssertions1, object userState)
-        {
-            if ((this.set_publisherAssertionsOperationCompleted == null))
-            {
-                this.set_publisherAssertionsOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_publisherAssertionsOperationCompleted);
-            }
-            this.InvokeAsync("set_publisherAssertions", new object[] {
-                    set_publisherAssertions1}, this.set_publisherAssertionsOperationCompleted, userState);
-        }
-
-        private void Onset_publisherAssertionsOperationCompleted(object arg)
-        {
-            if ((this.set_publisherAssertionsCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_publisherAssertionsCompleted(this, new set_publisherAssertionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        public new void CancelAsync(object userState)
-        {
-            base.CancelAsync(userState);
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:uddi-org:api_v2")]
-    public partial class find_binding
-    {
-
-        private string[] findQualifiersField;
-
-        private string[] tModelBagField;
-
-        private string genericField;
-
-        private int maxRowsField;
-
-        private bool maxRowsFieldSpecified;
-
-        private string serviceKeyField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlArrayItemAttribute("findQualifier", IsNullable = false)]
-        public string[] findQualifiers
-        {
-            get
-            {
-                return this.findQualifiersField;
-            }
-            set
-            {
-                this.findQualifiersField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlArrayItemAttribute("tModelKey", IsNullable = false)]
-        public string[] tModelBag
-        {
-            get
-            {
-                return this.tModelBagField;
-            }
-            set
-            {
-                this.tModelBagField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string generic
-        {
-            get
-            {
-                return this.genericField;
-            }
-            set
-            {
-                this.genericField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public int maxRows
-        {
-            get
-            {
-                return this.maxRowsField;
-            }
-            set
-            {
-                this.maxRowsField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool maxRowsSpecified
-        {
-            get
-            {
-                return this.maxRowsFieldSpecified;
-            }
-            set
-            {
-                this.maxRowsFieldSpecified = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string serviceKey
-        {
-            get
-            {
-                return this.serviceKeyField;
-            }
-            set
-            {
-                this.serviceKeyField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:uddi-org:api_v2")]
-    public partial class set_publisherAssertions
-    {
-
-        private string authInfoField;
-
-        private publisherAssertion[] publisherAssertionField;
-
-        private string genericField;
-
-        /// <remarks/>
-        public string authInfo
-        {
-            get
-            {
-                return this.authInfoField;
-            }
-            set
-            {
-                this.authInfoField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("publisherAssertion")]
-        public publisherAssertion[] publisherAssertion
-        {
-            get
-            {
-                return this.publisherAssertionField;
-            }
-            set
-            {
-                this.publisherAssertionField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string generic
-        {
-            get
-            {
-                return this.genericField;
-            }
-            set
-            {
-                this.genericField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:uddi-org:api_v2")]
-    public partial class publisherAssertion
-    {
-
-        private string fromKeyField;
-
-        private string toKeyField;
-
-        private keyedReference keyedReferenceField;
-
-        /// <remarks/>
-        public string fromKey
-        {
-            get
-            {
-                return this.fromKeyField;
-            }
-            set
-            {
-                this.fromKeyField = value;
-            }
-        }
-
-        /// <remarks/>
-        public string toKey
-        {
-            get
-            {
-                return this.toKeyField;
-            }
-            set
-            {
-                this.toKeyField = value;
-            }
-        }
-
-        /// <remarks/>
-        public keyedReference keyedReference
-        {
-            get
-            {
-                return this.keyedReferenceField;
-            }
-            set
-            {
-                this.keyedReferenceField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:uddi-org:api_v2")]
-    public partial class keyedReference
-    {
-
-        private string tModelKeyField;
-
-        private string keyNameField;
-
-        private string keyValueField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string tModelKey
-        {
-            get
-            {
-                return this.tModelKeyField;
-            }
-            set
-            {
-                this.tModelKeyField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string keyName
-        {
-            get
-            {
-                return this.keyNameField;
-            }
-            set
-            {
-                this.keyNameField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string keyValue
-        {
-            get
-            {
-                return this.keyValueField;
-            }
-            set
-            {
-                this.keyValueField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:uddi-org:api_v2")]
-    public partial class save_tModel
-    {
-
-        private string authInfoField;
-
-        private tModel[] tModelField;
-
-        private string[] uploadRegisterField;
-
-        private string genericField;
-
-        /// <remarks/>
-        public string authInfo
-        {
-            get
-            {
-                return this.authInfoField;
-            }
-            set
-            {
-                this.authInfoField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("tModel")]
-        public tModel[] tModel
-        {
-            get
-            {
-                return this.tModelField;
-            }
-            set
-            {
-                this.tModelField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("uploadRegister")]
-        public string[] uploadRegister
-        {
-            get
-            {
-                return this.uploadRegisterField;
-            }
-            set
-            {
-                this.uploadRegisterField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string generic
-        {
-            get
-            {
-                return this.genericField;
-            }
-            set
-            {
-                this.genericField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:uddi-org:api_v2")]
-    public partial class tModel
-    {
-
-        private name nameField;
-
-        private description[] descriptionField;
-
-        private overviewDoc overviewDocField;
-
-        private keyedReference[] identifierBagField;
-
-        private keyedReference[] categoryBagField;
-
-        private string tModelKeyField;
-
-        private string operatorField;
-
-        private string authorizedNameField;
-
-        /// <remarks/>
-        public name name
-        {
-            get
-            {
-                return this.nameField;
-            }
-            set
-            {
-                this.nameField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("description")]
-        public description[] description
-        {
-            get
-            {
-                return this.descriptionField;
-            }
-            set
-            {
-                this.descriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        public overviewDoc overviewDoc
-        {
-            get
-            {
-                return this.overviewDocField;
-            }
-            set
-            {
-                this.overviewDocField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
-        public keyedReference[] identifierBag
-        {
-            get
-            {
-                return this.identifierBagField;
-            }
-            set
-            {
-                this.identifierBagField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
-        public keyedReference[] categoryBag
-        {
-            get
-            {
-                return this.categoryBagField;
-            }
-            set
-            {
-                this.categoryBagField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string tModelKey
-        {
-            get
-            {
-                return this.tModelKeyField;
-            }
-            set
-            {
-                this.tModelKeyField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string @operator
-        {
-            get
-            {
-                return this.operatorField;
-            }
-            set
-            {
-                this.operatorField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string authorizedName
-        {
-            get
-            {
-                return this.authorizedNameField;

<TRUNCATED>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[26/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
JUDDI-914 done


Project: http://git-wip-us.apache.org/repos/asf/juddi/repo
Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/0833b028
Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/0833b028
Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/0833b028

Branch: refs/heads/master
Commit: 0833b0282b2278ec2c45ac9710d8facc73942af9
Parents: b2179ec
Author: Alex <al...@apache.org>
Authored: Tue Jan 13 21:28:52 2015 -0500
Committer: Alex <al...@apache.org>
Committed: Tue Jan 13 21:28:52 2015 -0500

----------------------------------------------------------------------
 bin/cryptor-dev.bat                             |    18 +-
 bin/md5crypt.bat                                |    18 +-
 bin/md5cryptdev.bat                             |    18 +-
 docs/devguide/en-US/.Conventions.xml.swp        |   Bin 16384 -> 0 bytes
 docs/devguide/en-US/Author_Group.xml            |    60 -
 docs/devguide/en-US/Book_Info.xml               |    61 -
 docs/devguide/en-US/Conventions.xml             |   235 -
 docs/devguide/en-US/Dev_Environment_Setup.xml   |   278 -
 docs/devguide/en-US/Feedback.xml                |    40 -
 docs/devguide/en-US/Legal_Notice.xml            |    44 -
 docs/devguide/en-US/Preface.xml                 |    41 -
 docs/devguide/en-US/Release_Process.xml         |    67 -
 docs/devguide/en-US/Revision_History.xml        |    59 -
 .../devguide/en-US/extras/Authentication_1.java |     5 -
 .../devguide/en-US/extras/Authentication_1.xmlt |     6 -
 .../devguide/en-US/extras/Authentication_2.java |     1 -
 .../devguide/en-US/extras/Authentication_2.xmlt |     6 -
 .../devguide/en-US/extras/Authentication_3.java |     2 -
 .../devguide/en-US/extras/Authentication_3.xmlt |     2 -
 .../devguide/en-US/extras/Authentication_4.java |     3 -
 .../devguide/en-US/extras/Authentication_5.xmlt |     2 -
 .../en-US/extras/Database_Setup_1.screen        |     1 -
 .../devguide/en-US/extras/Database_Setup_1.xmlt |    80 -
 .../en-US/extras/Database_Setup_2.screen        |     5 -
 .../devguide/en-US/extras/Database_Setup_2.xmlt |    11 -
 .../devguide/en-US/extras/Database_Setup_3.xmlt |     1 -
 .../devguide/en-US/extras/Database_Setup_4.xmlt |     9 -
 .../devguide/en-US/extras/Database_Setup_5.xmlt |    21 -
 .../devguide/en-US/extras/Database_Setup_6.xmlt |     3 -
 .../en-US/extras/Getting_Started_1.screen       |     2 -
 .../en-US/extras/Root_seed_data_1.properties    |     1 -
 .../en-US/extras/Root_seed_data_1.screen        |     4 -
 .../devguide/en-US/extras/Root_seed_data_1.xmlt |     4 -
 .../en-US/extras/Root_seed_data_2.screen        |     1 -
 .../devguide/en-US/extras/Root_seed_data_2.xmlt |    14 -
 .../devguide/en-US/extras/Root_seed_data_3.xmlt |    69 -
 .../en-US/extras/Subscription_1.properties      |     2 -
 .../devguide/en-US/extras/Subscription_1.screen |     2 -
 docs/devguide/en-US/extras/Subscription_1.xmlt  |     6 -
 .../en-US/extras/Subscription_2.properties      |     2 -
 .../devguide/en-US/extras/Subscription_2.screen |     2 -
 docs/devguide/en-US/extras/Subscription_2.xmlt  |     6 -
 .../devguide/en-US/extras/Subscription_3.screen |     1 -
 docs/devguide/en-US/extras/Subscription_3.xmlt  |    34 -
 .../devguide/en-US/extras/Subscription_4.screen |     2 -
 docs/devguide/en-US/extras/Subscription_4.xmlt  |    48 -
 .../devguide/en-US/extras/Subscription_5.screen |     1 -
 docs/devguide/en-US/extras/Subscription_5.xmlt  |    14 -
 .../en-US/extras/Using_jUDDI-Client_1.java      |     1 -
 .../en-US/extras/Using_jUDDI-Client_1.xmlt      |    33 -
 .../en-US/extras/Using_jUDDI-Client_2.java      |     1 -
 .../en-US/extras/Using_jUDDI-Client_2.xmlt      |    23 -
 .../en-US/extras/Using_jUDDI-Client_3.java      |     1 -
 .../en-US/extras/Using_jUDDI-Client_4.java      |    22 -
 .../extras/jUDDI_configuration_1.properties     |     2 -
 .../extras/jUDDI_configuration_2.properties     |     2 -
 .../devguide/en-US/images/eclipse_javaagent.png |   Bin 110443 -> 0 bytes
 docs/devguide/en-US/images/eclipse_maven.png    |   Bin 93030 -> 0 bytes
 docs/devguide/en-US/images/eclise_unittest.png  |   Bin 108796 -> 0 bytes
 docs/devguide/en-US/images/icon.svg             |  3936 -----
 .../en-US/images/juddi_architecture.png         |   Bin 35702 -> 0 bytes
 docs/devguide/en-US/images/juddi_services.png   |   Bin 134701 -> 0 bytes
 docs/devguide/en-US/images/soap_request.png     |   Bin 68051 -> 0 bytes
 docs/devguide/en-US/jUDDI_Architecture.xml      |   104 -
 docs/devguide/en-US/jUDDI_Dev_Guide.ent         |    20 -
 docs/devguide/en-US/jUDDI_Dev_Guide.xml         |    35 -
 docs/devguide/en-US/jUDDI_configuration.xml     |    62 -
 docs/devguide/pom.xml                           |   255 -
 docs/userguide/en-US/Administration.xml         |   114 -
 docs/userguide/en-US/Authentication.xml         |   268 -
 docs/userguide/en-US/Author_Group.xml           |    74 -
 docs/userguide/en-US/Book_Info.xml              |    61 -
 docs/userguide/en-US/Conventions.xml            |   235 -
 docs/userguide/en-US/Database_Setup.xml         |   244 -
 docs/userguide/en-US/Feedback.xml               |    40 -
 docs/userguide/en-US/Getting_Started.xml        |   167 -
 docs/userguide/en-US/GlassfishDeploy.xml        |   131 -
 docs/userguide/en-US/JBoss6Deploy.xml           |    86 -
 docs/userguide/en-US/JBossDeploy.xml            |    92 -
 docs/userguide/en-US/Legal_Notice.xml           |    44 -
 docs/userguide/en-US/Preface.xml                |    41 -
 docs/userguide/en-US/Revision_History.xml       |    59 -
 docs/userguide/en-US/Root_seed_data.xml         |   145 -
 docs/userguide/en-US/SimplePublish.xml          |   315 -
 docs/userguide/en-US/Subscription.xml           |   444 -
 docs/userguide/en-US/UDDI_Registry.xml          |   194 -
 docs/userguide/en-US/Using_jUDDI-Client.xml     |   680 -
 .../en-US/extras/Administration_orm.xml         |   232 -
 .../en-US/extras/Authentication_1.java          |     5 -
 .../en-US/extras/Authentication_1.xmlt          |     6 -
 .../en-US/extras/Authentication_2.java          |     1 -
 .../en-US/extras/Authentication_2.xmlt          |     6 -
 .../en-US/extras/Authentication_3.java          |     2 -
 .../en-US/extras/Authentication_3.xmlt          |     2 -
 .../en-US/extras/Authentication_4.java          |     3 -
 .../en-US/extras/Authentication_5.xmlt          |     2 -
 .../en-US/extras/Database_Setup_1.screen        |     1 -
 .../en-US/extras/Database_Setup_1.xmlt          |    80 -
 .../en-US/extras/Database_Setup_10.xmlt         |    11 -
 .../en-US/extras/Database_Setup_2.screen        |     5 -
 .../en-US/extras/Database_Setup_2.xmlt          |    11 -
 .../en-US/extras/Database_Setup_3.xmlt          |     1 -
 .../en-US/extras/Database_Setup_4.xmlt          |     9 -
 .../en-US/extras/Database_Setup_5.xmlt          |    21 -
 .../en-US/extras/Database_Setup_6.xmlt          |     3 -
 .../en-US/extras/Database_Setup_7.xmlt          |     1 -
 .../en-US/extras/Database_Setup_8.xmlt          |     9 -
 .../en-US/extras/Database_Setup_9.xmlt          |     1 -
 .../en-US/extras/Getting_Started_1.screen       |     2 -
 docs/userguide/en-US/extras/HelloWorldImpl.java |    18 -
 .../en-US/extras/Root_seed_data_1.properties    |     1 -
 .../en-US/extras/Root_seed_data_1.screen        |     4 -
 .../en-US/extras/Root_seed_data_1.xmlt          |     4 -
 .../en-US/extras/Root_seed_data_2.screen        |     1 -
 .../en-US/extras/Root_seed_data_2.xmlt          |    14 -
 .../en-US/extras/Root_seed_data_3.xmlt          |    69 -
 .../en-US/extras/Subscription_1.properties      |     2 -
 .../en-US/extras/Subscription_1.screen          |     2 -
 docs/userguide/en-US/extras/Subscription_1.xmlt |     6 -
 .../en-US/extras/Subscription_2.properties      |     2 -
 .../en-US/extras/Subscription_2.screen          |     2 -
 docs/userguide/en-US/extras/Subscription_2.xmlt |     6 -
 .../en-US/extras/Subscription_3.screen          |     1 -
 docs/userguide/en-US/extras/Subscription_3.xmlt |    34 -
 .../en-US/extras/Subscription_4.screen          |     2 -
 docs/userguide/en-US/extras/Subscription_4.xmlt |    48 -
 .../en-US/extras/Subscription_5.screen          |     1 -
 docs/userguide/en-US/extras/Subscription_5.xmlt |    14 -
 .../en-US/extras/Using_jUDDI-Client_1.java      |     1 -
 .../en-US/extras/Using_jUDDI-Client_1.xmlt      |    55 -
 .../extras/Using_jUDDI-Client_1_web_xml.xmlt    |    18 -
 .../en-US/extras/Using_jUDDI-Client_2.java      |     1 -
 .../en-US/extras/Using_jUDDI-Client_2invm.xmlt  |     9 -
 .../en-US/extras/Using_jUDDI-Client_2jaxws.xmlt |     9 -
 .../en-US/extras/Using_jUDDI-Client_2rmi.xmlt   |    12 -
 .../en-US/extras/Using_jUDDI-Client_3.java      |     1 -
 .../en-US/extras/Using_jUDDI-Client_4.java      |    22 -
 ...onfiguration_authenticate_Inquiry.properties |     2 -
 ...jUDDI_configuration_authenticator.properties |     2 -
 .../jUDDI_configuration_cryptor.properties      |     2 -
 ...on_juddi_transfer_expiration_days.properties |     3 -
 .../jUDDI_configuration_keygenerator.properties |     2 -
 ...I_configuration_load_install_data.properties |     2 -
 .../jUDDI_configuration_locale.properties       |     2 -
 ...nfiguration_maxBindingsPerService.properties |     6 -
 ...uration_maxBusinessesPerPublisher.properties |     5 -
 .../jUDDI_configuration_maxInClause.properties  |     3 -
 ...figuration_maxNameElementsAllowed.properties |     4 -
 ...jUDDI_configuration_maxNameLength.properties |     4 -
 .../jUDDI_configuration_maxRows.properties      |     3 -
 ...figuration_maxServicesPerBusiness.properties |     5 -
 ...figuration_maxTModelsPerPublisher.properties |     6 -
 ...nfiguration_notification_interval.properties |     2 -
 ...uration_notification_start_buffer.properties |     2 -
 ...onfiguration_operatorEmailAddress.properties |     3 -
 ...onfiguration_persistenceunit_name.properties |     2 -
 .../extras/jUDDI_configuration_proxy.properties |     4 -
 .../jUDDI_configuration_reload_delay.properties |     2 -
 ...UDDI_configuration_root_publisher.properties |     2 -
 .../jUDDI_configuration_seed_always.properties  |     2 -
 ...UDDI_configuration_server_baseurl.properties |     2 -
 .../jUDDI_configuration_server_name.properties  |     5 -
 ...scription_chunkexpiration_minutes.properties |     2 -
 ...tion_subscription_expiration_days.properties |     3 -
 ...guration_transfer_expiration_days.properties |     2 -
 .../jUDDI_configuration_uuidgen.properties      |     2 -
 docs/userguide/en-US/extras/jboss-web.xmlt      |    14 -
 docs/userguide/en-US/extras/jboss-web6.xmlt     |    15 -
 docs/userguide/en-US/extras/juddiv3-ds.xmlt     |    16 -
 docs/userguide/en-US/extras/resource.xmlt       |    10 -
 docs/userguide/en-US/extras/sun-web.xmlt        |    10 -
 .../images/UDDI_Registry_invocation_pattern.png |   Bin 55802 -> 0 bytes
 .../en-US/images/UDDI_services_overview.png     |   Bin 68696 -> 0 bytes
 .../en-US/images/a_bothup_b_sales_down.png      |   Bin 48681 -> 0 bytes
 .../userguide/en-US/images/authToken_SoapUI.png |   Bin 141835 -> 0 bytes
 .../en-US/images/create_new_subscription.png    |   Bin 62433 -> 0 bytes
 docs/userguide/en-US/images/icon.svg            |  3936 -----
 docs/userguide/en-US/images/jUDDI_welcome.png   |   Bin 106660 -> 0 bytes
 .../images/marketing_node_installation.png      |   Bin 65002 -> 0 bytes
 .../en-US/images/marketing_services.png         |   Bin 109985 -> 0 bytes
 .../en-US/images/newly_saved_subscription.png   |   Bin 51334 -> 0 bytes
 ...esponse_synchronous_subscription_request.png |   Bin 113737 -> 0 bytes
 .../en-US/images/registration_by_annotation.png |   Bin 76537 -> 0 bytes
 .../en-US/images/registry_info_helloworld.png   |   Bin 106536 -> 0 bytes
 .../en-US/images/sales_node_installation.png    |   Bin 51318 -> 0 bytes
 docs/userguide/en-US/images/sales_services.png  |   Bin 81768 -> 0 bytes
 .../en-US/images/set_coverage_period.png        |   Bin 56461 -> 0 bytes
 .../en-US/images/subscriptions_portal.png       |   Bin 78157 -> 0 bytes
 .../en-US/images/uddi_core_datastructures.gif   |   Bin 16652 -> 0 bytes
 docs/userguide/en-US/jUDDI_User_Guide.ent       |    20 -
 docs/userguide/en-US/jUDDI_User_Guide.xml       |    48 -
 docs/userguide/en-US/jUDDI_configuration.xml    |   215 -
 docs/userguide/pom.xml                          |   266 -
 .../apache/juddi/client/plugins/AppTest.java    |    16 +
 juddi-client.net/bb-win7.bat                    |    48 +-
 .../example/AspnetServiceLifeCycle/App.config   |    16 +
 .../AspnetServiceLifeCycle-mono.csproj          |   162 +-
 .../AspnetServiceLifeCycle.csproj               |   164 +-
 .../Properties/AssemblyInfo.cs                  |    91 +-
 .../AspnetServiceLifeCycle/output.config        |    16 +
 .../example/AspnetServiceLifeCycle/uddi.xml     |    22 +-
 .../example/WcfServiceLifeCycle/App.config      |    42 +-
 .../Properties/AssemblyInfo.cs                  |    91 +-
 .../WcfServiceLifeCycle-mono.csproj             |   168 +-
 .../WcfServiceLifeCycle.csproj                  |   168 +-
 .../example/WcfServiceLifeCycle/sample.wsdl     |    20 +
 .../example/WcfServiceLifeCycle/uddi.xml        |    22 +-
 juddi-client.net/generate.bat                   |    34 +-
 juddi-client.net/integrationTests.bat           |   102 +-
 .../Properties/AssemblyInfo.cs                  |    91 +-
 .../installcert.bat                             |    22 +-
 ...uddi-client.net-integration.test-mono.csproj |   202 +-
 .../juddi-client.net-integration.test.csproj    |   204 +-
 .../InquiryTests.cs                             |   311 +-
 .../resource/uddi-autoregAnnotations.xml        |    22 +-
 .../resource/uddi.xml                           |    22 +-
 .../resource/uddisigfile.xml                    |    22 +-
 .../resource/uddisigwinstore.xml                |    22 +-
 juddi-client.net/juddi-client.net-mono.sln      |   150 +-
 .../juddi-client.net-sample/App.config          |    86 +-
 .../juddi-client.net-sample-mono.csproj         |   188 +-
 .../juddi-client.net-sample.csproj              |   192 +-
 .../juddi-client.net-sample/uddi.xml            |    22 +-
 .../Properties/AssemblyInfo.cs                  |    91 +-
 .../juddi-client.net.cryptor-mono.csproj        |   144 +-
 .../juddi-client.net.cryptor.csproj             |   144 +-
 juddi-client.net/juddi-client.net.sln           |   144 +-
 .../juddi-client.net.test-mono.csproj           |   176 +-
 .../juddi-client.net.test.csproj                |   176 +-
 .../TModelInstanceDetailsComparatorTest.cs      |   933 +-
 .../WSDL2UDDITest.cs                            |   359 +-
 .../juddi-client.net.test/packages.config       |    28 +-
 .../juddi-client.net.test/resources/cxf.wadl    |    20 +
 .../resources/juddi-api-flattened.wsdl          |    20 +
 .../juddi-client.net.test/resources/sample.wadl |    20 +
 .../resources/sample_1.wsdl                     |    21 +-
 juddi-client.net/juddi-client.net.test/uddi.xml |    22 +-
 .../bindings/JUDDIApiService.cs                 |  8089 +++++-----
 .../juddi-client.net/bindings/UDDIv2_Service.cs | 14315 +++++++++--------
 .../juddi-client.net/bindings/bindings.cs       |  4949 +++---
 .../juddi-client.net/bindings/events.cs         |  1871 +--
 .../juddi-client.net-mono.csproj                |   264 +-
 .../juddi-client.net/juddi-client.net.csproj    |   284 +-
 .../AnnotationProcessor.cs                      |   501 +-
 .../UDDIService.cs                              |    81 +-
 .../UDDIServiceBinding.cs                       |   109 +-
 .../MapUDDIv2to3.cs                             |  1149 +-
 .../MapUDDIv3to2.cs                             |  1427 +-
 .../XMLSchema.cs                                |  5197 +++---
 .../Inquiry3to2.cs                              |   363 +-
 .../Publish3to2.cs                              |   223 +-
 .../Security3to2.cs                             |   145 +-
 .../AspNetv2TranslationTransport.cs             |   189 +-
 .../org.apache.juddi.v3.client/LogLevel.cs      |    57 +-
 juddi-client.net/juddi-installer/App.config     |    32 +-
 .../juddi-installer/Properties/AssemblyInfo.cs  |    91 +-
 .../juddi-installer/juddi-installer-mono.csproj |   148 +-
 .../juddi-installer/juddi-installer.csproj      |   148 +-
 juddi-client.net/killTomcat.bat                 |    22 +-
 juddi-client.net/packages/repositories.config   |    28 +-
 .../apache/juddi/v3/client/JUDDIApiService.java |    16 +
 .../apache/juddi/v3/client/UDDIConstants.java   |    16 +
 .../mapping/ServiceRegistrationResponse.java    |    16 +
 .../client/mapping/UDDIServiceCacheMBean.java   |    16 +
 .../mapping/UDDIClientSubscriptionListener.wsdl |    19 +
 .../src/main/resources/xsd/uddi-client.xsd      |    18 +
 .../juddi/v3/annotations/HelloWorldMockup.java  |    16 +
 .../juddi/v3/annotations/HelloWorldMockup2.java |    16 +
 .../juddi/v3/client/HelloWorldMockup.java       |    16 +
 .../src/test/resources/META-INF/configtests.xml |    16 +
 .../test/resources/META-INF/subscription.xml    |    16 +
 .../resources/META-INF/uddi-subcallback1.xml    |    16 +
 .../resources/META-INF/uddi-subcallback2.xml    |    16 +
 .../resources/META-INF/uddi-subcallback3.xml    |    16 +
 .../src/test/resources/META-INF/uddi.xml        |    16 +
 .../src/test/resources/META-INF/uddi2.xml       |    17 +
 .../resources/META-INF/uddi3-enc-aes128.xml     |    16 +
 .../src/test/resources/META-INF/uddiv2.xml      |    16 +
 juddi-client/src/test/resources/wadl/cxf.wadl   |    18 +
 .../src/test/resources/wsdl/sample.wsdl         |    18 +
 .../src/test/resources/wsdl/sample_1.wsdl       |    18 +
 .../wsdl/uddiv3-xml/3_2_1_porttype.xml          |    18 +
 .../wsdl/uddiv3-xml/3_2_2_bindingtmodel.xml     |    18 +
 .../wsdl/uddiv3-xml/3_2_3_business_service.xml  |    18 +
 juddi-core-openjpa/build.xml                    |    16 +
 .../src/test/resources/META-INF/persistence.xml |    16 +
 .../src/test/resources/META-INF/uddi.xml        |    16 +
 .../test/resources/juddi-users-encrypted.xml    |    16 +
 .../src/test/resources/juddi-users-hashed.xml   |    16 +
 .../src/test/resources/juddi-users.xml          |    16 +
 .../src/test/resources/juddiv3-enc-3des.xml     |    16 +
 .../src/test/resources/juddiv3-enc-aes128.xml   |    16 +
 .../src/test/resources/juddiv3-enc-aes256.xml   |    16 +
 .../src/test/resources/juddiv3-enc-default.xml  |    16 +
 .../src/test/resources/juddiv3.xml              |    16 +
 .../resources/juddiv3DisabledTModelKeybag.xml   |    16 +
 juddi-core-openjpa/src/test/resources/log4j.xml |    16 +
 .../src/test/resources/wsdl/sample.wsdl         |    16 +
 .../impl/ServiceCounterLifecycleResource.java   |    16 +
 .../juddi/api/impl/UDDIServiceCounter.java      |    16 +
 .../juddi/api/impl/UDDIServiceCounterMBean.java |    16 +
 .../juddi/api/util/CustodyTransferQuery.java    |    16 +
 .../org/apache/juddi/api/util/InquiryQuery.java |    16 +
 .../apache/juddi/api/util/PublicationQuery.java |    16 +
 .../org/apache/juddi/api/util/QueryStatus.java  |    16 +
 .../apache/juddi/api/util/ReplicationQuery.java |    16 +
 .../apache/juddi/api/util/SecurityQuery.java    |    16 +
 .../api/util/SubscriptionListenerQuery.java     |    16 +
 .../juddi/api/util/SubscriptionQuery.java       |    16 +
 .../org/apache/juddi/api/util/UDDIQuery.java    |    16 +
 .../juddi/api/util/ValueSetCachingQuery.java    |    16 +
 .../juddi/api/util/ValueSetValidationQuery.java |    17 +-
 .../java/org/apache/juddi/config/Property.java  |    16 +
 .../juddi/config/PublisherFileFilter.java       |    16 +
 .../juddi/subscription/NotificationList.java    |    16 +
 .../juddi/subscription/notify/HTTPNotifier.java |    16 +
 .../subscription/notify/JNDI_RMINotifier.java   |    16 +
 .../juddi/subscription/notify/Notifier.java     |    16 +
 .../subscription/notify/NotifierFactory.java    |    16 +
 .../juddi/subscription/notify/RMINotifier.java  |    16 +
 .../juddi/subscription/notify/SMTPNotifier.java |    16 +
 .../notify/USERFRIENDLYSMTPNotifier.java        |    16 +
 .../java/org/apache/juddi/api/impl/package.html |    20 +-
 juddi-core/src/test/resources/META-INF/orm.xml  |    16 +
 .../src/test/resources/META-INF/persistence.xml |    16 +
 juddi-core/src/test/resources/META-INF/uddi.xml |    16 +
 .../test/resources/juddi-users-encrypted.xml    |    16 +
 .../src/test/resources/juddi-users-hashed.xml   |    17 +
 juddi-core/src/test/resources/juddi-users.xml   |    16 +
 .../src/test/resources/juddiv3-enc-3des.xml     |    16 +
 .../src/test/resources/juddiv3-enc-aes128.xml   |    16 +
 .../src/test/resources/juddiv3-enc-aes256.xml   |    16 +
 .../src/test/resources/juddiv3-enc-default.xml  |    16 +
 juddi-core/src/test/resources/juddiv3.xml       |    16 +
 .../resources/juddiv3DisabledTModelKeybag.xml   |    16 +
 juddi-core/src/test/resources/wsdl/sample.wsdl  |    16 +
 .../org/apache/juddi/ddl/generator/App.java     |    19 +-
 .../org/apache/juddi/ddl/generator/AppTest.java |    13 -
 .../examples/vsv/valuesetvalidator/App.java     |    16 +-
 .../src/main/resources/META-INF/uddi.xml        |    18 +-
 .../examples/vsv/valuesetvalidator/AppTest.java |    38 -
 .../main/resources/META-INF/partition-uddi.xml  |    17 +
 .../main/resources/META-INF/embedded-uddi.xml   |    17 +
 .../src/main/resources/META-INF/persistence.xml |    17 +
 .../src/main/resources/juddiv3.xml              |    17 +
 .../resources/META-INF/hello-world-uddi.xml     |    17 +
 .../juddi/samples/FindBusinessBugHunt.java      |    15 +-
 .../resources/META-INF/simple-publish-uddi.xml  |    19 +-
 .../src/main/resources/META-INF/uddi.xml        |    17 +
 .../resources/META-INF/simple-browse-uddi.xml   |    17 +
 .../src/main/resources/META-INF/uddi.xml        |    18 +-
 .../src/main/resources/META-INF/uddi.xml        |    18 +-
 .../subscription-notification-client-uddi.xml   |    17 +
 .../src/main/resources/META-INF/sales-uddi.xml  |    17 +
 .../resources/META-INF/uddi-annotations.xml     |    17 +
 .../src/main/webapp/META-INF/context.xml        |    18 +-
 .../src/main/webapp/WEB-INF/classes/juddiv3.xml |    17 +
 .../resources/META-INF/uddiv2-browse-uddi.xml   |    17 +
 .../main/resources/META-INF/wsdl2uddi-uddi.xml  |    17 +
 .../src/main/resources/wsdl/helloworld.wsdl     |    20 +-
 .../org/apache/juddi/samples/HelloWorld.java    |    17 +-
 .../juddi/samples/HelloWorld_Service.java       |    17 +-
 .../org/apache/juddi/samples/ObjectFactory.java |    17 +-
 .../java/org/apache/juddi/samples/SayHi.java    |    17 +-
 .../org/apache/juddi/samples/SayHiResponse.java |    17 +-
 .../org/apache/juddi/samples/package-info.java  |    16 +
 .../main/resources/META-INF/wsdl2uddi-uddi.xml  |    18 +-
 .../src/main/resources/wsdl/helloworld.wsdl     |    21 +-
 .../hub/builders/SubscriptionHelper.java        |    16 +-
 .../webconsole/resources/ResourceLoader.java    |    15 +-
 juddi-gui/src/main/resources/META-INF/uddi.xml  |    17 +
 .../juddi/webconsole/resources/web.properties   |    17 +-
 .../webconsole/resources/web_es.properties      |    16 +-
 juddi-gui/src/main/webapp/META-INF/context.xml  |    17 +
 juddi-gui/src/main/webapp/WEB-INF/web.xml       |    17 +
 juddi-gui/src/main/webapp/about.jsp             |    15 +
 juddi-gui/src/main/webapp/advanced.jsp          |    15 +
 .../src/main/webapp/ajax/abortTransferToken.jsp |    15 +
 .../main/webapp/ajax/acceptTransferToken.jsp    |    15 +
 juddi-gui/src/main/webapp/ajax/advanced.jsp     |    15 +
 juddi-gui/src/main/webapp/ajax/assertions.jsp   |    15 +
 .../src/main/webapp/ajax/bindingsearch.jsp      |    15 +
 .../src/main/webapp/ajax/businessAsSelect.jsp   |    15 +
 .../src/main/webapp/ajax/businesssearch.jsp     |    15 +
 juddi-gui/src/main/webapp/ajax/copyitem.jsp     |    15 +
 .../src/main/webapp/ajax/deletebinding.jsp      |    15 +
 .../src/main/webapp/ajax/deletebusiness.jsp     |    15 +
 .../src/main/webapp/ajax/deleteservice.jsp      |    15 +
 juddi-gui/src/main/webapp/ajax/deletetmodel.jsp |    15 +
 juddi-gui/src/main/webapp/ajax/getCert.jsp      |    15 +
 .../src/main/webapp/ajax/getTransferToken.jsp   |    15 +
 .../src/main/webapp/ajax/importFromWadl.jsp     |    15 +
 .../src/main/webapp/ajax/importFromWsdl.jsp     |    15 +
 juddi-gui/src/main/webapp/ajax/loginpost.jsp    |    15 +
 juddi-gui/src/main/webapp/ajax/opInfo.jsp       |    15 +
 juddi-gui/src/main/webapp/ajax/saveFromXML.jsp  |    15 +
 juddi-gui/src/main/webapp/ajax/savebinding.jsp  |    15 +
 juddi-gui/src/main/webapp/ajax/savebusiness.jsp |    15 +
 .../src/main/webapp/ajax/saveservicedetails.jsp |    15 +
 juddi-gui/src/main/webapp/ajax/savetmodel.jsp   |    15 +
 juddi-gui/src/main/webapp/ajax/search.jsp       |    15 +
 .../src/main/webapp/ajax/servicedetails.jsp     |    15 +
 juddi-gui/src/main/webapp/ajax/servicelist.jsp  |    15 +
 .../src/main/webapp/ajax/servicesearch.jsp      |    15 +
 juddi-gui/src/main/webapp/ajax/settings.jsp     |    15 +
 juddi-gui/src/main/webapp/ajax/subscription.jsp |    15 +
 .../src/main/webapp/ajax/subscriptionFeed.jsp   |    15 +
 juddi-gui/src/main/webapp/ajax/switch.jsp       |    17 +-
 juddi-gui/src/main/webapp/ajax/tmodel.jsp       |    15 +
 juddi-gui/src/main/webapp/ajax/tmodelsearch.jsp |    15 +
 juddi-gui/src/main/webapp/ajax/toXML.jsp        |    15 +
 .../src/main/webapp/ajax/validateSignature.jsp  |    15 +
 juddi-gui/src/main/webapp/assertions.jsp        |    15 +
 juddi-gui/src/main/webapp/autoLogoutModal.jsp   |    15 +
 juddi-gui/src/main/webapp/bindingChooser.jsp    |    15 +
 juddi-gui/src/main/webapp/businessBrowse.jsp    |    15 +
 juddi-gui/src/main/webapp/businessChooser.jsp   |    15 +
 juddi-gui/src/main/webapp/businessEditor2.jsp   |    15 +
 juddi-gui/src/main/webapp/csrf.jsp              |    15 +
 juddi-gui/src/main/webapp/header-bottom.jsp     |    15 +
 juddi-gui/src/main/webapp/home.jsp              |    15 +
 juddi-gui/src/main/webapp/importFromWadl.jsp    |    15 +
 juddi-gui/src/main/webapp/importFromWsdl.jsp    |    15 +
 juddi-gui/src/main/webapp/js/bindingChooser.js  |    15 +
 juddi-gui/src/main/webapp/js/bindingeditor.js   |    15 +
 juddi-gui/src/main/webapp/js/businessChooser.js |    15 +
 juddi-gui/src/main/webapp/js/serviceChooser.js  |    15 +
 juddi-gui/src/main/webapp/js/tmodelChooser.js   |    15 +
 juddi-gui/src/main/webapp/js/tmodelsearch.js    |    16 +-
 juddi-gui/src/main/webapp/keyHelpModal.jsp      |    15 +
 juddi-gui/src/main/webapp/login.jsp             |    15 +
 juddi-gui/src/main/webapp/logout.jsp            |    15 +
 juddi-gui/src/main/webapp/logoutredir.jsp       |    15 +
 juddi-gui/src/main/webapp/quickref_catbag.jsp   |    15 +
 juddi-gui/src/main/webapp/quickref_ident.jsp    |    15 +
 juddi-gui/src/main/webapp/quickref_krgrp.jsp    |    15 +
 .../src/main/webapp/quickref_tmodelinstance.jsp |    15 +
 juddi-gui/src/main/webapp/reginfo.jsp           |    15 +
 juddi-gui/src/main/webapp/search.jsp            |    15 +
 juddi-gui/src/main/webapp/serviceBrowse.jsp     |    15 +
 juddi-gui/src/main/webapp/serviceChooser.jsp    |    15 +
 juddi-gui/src/main/webapp/settings.jsp          |    15 +
 juddi-gui/src/main/webapp/signer.jsp            |    15 +
 juddi-gui/src/main/webapp/subscriptionFeed.jsp  |    15 +
 juddi-gui/src/main/webapp/tmodelBrowse.jsp      |    15 +
 juddi-gui/src/main/webapp/tmodelChooser.jsp     |    15 +
 juddi-gui/src/main/webapp/tmodelPartitions.jsp  |    15 +
 juddi-gui/src/main/webapp/transfer.jsp          |    15 +
 juddi-gui/src/main/webapp/user/banner.jsp       |    15 +
 juddi-gui/src/main/webapp/user/demo.jsp         |    16 +-
 .../src/main/webapp/user/warningbanner.jsp      |    16 +-
 .../src/test/resources/META-INF/orm.xml         |    16 +
 .../src/test/resources/META-INF/persistence.xml |    16 +
 .../src/test/resources/META-INF/uddi.xml        |    16 +
 juddi-rest-cxf/src/test/resources/juddiv3.xml   |    16 +
 juddi-tomcat/assembly.xml                       |    17 +
 juddi-tomcat/bootstrap/assembly.xml             |    17 +
 juddi-tomcat/build.xml                          |    17 +
 juddi-tomcat/context.xml                        |    18 +-
 juddi-tomcat/index.html                         |    19 +-
 juddi-tomcat/juddiv3Node2.xml                   |    17 +
 juddi-tomcat/uddiNode2.xml                      |    17 +
 .../WEB-INF/classes/META-INF/orm.xml.example    |    19 +-
 .../WEB-INF/classes/META-INF/persistence.xml    |    18 +
 .../JPA/Hibernate-JBoss/WEB-INF/index.jsp       |    18 +
 .../JPA/Hibernate-JBoss/WEB-INF/jboss-web.xml   |    19 +-
 .../WEB-INF/classes/META-INF/orm.xml.example    |    18 +
 .../WEB-INF/classes/META-INF/persistence.xml    |    18 +
 .../Hibernate-JBossAS7Up/WEB-INF/jboss-web.xml  |    18 +
 .../WEB-INF/classes/META-INF/orm.xml.example    |    20 +-
 .../WEB-INF/classes/META-INF/persistence.xml    |    18 +
 .../Hibernate/WEB-INF/classes/log4j.properties  |    14 +-
 .../WEB-INF/classes/META-INF/orm.xml.example    |    18 +
 .../WEB-INF/classes/META-INF/persistence.xml    |    18 +
 .../OpenJPA/WEB-INF/classes/log4j.properties    |    17 +
 .../juddi/adminconsole/PostBackConstants.java   |    16 +-
 .../juddi/adminconsole/StartupServlet.java      |    16 +-
 .../adminconsole/resources/ResourceLoader.java  |    16 +-
 .../src/main/resources/META-INF/uddi.xml        |    18 +
 .../main/resources/commons-logging.properties   |    18 +
 .../juddi/adminconsole/resources/web.properties |    18 +-
 .../adminconsole/resources/web_es.properties    |    18 +-
 .../src/main/webapp/WEB-INF/classes/juddiv3.xml |    17 +
 .../src/main/webapp/WEB-INF/config.properties   |    15 +
 juddiv3-war/src/main/webapp/admin/about.jsp     |    16 +
 juddiv3-war/src/main/webapp/admin/admin.jsp     |    16 +
 .../src/main/webapp/admin/ajax/advanced.jsp     |    16 +
 juddiv3-war/src/main/webapp/admin/ajax/go.jsp   |    16 +
 .../src/main/webapp/admin/ajax/loginpost.jsp    |    16 +
 .../src/main/webapp/admin/ajax/saveconfig.jsp   |    16 +
 juddiv3-war/src/main/webapp/admin/configure.jsp |    16 +
 juddiv3-war/src/main/webapp/admin/csrf.jsp      |    16 +
 .../src/main/webapp/admin/header-bottom.jsp     |    16 +
 juddiv3-war/src/main/webapp/admin/home.jsp      |    16 +
 .../src/main/webapp/admin/js/bindingChooser.js  |    16 +
 .../src/main/webapp/admin/js/businessChooser.js |    16 +
 .../src/main/webapp/admin/js/serviceChooser.js  |    16 +
 .../src/main/webapp/admin/js/tmodelChooser.js   |    16 +
 .../src/main/webapp/admin/js/tmodelsearch.js    |    17 +-
 juddiv3-war/src/main/webapp/admin/login.jsp     |    16 +
 juddiv3-war/src/main/webapp/admin/logout.jsp    |    16 +
 juddiv3-war/src/main/webapp/admin/mbeans.jsp    |    16 +
 juddiv3-war/src/main/webapp/admin/stats.jsp     |    16 +
 juddiv3-war/src/main/webapp/index.jsp           |    21 +-
 juddiv3-war/src/main/webapp/juddi.css           |    16 +
 pom.xml                                         |   951 +-
 uddi-client-dist/src/main/bin/uddi.xml          |    18 +-
 .../juddi/juddi/migration/tool/AppTest.java     |    16 +
 .../java/org/apache/juddi/v3/tck/Property.java  |    16 +
 .../org/apache/juddi/v3/tck/TckSigningUtil.java |    16 +
 uddi-tck-base/src/main/resources/tck.properties |    15 +
 .../org/apache/juddi/tckrunner/AppTest.java     |    38 -
 uddi-tck-runner/uddi.xml                        |    17 +
 uddi-tck/context.xml                            |    18 +-
 uddi-tck/juddiv3Node1.xml                       |    17 +
 uddi-tck/juddiv3Node2.xml                       |    17 +
 .../java/org/apache/juddi/v2/tck/Dummy.java     |    18 +-
 .../java/org/apache/juddi/v3/tck/Dummy.java     |    16 +-
 uddi-tck/src/main/resources/META-INF/uddi.xml   |    19 +-
 uddi-tck/uddiNode2.xml                          |    18 +
 .../apache/juddi/v3_service/package-info.java   |    18 +-
 .../java/org/uddi/api_v2/GetBindingDetail.java  |    17 +-
 uddi-ws/src/main/resources/juddi_api_v1.wsdl    |    22 +-
 523 files changed, 27734 insertions(+), 36889 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/bin/cryptor-dev.bat
----------------------------------------------------------------------
diff --git a/bin/cryptor-dev.bat b/bin/cryptor-dev.bat
index d690565..3b17135 100644
--- a/bin/cryptor-dev.bat
+++ b/bin/cryptor-dev.bat
@@ -1,7 +1,23 @@
 @echo off
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
+rem 
+rem   http://www.apache.org/licenses/LICENSE-2.0
+rem 
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
 rem java -cp ../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/juddi-core-3.2.0-SNAPSHOT.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/uddi-ws-3.2.0-SNAPSHOT.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-logging-api-1.1.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-configuration-1.6.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-lang-2.4.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-collections-3.2.1.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-codec-1.3.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/classes/* org.apache.juddi.v3.auth.CrytorUtil org.apache.juddi.cryptor.DefaultCryptor
 
 rem java -cp ../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddi-gui/WEB-INF/lib;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddi-gui/WEB-INF/lib/*;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/lib/* org.apache.juddi.v3.auth.CrytorUtil org.apache.juddi.cryptor.DefaultCryptor
 
 rem cd ../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib
-java -cp ../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/* org.apache.juddi.v3.auth.CrytorUtil %*
\ No newline at end of file
+java -cp ../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/* org.apache.juddi.v3.auth.CrytorUtil %*

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/bin/md5crypt.bat
----------------------------------------------------------------------
diff --git a/bin/md5crypt.bat b/bin/md5crypt.bat
index 23cae1d..80c18f8 100644
--- a/bin/md5crypt.bat
+++ b/bin/md5crypt.bat
@@ -1 +1,17 @@
-rem TODO, this needs to created based on the deployment package, perhaps with tomcat
\ No newline at end of file
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
+rem 
+rem   http://www.apache.org/licenses/LICENSE-2.0
+rem 
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
+rem TODO, this needs to created based on the deployment package, perhaps with tomcat

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/bin/md5cryptdev.bat
----------------------------------------------------------------------
diff --git a/bin/md5cryptdev.bat b/bin/md5cryptdev.bat
index fdc545d..c731ff8 100644
--- a/bin/md5cryptdev.bat
+++ b/bin/md5cryptdev.bat
@@ -1 +1,17 @@
-java -cp ../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/juddi-core-3.2.0-SNAPSHOT.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/uddi-ws-3.2.0-SNAPSHOT.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-logging-api-1.1.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-configuration-1.6.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-lang-2.4.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-collections-3.2.1.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-codec-1.3.jar; org.apache.juddi.v3.auth.MD5XMLDocAuthenticator
\ No newline at end of file
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
+rem 
+rem   http://www.apache.org/licenses/LICENSE-2.0
+rem 
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
+java -cp ../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/juddi-core-3.2.0-SNAPSHOT.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/uddi-ws-3.2.0-SNAPSHOT.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-logging-api-1.1.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-configuration-1.6.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-lang-2.4.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-collections-3.2.1.jar;../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26/webapps/juddiv3/WEB-INF/lib/commons-codec-1.3.jar; org.apache.juddi.v3.auth.MD5XMLDocAuthenticator

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/.Conventions.xml.swp
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/.Conventions.xml.swp b/docs/devguide/en-US/.Conventions.xml.swp
deleted file mode 100644
index 3110333..0000000
Binary files a/docs/devguide/en-US/.Conventions.xml.swp and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/Author_Group.xml
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/Author_Group.xml b/docs/devguide/en-US/Author_Group.xml
deleted file mode 100644
index ed615ef..0000000
--- a/docs/devguide/en-US/Author_Group.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_Dev_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<authorgroup>
-
-	<author>
-		<firstname>Tom</firstname>
-		<surname>Cunningham</surname>
-		<email>tcunning@apache.org</email>
-	</author>
-
-	<author>
-		<firstname>Kurt</firstname>
-		<surname>Stam</surname>
-		<email>kstam@apache.org</email>
-	</author>
-
-    <author>
-      <firstname>Jeff</firstname>
-      <surname>Faath</surname>
-      <email>jfaath@apache.org</email>
-    </author>
-
-	<author>
-		<firstname>The jUDDI Community</firstname>
-		<surname></surname>
-		<affiliation>
-			<orgname></orgname>
-			<orgdiv></orgdiv>
-		</affiliation>
-		<email></email>
-	</author>
-
-	<othercredit>
-		<firstname>Darrin</firstname>
-		<surname>Mison</surname>
-		<email>dmison@redhat.com</email>
-	</othercredit> 
-
-</authorgroup>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/Book_Info.xml
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/Book_Info.xml b/docs/devguide/en-US/Book_Info.xml
deleted file mode 100644
index 367f205..0000000
--- a/docs/devguide/en-US/Book_Info.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_Dev_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<bookinfo id="Dev_Guide-demobooks">
-	<title>jUDDI Dev Guide</title>
-	<subtitle>A developer's guide to using jUDDI</subtitle>
-	<productname>jUDDI</productname>
-	<edition>1</edition>
-    <pubsnumber>1</pubsnumber>
-    <productnumber>5.0.0</productnumber>
-	<abstract>
-		<para>
-        This document is a Developer's Guide for jUDDI. jUDDI (pronounced "Judy") is an open
-        source Java implementation of the Universal Description, Discovery, and
-        Integration (UDDI v3) specification for Web Services.
-		</para>
-	</abstract>
-	<corpauthor>
-		<inlinemediaobject>
-			<imageobject>
-				<imagedata format='SVG' fileref="Common_Content/images/title_logo.svg" />
-			</imageobject>
-			<textobject><phrase>Logo</phrase></textobject>
-		</inlinemediaobject>
-	</corpauthor>
-	<copyright>
-		<year>&YEAR;</year>
-		<holder>&HOLDER;</holder>
-	</copyright>
-	
-	<xi:include href="Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
-		<xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude">
-			<xi:include href="Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-		</xi:fallback>
-	</xi:include>
-	
-	<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</bookinfo>
-
-
-

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/Conventions.xml
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/Conventions.xml b/docs/devguide/en-US/Conventions.xml
deleted file mode 100644
index ec27c07..0000000
--- a/docs/devguide/en-US/Conventions.xml
+++ /dev/null
@@ -1,235 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_Dev_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-
-<section lang="en-US">
-	<title>Document Conventions</title>
-	<para>
-	This manual uses several conventions to highlight certain words and phrases and draw
-    attention to specific pieces of information.
-    </para>
-	<para>
-	In PDF and paper editions, this manual uses typefaces drawn from the 
-	<ulink url="https://fedorahosted.org/liberation-fonts/">Liberation Fonts</ulink> set. 
-	The Liberation Fonts set is also used in HTML editions if the set is installed on your
-    system. If not, alternative but equivalent typefaces are displayed. Note: Red Hat
-    Enterprise Linux 5 and later includes the Liberation Fonts set by default.
-	</para>
-
-	<section>
-		<title>Typographic Conventions</title>
-		<para>
-		Four typographic conventions are used to call attention to specific words and
-        phrases. These conventions, and the circumstances they apply to, are as follows.
-		</para>
-		<para>
-		<literal>Mono-spaced Bold</literal>
-		</para>
-		<para>
-		Used to highlight system input, including shell commands, file names and paths.
-        Also used to highlight key caps and key-combinations. For example:
-		</para>
-		<blockquote>
-			<para>
-			To see the contents of the file <filename>my_next_bestselling_novel</filename>
-            in your current working directory, enter the <command>cat
-            my_next_bestselling_novel</command> command at the shell prompt and press
-            <keycap>Enter</keycap> to execute the command.
-			</para>
-		</blockquote>
-		<para>
-		The above includes a file name, a shell command and a key cap, all presented in
-        Mono-spaced Bold and all distinguishable thanks to context.
-		</para>
-		<para>
-		Key-combinations can be distinguished from key caps by the hyphen connecting each
-        part of a key-combination. For example:
-		</para>
-		<blockquote>
-			<para>
-			Press <keycap>Enter</keycap> to execute the command.
-			</para>
-			<para>
-			Press <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>F1</keycap></keycombo> to switch to the first virtual terminal. Press <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>F7</keycap></keycombo> to return to your X-Windows session.
-			</para>
-		</blockquote>
-		<para>
-		The first sentence highlights the particular key cap to press. The second
-        highlights two sets of three key caps, each set pressed simultaneously.
-		</para>
-		<para>
-		If source code is discussed, class names, methods, functions, variable names and
-        returned values mentioned within a paragraph will be presented as above, in
-        <literal>Mono-spaced Bold</literal>. For example:
-		</para>
-		<blockquote>
-			<para>
-			File-related classes include <classname>filesystem</classname> for file
-            systems, <classname>file</classname> for files, and <classname>dir</classname>
-            for directories. Each class has its own associated set of permissions.
-			</para>
-		</blockquote>
-		<para>
-		<application>Proportional Bold</application>
-		</para>
-		<para>
-		This denotes words or phrases encountered on a system, including application
-        names; dialogue box text; labelled buttons; check-box and radio button labels;
-        menu titles and sub-menu titles. For example:
-		</para>
-		<blockquote>
-			<para>
-			Choose <guimenu>System &gt; Preferences &gt; Mouse</guimenu> from the main
-            menu bar to launch <application>Mouse Preferences</application>. In the
-            <guilabel>Buttons</guilabel> tab, click the <guilabel>Left-handed
-            mouse</guilabel> check box and click <guibutton>Close</guibutton> to switch
-            the primary mouse button from the left to the right (making the mouse suitable
-            for use in the left hand).
-			</para>
-			<para>
-			To insert a special character into a <application>gedit</application> file,
-            choose <guimenu>Applications &gt; Accessories &gt; Character Map</guimenu>
-            from the main menu bar. Next, choose <guimenu>Search &gt;
-            Find&hellip;</guimenu> from the <application>Character Map</application> menu
-            bar, type the name of the character in the <guilabel>Search</guilabel> field
-            and click <guibutton>Next</guibutton>. The character you sought will be
-            highlighted in the <guilabel>Character Table</guilabel>. Double-click this
-            highlighted character to place it in the <guilabel>Text to copy</guilabel>
-            field and then click the <guibutton>Copy</guibutton> button. Now switch back
-            to your document and choose <guimenu>Edit &gt; Paste</guimenu> from the
-            <application>gedit</application> menu bar.
-			</para>
-		</blockquote>
-		<para>
-		The above text includes application names; system-wide menu names and items;
-        application-specific menu names; and buttons and text found within a GUI
-        interface, all presented in Proportional Bold and all distinguishable by context.
-		</para>
-		<para>
-		Note the <guimenu>&gt;</guimenu> shorthand used to indicate traversal through a
-        menu and its sub-menus. This is to avoid the difficult-to-follow &#39;Select
-        <guimenuitem>Mouse</guimenuitem> from the <guimenu>Preferences</guimenu> sub-menu
-        in the <guimenu>System</guimenu> menu of the main menu bar&#39; approach.
-		</para>
-		<para>
-		<command><replaceable>Mono-spaced Bold Italic</replaceable></command> or
-        <application><replaceable>Proportional Bold Italic</replaceable></application>
-		</para>
-		<para>
-		Whether Mono-spaced Bold or Proportional Bold, the addition of Italics indicates
-        replaceable or variable text. Italics denotes text you do not input literally or
-        displayed text that changes depending on circumstance. For example:
-		</para>
-		<blockquote>
-			<para>
-				To connect to a remote machine using ssh, type <command>ssh <replaceable>username</replaceable>@<replaceable>domain.name</replaceable></command> at a shell prompt. If the remote machine is <filename>example.com</filename> and your username on that machine is john, type <command>ssh john@example.com</command>.
-			</para>
-			<para>
-				The <command>mount -o remount <replaceable>file-system</replaceable></command> command remounts the named file system. For example, to remount the <filename>/home</filename> file system, the command is <command>mount -o remount /home</command>.
-			</para>
-			<para>
-				To see the version of a currently installed package, use the <command>rpm -q <replaceable>package</replaceable></command> command. It will return a result as follows: <command><replaceable>package-version-release</replaceable></command>.
-			</para>
-		</blockquote>
-		<para>
-			Note the words in bold italics above &mdash; username, domain.name, file-system, package, version and release. Each word is a placeholder, either for text you enter when issuing a command or for text displayed by the system.
-		</para>
-		<para>
-			Aside from standard usage for presenting the title of a work, italics denotes the first use of a new and important term. For example:
-		</para>
-		<blockquote>
-			<para>
-				When the Apache HTTP Server accepts requests, it dispatches child processes or threads to handle them. This group of child processes or threads is known as a <firstterm>server-pool</firstterm>. Under Apache HTTP Server 2.0, the responsibility for creating and maintaining these server-pools has been abstracted to a group of modules called <firstterm>Multi-Processing Modules</firstterm> (<firstterm>MPMs</firstterm>). Unlike other modules, only one module from the MPM group can be loaded by the Apache HTTP Server.
-			</para>
-		</blockquote>
-	</section>
-	
-	<section>
-		<title>Pull-quote Conventions</title>
-		<para>
-			Two, commonly multi-line, data types are set off visually from the surrounding text.
-		</para>
-		<para>
-			Output sent to a terminal is set in <computeroutput>Mono-spaced Roman</computeroutput> and presented thus:
-		</para>
-		
-<screen>
-books        Desktop   documentation  drafts  mss    photos   stuff  svn
-books_tests  Desktop1  downloads      images  notes  scripts  svgs
-</screen>
-		<para>
-			Source-code listings are also set in <computeroutput>Mono-spaced Roman</computeroutput> but are presented and highlighted as follows:
-		</para>
-		
-<programlisting language="Java" role="JAVA">
-package org.jboss.book.jca.ex1;
-
-import javax.naming.InitialContext;
-
-public class ExClient
-{
-   public static void main(String args[]) 
-       throws Exception
-   {
-      InitialContext iniCtx = new InitialContext();
-      Object         ref    = iniCtx.lookup("EchoBean");
-      EchoHome       home   = (EchoHome) ref;
-      Echo           echo   = home.create();
-
-      System.out.println("Created Echo");
-
-      System.out.println("Echo.echo(&#39;Hello&#39;) = " + echo.echo("Hello"));
-   }
-   
-}
-</programlisting>
-	</section>
-	
-	<section>
-		<title>Notes and Warnings</title>
-		<para>
-			Finally, we use three visual styles to draw attention to information that might otherwise be overlooked.
-		</para>
-		<note>
-			<title>Note</title>
-			<para>
-				A Note is a tip or shortcut or alternative approach to the task at hand. Ignoring a note should have no negative consequences, but you might miss out on a trick that makes your life easier.
-			</para>
-		</note>
-		<important>
-			<title>Important</title>
-			<para>
-				Important boxes detail things that are easily missed: configuration changes that only apply to the current session, or services that need restarting before an update will apply. Ignoring Important boxes won&#39;t cause data loss but may cause irritation and frustration.
-			</para>
-		</important>
-		<warning>
-			<title>Warning</title>
-			<para>
-				A Warning should not be ignored. Ignoring warnings will most likely cause data loss.
-			</para>
-		</warning>
-	</section>
-
-</section>
-
-

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/Dev_Environment_Setup.xml
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/Dev_Environment_Setup.xml b/docs/devguide/en-US/Dev_Environment_Setup.xml
deleted file mode 100644
index d8e52b0..0000000
--- a/docs/devguide/en-US/Dev_Environment_Setup.xml
+++ /dev/null
@@ -1,278 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_Dev_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: Database Setup -->
-<chapter id="chap-devenvironment_setup">
-    <title>Development Environment Setup</title>
-    
-    <section id="Prerequisites">
-        <title>Prerequisites</title>
-	<para>
-	To be able to build and run jUDDI you will need to have the following installed:
-	</para>
-	<orderedlist>
-		<listitem>
-			<para>1.5.X JDK</para>
-		</listitem>
-		<listitem>
-			<para>Maven 2.0.8</para>
-		</listitem>	
-	</orderedlist>
-    </section>
-
-    <section id="Building the Project">
-	<title>Building the Project</title>
-        <para>
-First, check out the jUDDI sources:
-<screen>
-% svn co http://svn.apache.org/repos/asf/webservices/juddi/trunk
-</screen>
-Then build the entire project using OpenJPA for persistance use:
-
-<screen>
-% cd trunk
-% mvn clean install -Dpersistence=openjpa
-</screen>
-To use Hibernate change the persistence flag to hibernate. Optionally you can use a <filename>settings.xml</filename> to set your persistence choice on a permanent basis, so you don't have to provide the persistence variable every time you build. The default location of the <filename>settings.xml</filename> is in your <filename>.m2</filename> directory.  An example file is checked into our source tree at <filename>etc/.m2/settings.xml</filename>.
-        </para>
-
-    </section>
-    <section id="Source Modules Overview">
-        <title>Source Modules Overview</title>
-       	<para> 
-	Within jUDDI source, there are the following modules:
-        </para>
-   	
-	<orderedlist>
-		<listitem>
-			<para>uddi-ws: JAXWS stubs built from the WSDLs</para>
-		</listitem>
-		<listitem>
-                        <para>uddi-tck: Test kit developed by jUDDI for testing UDDI v3 functionality.    The TCK is not jUDDI specific and could be used to verify and validate other UDDI v3 implementations</para>
-                </listitem>
-		<listitem>
-                        <para>juddi-core: the jUDDI jar containing the model, API, and core jUDDI functionality</para>
-                </listitem>
-                <listitem>
-                        <para>juddiv3-war: a WAR module agnostic as to JAX-WS provider</para>
-                </listitem>
-                <listitem>
-                        <para>juddi-cxf: a WAR module that uses CXF as the web service framework, chosen by default</para>
-                </listitem>
-                <listitem>
-                        <para>juddi-tomcat: a module which builds a Tomcat bundle with juddi-cxf installed and Derby as a backend data base</para>
-                </listitem>
-                <listitem>
-                        <para>juddi-console: a module which builds upon the juddi-tomcat module and adds a GWT-based administration console</para>
-                </listitem>
-                <listitem>
-                        <para>uddi-client: a generic client library for communicating with a UDDI server</para>
-                </listitem>
-                <listitem>
-                        <para>juddi-dist: a module used to produce shippable binary distributions</para>
-                </listitem>
-	</orderedlist> 
-	<para>
-jUDDI v3 is set up to produce a number of different deliverables – a JAR, a WAR, and a Tomcat bundle. Depending on the scope of your application, or your interest in the project, you might want to use the Tomcat server bundle packaged with the Derby database and jUDDI, or you may just want to use the jUDDI JAR and make your own database and Web Service choices. jUDDI is set up so that it can support a range of environments.
-	</para>
-    </section>
-    
-    <section id="settingupeclipse">
-        <title>Setting up Eclipse</title>
-        <para>
-The easiest way to setup jUDDI in eclipse is to use the m2eclipse plugin which can be found at http://m2eclipse.codehaus.org/update/.   In order to run and debug the project unit tests, it is required that you install this plugin.    After installing the plugin you should select:
-	<orderedlist>
-		<listitem><para>“Enable Depency Management”</para></listitem>
-		<listitem><para>Then, “Enable Nested Modules”</para></listitem>
-		<listitem><para>Then, “Update Project Configuration”</para></listitem>
-	</orderedlist>
-        </para>
-
-        <figure id="fig-jUDDI-eclipse-maven">
-            <title>Eclipse Maven Integration</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/eclipse_maven.png" scalefit="1"/>
-                </imageobject>
-                <textobject>
-                    <phrase>Enable m2eclipse</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-    <para>
-If you wish to change your persistence.xml for the purposes of testing, either change it and then build, or change <filename>juddi-core/target/classes/META-INF/persistence.xml</filename>.
-
-If you choose not to use the m2eclipse plugin you can setup your classpath by following these directions, but there are no guarantees that the unit tests will be debuggable within Eclipse.
-Choose “Eclipse” -> “Preferences”
-In the preference dialog, select “Java” -> “Build Path” -> “Classpath Variables”
-Add a new classpath variable :
-</para>
-<literal>
-	<para>Name: M2_REPO</para>
-	<para>Path : /[path-to-.m2]/.m2 (example : /home/tcunning/.m2)</para>
-
-<para>% cd v3_trunk</para>
-<para>% mvn eclipse:eclipse -Declipse.workspace=/[path-to-workspace]/workspace</para>
-</literal>
-    <para>
-Then within Eclipse, “Create New Project” and choose “Create from existing source” and choose the source folder that you just checked out from SVN.
-    </para>
-    
-    </section>
-    <section id="Running a unittest from within Eclipse">
-        <title>Running a unittest from within Eclipse</title>
-        <para>
-To run one unittest from within eclipse simply right-click the unittest and select Debug As > Junit Test
-	</para>
-        <figure id="fig-eclipse-unittest">
-            <title>Eclipse Maven Integration</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/eclipse_unittest.png" scalefit="1"/>
-                </imageobject>
-                <textobject>
-                    <phrase>Running unittests from within Eclipse</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-<para>
-If you are using OpenJPA you have to make sure that the <filename>openjpa-1.2.jar</filename> is on the classpath and that for each unittest you specify the javaagent needed for the enhancement phase
-</para>
-<para>
-<literal>
--javaagent:/Users/kstam/.m2/repository/org/apache/openjpa/openjpa/1.2.0/openjpa-1.2.0.jar
-</literal>
-</para>
-	<figure id="fig-jUDDI-eclipse-javaagent">
-            <title>Eclipse Maven Integration</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/eclipse_javaagent.png" scalefit="1"/>
-                </imageobject>
-                <textobject>
-                    <phrase>Specifying the javaagent needed by OpenJPA during the enhancement phase</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-    </section>
-    <section id="Building the JAR">
-        <title>Building the JAR</title>
-        <para>
-The juddi-core module produces a JAR which contains the jUDDI source and a jUDDI persistence.xml configuration. jUDDI is currently setup so that you can choose between using either OpenJPA or Hibernate as your persistence framework. The juddi-core <filename>pom.xml</filename> contains two profiles, triggered on the "persistence" property.
-</para>
-<para>
-OpenJPA
-</para>
-<screen>
-% cd juddi-core
-% mvn clean install -Dpersistence=openjpa 
-</screen>
-<para>
-Hibernate
-</para>
-<screen>
-% cd juddi-core
-% mvn clean install -Dpersistence=hibernate 
-</screen>
-<para>
-For juddi 3.0.0 and 3.0.1, the project built with Hibernate by default, but as of 3.0.2 the project now builds with openjpa as the default persistence layer.    Two flavors of juddi-core are available as maven artifacts - juddi-core for hibernate usage and juddi-core-openjpa for use with OpenJPA.
-</para>
-    </section>
-    <section id="Building the WAR">
-        <title>Building the WAR</title>
-        <para>
-As with the JAR, you need to make a decision on what framework you would like to use when building the WAR.       The project contains twoWAR modules – juddiv3-war, which produces a JAX-WS agnostic WAR, and juddi-cxf – which produces a WAR with CXF descriptors.       The project would welcome any contribution of docs or descriptors for alternative JAX-WS providers.
-        </para>
-    </section>
-    <section id="Building the Tomcat Bundle">
-        <title>Building the Tomcat Bundle</title>
-        <para>
-     Tomcat bundle packages up one of the jUDDI WAR files, Apache Derby, and a few necessary configuration files and provides the user with a pre-configured jUDDI instance.       By default, the WAR produced by the juddi-cxf module is used – the example below shown uses URLs and endpoints using the jUDDI CXF configuration.     If you use the Axis 2 configuration, URLs and endpoints may differ.
-</para>
-<para>
-To get started using the Tomcat bundle, unzip the <filename>juddi-tomcat-bundle.zip</filename>, and start Tomcat :
-</para>
-<screen>
-% cd apache-tomcat-6.0.20/bin
-% ./startup.sh  
-</screen>
-<para>Browse to http://localhost:8080/juddiv3/services</para>
-        <figure id="fig-juddi-services">
-            <title>jUDDI Service List</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/juddi_services.png" scalefit="1"/>
-                </imageobject>
-                <textobject>
-                    <phrase>jUDDI Service List</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-<para>The services page shows you the available endpoints and methods available.      Using any SOAP client, you should be able to send some sample requests to jUDDI to test:</para>
-        <figure id="fig-soap-sample-request">
-            <title>SOAP Sample Request</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/soap_request.png" scalefit="1"/>
-                </imageobject>
-                <textobject>
-                    <phrase>A jUDDI sample SOAP request</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-    </section>
-    <section id="Running and Developing Tests">
-        <title>Running and Developing Tests</title>
-        <para>
-Currently the only unit tests are in juddi-core.      We plan to add a suite of web service tests automated against the juddi-cargo module.
-</para>
-<para>
-Running the tests:
-</para>
-<screen>
-% cd juddi-core
-% mvn -Dpersistence=hibernate test
-</screen>
-<para>
-The tests are run through a maven-surefire-plugin within the juddi-core <filename>pom.xml</filename> :
-</para>
-<programlisting language="XML" role="XML">
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.2</version>
-        <configuration>
-          <suiteXmlFiles>
-            <suiteXmlFile>src/test/resources/suite-init.xml,src/test/resources/suite-subscribe.xml,src/test/resources/suite-clean.xml</suiteXmlFile>
-          </suiteXmlFiles>
-        </configuration>
-      </plugin>
-</programlisting>
-<para>
-The NUnit suite files listed here determine what tests are run with what data, and what order they are run in.     <filename>suite-init.xml</filename> initializes the jUDDI database with data, <filename>suite-subscribe.xml</filename> runs a subscription test, and <filename>suite-clean.xml</filename> cleans the database and removes the test data.
-</para>
-<para>
-To develop your own tests, please add another maven-surefire-plugin segment and the same ordering of XML files (<filename>suite-init.xml</filename>, your custom suite, and then <filename>suite-clean.xml</filename>).  
-</para>  
-    </section>
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/Feedback.xml
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/Feedback.xml b/docs/devguide/en-US/Feedback.xml
deleted file mode 100644
index 0461375..0000000
--- a/docs/devguide/en-US/Feedback.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_Dev_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<section>
-	<title>We Need Feedback!</title>
-	<para>
-	If you find a typographical error in this manual, or if you have thought of a way
-    to make this manual better, we would love to hear from you! 
-	</para>
-
-	<para>
-	For any issues you find, or improvements you have, please sign up for a JIRA account at https://issues.apache.org/jira/secure/Dashboard.jspa and file a bug under the "jUDDI" component.
-	</para>
-
-	<para>
-    If you have a suggestion for improving the documentation, try to be as specific as
-    possible when describing it. If you have found an error, please include the section number
-    and some of the surrounding text so we can find it easily.
-	</para>
-</section>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/Legal_Notice.xml
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/Legal_Notice.xml b/docs/devguide/en-US/Legal_Notice.xml
deleted file mode 100644
index 0a2b330..0000000
--- a/docs/devguide/en-US/Legal_Notice.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?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.
- *
- */ -->
-
-<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_Dev_Guide.ent">
-%BOOK_ENTITIES;
-
-]>
-
-<legalnotice lang="en-US">
-	<para>
-		Copyright <trademark class="copyright"></trademark> 2010 
-	</para>
-
-    <para>
-     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.
-    </para>
-
-</legalnotice>
-

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/Preface.xml
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/Preface.xml b/docs/devguide/en-US/Preface.xml
deleted file mode 100644
index c2d295f..0000000
--- a/docs/devguide/en-US/Preface.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_Dev_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<preface id="Dev_Guide-Preface">
-	<title>Preface</title>
-	<xi:include href="Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
-		<xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude">
-			<!-- <xi:include href="Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
-			<!-- maybe we want to have info here about the book source -->
-		</xi:fallback>
-	</xi:include>
-
-
-
-	<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
-		<xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude">
-			<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-		</xi:fallback>
-	</xi:include>
-	
-</preface>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/Release_Process.xml
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/Release_Process.xml b/docs/devguide/en-US/Release_Process.xml
deleted file mode 100644
index 57a9ce7..0000000
--- a/docs/devguide/en-US/Release_Process.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_Dev_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: Release Process -->
-<chapter id="chap-release_process">
-    <title>Release Process</title>
-
-    <section id="addgpg">
-        <title>Add your gpg key to KEYS</title>
-        <para>
-        	In the root of the project there is a KEYS file. Add your key to this file and check it into source control.
-        	Depending on your tool of choice you can use on of the following commands:
-        	<programlisting>
-        	pgp -kxa &lt;your name&gt; and append it to this file.
-        	(pgpk -ll &lt;your name&gt; &amp;&amp; pgpk -xa &lt;your name&gt;) &gt;&gt; this file.
-        	(gpg --list-sigs &lt;your name&gt;
-             	&amp;&amp; gpg --armor --export &lt;your name&gt;) &gt;&gt; this file.
-             </programlisting>
-        </para>
-    </section>
-    <section id="Release steps">
-	<title>Release steps</title>
-	<para>
-		<command>
-		Environment: 
-		Apache Maven 2.2.1 (r801777; 2009-08-06 15:16:01-0400)
-		Java version: 1.6.0_17
-		</command>
-		
-		<orderedlist numeration="arabic">
-			<listitem>Run mvn release:prepare, this will set all the right version numbers and create a tag in SVN.</listitem>
-			<listitem>Run mvn release:perform, will upload the release to a staging area in the Apache Nexus Repository.</listitem>
-			<listitem>Go into the juddi-dist, and run mvn clean install -Prelease</listitem>
-			<listitem>Upload the signed distribution artifacts to apache people.</listitem>
-			<listitem>Start a vote referencing the build artifacts, leave the vote open for 72 hrs.</listitem>
-		</orderedlist>
-		
-		On successful vote:
-		<orderedlist numeration="continuation">
-			<listitem>Release the staging artifacts in Nexus.</listitem>
-			<listitem>Copy the distribution artifacts to the mirror.</listitem>
-			<listitem>Update the website.</listitem>
-		</orderedlist>
-	</para>
-    </section>
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/Revision_History.xml
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/Revision_History.xml b/docs/devguide/en-US/Revision_History.xml
deleted file mode 100644
index 8a9bcf7..0000000
--- a/docs/devguide/en-US/Revision_History.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_Dev_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<appendix id="appe-Publican-Revision_History">
-	<title>Revision History</title>
-	<simpara>
-		<revhistory>
-		    <revision>
-			<revnumber>1.1</revnumber>
-			<date>Thu Jan 07 2010</date>
-			<author>
-			<firstname>Tom</firstname>
-			<surname>Cunningham</surname>
-			<email>tcunning@apache.org</email>
-			</author>
-			<revdescription>
-			<simplelist>
-				<member>Translated Dev Guide to docbook</member>
-			</simplelist>
-			</revdescription>
-		    </revision>	
-		    <revision>
-                	<revnumber>1.0</revnumber>
-                	<date>Mon Nov 16 2009</date>
-                	<author>
-                    	<firstname>Darrin</firstname>
-                    	<surname>Mison</surname>
-                    	<email>dmison@redhat.com</email>
-                	</author>
-                	<revdescription>
-                    	<simplelist>
-                        	<member>Created from community jUDDI Guide</member>
-                    	</simplelist>
-                	</revdescription>
-            	    </revision>
-		</revhistory>
-	</simpara>
-</appendix>
-

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Authentication_1.java
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Authentication_1.java b/docs/devguide/en-US/extras/Authentication_1.java
deleted file mode 100644
index f998ba2..0000000
--- a/docs/devguide/en-US/extras/Authentication_1.java
+++ /dev/null
@@ -1,5 +0,0 @@
-org.uddi.api_v3.GetAuthToken ga = new org.uddi.api_v3.GetAuthToken();
-ga.setUserID(pubId);
-ga.setCred("");
-
-org.uddi.api_v3.AuthToken token = securityService.getAuthToken(ga);
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Authentication_1.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Authentication_1.xmlt b/docs/devguide/en-US/extras/Authentication_1.xmlt
deleted file mode 100644
index fcc2b23..0000000
--- a/docs/devguide/en-US/extras/Authentication_1.xmlt
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<juddi-users>
-    <user userid="anou_mana" password="password" />
-    <user userid="bozo" password="clown" />
-    <user userid="sviens" password="password" />
-</juddi-users>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Authentication_2.java
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Authentication_2.java b/docs/devguide/en-US/extras/Authentication_2.java
deleted file mode 100644
index 2c638e3..0000000
--- a/docs/devguide/en-US/extras/Authentication_2.java
+++ /dev/null
@@ -1 +0,0 @@
-juddi.authenticator = org.apache.juddi.auth.JUDDIAuthentication

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Authentication_2.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Authentication_2.xmlt b/docs/devguide/en-US/extras/Authentication_2.xmlt
deleted file mode 100644
index 2f569fe..0000000
--- a/docs/devguide/en-US/extras/Authentication_2.xmlt
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<juddi-users>
-    <user userid="anou_mana" password="+j/kXkZJftwTFTBH6Cf6IQ=="/>
-    <user userid="bozo" password="Na2Ait+2aW0="/>
-    <user userid="sviens" password="+j/kXkZJftwTFTBH6Cf6IQ=="/>
-</juddi-users>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Authentication_3.java
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Authentication_3.java b/docs/devguide/en-US/extras/Authentication_3.java
deleted file mode 100644
index 4470fd7..0000000
--- a/docs/devguide/en-US/extras/Authentication_3.java
+++ /dev/null
@@ -1,2 +0,0 @@
-juddi.authenticator = org.apache.juddi.auth.XMLDocAuthentication
-juddi.usersfile = juddi-users.xml

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Authentication_3.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Authentication_3.xmlt b/docs/devguide/en-US/extras/Authentication_3.xmlt
deleted file mode 100644
index 8ae80dc..0000000
--- a/docs/devguide/en-US/extras/Authentication_3.xmlt
+++ /dev/null
@@ -1,2 +0,0 @@
-juddi.authenticator=org.apache.juddi.auth.JBossAuthenticator
-juddi.securityDomain=java:/jaas/other

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Authentication_4.java
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Authentication_4.java b/docs/devguide/en-US/extras/Authentication_4.java
deleted file mode 100644
index dea2c93..0000000
--- a/docs/devguide/en-US/extras/Authentication_4.java
+++ /dev/null
@@ -1,3 +0,0 @@
-juddi.authenticator = org.apache.juddi.auth.CryptedXMLDocAuthentication
-juddi.usersfile = juddi-users-encrypted.xml
-juddi.cryptor = org.apache.juddi.cryptor.DefaultCryptor

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Authentication_5.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Authentication_5.xmlt b/docs/devguide/en-US/extras/Authentication_5.xmlt
deleted file mode 100644
index dbc9c40..0000000
--- a/docs/devguide/en-US/extras/Authentication_5.xmlt
+++ /dev/null
@@ -1,2 +0,0 @@
-juddi.authenticator=org.apache.juddi.auth.LdapSimpleAuthenticator
-juddi.authenticator.url=ldap://localhost:389

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Database_Setup_1.screen
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Database_Setup_1.screen b/docs/devguide/en-US/extras/Database_Setup_1.screen
deleted file mode 100644
index 128e9e7..0000000
--- a/docs/devguide/en-US/extras/Database_Setup_1.screen
+++ /dev/null
@@ -1 +0,0 @@
-mysql> create database juddiv3
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[17/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/integrationTests.bat
----------------------------------------------------------------------
diff --git a/juddi-client.net/integrationTests.bat b/juddi-client.net/integrationTests.bat
index 317d3d4..fc6f1e3 100644
--- a/juddi-client.net/integrationTests.bat
+++ b/juddi-client.net/integrationTests.bat
@@ -1,43 +1,59 @@
-@echo off
-if "%NUNIT_HOME%"=="" (
-	set NUNIT_HOME=C:\juddi\NUnit-2.6.1
-	echo WARN - NUNIT_HOME is not defined, using default value, which is probably wrong
-)
-if not exist "%NUNIT_HOME%"   (
-	echo The path %NUNIT_HOME% does not exist, download Nunit and setup the environment variable
-	goto exit
-)
-echo Using %NUNIT_HOME% for NUNIT location
-
-rem this batch file is designed to help test the juddi-client.net with an active UDDI server, primarily to determine if there are any
-rem serialization issues. It must be ran AFTER the complete java build has completed and after the juddi-client.net has been built
-rem it is designed to be ran from the root check out folder (ex c:\juddi\trunk\)
-cd juddi-tomcat\target\tomcat\apache-tomcat-6.0.26\bin\
-call startup.bat
-cd ..\..\..\..\..
-cd juddi-client.net
-rem wait until tomcat has started
-rem ping 192.0.2.2 -n 1 -w 20000 > nul
-
-rem run tests
-set exitcode=0
-
-%NUNIT_HOME%\bin\nunit-console.exe juddi-client.net-integration.test\bin\Debug\juddi-client.net-integration.test.dll
-set exitcode=%errorlevel%
-echo Exit code captured as %exitcode%
-cd ..
-cd juddi-tomcat\target\tomcat\apache-tomcat-6.0.26\bin\
-call shutdown.bat
-ping 192.0.2.2 -n 1 -w 1000 > nul
-call shutdown.bat
-ping 192.0.2.2 -n 1 -w 1000 > nul
-call shutdown.bat
-cd ..\..\..\..\..
-echo Exit code %exitcode%
-exit /b %exitcode%
-goto ok
-
-:exit
-exit /b 1
-
-:ok
\ No newline at end of file
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
+rem 
+rem   http://www.apache.org/licenses/LICENSE-2.0
+rem 
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
+if "%NUNIT_HOME%"=="" (
+	set NUNIT_HOME=C:\juddi\NUnit-2.6.1
+	echo WARN - NUNIT_HOME is not defined, using default value, which is probably wrong
+)
+if not exist "%NUNIT_HOME%"   (
+	echo The path %NUNIT_HOME% does not exist, download Nunit and setup the environment variable
+	goto exit
+)
+echo Using %NUNIT_HOME% for NUNIT location
+
+rem this batch file is designed to help test the juddi-client.net with an active UDDI server, primarily to determine if there are any
+rem serialization issues. It must be ran AFTER the complete java build has completed and after the juddi-client.net has been built
+rem it is designed to be ran from the root check out folder (ex c:\juddi\trunk\)
+cd juddi-tomcat\target\tomcat\apache-tomcat-6.0.26\bin\
+call startup.bat
+cd ..\..\..\..\..
+cd juddi-client.net
+rem wait until tomcat has started
+rem ping 192.0.2.2 -n 1 -w 20000 > nul
+
+rem run tests
+set exitcode=0
+
+%NUNIT_HOME%\bin\nunit-console.exe juddi-client.net-integration.test\bin\Debug\juddi-client.net-integration.test.dll
+set exitcode=%errorlevel%
+echo Exit code captured as %exitcode%
+cd ..
+cd juddi-tomcat\target\tomcat\apache-tomcat-6.0.26\bin\
+call shutdown.bat
+ping 192.0.2.2 -n 1 -w 1000 > nul
+call shutdown.bat
+ping 192.0.2.2 -n 1 -w 1000 > nul
+call shutdown.bat
+cd ..\..\..\..\..
+echo Exit code %exitcode%
+exit /b %exitcode%
+goto ok
+
+:exit
+exit /b 1
+
+:ok

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-integration.test/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-integration.test/Properties/AssemblyInfo.cs b/juddi-client.net/juddi-client.net-integration.test/Properties/AssemblyInfo.cs
index 31756e3..f231a02 100644
--- a/juddi-client.net/juddi-client.net-integration.test/Properties/AssemblyInfo.cs
+++ b/juddi-client.net/juddi-client.net-integration.test/Properties/AssemblyInfo.cs
@@ -1,36 +1,55 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("juddi-client.net-integration.test")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Apache Software Foundation")]
-[assembly: AssemblyProduct("juddi-client.net-integration.test")]
-[assembly: AssemblyCopyright("Copyright © ASF 2013")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible 
-// to COM components.  If you need to access a type in this assembly from 
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("757ce1ab-be31-4305-bb0e-4be6131c1229")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.2.1.0")]
-[assembly: AssemblyFileVersion("3.2.1.0")]
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("juddi-client.net-integration.test")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Apache Software Foundation")]
+[assembly: AssemblyProduct("juddi-client.net-integration.test")]
+[assembly: AssemblyCopyright("Copyright © ASF 2013")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("757ce1ab-be31-4305-bb0e-4be6131c1229")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers 
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("3.2.1.0")]
+[assembly: AssemblyFileVersion("3.2.1.0")]

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-integration.test/installcert.bat
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-integration.test/installcert.bat b/juddi-client.net/juddi-client.net-integration.test/installcert.bat
index 00afd72..153d35f 100644
--- a/juddi-client.net/juddi-client.net-integration.test/installcert.bat
+++ b/juddi-client.net/juddi-client.net-integration.test/installcert.bat
@@ -1,3 +1,19 @@
-@echo off
-echo The password is 'password' without the quotes!
-sn.exe -i ../juddi-client.net.test/resources/cert.pfx my
\ No newline at end of file
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
+rem 
+rem   http://www.apache.org/licenses/LICENSE-2.0
+rem 
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
+echo The password is 'password' without the quotes!
+sn.exe -i ../juddi-client.net.test/resources/cert.pfx my

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-integration.test/juddi-client.net-integration.test-mono.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-integration.test/juddi-client.net-integration.test-mono.csproj b/juddi-client.net/juddi-client.net-integration.test/juddi-client.net-integration.test-mono.csproj
index 8f50333..dd43bb0 100644
--- a/juddi-client.net/juddi-client.net-integration.test/juddi-client.net-integration.test-mono.csproj
+++ b/juddi-client.net/juddi-client.net-integration.test/juddi-client.net-integration.test-mono.csproj
@@ -1,91 +1,111 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>juddi_client.net_integration.test</RootNamespace>
-    <AssemblyName>juddi-client.net-integration.test</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup>
-    <StartupObject />
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
-    </Reference>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Web" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="org.apache.juddi.client.test.integration\AutomatedRegistrationTests.cs" />
-    <Compile Include="org.apache.juddi.client.test.integration\DigitalSignatureIntegrationTests.cs" />
-    <Compile Include="org.apache.juddi.client.test.mocks\Hello_ServiceInterfaces.cs" />
-    <Compile Include="org.apache.juddi.client.test.mocks\Program.cs" />
-    <Compile Include="org.apache.juddi.client.test.integration\InquiryTests.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\juddi-client.net\juddi-client.net-mono.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net-mono</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="resource\uddi-autoregAnnotations.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-    <Content Include="resource\uddisigwinstore.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-    <Content Include="resource\uddisigfile.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-    <Content Include="resource\uddi.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <PropertyGroup>
-    <PostBuildEvent>echo cd $(OutDir) mono nunit-console $(TargetFileName)</PostBuildEvent>
-  </PropertyGroup>
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>juddi_client.net_integration.test</RootNamespace>
+    <AssemblyName>juddi-client.net-integration.test</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup>
+    <StartupObject />
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
+    </Reference>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Web" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="org.apache.juddi.client.test.integration\AutomatedRegistrationTests.cs" />
+    <Compile Include="org.apache.juddi.client.test.integration\DigitalSignatureIntegrationTests.cs" />
+    <Compile Include="org.apache.juddi.client.test.mocks\Hello_ServiceInterfaces.cs" />
+    <Compile Include="org.apache.juddi.client.test.mocks\Program.cs" />
+    <Compile Include="org.apache.juddi.client.test.integration\InquiryTests.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\juddi-client.net\juddi-client.net-mono.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net-mono</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="resource\uddi-autoregAnnotations.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+    <Content Include="resource\uddisigwinstore.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+    <Content Include="resource\uddisigfile.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+    <Content Include="resource\uddi.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <PropertyGroup>
+    <PostBuildEvent>echo cd $(OutDir) mono nunit-console $(TargetFileName)</PostBuildEvent>
+  </PropertyGroup>
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-integration.test/juddi-client.net-integration.test.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-integration.test/juddi-client.net-integration.test.csproj b/juddi-client.net/juddi-client.net-integration.test/juddi-client.net-integration.test.csproj
index 366ecfe..8c6d4c4 100644
--- a/juddi-client.net/juddi-client.net-integration.test/juddi-client.net-integration.test.csproj
+++ b/juddi-client.net/juddi-client.net-integration.test/juddi-client.net-integration.test.csproj
@@ -1,92 +1,112 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>juddi_client.net_integration.test</RootNamespace>
-    <AssemblyName>juddi-client.net-integration.test</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup>
-    <StartupObject />
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
-    </Reference>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Web" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="org.apache.juddi.client.test.integration\AutomatedRegistrationTests.cs" />
-    <Compile Include="org.apache.juddi.client.test.integration\DigitalSignatureIntegrationTests.cs" />
-    <Compile Include="org.apache.juddi.client.test.mocks\Hello_ServiceInterfaces.cs" />
-    <Compile Include="org.apache.juddi.client.test.mocks\Program.cs" />
-    <Compile Include="org.apache.juddi.client.test.integration\InquiryTests.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\juddi-client.net\juddi-client.net.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="resource\uddi-autoregAnnotations.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-    <Content Include="resource\uddisigwinstore.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-    <Content Include="resource\uddisigfile.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-    <Content Include="resource\uddi.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-  </ItemGroup>
-  <ItemGroup />
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <PropertyGroup>
-    <PostBuildEvent>echo cd $(OutDir) C:\juddi\NUnit-2.6.1\bin\nunit-console.exe $(TargetFileName)</PostBuildEvent>
-  </PropertyGroup>
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>juddi_client.net_integration.test</RootNamespace>
+    <AssemblyName>juddi-client.net-integration.test</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup>
+    <StartupObject />
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
+    </Reference>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Web" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="org.apache.juddi.client.test.integration\AutomatedRegistrationTests.cs" />
+    <Compile Include="org.apache.juddi.client.test.integration\DigitalSignatureIntegrationTests.cs" />
+    <Compile Include="org.apache.juddi.client.test.mocks\Hello_ServiceInterfaces.cs" />
+    <Compile Include="org.apache.juddi.client.test.mocks\Program.cs" />
+    <Compile Include="org.apache.juddi.client.test.integration\InquiryTests.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\juddi-client.net\juddi-client.net.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="resource\uddi-autoregAnnotations.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+    <Content Include="resource\uddisigwinstore.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+    <Content Include="resource\uddisigfile.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+    <Content Include="resource\uddi.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+  </ItemGroup>
+  <ItemGroup />
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <PropertyGroup>
+    <PostBuildEvent>echo cd $(OutDir) C:\juddi\NUnit-2.6.1\bin\nunit-console.exe $(TargetFileName)</PostBuildEvent>
+  </PropertyGroup>
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-integration.test/org.apache.juddi.client.test.integration/InquiryTests.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-integration.test/org.apache.juddi.client.test.integration/InquiryTests.cs b/juddi-client.net/juddi-client.net-integration.test/org.apache.juddi.client.test.integration/InquiryTests.cs
index e27b52e..3f81258 100644
--- a/juddi-client.net/juddi-client.net-integration.test/org.apache.juddi.client.test.integration/InquiryTests.cs
+++ b/juddi-client.net/juddi-client.net-integration.test/org.apache.juddi.client.test.integration/InquiryTests.cs
@@ -1,146 +1,165 @@
-using NUnit.Framework;
-using org.apache.juddi.jaxb;
-using org.apache.juddi.v3.client;
-using org.apache.juddi.v3.client.config;
-using org.apache.juddi.v3.client.transport;
-using org.uddi.apiv3;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Net;
-using System.Text;
-using System.Threading;
-
-namespace juddi_client.net_integration.test
-{
-    [TestFixture]
-    public class InquiryTests
-    {
-        static UDDIClient clerkManager = null;
-        static Transport transport = null;
-        static UDDIClerk clerk = null;
-        static UDDINode node = null;
-        static org.uddi.apiv3.UDDI_Security_SoapBinding security = null;
-        static org.uddi.apiv3.UDDI_Inquiry_SoapBinding inquiry = null;
-        static org.uddi.apiv3.UDDI_Publication_SoapBinding publish = null;
-        static org.uddi.apiv3.UDDI_Subscription_SoapBinding sub = null;
-        static bool online = true;
-        static bool serialize = false;
-        [TestFixtureSetUp]
-        public static void init()
-        {
-
-            if (Environment.GetEnvironmentVariable("debug") != null
-                && Environment.GetEnvironmentVariable("debug").Equals("true", StringComparison.CurrentCultureIgnoreCase))
-            {
-                serialize = true;
-            }
-
-            clerkManager = new UDDIClient("resource/uddi.xml");
-
-            transport = clerkManager.getTransport("default");
-
-            security = transport.getUDDISecurityService();
-            inquiry = transport.getUDDIInquiryService();
-            publish = transport.getUDDIPublishService();
-            sub = transport.getUDDISubscriptionService();
-            clerk = clerkManager.getClerk("default");
-            node = clerk.getUDDINode();
-            WebClient c = new WebClient();
-
-            Console.Out.WriteLine("Checking to see if tomcat is running");
-            String s = null;
-            int count = 100;
-            while (s == null && count > 0)
-            {
-                try
-                {
-                    s = c.DownloadString("http://localhost:8080/");
-                    Console.Out.WriteLine("Tomcat is running");
-                    break;
-                }
-                catch
-                { }
-                Console.Out.WriteLine("tomcat isn't running yet, waiting...");
-                Thread.Sleep(1000);
-            }
-
-            if (s == null)
-            {
-                Console.Out.WriteLine("Unable to confirm if tomcat is running, aborting");
-                online = false;
-            }
-
-        }
-
-
-        [Test]
-        public void findBusinesses()
-        {
-            Console.Out.Write("findBusinesses");
-            Assert.True(online);
-            find_business fb = new find_business();
-            fb.name = new name[] { new name(UDDIConstants.WILDCARD, null) };
-            fb.findQualifiers = new string[] { UDDIConstants.APPROXIMATE_MATCH };
-            businessList bl = inquiry.find_business(fb);
-            Assert.NotNull(bl);
-            Assert.NotNull(bl.businessInfos);
-            Assert.True(bl.businessInfos.Length > 0);
-            for (int i = 0; i < bl.businessInfos.Length; i++)
-            {
-                Assert.IsNotNullOrEmpty(bl.businessInfos[i].businessKey);
-            }
-            PrintUDDI<businessList> p = new PrintUDDI<businessList>();
-            if (serialize)
-                Console.Out.WriteLine(p.print(bl));
-
-        }
-
-        [Test]
-        public void findServices()
-        {
-            Console.Out.Write("findServices");
-            Assert.True(online);
-            find_service fb = new find_service();
-            fb.name = new name[] { new name(UDDIConstants.WILDCARD, null) };
-            fb.findQualifiers = new string[] { UDDIConstants.APPROXIMATE_MATCH };
-            serviceList bl = inquiry.find_service(fb);
-            Assert.NotNull(bl);
-            Assert.NotNull(bl.serviceInfos);
-            Assert.True(bl.serviceInfos.Length > 0);
-            for (int i = 0; i < bl.serviceInfos.Length; i++)
-            {
-                Assert.IsNotNullOrEmpty(bl.serviceInfos[i].businessKey);
-                Assert.IsNotNullOrEmpty(bl.serviceInfos[i].serviceKey);
-            }
-            PrintUDDI<serviceList> p = new PrintUDDI<serviceList>();
-            if (serialize)
-                Console.Out.WriteLine(p.print(bl));
-        }
-
-        [Test]
-        public void findTmodels()
-        {
-            Console.Out.Write("find_tModel");
-            Assert.True(online);
-            find_tModel fb = new find_tModel();
-            fb.name = new name(UDDIConstants.WILDCARD, null);
-            fb.findQualifiers = new string[] { UDDIConstants.APPROXIMATE_MATCH };
-            tModelList bl = inquiry.find_tModel(fb);
-            Assert.NotNull(bl);
-            Assert.NotNull(bl.tModelInfos);
-            Assert.True(bl.tModelInfos.Length > 0);
-            for (int i = 0; i < bl.tModelInfos.Length; i++)
-            {
-                Assert.IsNotNullOrEmpty(bl.tModelInfos[i].tModelKey);
-                Assert.NotNull(bl.tModelInfos[i].name);
-            }
-            PrintUDDI<tModelList> p = new PrintUDDI<tModelList>();
-            if (serialize)
-                Console.Out.WriteLine(p.print(bl));
-        }
-
-
-
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using NUnit.Framework;
+using org.apache.juddi.jaxb;
+using org.apache.juddi.v3.client;
+using org.apache.juddi.v3.client.config;
+using org.apache.juddi.v3.client.transport;
+using org.uddi.apiv3;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Net;
+using System.Text;
+using System.Threading;
+
+namespace juddi_client.net_integration.test
+{
+    [TestFixture]
+    public class InquiryTests
+    {
+        static UDDIClient clerkManager = null;
+        static Transport transport = null;
+        static UDDIClerk clerk = null;
+        static UDDINode node = null;
+        static org.uddi.apiv3.UDDI_Security_SoapBinding security = null;
+        static org.uddi.apiv3.UDDI_Inquiry_SoapBinding inquiry = null;
+        static org.uddi.apiv3.UDDI_Publication_SoapBinding publish = null;
+        static org.uddi.apiv3.UDDI_Subscription_SoapBinding sub = null;
+        static bool online = true;
+        static bool serialize = false;
+        [TestFixtureSetUp]
+        public static void init()
+        {
+
+            if (Environment.GetEnvironmentVariable("debug") != null
+                && Environment.GetEnvironmentVariable("debug").Equals("true", StringComparison.CurrentCultureIgnoreCase))
+            {
+                serialize = true;
+            }
+
+            clerkManager = new UDDIClient("resource/uddi.xml");
+
+            transport = clerkManager.getTransport("default");
+
+            security = transport.getUDDISecurityService();
+            inquiry = transport.getUDDIInquiryService();
+            publish = transport.getUDDIPublishService();
+            sub = transport.getUDDISubscriptionService();
+            clerk = clerkManager.getClerk("default");
+            node = clerk.getUDDINode();
+            WebClient c = new WebClient();
+
+            Console.Out.WriteLine("Checking to see if tomcat is running");
+            String s = null;
+            int count = 100;
+            while (s == null && count > 0)
+            {
+                try
+                {
+                    s = c.DownloadString("http://localhost:8080/");
+                    Console.Out.WriteLine("Tomcat is running");
+                    break;
+                }
+                catch
+                { }
+                Console.Out.WriteLine("tomcat isn't running yet, waiting...");
+                Thread.Sleep(1000);
+            }
+
+            if (s == null)
+            {
+                Console.Out.WriteLine("Unable to confirm if tomcat is running, aborting");
+                online = false;
+            }
+
+        }
+
+
+        [Test]
+        public void findBusinesses()
+        {
+            Console.Out.Write("findBusinesses");
+            Assert.True(online);
+            find_business fb = new find_business();
+            fb.name = new name[] { new name(UDDIConstants.WILDCARD, null) };
+            fb.findQualifiers = new string[] { UDDIConstants.APPROXIMATE_MATCH };
+            businessList bl = inquiry.find_business(fb);
+            Assert.NotNull(bl);
+            Assert.NotNull(bl.businessInfos);
+            Assert.True(bl.businessInfos.Length > 0);
+            for (int i = 0; i < bl.businessInfos.Length; i++)
+            {
+                Assert.IsNotNullOrEmpty(bl.businessInfos[i].businessKey);
+            }
+            PrintUDDI<businessList> p = new PrintUDDI<businessList>();
+            if (serialize)
+                Console.Out.WriteLine(p.print(bl));
+
+        }
+
+        [Test]
+        public void findServices()
+        {
+            Console.Out.Write("findServices");
+            Assert.True(online);
+            find_service fb = new find_service();
+            fb.name = new name[] { new name(UDDIConstants.WILDCARD, null) };
+            fb.findQualifiers = new string[] { UDDIConstants.APPROXIMATE_MATCH };
+            serviceList bl = inquiry.find_service(fb);
+            Assert.NotNull(bl);
+            Assert.NotNull(bl.serviceInfos);
+            Assert.True(bl.serviceInfos.Length > 0);
+            for (int i = 0; i < bl.serviceInfos.Length; i++)
+            {
+                Assert.IsNotNullOrEmpty(bl.serviceInfos[i].businessKey);
+                Assert.IsNotNullOrEmpty(bl.serviceInfos[i].serviceKey);
+            }
+            PrintUDDI<serviceList> p = new PrintUDDI<serviceList>();
+            if (serialize)
+                Console.Out.WriteLine(p.print(bl));
+        }
+
+        [Test]
+        public void findTmodels()
+        {
+            Console.Out.Write("find_tModel");
+            Assert.True(online);
+            find_tModel fb = new find_tModel();
+            fb.name = new name(UDDIConstants.WILDCARD, null);
+            fb.findQualifiers = new string[] { UDDIConstants.APPROXIMATE_MATCH };
+            tModelList bl = inquiry.find_tModel(fb);
+            Assert.NotNull(bl);
+            Assert.NotNull(bl.tModelInfos);
+            Assert.True(bl.tModelInfos.Length > 0);
+            for (int i = 0; i < bl.tModelInfos.Length; i++)
+            {
+                Assert.IsNotNullOrEmpty(bl.tModelInfos[i].tModelKey);
+                Assert.NotNull(bl.tModelInfos[i].name);
+            }
+            PrintUDDI<tModelList> p = new PrintUDDI<tModelList>();
+            if (serialize)
+                Console.Out.WriteLine(p.print(bl));
+        }
+
+
+
+    }
+}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-integration.test/resource/uddi-autoregAnnotations.xml
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-integration.test/resource/uddi-autoregAnnotations.xml b/juddi-client.net/juddi-client.net-integration.test/resource/uddi-autoregAnnotations.xml
index 6c37844..c54f22d 100644
--- a/juddi-client.net/juddi-client.net-integration.test/resource/uddi-autoregAnnotations.xml
+++ b/juddi-client.net/juddi-client.net-integration.test/resource/uddi-autoregAnnotations.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:juddi-apache-org:v3_client ..\..\juddi-client\src\main\resources\xsd\uddi-client.xsd">
   <reloadDelay>5000</reloadDelay>
   <client name="test-client">
@@ -90,4 +110,4 @@
       <IgnoreSSLErrors>false</IgnoreSSLErrors>
     </XtoWsdl>
   </client>
-</uddi>
\ No newline at end of file
+</uddi>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-integration.test/resource/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-integration.test/resource/uddi.xml b/juddi-client.net/juddi-client.net-integration.test/resource/uddi.xml
index 3465a15..0d11fd1 100644
--- a/juddi-client.net/juddi-client.net-integration.test/resource/uddi.xml
+++ b/juddi-client.net/juddi-client.net-integration.test/resource/uddi.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:juddi-apache-org:v3_client ..\..\juddi-client\src\main\resources\xsd\uddi-client.xsd">
   <reloadDelay>5000</reloadDelay>
   <client name="test-client">
@@ -71,4 +91,4 @@
       <IgnoreSSLErrors>false</IgnoreSSLErrors>
     </XtoWsdl>
   </client>
-</uddi>
\ No newline at end of file
+</uddi>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-integration.test/resource/uddisigfile.xml
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-integration.test/resource/uddisigfile.xml b/juddi-client.net/juddi-client.net-integration.test/resource/uddisigfile.xml
index 4876071..c38bf3c 100644
--- a/juddi-client.net/juddi-client.net-integration.test/resource/uddisigfile.xml
+++ b/juddi-client.net/juddi-client.net-integration.test/resource/uddisigfile.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="utf-8" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:juddi-apache-org:v3_client ..\..\juddi-client\src\main\resources\xsd\uddi-client.xsd">
   <reloadDelay>5000</reloadDelay>
   <client name="test-client">
@@ -71,4 +91,4 @@
       <IgnoreSSLErrors>false</IgnoreSSLErrors>
     </XtoWsdl>
   </client>
-</uddi>
\ No newline at end of file
+</uddi>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-integration.test/resource/uddisigwinstore.xml
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-integration.test/resource/uddisigwinstore.xml b/juddi-client.net/juddi-client.net-integration.test/resource/uddisigwinstore.xml
index 5b2842a..04b4379 100644
--- a/juddi-client.net/juddi-client.net-integration.test/resource/uddisigwinstore.xml
+++ b/juddi-client.net/juddi-client.net-integration.test/resource/uddisigwinstore.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="utf-8" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:juddi-apache-org:v3_client ..\..\juddi-client\src\main\resources\xsd\uddi-client.xsd">
   <reloadDelay>5000</reloadDelay>
   <client name="test-client">
@@ -69,4 +89,4 @@
       <IgnoreSSLErrors>false</IgnoreSSLErrors>
     </XtoWsdl>
   </client>
-</uddi>
\ No newline at end of file
+</uddi>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-mono.sln
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-mono.sln b/juddi-client.net/juddi-client.net-mono.sln
index 9f5f384..3442f40 100644
--- a/juddi-client.net/juddi-client.net-mono.sln
+++ b/juddi-client.net/juddi-client.net-mono.sln
@@ -1,67 +1,83 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Express 2012 for Windows Desktop
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net-mono", "juddi-client.net\juddi-client.net-mono.csproj", "{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{FEB955BD-38E3-4816-94D3-EBF62F4CBB82}"
-	ProjectSection(SolutionItems) = preProject
-		.nuget\packages.config = .nuget\packages.config
-	EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net-integration.test-mono", "juddi-client.net-integration.test\juddi-client.net-integration.test-mono.csproj", "{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net.test-mono", "juddi-client.net.test\juddi-client.net.test-mono.csproj", "{0AD62F71-EC84-4133-87FA-C27083F4D884}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspnetServiceLifeCycle-mono", "example\AspnetServiceLifeCycle\AspnetServiceLifeCycle-mono.csproj", "{53F50B81-088B-4593-9F1C-F3D3F499F28C}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfServiceLifeCycle-mono", "example\WcfServiceLifeCycle\WcfServiceLifeCycle-mono.csproj", "{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net-sample-mono", "juddi-client.net-sample\juddi-client.net-sample-mono.csproj", "{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net.cryptor-mono", "juddi-client.net.cryptor\juddi-client.net.cryptor-mono.csproj", "{15F6DF2F-82AF-49AA-B449-6E21F8409845}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-installer-mono", "juddi-installer\juddi-installer-mono.csproj", "{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Any CPU = Debug|Any CPU
-		Release|Any CPU = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Release|Any CPU.Build.0 = Release|Any CPU
-		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Release|Any CPU.Build.0 = Release|Any CPU
-		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Release|Any CPU.Build.0 = Release|Any CPU
-		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Release|Any CPU.Build.0 = Release|Any CPU
-		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Release|Any CPU.Build.0 = Release|Any CPU
-		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Release|Any CPU.Build.0 = Release|Any CPU
-		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Release|Any CPU.Build.0 = Release|Any CPU
-		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Release|Any CPU.Build.0 = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Express 2012 for Windows Desktop
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net-mono", "juddi-client.net\juddi-client.net-mono.csproj", "{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{FEB955BD-38E3-4816-94D3-EBF62F4CBB82}"
+	ProjectSection(SolutionItems) = preProject
+		.nuget\packages.config = .nuget\packages.config
+	EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net-integration.test-mono", "juddi-client.net-integration.test\juddi-client.net-integration.test-mono.csproj", "{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net.test-mono", "juddi-client.net.test\juddi-client.net.test-mono.csproj", "{0AD62F71-EC84-4133-87FA-C27083F4D884}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspnetServiceLifeCycle-mono", "example\AspnetServiceLifeCycle\AspnetServiceLifeCycle-mono.csproj", "{53F50B81-088B-4593-9F1C-F3D3F499F28C}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfServiceLifeCycle-mono", "example\WcfServiceLifeCycle\WcfServiceLifeCycle-mono.csproj", "{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net-sample-mono", "juddi-client.net-sample\juddi-client.net-sample-mono.csproj", "{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net.cryptor-mono", "juddi-client.net.cryptor\juddi-client.net.cryptor-mono.csproj", "{15F6DF2F-82AF-49AA-B449-6E21F8409845}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-installer-mono", "juddi-installer\juddi-installer-mono.csproj", "{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Release|Any CPU.Build.0 = Release|Any CPU
+		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Release|Any CPU.Build.0 = Release|Any CPU
+		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Release|Any CPU.Build.0 = Release|Any CPU
+		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Release|Any CPU.Build.0 = Release|Any CPU
+		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Release|Any CPU.Build.0 = Release|Any CPU
+		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Release|Any CPU.Build.0 = Release|Any CPU
+		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Release|Any CPU.Build.0 = Release|Any CPU
+		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-sample/App.config
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-sample/App.config b/juddi-client.net/juddi-client.net-sample/App.config
index 1145718..a24df1b 100644
--- a/juddi-client.net/juddi-client.net-sample/App.config
+++ b/juddi-client.net/juddi-client.net-sample/App.config
@@ -1,33 +1,53 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
-  <appSettings>
-    <!-- DEBUG, INFO, WARN, ERROR -->
-    <add key="org.apache.juddi.v3.client.log.level" value="INFO" />
-    <!-- options are CONSOLE, EVENTLOG, FILE. multiple values can be specified, comma delimited -->
-    <add key="org.apache.juddi.v3.client.log.target" value="CONSOLE" />
-    <!-- only used when target=FILE -->
-    <add key="org.apache.juddi.v3.client.log.logger.file" value="pathToOutputFile" />
-  </appSettings>
-
-  <system.serviceModel>
-    <bindings>
-      <basicHttpBinding>
-        <binding name="UDDISubscriptionListenerServiceSoapBinding"  ></binding>
-      </basicHttpBinding>
-    </bindings>
-   
-    <services>
-      <service
-        name="org.apache.juddi.v3.client.subscription.SubscriptionCallbackListener">
-        <endpoint
-           binding="basicHttpBinding"
-           bindingConfiguration="UDDISubscriptionListenerServiceSoapBinding"
-           bindingName="UDDISubscriptionListenerServiceSoapBinding"
-           bindingNamespace="org.apache.juddi.v3.client.subscription" 
-           contract="org.apache.juddi.v3.client.subscription.wcf.UDDI_SubscriptionListener_PortType" >
-        </endpoint>
-      
-      </service>
-    </services>
-  </system.serviceModel>
-</configuration>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<configuration>
+  <appSettings>
+    <!-- DEBUG, INFO, WARN, ERROR -->
+    <add key="org.apache.juddi.v3.client.log.level" value="INFO" />
+    <!-- options are CONSOLE, EVENTLOG, FILE. multiple values can be specified, comma delimited -->
+    <add key="org.apache.juddi.v3.client.log.target" value="CONSOLE" />
+    <!-- only used when target=FILE -->
+    <add key="org.apache.juddi.v3.client.log.logger.file" value="pathToOutputFile" />
+  </appSettings>
+
+  <system.serviceModel>
+    <bindings>
+      <basicHttpBinding>
+        <binding name="UDDISubscriptionListenerServiceSoapBinding"  ></binding>
+      </basicHttpBinding>
+    </bindings>
+   
+    <services>
+      <service
+        name="org.apache.juddi.v3.client.subscription.SubscriptionCallbackListener">
+        <endpoint
+           binding="basicHttpBinding"
+           bindingConfiguration="UDDISubscriptionListenerServiceSoapBinding"
+           bindingName="UDDISubscriptionListenerServiceSoapBinding"
+           bindingNamespace="org.apache.juddi.v3.client.subscription" 
+           contract="org.apache.juddi.v3.client.subscription.wcf.UDDI_SubscriptionListener_PortType" >
+        </endpoint>
+      
+      </service>
+    </services>
+  </system.serviceModel>
+</configuration>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-sample/juddi-client.net-sample-mono.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-sample/juddi-client.net-sample-mono.csproj b/juddi-client.net/juddi-client.net-sample/juddi-client.net-sample-mono.csproj
index 7f20b0a..292219f 100644
--- a/juddi-client.net/juddi-client.net-sample/juddi-client.net-sample-mono.csproj
+++ b/juddi-client.net/juddi-client.net-sample/juddi-client.net-sample-mono.csproj
@@ -1,84 +1,104 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>org.apache.juddi.client.sample</RootNamespace>
-    <AssemblyName>juddi-client.net-sample</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Runtime.Serialization" />
-    <Reference Include="System.ServiceModel" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-   <Compile Include="org.apache.juddi.client.samples\DigitalSignaturesExample.cs" />
-    <Compile Include="org.apache.juddi.client.samples\Encryption.cs" />
-    <Compile Include="org.apache.juddi.client.samples\findendpoints.cs" />
-    <Compile Include="org.apache.juddi.client.samples.juddi\saveClerkExample.cs" />
-    <Compile Include="org.apache.juddi.client.samples.juddi\saveNodeExample.cs" />
-    <Compile Include="org.apache.juddi.client.samples\Program.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="org.apache.juddi.client.samples\ServiceVersioning.cs" />
-    <Compile Include="org.apache.juddi.client.samples\SimpleInquiry.cs" />
-    <Compile Include="org.apache.juddi.client.samples\SubscriptionCallbackExample.cs" />
-    <Compile Include="org.apache.juddi.client.samples.juddi\WadlImport.cs" />
-    <Compile Include="org.apache.juddi.client.samples.juddi\WsdlImport.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="uddi.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="App.config">
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-      <SubType>Designer</SubType>
-    </Content>
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\juddi-client.net\juddi-client.net-mono.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net-mono</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>org.apache.juddi.client.sample</RootNamespace>
+    <AssemblyName>juddi-client.net-sample</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Runtime.Serialization" />
+    <Reference Include="System.ServiceModel" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+   <Compile Include="org.apache.juddi.client.samples\DigitalSignaturesExample.cs" />
+    <Compile Include="org.apache.juddi.client.samples\Encryption.cs" />
+    <Compile Include="org.apache.juddi.client.samples\findendpoints.cs" />
+    <Compile Include="org.apache.juddi.client.samples.juddi\saveClerkExample.cs" />
+    <Compile Include="org.apache.juddi.client.samples.juddi\saveNodeExample.cs" />
+    <Compile Include="org.apache.juddi.client.samples\Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="org.apache.juddi.client.samples\ServiceVersioning.cs" />
+    <Compile Include="org.apache.juddi.client.samples\SimpleInquiry.cs" />
+    <Compile Include="org.apache.juddi.client.samples\SubscriptionCallbackExample.cs" />
+    <Compile Include="org.apache.juddi.client.samples.juddi\WadlImport.cs" />
+    <Compile Include="org.apache.juddi.client.samples.juddi\WsdlImport.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="uddi.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="App.config">
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+      <SubType>Designer</SubType>
+    </Content>
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\juddi-client.net\juddi-client.net-mono.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net-mono</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-sample/juddi-client.net-sample.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-sample/juddi-client.net-sample.csproj b/juddi-client.net/juddi-client.net-sample/juddi-client.net-sample.csproj
index 37abe2b..c742030 100644
--- a/juddi-client.net/juddi-client.net-sample/juddi-client.net-sample.csproj
+++ b/juddi-client.net/juddi-client.net-sample/juddi-client.net-sample.csproj
@@ -1,86 +1,106 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>org.apache.juddi.client.sample</RootNamespace>
-    <AssemblyName>juddi-client.net-sample</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Runtime.Serialization" />
-    <Reference Include="System.ServiceModel" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="org.apache.juddi.client.samples\AccessUDDIv2Inquiry.cs" />
-    <Compile Include="org.apache.juddi.client.samples\AccessUDDIv2Publish.cs" />
-    <Compile Include="org.apache.juddi.client.samples\DigitalSignaturesExample.cs" />
-    <Compile Include="org.apache.juddi.client.samples\Encryption.cs" />
-    <Compile Include="org.apache.juddi.client.samples\findendpoints.cs" />
-    <Compile Include="org.apache.juddi.client.samples.juddi\saveClerkExample.cs" />
-    <Compile Include="org.apache.juddi.client.samples.juddi\saveNodeExample.cs" />
-    <Compile Include="org.apache.juddi.client.samples\Program.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="org.apache.juddi.client.samples\ServiceVersioning.cs" />
-    <Compile Include="org.apache.juddi.client.samples\SimpleInquiry.cs" />
-    <Compile Include="org.apache.juddi.client.samples\SubscriptionCallbackExample.cs" />
-    <Compile Include="org.apache.juddi.client.samples.juddi\WadlImport.cs" />
-    <Compile Include="org.apache.juddi.client.samples.juddi\WsdlImport.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="uddi.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="App.config">
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-      <SubType>Designer</SubType>
-    </Content>
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\juddi-client.net\juddi-client.net.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>org.apache.juddi.client.sample</RootNamespace>
+    <AssemblyName>juddi-client.net-sample</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Runtime.Serialization" />
+    <Reference Include="System.ServiceModel" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="org.apache.juddi.client.samples\AccessUDDIv2Inquiry.cs" />
+    <Compile Include="org.apache.juddi.client.samples\AccessUDDIv2Publish.cs" />
+    <Compile Include="org.apache.juddi.client.samples\DigitalSignaturesExample.cs" />
+    <Compile Include="org.apache.juddi.client.samples\Encryption.cs" />
+    <Compile Include="org.apache.juddi.client.samples\findendpoints.cs" />
+    <Compile Include="org.apache.juddi.client.samples.juddi\saveClerkExample.cs" />
+    <Compile Include="org.apache.juddi.client.samples.juddi\saveNodeExample.cs" />
+    <Compile Include="org.apache.juddi.client.samples\Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="org.apache.juddi.client.samples\ServiceVersioning.cs" />
+    <Compile Include="org.apache.juddi.client.samples\SimpleInquiry.cs" />
+    <Compile Include="org.apache.juddi.client.samples\SubscriptionCallbackExample.cs" />
+    <Compile Include="org.apache.juddi.client.samples.juddi\WadlImport.cs" />
+    <Compile Include="org.apache.juddi.client.samples.juddi\WsdlImport.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="uddi.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="App.config">
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+      <SubType>Designer</SubType>
+    </Content>
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\juddi-client.net\juddi-client.net.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net-sample/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net-sample/uddi.xml b/juddi-client.net/juddi-client.net-sample/uddi.xml
index b5b90e4..b1540f3 100644
--- a/juddi-client.net/juddi-client.net-sample/uddi.xml
+++ b/juddi-client.net/juddi-client.net-sample/uddi.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="utf-8" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:juddi-apache-org:v3_client ..\..\juddi-client\src\main\resources\xsd\uddi-client.xsd">
   <reloadDelay>5000</reloadDelay>
   <client name="test-client">
@@ -175,4 +195,4 @@
       <IgnoreSSLErrors>false</IgnoreSSLErrors>
     </XtoWsdl>
   </client>
-</uddi>
\ No newline at end of file
+</uddi>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[10/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/juddi-client.net.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/juddi-client.net.csproj b/juddi-client.net/juddi-client.net/juddi-client.net.csproj
index 448e6ee..43f080f 100644
--- a/juddi-client.net/juddi-client.net/juddi-client.net.csproj
+++ b/juddi-client.net/juddi-client.net/juddi-client.net.csproj
@@ -1,132 +1,152 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>org.apache.juddi.client</RootNamespace>
-    <AssemblyName>juddi-dotnet-client</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-    <RunCodeAnalysis>true</RunCodeAnalysis>
-    <DocumentationFile>bin\Debug\juddi-dotnet-client.XML</DocumentationFile>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.configuration" />
-    <Reference Include="System.Runtime.Serialization" />
-    <Reference Include="System.Security" />
-    <Reference Include="System.ServiceModel" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="bindings\datamodel.cs" />
-    <Compile Include="bindings\events.cs" />
-    <Compile Include="bindings\ext.cs" />
-    <Compile Include="bindings\JUDDIApiService.cs" />
-    <Compile Include="bindings\UDDIv2_Service.cs" />
-    <Compile Include="org.apache.juddi.jaxb\PrintJUDDI.cs" />
-    <Compile Include="org.apache.juddi.jaxb\PrintUDDI.cs" />
-    <Compile Include="org.apache.juddi.v3.client.annotations\AnnotationProcessor.cs" />
-    <Compile Include="org.apache.juddi.v3.client.annotations\UDDIService.cs" />
-    <Compile Include="org.apache.juddi.v3.client.annotations\UDDIServiceBinding.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\BackgroundRegistration.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\ClientConfig.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\Properties.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\Property.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\TokenResolver.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\uddi-client-ext.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\uddi-client.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\UDDIClerk.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\UDDIKeyConvention.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\UDDINode.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\XmlConfiguration.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\XRegistration.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\AES128Cryptor.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\AES256Cryptor.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\AESCryptor.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\Cryptor.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\CryptorFactory.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\DigSigUtil.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\TripleDESCryptor.cs" />
-    <Compile Include="org.apache.juddi.v3.client.ext.wsdm\WSDMQosConstants.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\Common2UDDI.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\easyWsdl.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\MapUDDIv2to3.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\MapUDDIv3to2.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\ServiceRegistrationResponse.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\URLLocalizer.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\wadl.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\WADL2UDDI.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\wsdl.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\WSDL2UDDI.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\XMLSchema.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\ISubscriptionCallback.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\RegistrationAbortedException.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\ServiceAlreadyStartedException.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\SubscriptionCallbackListener.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\UDDISubscriptionListenerService.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\UnableToSignException.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\UnexpectedResponseException.cs" />
-    <Compile Include="org.apache.juddi.v3.client.transport.wrapper\Inquiry3to2.cs">
-      <SubType>Component</SubType>
-    </Compile>
-    <Compile Include="org.apache.juddi.v3.client.transport.wrapper\Publish3to2.cs" />
-    <Compile Include="org.apache.juddi.v3.client.transport.wrapper\Security3to2.cs" />
-    <Compile Include="org.apache.juddi.v3.client.transport\AspNetTransport.cs" />
-    <Compile Include="org.apache.juddi.v3.client.transport\AspNetv2TranslationTransport.cs" />
-    <Compile Include="org.apache.juddi.v3.client.util\TModelInstanceDetailsComparator.cs" />
-    <Compile Include="org.apache.juddi.v3.client\ConsoleLogger.cs" />
-    <Compile Include="org.apache.juddi.v3.client\EventLogger.cs" />
-    <Compile Include="org.apache.juddi.v3.client\FileLogger.cs" />
-    <Compile Include="org.apache.juddi.v3.client\Log.cs" />
-    <Compile Include="org.apache.juddi.v3.client\LogFactory.cs" />
-    <Compile Include="org.apache.juddi.v3.client\LogLevel.cs" />
-    <Compile Include="org.apache.juddi.v3.client\Release.cs" />
-    <Compile Include="org.apache.juddi.v3.client.transport\Transport.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\UDDIClient.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\UDDIClientContainer.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="bindings\bindings.cs">
-      <SubType>Component</SubType>
-    </Compile>
-    <Compile Include="org.apache.juddi.v3.client\UDDIConstants.cs" />
-    <Compile Include="org.apache.juddi.v3.client\UDDIService.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <WCFMetadata Include="Service References\" />
-  </ItemGroup>
-  <ItemGroup />
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>org.apache.juddi.client</RootNamespace>
+    <AssemblyName>juddi-dotnet-client</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <RunCodeAnalysis>true</RunCodeAnalysis>
+    <DocumentationFile>bin\Debug\juddi-dotnet-client.XML</DocumentationFile>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.configuration" />
+    <Reference Include="System.Runtime.Serialization" />
+    <Reference Include="System.Security" />
+    <Reference Include="System.ServiceModel" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="bindings\datamodel.cs" />
+    <Compile Include="bindings\events.cs" />
+    <Compile Include="bindings\ext.cs" />
+    <Compile Include="bindings\JUDDIApiService.cs" />
+    <Compile Include="bindings\UDDIv2_Service.cs" />
+    <Compile Include="org.apache.juddi.jaxb\PrintJUDDI.cs" />
+    <Compile Include="org.apache.juddi.jaxb\PrintUDDI.cs" />
+    <Compile Include="org.apache.juddi.v3.client.annotations\AnnotationProcessor.cs" />
+    <Compile Include="org.apache.juddi.v3.client.annotations\UDDIService.cs" />
+    <Compile Include="org.apache.juddi.v3.client.annotations\UDDIServiceBinding.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\BackgroundRegistration.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\ClientConfig.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\Properties.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\Property.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\TokenResolver.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\uddi-client-ext.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\uddi-client.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\UDDIClerk.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\UDDIKeyConvention.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\UDDINode.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\XmlConfiguration.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\XRegistration.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\AES128Cryptor.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\AES256Cryptor.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\AESCryptor.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\Cryptor.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\CryptorFactory.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\DigSigUtil.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\TripleDESCryptor.cs" />
+    <Compile Include="org.apache.juddi.v3.client.ext.wsdm\WSDMQosConstants.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\Common2UDDI.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\easyWsdl.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\MapUDDIv2to3.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\MapUDDIv3to2.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\ServiceRegistrationResponse.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\URLLocalizer.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\wadl.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\WADL2UDDI.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\wsdl.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\WSDL2UDDI.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\XMLSchema.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\ISubscriptionCallback.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\RegistrationAbortedException.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\ServiceAlreadyStartedException.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\SubscriptionCallbackListener.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\UDDISubscriptionListenerService.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\UnableToSignException.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\UnexpectedResponseException.cs" />
+    <Compile Include="org.apache.juddi.v3.client.transport.wrapper\Inquiry3to2.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="org.apache.juddi.v3.client.transport.wrapper\Publish3to2.cs" />
+    <Compile Include="org.apache.juddi.v3.client.transport.wrapper\Security3to2.cs" />
+    <Compile Include="org.apache.juddi.v3.client.transport\AspNetTransport.cs" />
+    <Compile Include="org.apache.juddi.v3.client.transport\AspNetv2TranslationTransport.cs" />
+    <Compile Include="org.apache.juddi.v3.client.util\TModelInstanceDetailsComparator.cs" />
+    <Compile Include="org.apache.juddi.v3.client\ConsoleLogger.cs" />
+    <Compile Include="org.apache.juddi.v3.client\EventLogger.cs" />
+    <Compile Include="org.apache.juddi.v3.client\FileLogger.cs" />
+    <Compile Include="org.apache.juddi.v3.client\Log.cs" />
+    <Compile Include="org.apache.juddi.v3.client\LogFactory.cs" />
+    <Compile Include="org.apache.juddi.v3.client\LogLevel.cs" />
+    <Compile Include="org.apache.juddi.v3.client\Release.cs" />
+    <Compile Include="org.apache.juddi.v3.client.transport\Transport.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\UDDIClient.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\UDDIClientContainer.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="bindings\bindings.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="org.apache.juddi.v3.client\UDDIConstants.cs" />
+    <Compile Include="org.apache.juddi.v3.client\UDDIService.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <WCFMetadata Include="Service References\" />
+  </ItemGroup>
+  <ItemGroup />
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/AnnotationProcessor.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/AnnotationProcessor.cs b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/AnnotationProcessor.cs
index c07008e..f70c015 100644
--- a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/AnnotationProcessor.cs
+++ b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/AnnotationProcessor.cs
@@ -1,241 +1,260 @@
-using org.apache.juddi.v3.client.annotations;
-using org.apache.juddi.v3.client.log;
-using org.uddi.apiv3;
-using System;
-using System.Collections.Generic;
-
-using System.Text;
-using System.Web.Services;
-
-namespace org.apache.juddi.v3.client.config
-{
-    class AnnotationProcessor
-    {
-        static Log log = LogFactory.getLog(typeof(AnnotationProcessor));
-        private static readonly String KEYED_REFERENCE = "keyedReference=";
-        private static readonly String KEY_NAME = "keyName=";
-        private static readonly String KEY_VALUE = "keyValue=";
-        private static readonly String TMODEL_KEY = "tModelKey=";
-
-        public List<businessService> readServiceAnnotations(string[] classes, Properties properties)
-        {
-            List<businessService> items = new List<businessService>();
-
-            if (classes != null)
-            {
-                foreach (string s in classes)
-                {
-                    businessService b = readServiceAnnotations(s, properties);
-                    if (b != null)
-                        items.Add(b);
-                }
-
-            }
-            return items;
-
-        }
-
-        public businessService readServiceAnnotations(String classWithAnnotations, Properties properties)
-        {
-           
-            Type t = Type.GetType(classWithAnnotations, false, true);
-            if (t != null)
-            {
-                businessService service = new businessService();
-                object[] attrib = t.GetCustomAttributes(typeof(UDDIService), true);
-
-                object[] ws = t.GetCustomAttributes(typeof(System.Web.Services.WebServiceBindingAttribute), true);
-                WebServiceBindingAttribute webServiceAnnotation = null;
-                if (ws != null && ws.Length > 0)
-                {
-                    webServiceAnnotation = ((WebServiceBindingAttribute[])ws)[0];
-                }
-                if (attrib != null && attrib.Length > 0)
-                {
-
-                    UDDIService[] bits = attrib as UDDIService[];
-                    UDDIService uddiService = bits[0];
-                    name n = new name();
-                    n.lang = uddiService.lang;
-                    service.businessKey = (TokenResolver.replaceTokens(uddiService.businessKey, properties));
-                    service.serviceKey = (TokenResolver.replaceTokens(uddiService.serviceKey, properties));
-                    if (!"".Equals(uddiService.serviceName, StringComparison.CurrentCultureIgnoreCase))
-                    {
-                        n.Value = (TokenResolver.replaceTokens(uddiService.serviceName, properties));
-                    }
-                    else if (webServiceAnnotation != null && !"".Equals(webServiceAnnotation.Name))
-                    {
-                        n.Value = (webServiceAnnotation.Name);
-                    }
-                    else
-                    {
-                        n.Value = (classWithAnnotations);
-                    }
-                    service.name = new name[] { n };
-                    description d = new description();
-                    d.lang = (uddiService.lang);
-                    d.Value = (TokenResolver.replaceTokens(uddiService.description, properties));
-                    service.description = new description[] { d };
-
-                    //categoryBag on the service
-                    if (!"".Equals(uddiService.categoryBag))
-                    {
-                        categoryBag categoryBag = parseCategoryBag(uddiService.categoryBag);
-                        service.categoryBag = (categoryBag);
-                    }
-
-                    //bindingTemplate on service
-                    bindingTemplate bindingTemplate = parseServiceBinding(classWithAnnotations, uddiService.lang, webServiceAnnotation, properties);
-                    if (bindingTemplate != null)
-                    {
-                        bindingTemplate.serviceKey = (service.serviceKey);
-                        if (service.bindingTemplates == null)
-                        {
-                            service.bindingTemplates = new bindingTemplate[] { bindingTemplate };
-                        }
-                        else
-                        {
-                            List<bindingTemplate> l = new List<bindingTemplate>();
-                            l.AddRange(service.bindingTemplates);
-                            l.Add(bindingTemplate);
-                            service.bindingTemplates = l.ToArray();
-                        }
-                    }
-
-                    return service;
-                }
-                else
-                {
-                    log.error("Missing UDDIService annotation in class " + classWithAnnotations);
-                }
-            }
-            log.error("Unable to load type " + classWithAnnotations);
-            return null;
-            
-        }
-
-
-
-        private bindingTemplate parseServiceBinding(string classWithAnnotations, string lang, WebServiceBindingAttribute webServiceAnnotation, Properties properties)
-        {
-
-            bindingTemplate bindingTemplate = null;
-            Type t = Type.GetType(classWithAnnotations, false, false);
-            UDDIServiceBinding uddiServiceBinding = null;
-            object[] attrib = t.GetCustomAttributes(typeof(UDDIServiceBinding), true);
-            if (attrib != null && attrib.Length > 0)
-                uddiServiceBinding = attrib[0] as UDDIServiceBinding;
-
-            //= (UDDIServiceBinding) classWithAnnotations.getAnnotation(UDDIServiceBinding.class);
-            //binding
-            if (uddiServiceBinding != null)
-            {
-                bindingTemplate = new bindingTemplate();
-
-                bindingTemplate.bindingKey = (TokenResolver.replaceTokens(uddiServiceBinding.bindingKey, properties));
-
-                String bindingLang = (lang);
-                if (uddiServiceBinding.lang != null)
-                {
-                    bindingLang = TokenResolver.replaceTokens(uddiServiceBinding.lang, properties);
-                }
-                description bindingDescription = new description();
-                bindingDescription.lang = (bindingLang);
-                bindingDescription.Value = (TokenResolver.replaceTokens(uddiServiceBinding.description, properties));
-                bindingTemplate.description = new description[] { (bindingDescription) };
-
-                accessPoint accessPoint = new accessPoint();
-                accessPoint.useType = (AccessPointType.wsdlDeployment.ToString());
-                if (!"".Equals(uddiServiceBinding.accessPointType))
-                {
-                    accessPoint.useType = (uddiServiceBinding.accessPointType);
-                }
-                if (!"".Equals(uddiServiceBinding.accessPoint))
-                {
-                    String endPoint = uddiServiceBinding.accessPoint;
-                    endPoint = TokenResolver.replaceTokens(endPoint, properties);
-                    log.debug("AccessPoint EndPoint=" + endPoint);
-                    accessPoint.Value = (endPoint);
-                }
-                else if (webServiceAnnotation != null && webServiceAnnotation.Location != null)
-                {
-                    accessPoint.Value = (webServiceAnnotation.Location);
-                }
-                bindingTemplate.Item = (accessPoint);
-
-                //tModelKeys on the binding
-                if (!"".Equals(uddiServiceBinding.tModelKeys))
-                {
-                    String[] tModelKeys = uddiServiceBinding.tModelKeys.Split(',');
-                    foreach (String tModelKey in tModelKeys)
-                    {
-                        tModelInstanceInfo instanceInfo = new tModelInstanceInfo();
-                        instanceInfo.tModelKey = (tModelKey);
-                        if (bindingTemplate.tModelInstanceDetails == null)
-                        {
-                            bindingTemplate.tModelInstanceDetails = (new tModelInstanceInfo[] { instanceInfo });
-                        }
-                        List<tModelInstanceInfo> l = new List<tModelInstanceInfo>();
-                        l.AddRange(bindingTemplate.tModelInstanceDetails);
-                        l.Add(instanceInfo);
-                        bindingTemplate.tModelInstanceDetails = l.ToArray();
-
-                    }
-                }
-                //categoryBag on the binding
-                if (!"".Equals(uddiServiceBinding.categoryBag))
-                {
-                    categoryBag categoryBag = parseCategoryBag(uddiServiceBinding.categoryBag);
-                    bindingTemplate.categoryBag = (categoryBag);
-                }
-            }
-            else
-            {
-                log.error("Missing UDDIServiceBinding annotation in class " + classWithAnnotations);
-            }
-            return bindingTemplate;
-        }
-
-        private categoryBag parseCategoryBag(string categoryBagStr)
-        {
-
-            categoryBag cb = new categoryBag();
-            log.debug("CategoryBag Annotation=" + cb);
-            if (!"".Equals(categoryBagStr))
-            {
-                List<keyedReference> cbs = new List<keyedReference>();
-                String[] sections = categoryBagStr.Split(',');
-                foreach (String section in sections)
-                {
-                    if (section.StartsWith(KEYED_REFERENCE))
-                    {
-                        String keyedReferenceStr = section.Substring(KEYED_REFERENCE.Length, section.Length);
-                        log.debug("Found KeyedReference=" + keyedReferenceStr);
-                        String[] keyedReferences = keyedReferenceStr.Split(';');
-                        keyedReference keyedReference = new keyedReference();
-                        foreach (String key in keyedReferences)
-                        {
-                            if (key.StartsWith(KEY_NAME)) keyedReference.keyName = (key.Substring(KEY_NAME.Length, key.Length));
-                            if (key.StartsWith(KEY_VALUE)) keyedReference.keyValue = (key.Substring(KEY_VALUE.Length, key.Length));
-                            if (key.StartsWith(TMODEL_KEY)) keyedReference.tModelKey = (key.Substring(TMODEL_KEY.Length, key.Length));
-                        }
-                        log.debug("KeyedReference = " + KEY_NAME + keyedReference.keyName + " "
-                                                      + KEY_VALUE + keyedReference.keyValue + " "
-                                                      + TMODEL_KEY + keyedReference.tModelKey);
-                        cbs.Add(keyedReference);
-                    }
-                    else
-                    {
-                        log.warn("Ignoring " + section);
-                        //TODO add support for KeyedReferenceGroups?
-                    }
-                }
-                cb.Items = cbs.ToArray();
-            }
-            return cb;
-        }
-    }
-}
-
-
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using org.apache.juddi.v3.client.annotations;
+using org.apache.juddi.v3.client.log;
+using org.uddi.apiv3;
+using System;
+using System.Collections.Generic;
+
+using System.Text;
+using System.Web.Services;
+
+namespace org.apache.juddi.v3.client.config
+{
+    class AnnotationProcessor
+    {
+        static Log log = LogFactory.getLog(typeof(AnnotationProcessor));
+        private static readonly String KEYED_REFERENCE = "keyedReference=";
+        private static readonly String KEY_NAME = "keyName=";
+        private static readonly String KEY_VALUE = "keyValue=";
+        private static readonly String TMODEL_KEY = "tModelKey=";
+
+        public List<businessService> readServiceAnnotations(string[] classes, Properties properties)
+        {
+            List<businessService> items = new List<businessService>();
+
+            if (classes != null)
+            {
+                foreach (string s in classes)
+                {
+                    businessService b = readServiceAnnotations(s, properties);
+                    if (b != null)
+                        items.Add(b);
+                }
+
+            }
+            return items;
+
+        }
+
+        public businessService readServiceAnnotations(String classWithAnnotations, Properties properties)
+        {
+           
+            Type t = Type.GetType(classWithAnnotations, false, true);
+            if (t != null)
+            {
+                businessService service = new businessService();
+                object[] attrib = t.GetCustomAttributes(typeof(UDDIService), true);
+
+                object[] ws = t.GetCustomAttributes(typeof(System.Web.Services.WebServiceBindingAttribute), true);
+                WebServiceBindingAttribute webServiceAnnotation = null;
+                if (ws != null && ws.Length > 0)
+                {
+                    webServiceAnnotation = ((WebServiceBindingAttribute[])ws)[0];
+                }
+                if (attrib != null && attrib.Length > 0)
+                {
+
+                    UDDIService[] bits = attrib as UDDIService[];
+                    UDDIService uddiService = bits[0];
+                    name n = new name();
+                    n.lang = uddiService.lang;
+                    service.businessKey = (TokenResolver.replaceTokens(uddiService.businessKey, properties));
+                    service.serviceKey = (TokenResolver.replaceTokens(uddiService.serviceKey, properties));
+                    if (!"".Equals(uddiService.serviceName, StringComparison.CurrentCultureIgnoreCase))
+                    {
+                        n.Value = (TokenResolver.replaceTokens(uddiService.serviceName, properties));
+                    }
+                    else if (webServiceAnnotation != null && !"".Equals(webServiceAnnotation.Name))
+                    {
+                        n.Value = (webServiceAnnotation.Name);
+                    }
+                    else
+                    {
+                        n.Value = (classWithAnnotations);
+                    }
+                    service.name = new name[] { n };
+                    description d = new description();
+                    d.lang = (uddiService.lang);
+                    d.Value = (TokenResolver.replaceTokens(uddiService.description, properties));
+                    service.description = new description[] { d };
+
+                    //categoryBag on the service
+                    if (!"".Equals(uddiService.categoryBag))
+                    {
+                        categoryBag categoryBag = parseCategoryBag(uddiService.categoryBag);
+                        service.categoryBag = (categoryBag);
+                    }
+
+                    //bindingTemplate on service
+                    bindingTemplate bindingTemplate = parseServiceBinding(classWithAnnotations, uddiService.lang, webServiceAnnotation, properties);
+                    if (bindingTemplate != null)
+                    {
+                        bindingTemplate.serviceKey = (service.serviceKey);
+                        if (service.bindingTemplates == null)
+                        {
+                            service.bindingTemplates = new bindingTemplate[] { bindingTemplate };
+                        }
+                        else
+                        {
+                            List<bindingTemplate> l = new List<bindingTemplate>();
+                            l.AddRange(service.bindingTemplates);
+                            l.Add(bindingTemplate);
+                            service.bindingTemplates = l.ToArray();
+                        }
+                    }
+
+                    return service;
+                }
+                else
+                {
+                    log.error("Missing UDDIService annotation in class " + classWithAnnotations);
+                }
+            }
+            log.error("Unable to load type " + classWithAnnotations);
+            return null;
+            
+        }
+
+
+
+        private bindingTemplate parseServiceBinding(string classWithAnnotations, string lang, WebServiceBindingAttribute webServiceAnnotation, Properties properties)
+        {
+
+            bindingTemplate bindingTemplate = null;
+            Type t = Type.GetType(classWithAnnotations, false, false);
+            UDDIServiceBinding uddiServiceBinding = null;
+            object[] attrib = t.GetCustomAttributes(typeof(UDDIServiceBinding), true);
+            if (attrib != null && attrib.Length > 0)
+                uddiServiceBinding = attrib[0] as UDDIServiceBinding;
+
+            //= (UDDIServiceBinding) classWithAnnotations.getAnnotation(UDDIServiceBinding.class);
+            //binding
+            if (uddiServiceBinding != null)
+            {
+                bindingTemplate = new bindingTemplate();
+
+                bindingTemplate.bindingKey = (TokenResolver.replaceTokens(uddiServiceBinding.bindingKey, properties));
+
+                String bindingLang = (lang);
+                if (uddiServiceBinding.lang != null)
+                {
+                    bindingLang = TokenResolver.replaceTokens(uddiServiceBinding.lang, properties);
+                }
+                description bindingDescription = new description();
+                bindingDescription.lang = (bindingLang);
+                bindingDescription.Value = (TokenResolver.replaceTokens(uddiServiceBinding.description, properties));
+                bindingTemplate.description = new description[] { (bindingDescription) };
+
+                accessPoint accessPoint = new accessPoint();
+                accessPoint.useType = (AccessPointType.wsdlDeployment.ToString());
+                if (!"".Equals(uddiServiceBinding.accessPointType))
+                {
+                    accessPoint.useType = (uddiServiceBinding.accessPointType);
+                }
+                if (!"".Equals(uddiServiceBinding.accessPoint))
+                {
+                    String endPoint = uddiServiceBinding.accessPoint;
+                    endPoint = TokenResolver.replaceTokens(endPoint, properties);
+                    log.debug("AccessPoint EndPoint=" + endPoint);
+                    accessPoint.Value = (endPoint);
+                }
+                else if (webServiceAnnotation != null && webServiceAnnotation.Location != null)
+                {
+                    accessPoint.Value = (webServiceAnnotation.Location);
+                }
+                bindingTemplate.Item = (accessPoint);
+
+                //tModelKeys on the binding
+                if (!"".Equals(uddiServiceBinding.tModelKeys))
+                {
+                    String[] tModelKeys = uddiServiceBinding.tModelKeys.Split(',');
+                    foreach (String tModelKey in tModelKeys)
+                    {
+                        tModelInstanceInfo instanceInfo = new tModelInstanceInfo();
+                        instanceInfo.tModelKey = (tModelKey);
+                        if (bindingTemplate.tModelInstanceDetails == null)
+                        {
+                            bindingTemplate.tModelInstanceDetails = (new tModelInstanceInfo[] { instanceInfo });
+                        }
+                        List<tModelInstanceInfo> l = new List<tModelInstanceInfo>();
+                        l.AddRange(bindingTemplate.tModelInstanceDetails);
+                        l.Add(instanceInfo);
+                        bindingTemplate.tModelInstanceDetails = l.ToArray();
+
+                    }
+                }
+                //categoryBag on the binding
+                if (!"".Equals(uddiServiceBinding.categoryBag))
+                {
+                    categoryBag categoryBag = parseCategoryBag(uddiServiceBinding.categoryBag);
+                    bindingTemplate.categoryBag = (categoryBag);
+                }
+            }
+            else
+            {
+                log.error("Missing UDDIServiceBinding annotation in class " + classWithAnnotations);
+            }
+            return bindingTemplate;
+        }
+
+        private categoryBag parseCategoryBag(string categoryBagStr)
+        {
+
+            categoryBag cb = new categoryBag();
+            log.debug("CategoryBag Annotation=" + cb);
+            if (!"".Equals(categoryBagStr))
+            {
+                List<keyedReference> cbs = new List<keyedReference>();
+                String[] sections = categoryBagStr.Split(',');
+                foreach (String section in sections)
+                {
+                    if (section.StartsWith(KEYED_REFERENCE))
+                    {
+                        String keyedReferenceStr = section.Substring(KEYED_REFERENCE.Length, section.Length);
+                        log.debug("Found KeyedReference=" + keyedReferenceStr);
+                        String[] keyedReferences = keyedReferenceStr.Split(';');
+                        keyedReference keyedReference = new keyedReference();
+                        foreach (String key in keyedReferences)
+                        {
+                            if (key.StartsWith(KEY_NAME)) keyedReference.keyName = (key.Substring(KEY_NAME.Length, key.Length));
+                            if (key.StartsWith(KEY_VALUE)) keyedReference.keyValue = (key.Substring(KEY_VALUE.Length, key.Length));
+                            if (key.StartsWith(TMODEL_KEY)) keyedReference.tModelKey = (key.Substring(TMODEL_KEY.Length, key.Length));
+                        }
+                        log.debug("KeyedReference = " + KEY_NAME + keyedReference.keyName + " "
+                                                      + KEY_VALUE + keyedReference.keyValue + " "
+                                                      + TMODEL_KEY + keyedReference.tModelKey);
+                        cbs.Add(keyedReference);
+                    }
+                    else
+                    {
+                        log.warn("Ignoring " + section);
+                        //TODO add support for KeyedReferenceGroups?
+                    }
+                }
+                cb.Items = cbs.ToArray();
+            }
+            return cb;
+        }
+    }
+}
+
+
+

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/UDDIService.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/UDDIService.cs b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/UDDIService.cs
index 5a7fc39..dd0d47a 100644
--- a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/UDDIService.cs
+++ b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/UDDIService.cs
@@ -1,31 +1,50 @@
-using System;
-using System.Collections.Generic;
-
-using System.Text;
-
-namespace org.apache.juddi.v3.client.annotations
-{
-    [System.AttributeUsage(System.AttributeTargets.Interface | System.AttributeTargets.Class, AllowMultiple = false)]
-    public class UDDIService : System.Attribute
-    {
-        public UDDIService()
-        {
-            this.lang = "en";
-            businessKey = "";
-            serviceName = "";
-            categoryBag = "";
-        }
-        /** Name of the Service, this can be omitted if one is specified in a WebService annotation */
-        public String serviceName { get; set; }
-        /** Description of the Service */
-        public String description { get; set; }
-        /** Unique key of this service */
-        public String serviceKey { get; set; }
-        /** Unique key of the business to which this Service belongs. */
-        public String businessKey { get; set; }
-        /** Language code i.e.: en, fr, nl. */
-        public String lang { get; set; }
-        /** List of KeyedReferences */
-        public String categoryBag { get; set; }
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using System;
+using System.Collections.Generic;
+
+using System.Text;
+
+namespace org.apache.juddi.v3.client.annotations
+{
+    [System.AttributeUsage(System.AttributeTargets.Interface | System.AttributeTargets.Class, AllowMultiple = false)]
+    public class UDDIService : System.Attribute
+    {
+        public UDDIService()
+        {
+            this.lang = "en";
+            businessKey = "";
+            serviceName = "";
+            categoryBag = "";
+        }
+        /** Name of the Service, this can be omitted if one is specified in a WebService annotation */
+        public String serviceName { get; set; }
+        /** Description of the Service */
+        public String description { get; set; }
+        /** Unique key of this service */
+        public String serviceKey { get; set; }
+        /** Unique key of the business to which this Service belongs. */
+        public String businessKey { get; set; }
+        /** Language code i.e.: en, fr, nl. */
+        public String lang { get; set; }
+        /** List of KeyedReferences */
+        public String categoryBag { get; set; }
+    }
+}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/UDDIServiceBinding.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/UDDIServiceBinding.cs b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/UDDIServiceBinding.cs
index 8e4e004..5531803 100644
--- a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/UDDIServiceBinding.cs
+++ b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.annotations/UDDIServiceBinding.cs
@@ -1,45 +1,64 @@
-using System;
-using System.Collections.Generic;
-
-using System.Text;
-
-namespace org.apache.juddi.v3.client.annotations
-{
-    /// <summary>
-    /// Use this class to annotate your services programmatically. When your server start up, you can then automatically register endpoints using
-    /// this mechanism.
-    /// </summary>
-    /// <see>UDDIClient.registerAnnotatedServices</see>
-    [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = false)]
-    public class UDDIServiceBinding : System.Attribute
-    {
-        /// <summary>
-        /// defaults to "en" lang
-        /// </summary>
-        public UDDIServiceBinding()
-        {
-            lang = "en";
-            bindingKey = "";
-            description = "";
-            accessPoint = "";
-            tModelKeys = "";
-            categoryBag = "";
-            accessPointType = "wsdlDeployment";
-        }
-        /** name which can be referenced by TModelInstanceRegistration, this key is not send
- * down to the UDDI Registry. */
-        public String bindingKey { get; set; }
-        /** Description of the ServiceBinding. */
-        public String description { get; set; }
-        /** AccessPoint Type, which could be one of endPoint, wsdlDeployment, bindingTemplate, hostingDirector */
-        public String accessPointType { get; set; }
-        /** The URL of the accessPoint. */
-        public String accessPoint { get; set; }
-        /** Language code i.e.: en, fr, nl. */
-        public String lang { get; set; }
-        /** Comma separated list of tModel Keys */
-        public String tModelKeys { get; set; }
-        /** List of KeyedReferences */
-        public String categoryBag { get; set; }
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using System;
+using System.Collections.Generic;
+
+using System.Text;
+
+namespace org.apache.juddi.v3.client.annotations
+{
+    /// <summary>
+    /// Use this class to annotate your services programmatically. When your server start up, you can then automatically register endpoints using
+    /// this mechanism.
+    /// </summary>
+    /// <see>UDDIClient.registerAnnotatedServices</see>
+    [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = false)]
+    public class UDDIServiceBinding : System.Attribute
+    {
+        /// <summary>
+        /// defaults to "en" lang
+        /// </summary>
+        public UDDIServiceBinding()
+        {
+            lang = "en";
+            bindingKey = "";
+            description = "";
+            accessPoint = "";
+            tModelKeys = "";
+            categoryBag = "";
+            accessPointType = "wsdlDeployment";
+        }
+        /** name which can be referenced by TModelInstanceRegistration, this key is not send
+ * down to the UDDI Registry. */
+        public String bindingKey { get; set; }
+        /** Description of the ServiceBinding. */
+        public String description { get; set; }
+        /** AccessPoint Type, which could be one of endPoint, wsdlDeployment, bindingTemplate, hostingDirector */
+        public String accessPointType { get; set; }
+        /** The URL of the accessPoint. */
+        public String accessPoint { get; set; }
+        /** Language code i.e.: en, fr, nl. */
+        public String lang { get; set; }
+        /** Comma separated list of tModel Keys */
+        public String tModelKeys { get; set; }
+        /** List of KeyedReferences */
+        public String categoryBag { get; set; }
+    }
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[12/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/bindings/bindings.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/bindings/bindings.cs b/juddi-client.net/juddi-client.net/bindings/bindings.cs
index 0ea690b..1b5f682 100644
--- a/juddi-client.net/juddi-client.net/bindings/bindings.cs
+++ b/juddi-client.net/juddi-client.net/bindings/bindings.cs
@@ -1,2465 +1,2484 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//     This code was generated by a tool.
-//     Runtime Version:4.0.30319.18047
-//
-//     Changes to this file may cause incorrect behavior and will be lost if
-//     the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-using System;
-using System.ComponentModel;
-using System.Diagnostics;
-using System.Web.Services;
-using System.Web.Services.Protocols;
-using System.Xml.Serialization;
-
-// 
-// This source code was auto-generated by wsdl, Version=4.0.30319.17929.
-// 
-namespace org.uddi.apiv3
-{
-
-
-    /// <remarks/>
-  
-    [System.Web.Services.WebServiceBindingAttribute(Name = "UDDI_Inquiry_SoapBinding", Namespace = "urn:uddi-org:api_v3_binding")]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(SignaturePropertiesType))]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(ManifestType))]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(UDDIinstanceParmsContainer_type))]
-    public partial class UDDI_Inquiry_SoapBinding : System.Web.Services.Protocols.SoapHttpClientProtocol
-    {
-
-        private System.Threading.SendOrPostCallback find_bindingOperationCompleted;
-
-        private System.Threading.SendOrPostCallback find_businessOperationCompleted;
-
-        private System.Threading.SendOrPostCallback find_relatedBusinessesOperationCompleted;
-
-        private System.Threading.SendOrPostCallback find_serviceOperationCompleted;
-
-        private System.Threading.SendOrPostCallback find_tModelOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_bindingDetailOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_businessDetailOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_operationalInfoOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_serviceDetailOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_tModelDetailOperationCompleted;
-
-        /// <remarks/>
-        public UDDI_Inquiry_SoapBinding()
-        {
-            this.Url = "http://localhost/uddi/inquire/";
-        }
-
-        /// <remarks/>
-        public event find_bindingCompletedEventHandler find_bindingCompleted;
-
-        /// <remarks/>
-        public event find_businessCompletedEventHandler find_businessCompleted;
-
-        /// <remarks/>
-        public event find_relatedBusinessesCompletedEventHandler find_relatedBusinessesCompleted;
-
-        /// <remarks/>
-        public event find_serviceCompletedEventHandler find_serviceCompleted;
-
-        /// <remarks/>
-        public event find_tModelCompletedEventHandler find_tModelCompleted;
-
-        /// <remarks/>
-        public event get_bindingDetailCompletedEventHandler get_bindingDetailCompleted;
-
-        /// <remarks/>
-        public event get_businessDetailCompletedEventHandler get_businessDetailCompleted;
-
-        /// <remarks/>
-        public event get_operationalInfoCompletedEventHandler get_operationalInfoCompleted;
-
-        /// <remarks/>
-        public event get_serviceDetailCompletedEventHandler get_serviceDetailCompleted;
-
-        /// <remarks/>
-        public event get_tModelDetailCompletedEventHandler get_tModelDetailCompleted;
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("find_binding", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("bindingDetail", Namespace = "urn:uddi-org:api_v3")]
-        public virtual bindingDetail find_binding([System.Xml.Serialization.XmlElementAttribute("find_binding", Namespace = "urn:uddi-org:api_v3")] find_binding find_binding1)
-        {
-            object[] results = this.Invoke("find_binding", new object[] {
-                    find_binding1});
-            return ((bindingDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginfind_binding(find_binding find_binding1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("find_binding", new object[] {
-                    find_binding1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public bindingDetail Endfind_binding(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((bindingDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void find_bindingAsync(find_binding find_binding1)
-        {
-            this.find_bindingAsync(find_binding1, null);
-        }
-
-        /// <remarks/>
-        public void find_bindingAsync(find_binding find_binding1, object userState)
-        {
-            if ((this.find_bindingOperationCompleted == null))
-            {
-                this.find_bindingOperationCompleted = new System.Threading.SendOrPostCallback(this.Onfind_bindingOperationCompleted);
-            }
-            this.InvokeAsync("find_binding", new object[] {
-                    find_binding1}, this.find_bindingOperationCompleted, userState);
-        }
-
-        private void Onfind_bindingOperationCompleted(object arg)
-        {
-            if ((this.find_bindingCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.find_bindingCompleted(this, new find_bindingCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("find_business", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("businessList", Namespace = "urn:uddi-org:api_v3")]
-        public virtual businessList find_business([System.Xml.Serialization.XmlElementAttribute("find_business", Namespace = "urn:uddi-org:api_v3")] find_business find_business1)
-        {
-            object[] results = this.Invoke("find_business", new object[] {
-                    find_business1});
-            return ((businessList)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginfind_business(find_business find_business1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("find_business", new object[] {
-                    find_business1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public businessList Endfind_business(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((businessList)(results[0]));
-        }
-
-        /// <remarks/>
-        public void find_businessAsync(find_business find_business1)
-        {
-            this.find_businessAsync(find_business1, null);
-        }
-
-        /// <remarks/>
-        public void find_businessAsync(find_business find_business1, object userState)
-        {
-            if ((this.find_businessOperationCompleted == null))
-            {
-                this.find_businessOperationCompleted = new System.Threading.SendOrPostCallback(this.Onfind_businessOperationCompleted);
-            }
-            this.InvokeAsync("find_business", new object[] {
-                    find_business1}, this.find_businessOperationCompleted, userState);
-        }
-
-        private void Onfind_businessOperationCompleted(object arg)
-        {
-            if ((this.find_businessCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.find_businessCompleted(this, new find_businessCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("find_relatedBusinesses", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("relatedBusinessesList", Namespace = "urn:uddi-org:api_v3")]
-        public virtual relatedBusinessesList find_relatedBusinesses([System.Xml.Serialization.XmlElementAttribute("find_relatedBusinesses", Namespace = "urn:uddi-org:api_v3")] find_relatedBusinesses find_relatedBusinesses1)
-        {
-            object[] results = this.Invoke("find_relatedBusinesses", new object[] {
-                    find_relatedBusinesses1});
-            return ((relatedBusinessesList)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginfind_relatedBusinesses(find_relatedBusinesses find_relatedBusinesses1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("find_relatedBusinesses", new object[] {
-                    find_relatedBusinesses1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public relatedBusinessesList Endfind_relatedBusinesses(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((relatedBusinessesList)(results[0]));
-        }
-
-        /// <remarks/>
-        public void find_relatedBusinessesAsync(find_relatedBusinesses find_relatedBusinesses1)
-        {
-            this.find_relatedBusinessesAsync(find_relatedBusinesses1, null);
-        }
-
-        /// <remarks/>
-        public void find_relatedBusinessesAsync(find_relatedBusinesses find_relatedBusinesses1, object userState)
-        {
-            if ((this.find_relatedBusinessesOperationCompleted == null))
-            {
-                this.find_relatedBusinessesOperationCompleted = new System.Threading.SendOrPostCallback(this.Onfind_relatedBusinessesOperationCompleted);
-            }
-            this.InvokeAsync("find_relatedBusinesses", new object[] {
-                    find_relatedBusinesses1}, this.find_relatedBusinessesOperationCompleted, userState);
-        }
-
-        private void Onfind_relatedBusinessesOperationCompleted(object arg)
-        {
-            if ((this.find_relatedBusinessesCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.find_relatedBusinessesCompleted(this, new find_relatedBusinessesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("find_service", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("serviceList", Namespace = "urn:uddi-org:api_v3")]
-        public virtual serviceList find_service([System.Xml.Serialization.XmlElementAttribute("find_service", Namespace = "urn:uddi-org:api_v3")] find_service find_service1)
-        {
-            object[] results = this.Invoke("find_service", new object[] {
-                    find_service1});
-            return ((serviceList)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginfind_service(find_service find_service1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("find_service", new object[] {
-                    find_service1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public serviceList Endfind_service(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((serviceList)(results[0]));
-        }
-
-        /// <remarks/>
-        public void find_serviceAsync(find_service find_service1)
-        {
-            this.find_serviceAsync(find_service1, null);
-        }
-
-        /// <remarks/>
-        public void find_serviceAsync(find_service find_service1, object userState)
-        {
-            if ((this.find_serviceOperationCompleted == null))
-            {
-                this.find_serviceOperationCompleted = new System.Threading.SendOrPostCallback(this.Onfind_serviceOperationCompleted);
-            }
-            this.InvokeAsync("find_service", new object[] {
-                    find_service1}, this.find_serviceOperationCompleted, userState);
-        }
-
-        private void Onfind_serviceOperationCompleted(object arg)
-        {
-            if ((this.find_serviceCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.find_serviceCompleted(this, new find_serviceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("find_tModel", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("tModelList", Namespace = "urn:uddi-org:api_v3")]
-        public virtual tModelList find_tModel([System.Xml.Serialization.XmlElementAttribute("find_tModel", Namespace = "urn:uddi-org:api_v3")] find_tModel find_tModel1)
-        {
-            object[] results = this.Invoke("find_tModel", new object[] {
-                    find_tModel1});
-            return ((tModelList)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginfind_tModel(find_tModel find_tModel1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("find_tModel", new object[] {
-                    find_tModel1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public tModelList Endfind_tModel(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((tModelList)(results[0]));
-        }
-
-        /// <remarks/>
-        public void find_tModelAsync(find_tModel find_tModel1)
-        {
-            this.find_tModelAsync(find_tModel1, null);
-        }
-
-        /// <remarks/>
-        public void find_tModelAsync(find_tModel find_tModel1, object userState)
-        {
-            if ((this.find_tModelOperationCompleted == null))
-            {
-                this.find_tModelOperationCompleted = new System.Threading.SendOrPostCallback(this.Onfind_tModelOperationCompleted);
-            }
-            this.InvokeAsync("find_tModel", new object[] {
-                    find_tModel1}, this.find_tModelOperationCompleted, userState);
-        }
-
-        private void Onfind_tModelOperationCompleted(object arg)
-        {
-            if ((this.find_tModelCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.find_tModelCompleted(this, new find_tModelCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_bindingDetail", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("bindingDetail", Namespace = "urn:uddi-org:api_v3")]
-        public virtual bindingDetail get_bindingDetail([System.Xml.Serialization.XmlElementAttribute("get_bindingDetail", Namespace = "urn:uddi-org:api_v3")] get_bindingDetail get_bindingDetail1)
-        {
-            object[] results = this.Invoke("get_bindingDetail", new object[] {
-                    get_bindingDetail1});
-            return ((bindingDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_bindingDetail(get_bindingDetail get_bindingDetail1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_bindingDetail", new object[] {
-                    get_bindingDetail1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public bindingDetail Endget_bindingDetail(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((bindingDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_bindingDetailAsync(get_bindingDetail get_bindingDetail1)
-        {
-            this.get_bindingDetailAsync(get_bindingDetail1, null);
-        }
-
-        /// <remarks/>
-        public void get_bindingDetailAsync(get_bindingDetail get_bindingDetail1, object userState)
-        {
-            if ((this.get_bindingDetailOperationCompleted == null))
-            {
-                this.get_bindingDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_bindingDetailOperationCompleted);
-            }
-            this.InvokeAsync("get_bindingDetail", new object[] {
-                    get_bindingDetail1}, this.get_bindingDetailOperationCompleted, userState);
-        }
-
-        private void Onget_bindingDetailOperationCompleted(object arg)
-        {
-            if ((this.get_bindingDetailCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_bindingDetailCompleted(this, new get_bindingDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_businessDetail", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("businessDetail", Namespace = "urn:uddi-org:api_v3")]
-        public virtual businessDetail get_businessDetail([System.Xml.Serialization.XmlElementAttribute("get_businessDetail", Namespace = "urn:uddi-org:api_v3")] get_businessDetail get_businessDetail1)
-        {
-            object[] results = this.Invoke("get_businessDetail", new object[] {
-                    get_businessDetail1});
-            return ((businessDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_businessDetail(get_businessDetail get_businessDetail1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_businessDetail", new object[] {
-                    get_businessDetail1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public businessDetail Endget_businessDetail(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((businessDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_businessDetailAsync(get_businessDetail get_businessDetail1)
-        {
-            this.get_businessDetailAsync(get_businessDetail1, null);
-        }
-
-        /// <remarks/>
-        public void get_businessDetailAsync(get_businessDetail get_businessDetail1, object userState)
-        {
-            if ((this.get_businessDetailOperationCompleted == null))
-            {
-                this.get_businessDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_businessDetailOperationCompleted);
-            }
-            this.InvokeAsync("get_businessDetail", new object[] {
-                    get_businessDetail1}, this.get_businessDetailOperationCompleted, userState);
-        }
-
-        private void Onget_businessDetailOperationCompleted(object arg)
-        {
-            if ((this.get_businessDetailCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_businessDetailCompleted(this, new get_businessDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_operationalInfo", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("operationalInfos", Namespace = "urn:uddi-org:api_v3")]
-        public virtual operationalInfos get_operationalInfo([System.Xml.Serialization.XmlElementAttribute("get_operationalInfo", Namespace = "urn:uddi-org:api_v3")] get_operationalInfo get_operationalInfo1)
-        {
-            object[] results = this.Invoke("get_operationalInfo", new object[] {
-                    get_operationalInfo1});
-            return ((operationalInfos)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_operationalInfo(get_operationalInfo get_operationalInfo1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_operationalInfo", new object[] {
-                    get_operationalInfo1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public operationalInfos Endget_operationalInfo(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((operationalInfos)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_operationalInfoAsync(get_operationalInfo get_operationalInfo1)
-        {
-            this.get_operationalInfoAsync(get_operationalInfo1, null);
-        }
-
-        /// <remarks/>
-        public void get_operationalInfoAsync(get_operationalInfo get_operationalInfo1, object userState)
-        {
-            if ((this.get_operationalInfoOperationCompleted == null))
-            {
-                this.get_operationalInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_operationalInfoOperationCompleted);
-            }
-            this.InvokeAsync("get_operationalInfo", new object[] {
-                    get_operationalInfo1}, this.get_operationalInfoOperationCompleted, userState);
-        }
-
-        private void Onget_operationalInfoOperationCompleted(object arg)
-        {
-            if ((this.get_operationalInfoCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_operationalInfoCompleted(this, new get_operationalInfoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_serviceDetail", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("serviceDetail", Namespace = "urn:uddi-org:api_v3")]
-        public virtual serviceDetail get_serviceDetail([System.Xml.Serialization.XmlElementAttribute("get_serviceDetail", Namespace = "urn:uddi-org:api_v3")] get_serviceDetail get_serviceDetail1)
-        {
-            object[] results = this.Invoke("get_serviceDetail", new object[] {
-                    get_serviceDetail1});
-            return ((serviceDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_serviceDetail(get_serviceDetail get_serviceDetail1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_serviceDetail", new object[] {
-                    get_serviceDetail1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public serviceDetail Endget_serviceDetail(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((serviceDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_serviceDetailAsync(get_serviceDetail get_serviceDetail1)
-        {
-            this.get_serviceDetailAsync(get_serviceDetail1, null);
-        }
-
-        /// <remarks/>
-        public void get_serviceDetailAsync(get_serviceDetail get_serviceDetail1, object userState)
-        {
-            if ((this.get_serviceDetailOperationCompleted == null))
-            {
-                this.get_serviceDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_serviceDetailOperationCompleted);
-            }
-            this.InvokeAsync("get_serviceDetail", new object[] {
-                    get_serviceDetail1}, this.get_serviceDetailOperationCompleted, userState);
-        }
-
-        private void Onget_serviceDetailOperationCompleted(object arg)
-        {
-            if ((this.get_serviceDetailCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_serviceDetailCompleted(this, new get_serviceDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_tModelDetail", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("tModelDetail", Namespace = "urn:uddi-org:api_v3")]
-        public virtual tModelDetail get_tModelDetail([System.Xml.Serialization.XmlElementAttribute("get_tModelDetail", Namespace = "urn:uddi-org:api_v3")] get_tModelDetail get_tModelDetail1)
-        {
-            object[] results = this.Invoke("get_tModelDetail", new object[] {
-                    get_tModelDetail1});
-            return ((tModelDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_tModelDetail(get_tModelDetail get_tModelDetail1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_tModelDetail", new object[] {
-                    get_tModelDetail1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public tModelDetail Endget_tModelDetail(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((tModelDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_tModelDetailAsync(get_tModelDetail get_tModelDetail1)
-        {
-            this.get_tModelDetailAsync(get_tModelDetail1, null);
-        }
-
-        /// <remarks/>
-        public void get_tModelDetailAsync(get_tModelDetail get_tModelDetail1, object userState)
-        {
-            if ((this.get_tModelDetailOperationCompleted == null))
-            {
-                this.get_tModelDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_tModelDetailOperationCompleted);
-            }
-            this.InvokeAsync("get_tModelDetail", new object[] {
-                    get_tModelDetail1}, this.get_tModelDetailOperationCompleted, userState);
-        }
-
-        private void Onget_tModelDetailOperationCompleted(object arg)
-        {
-            if ((this.get_tModelDetailCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_tModelDetailCompleted(this, new get_tModelDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        public new void CancelAsync(object userState)
-        {
-            base.CancelAsync(userState);
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Web.Services.WebServiceBindingAttribute(Name = "UDDI_Publication_SoapBinding", Namespace = "urn:uddi-org:api_v3_binding")]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(SignaturePropertiesType))]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(ManifestType))]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(UDDIinstanceParmsContainer_type))]
-    public partial class UDDI_Publication_SoapBinding : System.Web.Services.Protocols.SoapHttpClientProtocol
-    {
-
-        private System.Threading.SendOrPostCallback add_publisherAssertionsOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_bindingOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_businessOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_publisherAssertionsOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_serviceOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_tModelOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_assertionStatusReportOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_publisherAssertionsOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_registeredInfoOperationCompleted;
-
-        private System.Threading.SendOrPostCallback save_bindingOperationCompleted;
-
-        private System.Threading.SendOrPostCallback save_businessOperationCompleted;
-
-        private System.Threading.SendOrPostCallback save_serviceOperationCompleted;
-
-        private System.Threading.SendOrPostCallback save_tModelOperationCompleted;
-
-        private System.Threading.SendOrPostCallback set_publisherAssertionsOperationCompleted;
-
-        /// <remarks/>
-        public UDDI_Publication_SoapBinding()
-        {
-            this.Url = "http://localhost/uddi/publish/";
-        }
-
-        /// <remarks/>
-        public event add_publisherAssertionsCompletedEventHandler add_publisherAssertionsCompleted;
-
-        /// <remarks/>
-        public event delete_bindingCompletedEventHandler delete_bindingCompleted;
-
-        /// <remarks/>
-        public event delete_businessCompletedEventHandler delete_businessCompleted;
-
-        /// <remarks/>
-        public event delete_publisherAssertionsCompletedEventHandler delete_publisherAssertionsCompleted;
-
-        /// <remarks/>
-        public event delete_serviceCompletedEventHandler delete_serviceCompleted;
-
-        /// <remarks/>
-        public event delete_tModelCompletedEventHandler delete_tModelCompleted;
-
-        /// <remarks/>
-        public event get_assertionStatusReportCompletedEventHandler get_assertionStatusReportCompleted;
-
-        /// <remarks/>
-        public event get_publisherAssertionsCompletedEventHandler get_publisherAssertionsCompleted;
-
-        /// <remarks/>
-        public event get_registeredInfoCompletedEventHandler get_registeredInfoCompleted;
-
-        /// <remarks/>
-        public event save_bindingCompletedEventHandler save_bindingCompleted;
-
-        /// <remarks/>
-        public event save_businessCompletedEventHandler save_businessCompleted;
-
-        /// <remarks/>
-        public event save_serviceCompletedEventHandler save_serviceCompleted;
-
-        /// <remarks/>
-        public event save_tModelCompletedEventHandler save_tModelCompleted;
-
-        /// <remarks/>
-        public event set_publisherAssertionsCompletedEventHandler set_publisherAssertionsCompleted;
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("add_publisherAssertions", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public void add_publisherAssertions([System.Xml.Serialization.XmlElementAttribute("add_publisherAssertions", Namespace = "urn:uddi-org:api_v3")] add_publisherAssertions add_publisherAssertions1)
-        {
-            this.Invoke("add_publisherAssertions", new object[] {
-                    add_publisherAssertions1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginadd_publisherAssertions(add_publisherAssertions add_publisherAssertions1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("add_publisherAssertions", new object[] {
-                    add_publisherAssertions1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void Endadd_publisherAssertions(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void add_publisherAssertionsAsync(add_publisherAssertions add_publisherAssertions1)
-        {
-            this.add_publisherAssertionsAsync(add_publisherAssertions1, null);
-        }
-
-        /// <remarks/>
-        public void add_publisherAssertionsAsync(add_publisherAssertions add_publisherAssertions1, object userState)
-        {
-            if ((this.add_publisherAssertionsOperationCompleted == null))
-            {
-                this.add_publisherAssertionsOperationCompleted = new System.Threading.SendOrPostCallback(this.Onadd_publisherAssertionsOperationCompleted);
-            }
-            this.InvokeAsync("add_publisherAssertions", new object[] {
-                    add_publisherAssertions1}, this.add_publisherAssertionsOperationCompleted, userState);
-        }
-
-        private void Onadd_publisherAssertionsOperationCompleted(object arg)
-        {
-            if ((this.add_publisherAssertionsCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.add_publisherAssertionsCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_binding", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public void delete_binding([System.Xml.Serialization.XmlElementAttribute("delete_binding", Namespace = "urn:uddi-org:api_v3")] delete_binding delete_binding1)
-        {
-            this.Invoke("delete_binding", new object[] {
-                    delete_binding1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_binding(delete_binding delete_binding1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_binding", new object[] {
-                    delete_binding1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void Enddelete_binding(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void delete_bindingAsync(delete_binding delete_binding1)
-        {
-            this.delete_bindingAsync(delete_binding1, null);
-        }
-
-        /// <remarks/>
-        public void delete_bindingAsync(delete_binding delete_binding1, object userState)
-        {
-            if ((this.delete_bindingOperationCompleted == null))
-            {
-                this.delete_bindingOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_bindingOperationCompleted);
-            }
-            this.InvokeAsync("delete_binding", new object[] {
-                    delete_binding1}, this.delete_bindingOperationCompleted, userState);
-        }
-
-        private void Ondelete_bindingOperationCompleted(object arg)
-        {
-            if ((this.delete_bindingCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_bindingCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_business", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public virtual void delete_business([System.Xml.Serialization.XmlElementAttribute("delete_business", Namespace = "urn:uddi-org:api_v3")] delete_business delete_business1)
-        {
-            this.Invoke("delete_business", new object[] {
-                    delete_business1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_business(delete_business delete_business1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_business", new object[] {
-                    delete_business1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void Enddelete_business(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void delete_businessAsync(delete_business delete_business1)
-        {
-            this.delete_businessAsync(delete_business1, null);
-        }
-
-        /// <remarks/>
-        public void delete_businessAsync(delete_business delete_business1, object userState)
-        {
-            if ((this.delete_businessOperationCompleted == null))
-            {
-                this.delete_businessOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_businessOperationCompleted);
-            }
-            this.InvokeAsync("delete_business", new object[] {
-                    delete_business1}, this.delete_businessOperationCompleted, userState);
-        }
-
-        private void Ondelete_businessOperationCompleted(object arg)
-        {
-            if ((this.delete_businessCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_businessCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_publisherAssertions", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public virtual void delete_publisherAssertions([System.Xml.Serialization.XmlElementAttribute("delete_publisherAssertions", Namespace = "urn:uddi-org:api_v3")] delete_publisherAssertions delete_publisherAssertions1)
-        {
-            this.Invoke("delete_publisherAssertions", new object[] {
-                    delete_publisherAssertions1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_publisherAssertions(delete_publisherAssertions delete_publisherAssertions1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_publisherAssertions", new object[] {
-                    delete_publisherAssertions1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void Enddelete_publisherAssertions(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void delete_publisherAssertionsAsync(delete_publisherAssertions delete_publisherAssertions1)
-        {
-            this.delete_publisherAssertionsAsync(delete_publisherAssertions1, null);
-        }
-
-        /// <remarks/>
-        public void delete_publisherAssertionsAsync(delete_publisherAssertions delete_publisherAssertions1, object userState)
-        {
-            if ((this.delete_publisherAssertionsOperationCompleted == null))
-            {
-                this.delete_publisherAssertionsOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_publisherAssertionsOperationCompleted);
-            }
-            this.InvokeAsync("delete_publisherAssertions", new object[] {
-                    delete_publisherAssertions1}, this.delete_publisherAssertionsOperationCompleted, userState);
-        }
-
-        private void Ondelete_publisherAssertionsOperationCompleted(object arg)
-        {
-            if ((this.delete_publisherAssertionsCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_publisherAssertionsCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_service", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public virtual void delete_service([System.Xml.Serialization.XmlElementAttribute("delete_service", Namespace = "urn:uddi-org:api_v3")] delete_service delete_service1)
-        {
-            this.Invoke("delete_service", new object[] {
-                    delete_service1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_service(delete_service delete_service1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_service", new object[] {
-                    delete_service1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void Enddelete_service(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void delete_serviceAsync(delete_service delete_service1)
-        {
-            this.delete_serviceAsync(delete_service1, null);
-        }
-
-        /// <remarks/>
-        public void delete_serviceAsync(delete_service delete_service1, object userState)
-        {
-            if ((this.delete_serviceOperationCompleted == null))
-            {
-                this.delete_serviceOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_serviceOperationCompleted);
-            }
-            this.InvokeAsync("delete_service", new object[] {
-                    delete_service1}, this.delete_serviceOperationCompleted, userState);
-        }
-
-        private void Ondelete_serviceOperationCompleted(object arg)
-        {
-            if ((this.delete_serviceCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_serviceCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_tModel", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public virtual void delete_tModel([System.Xml.Serialization.XmlElementAttribute("delete_tModel", Namespace = "urn:uddi-org:api_v3")] delete_tModel delete_tModel1)
-        {
-            this.Invoke("delete_tModel", new object[] {
-                    delete_tModel1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_tModel(delete_tModel delete_tModel1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_tModel", new object[] {
-                    delete_tModel1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void Enddelete_tModel(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void delete_tModelAsync(delete_tModel delete_tModel1)
-        {
-            this.delete_tModelAsync(delete_tModel1, null);
-        }
-
-        /// <remarks/>
-        public void delete_tModelAsync(delete_tModel delete_tModel1, object userState)
-        {
-            if ((this.delete_tModelOperationCompleted == null))
-            {
-                this.delete_tModelOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_tModelOperationCompleted);
-            }
-            this.InvokeAsync("delete_tModel", new object[] {
-                    delete_tModel1}, this.delete_tModelOperationCompleted, userState);
-        }
-
-        private void Ondelete_tModelOperationCompleted(object arg)
-        {
-            if ((this.delete_tModelCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_tModelCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_assertionStatusReport", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlArrayAttribute("assertionStatusReport", Namespace = "urn:uddi-org:api_v3")]
-        [return: System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
-        public virtual assertionStatusItem[] get_assertionStatusReport([System.Xml.Serialization.XmlElementAttribute("get_assertionStatusReport", Namespace = "urn:uddi-org:api_v3")] get_assertionStatusReport get_assertionStatusReport1)
-        {
-            object[] results = this.Invoke("get_assertionStatusReport", new object[] {
-                    get_assertionStatusReport1});
-            return ((assertionStatusItem[])(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_assertionStatusReport(get_assertionStatusReport get_assertionStatusReport1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_assertionStatusReport", new object[] {
-                    get_assertionStatusReport1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public assertionStatusItem[] Endget_assertionStatusReport(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((assertionStatusItem[])(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_assertionStatusReportAsync(get_assertionStatusReport get_assertionStatusReport1)
-        {
-            this.get_assertionStatusReportAsync(get_assertionStatusReport1, null);
-        }
-
-        /// <remarks/>
-        public void get_assertionStatusReportAsync(get_assertionStatusReport get_assertionStatusReport1, object userState)
-        {
-            if ((this.get_assertionStatusReportOperationCompleted == null))
-            {
-                this.get_assertionStatusReportOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_assertionStatusReportOperationCompleted);
-            }
-            this.InvokeAsync("get_assertionStatusReport", new object[] {
-                    get_assertionStatusReport1}, this.get_assertionStatusReportOperationCompleted, userState);
-        }
-
-        private void Onget_assertionStatusReportOperationCompleted(object arg)
-        {
-            if ((this.get_assertionStatusReportCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_assertionStatusReportCompleted(this, new get_assertionStatusReportCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_publisherAssertions", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlArrayAttribute("publisherAssertionsResponse", Namespace = "urn:uddi-org:api_v3")]
-        [return: System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
-        public virtual publisherAssertion[] get_publisherAssertions([System.Xml.Serialization.XmlElementAttribute("get_publisherAssertions", Namespace = "urn:uddi-org:api_v3")] get_publisherAssertions get_publisherAssertions1)
-        {
-            object[] results = this.Invoke("get_publisherAssertions", new object[] {
-                    get_publisherAssertions1});
-            return ((publisherAssertion[])(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_publisherAssertions(get_publisherAssertions get_publisherAssertions1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_publisherAssertions", new object[] {
-                    get_publisherAssertions1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public publisherAssertion[] Endget_publisherAssertions(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((publisherAssertion[])(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_publisherAssertionsAsync(get_publisherAssertions get_publisherAssertions1)
-        {
-            this.get_publisherAssertionsAsync(get_publisherAssertions1, null);
-        }
-
-        /// <remarks/>
-        public void get_publisherAssertionsAsync(get_publisherAssertions get_publisherAssertions1, object userState)
-        {
-            if ((this.get_publisherAssertionsOperationCompleted == null))
-            {
-                this.get_publisherAssertionsOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_publisherAssertionsOperationCompleted);
-            }
-            this.InvokeAsync("get_publisherAssertions", new object[] {
-                    get_publisherAssertions1}, this.get_publisherAssertionsOperationCompleted, userState);
-        }
-
-        private void Onget_publisherAssertionsOperationCompleted(object arg)
-        {
-            if ((this.get_publisherAssertionsCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_publisherAssertionsCompleted(this, new get_publisherAssertionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_registeredInfo", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("registeredInfo", Namespace = "urn:uddi-org:api_v3")]
-        public virtual registeredInfo get_registeredInfo([System.Xml.Serialization.XmlElementAttribute("get_registeredInfo", Namespace = "urn:uddi-org:api_v3")] get_registeredInfo get_registeredInfo1)
-        {
-            object[] results = this.Invoke("get_registeredInfo", new object[] {
-                    get_registeredInfo1});
-            return ((registeredInfo)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_registeredInfo(get_registeredInfo get_registeredInfo1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_registeredInfo", new object[] {
-                    get_registeredInfo1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public registeredInfo Endget_registeredInfo(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((registeredInfo)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_registeredInfoAsync(get_registeredInfo get_registeredInfo1)
-        {
-            this.get_registeredInfoAsync(get_registeredInfo1, null);
-        }
-
-        /// <remarks/>
-        public void get_registeredInfoAsync(get_registeredInfo get_registeredInfo1, object userState)
-        {
-            if ((this.get_registeredInfoOperationCompleted == null))
-            {
-                this.get_registeredInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_registeredInfoOperationCompleted);
-            }
-            this.InvokeAsync("get_registeredInfo", new object[] {
-                    get_registeredInfo1}, this.get_registeredInfoOperationCompleted, userState);
-        }
-
-        private void Onget_registeredInfoOperationCompleted(object arg)
-        {
-            if ((this.get_registeredInfoCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_registeredInfoCompleted(this, new get_registeredInfoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("save_binding", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("bindingDetail", Namespace = "urn:uddi-org:api_v3")]
-        public virtual bindingDetail save_binding([System.Xml.Serialization.XmlElementAttribute("save_binding", Namespace = "urn:uddi-org:api_v3")] save_binding save_binding1)
-        {
-            object[] results = this.Invoke("save_binding", new object[] {
-                    save_binding1});
-            return ((bindingDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginsave_binding(save_binding save_binding1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("save_binding", new object[] {
-                    save_binding1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public bindingDetail Endsave_binding(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((bindingDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void save_bindingAsync(save_binding save_binding1)
-        {
-            this.save_bindingAsync(save_binding1, null);
-        }
-
-        /// <remarks/>
-        public void save_bindingAsync(save_binding save_binding1, object userState)
-        {
-            if ((this.save_bindingOperationCompleted == null))
-            {
-                this.save_bindingOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsave_bindingOperationCompleted);
-            }
-            this.InvokeAsync("save_binding", new object[] {
-                    save_binding1}, this.save_bindingOperationCompleted, userState);
-        }
-
-        private void Onsave_bindingOperationCompleted(object arg)
-        {
-            if ((this.save_bindingCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.save_bindingCompleted(this, new save_bindingCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("save_business", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("businessDetail", Namespace = "urn:uddi-org:api_v3")]
-        public virtual businessDetail save_business([System.Xml.Serialization.XmlElementAttribute("save_business", Namespace = "urn:uddi-org:api_v3")] save_business save_business1)
-        {
-            object[] results = this.Invoke("save_business", new object[] {
-                    save_business1});
-            return ((businessDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginsave_business(save_business save_business1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("save_business", new object[] {
-                    save_business1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public businessDetail Endsave_business(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((businessDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void save_businessAsync(save_business save_business1)
-        {
-            this.save_businessAsync(save_business1, null);
-        }
-
-        /// <remarks/>
-        public void save_businessAsync(save_business save_business1, object userState)
-        {
-            if ((this.save_businessOperationCompleted == null))
-            {
-                this.save_businessOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsave_businessOperationCompleted);
-            }
-            this.InvokeAsync("save_business", new object[] {
-                    save_business1}, this.save_businessOperationCompleted, userState);
-        }
-
-        private void Onsave_businessOperationCompleted(object arg)
-        {
-            if ((this.save_businessCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.save_businessCompleted(this, new save_businessCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("save_service", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("serviceDetail", Namespace = "urn:uddi-org:api_v3")]
-        public virtual serviceDetail save_service([System.Xml.Serialization.XmlElementAttribute("save_service", Namespace = "urn:uddi-org:api_v3")] save_service save_service1)
-        {
-            object[] results = this.Invoke("save_service", new object[] {
-                    save_service1});
-            return ((serviceDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginsave_service(save_service save_service1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("save_service", new object[] {
-                    save_service1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public serviceDetail Endsave_service(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((serviceDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void save_serviceAsync(save_service save_service1)
-        {
-            this.save_serviceAsync(save_service1, null);
-        }
-
-        /// <remarks/>
-        public void save_serviceAsync(save_service save_service1, object userState)
-        {
-            if ((this.save_serviceOperationCompleted == null))
-            {
-                this.save_serviceOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsave_serviceOperationCompleted);
-            }
-            this.InvokeAsync("save_service", new object[] {
-                    save_service1}, this.save_serviceOperationCompleted, userState);
-        }
-
-        private void Onsave_serviceOperationCompleted(object arg)
-        {
-            if ((this.save_serviceCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.save_serviceCompleted(this, new save_serviceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("save_tModel", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("tModelDetail", Namespace = "urn:uddi-org:api_v3")]
-        public virtual tModelDetail save_tModel([System.Xml.Serialization.XmlElementAttribute("save_tModel", Namespace = "urn:uddi-org:api_v3")] save_tModel save_tModel1)
-        {
-            object[] results = this.Invoke("save_tModel", new object[] {
-                    save_tModel1});
-            return ((tModelDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginsave_tModel(save_tModel save_tModel1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("save_tModel", new object[] {
-                    save_tModel1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public tModelDetail Endsave_tModel(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((tModelDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void save_tModelAsync(save_tModel save_tModel1)
-        {
-            this.save_tModelAsync(save_tModel1, null);
-        }
-
-        /// <remarks/>
-        public void save_tModelAsync(save_tModel save_tModel1, object userState)
-        {
-            if ((this.save_tModelOperationCompleted == null))
-            {
-                this.save_tModelOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsave_tModelOperationCompleted);
-            }
-            this.InvokeAsync("save_tModel", new object[] {
-                    save_tModel1}, this.save_tModelOperationCompleted, userState);
-        }
-
-        private void Onsave_tModelOperationCompleted(object arg)
-        {
-            if ((this.save_tModelCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.save_tModelCompleted(this, new save_tModelCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("set_publisherAssertions", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlArrayAttribute("publisherAssertions", Namespace = "urn:uddi-org:api_v3")]
-        [return: System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
-        public virtual publisherAssertion[] set_publisherAssertions([System.Xml.Serialization.XmlElementAttribute("set_publisherAssertions", Namespace = "urn:uddi-org:api_v3")] set_publisherAssertions set_publisherAssertions1)
-        {
-            object[] results = this.Invoke("set_publisherAssertions", new object[] {
-                    set_publisherAssertions1});
-            return ((publisherAssertion[])(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginset_publisherAssertions(set_publisherAssertions set_publisherAssertions1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("set_publisherAssertions", new object[] {
-                    set_publisherAssertions1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public publisherAssertion[] Endset_publisherAssertions(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((publisherAssertion[])(results[0]));
-        }
-
-        /// <remarks/>
-        public void set_publisherAssertionsAsync(set_publisherAssertions set_publisherAssertions1)
-        {
-            this.set_publisherAssertionsAsync(set_publisherAssertions1, null);
-        }
-
-        /// <remarks/>
-        public void set_publisherAssertionsAsync(set_publisherAssertions set_publisherAssertions1, object userState)
-        {
-            if ((this.set_publisherAssertionsOperationCompleted == null))
-            {
-                this.set_publisherAssertionsOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_publisherAssertionsOperationCompleted);
-            }
-            this.InvokeAsync("set_publisherAssertions", new object[] {
-                    set_publisherAssertions1}, this.set_publisherAssertionsOperationCompleted, userState);
-        }
-
-        private void Onset_publisherAssertionsOperationCompleted(object arg)
-        {
-            if ((this.set_publisherAssertionsCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_publisherAssertionsCompleted(this, new set_publisherAssertionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        public new void CancelAsync(object userState)
-        {
-            base.CancelAsync(userState);
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Web.Services.WebServiceBindingAttribute(Name = "UDDI_Security_SoapBinding", Namespace = "urn:uddi-org:api_v3_binding")]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(SignaturePropertiesType))]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(ManifestType))]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(UDDIinstanceParmsContainer_type))]
-    public partial class UDDI_Security_SoapBinding : System.Web.Services.Protocols.SoapHttpClientProtocol
-    {
-
-        private System.Threading.SendOrPostCallback discard_authTokenOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_authTokenOperationCompleted;
-
-        /// <remarks/>
-        public UDDI_Security_SoapBinding()
-        {
-            this.Url = "http://localhost/uddi/security/";
-        }
-
-        /// <remarks/>
-        public event discard_authTokenCompletedEventHandler discard_authTokenCompleted;
-
-        /// <remarks/>
-        public event get_authTokenCompletedEventHandler get_authTokenCompleted;
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("discard_authToken", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public virtual void discard_authToken([System.Xml.Serialization.XmlElementAttribute("discard_authToken", Namespace = "urn:uddi-org:api_v3")] discard_authToken discard_authToken1)
-        {
-            this.Invoke("discard_authToken", new object[] {
-                    discard_authToken1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindiscard_authToken(discard_authToken discard_authToken1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("discard_authToken", new object[] {
-                    discard_authToken1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void Enddiscard_authToken(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void discard_authTokenAsync(discard_authToken discard_authToken1)
-        {
-            this.discard_authTokenAsync(discard_authToken1, null);
-        }
-
-        /// <remarks/>
-        public void discard_authTokenAsync(discard_authToken discard_authToken1, object userState)
-        {
-            if ((this.discard_authTokenOperationCompleted == null))
-            {
-                this.discard_authTokenOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondiscard_authTokenOperationCompleted);
-            }
-            this.InvokeAsync("discard_authToken", new object[] {
-                    discard_authToken1}, this.discard_authTokenOperationCompleted, userState);
-        }
-
-        private void Ondiscard_authTokenOperationCompleted(object arg)
-        {
-            if ((this.discard_authTokenCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.discard_authTokenCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_authToken", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("authToken", Namespace = "urn:uddi-org:api_v3")]
-        public virtual authToken get_authToken([System.Xml.Serialization.XmlElementAttribute("get_authToken", Namespace = "urn:uddi-org:api_v3")] get_authToken get_authToken1)
-        {
-            object[] results = this.Invoke("get_authToken", new object[] {
-                    get_authToken1});
-            return ((authToken)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_authToken(get_authToken get_authToken1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_authToken", new object[] {
-                    get_authToken1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public authToken Endget_authToken(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((authToken)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_authTokenAsync(get_authToken get_authToken1)
-        {
-            this.get_authTokenAsync(get_authToken1, null);
-        }
-
-        /// <remarks/>
-        public void get_authTokenAsync(get_authToken get_authToken1, object userState)
-        {
-            if ((this.get_authTokenOperationCompleted == null))
-            {
-                this.get_authTokenOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_authTokenOperationCompleted);
-            }
-            this.InvokeAsync("get_authToken", new object[] {
-                    get_authToken1}, this.get_authTokenOperationCompleted, userState);
-        }
-
-        private void Onget_authTokenOperationCompleted(object arg)
-        {
-            if ((this.get_authTokenCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_authTokenCompleted(this, new get_authTokenCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        public new void CancelAsync(object userState)
-        {
-            base.CancelAsync(userState);
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Web.Services.WebServiceBindingAttribute(Name = "UDDI_CustodyTransfer_SoapBinding", Namespace = "urn:uddi-org:custody_v3_binding")]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(SignaturePropertiesType))]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(ManifestType))]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(UDDIinstanceParmsContainer_type))]
-    public partial class UDDI_CustodyTransfer_SoapBinding : System.Web.Services.Protocols.SoapHttpClientProtocol
-    {
-
-        private System.Threading.SendOrPostCallback discard_transferTokenOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_transferTokenOperationCompleted;
-
-        private System.Threading.SendOrPostCallback transfer_entitiesOperationCompleted;
-
-        /// <remarks/>
-        public UDDI_CustodyTransfer_SoapBinding()
-        {
-            this.Url = "http://localhost/uddi/custody/";
-        }
-
-        /// <remarks/>
-        public event discard_transferTokenCompletedEventHandler discard_transferTokenCompleted;
-
-        /// <remarks/>
-        public event get_transferTokenCompletedEventHandler get_transferTokenCompleted;
-
-        /// <remarks/>
-        public event transfer_entitiesCompletedEventHandler transfer_entitiesCompleted;
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("discard_transferToken", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public void discard_transferToken([System.Xml.Serialization.XmlElementAttribute("discard_transferToken", Namespace = "urn:uddi-org:custody_v3")] discard_transferToken discard_transferToken1)
-        {
-            this.Invoke("discard_transferToken", new object[] {
-                    discard_transferToken1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindiscard_transferToken(discard_transferToken discard_transferToken1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("discard_transferToken", new object[] {
-                    discard_transferToken1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void Enddiscard_transferToken(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void discard_transferTokenAsync(discard_transferToken discard_transferToken1)
-        {
-            this.discard_transferTokenAsync(discard_transferToken1, null);
-        }
-
-        /// <remarks/>
-        public void discard_transferTokenAsync(discard_transferToken discard_transferToken1, object userState)
-        {
-            if ((this.discard_transferTokenOperationCompleted == null))
-            {
-                this.discard_transferTokenOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondiscard_transferTokenOperationCompleted);
-            }
-            this.InvokeAsync("discard_transferToken", new object[] {
-                    discard_transferToken1}, this.discard_transferTokenOperationCompleted, userState);
-        }
-
-        private void Ondiscard_transferTokenOperationCompleted(object arg)
-        {
-            if ((this.discard_transferTokenCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.discard_transferTokenCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_transferToken", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("transferToken", Namespace = "urn:uddi-org:custody_v3")]
-        public transferToken get_transferToken([System.Xml.Serialization.XmlElementAttribute("get_transferToken", Namespace = "urn:uddi-org:custody_v3")] get_transferToken get_transferToken1)
-        {
-            object[] results = this.Invoke("get_transferToken", new object[] {
-                    get_transferToken1});
-            return ((transferToken)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_transferToken(get_transferToken get_transferToken1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_transferToken", new object[] {
-                    get_transferToken1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public transferToken Endget_transferToken(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((transferToken)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_transferTokenAsync(get_transferToken get_transferToken1)
-        {
-            this.get_transferTokenAsync(get_transferToken1, null);
-        }
-
-        /// <remarks/>
-        public void get_transferTokenAsync(get_transferToken get_transferToken1, object userState)
-        {
-            if ((this.get_transferTokenOperationCompleted == null))
-            {
-                this.get_transferTokenOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_transferTokenOperationCompleted);
-            }
-            this.InvokeAsync("get_transferToken", new object[] {
-                    get_transferToken1}, this.get_transferTokenOperationCompleted, userState);
-        }
-
-        private void Onget_transferTokenOperationCompleted(object arg)
-        {
-            if ((this.get_transferTokenCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_transferTokenCompleted(this, new get_transferTokenCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("transfer_entities", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public void transfer_entities([System.Xml.Serialization.XmlElementAttribute("transfer_entities", Namespace = "urn:uddi-org:custody_v3")] transfer_entities transfer_entities1)
-        {
-            this.Invoke("transfer_entities", new object[] {
-                    transfer_entities1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begintransfer_entities(transfer_entities transfer_entities1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("transfer_entities", new object[] {
-                    transfer_entities1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void Endtransfer_entities(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void transfer_entitiesAsync(transfer_entities transfer_entities1)
-        {
-            this.transfer_entitiesAsync(transfer_entities1, null);
-        }
-
-        /// <remarks/>
-        public void transfer_entitiesAsync(transfer_entities transfer_entities1, object userState)
-        {
-            if ((this.transfer_entitiesOperationCompleted == null))
-            {
-                this.transfer_entitiesOperationCompleted = new System.Threading.SendOrPostCallback(this.Ontransfer_entitiesOperationCompleted);
-            }
-            this.InvokeAsync("transfer_entities", new object[] {
-                    transfer_entities1}, this.transfer_entitiesOperationCompleted, userState);
-        }
-
-        private void Ontransfer_entitiesOperationCompleted(object arg)
-        {
-            if ((this.transfer_entitiesCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.transfer_entitiesCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        public new void CancelAsync(object userState)
-        {
-            base.CancelAsync(userState);
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Web.Services.WebServiceBindingAttribute(Name = "UDDI_Replication_SoapBinding", Namespace = "urn:uddi-org:repl_v3_binding")]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(SignaturePropertiesType))]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(ManifestType))]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(UDDIinstanceParmsContainer_type))]
-    public partial class UDDI_Replication_SoapBinding : System.Web.Services.Protocols.SoapHttpClientProtocol
-    {
-
-        private System.Threading.SendOrPostCallback get_changeRecordsOperationCompleted;
-
-        private System.Threading.SendOrPostCallback notify_changeRecordsAvailableOperationCompleted;
-
-        private System.Threading.SendOrPostCallback do_pingOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_highWaterMarksOperationCompleted;
-
-        private System.Threading.SendOrPostCallback transfer_custodyOperationCompleted;
-
-        /// <remarks/>
-        public UDDI_Replication_SoapBinding()
-        {
-            this.Url = "http://localhost/uddi/replication/";
-        }
-
-        /// <remarks/>
-        public event get_changeRecordsCompletedEventHandler get_changeRecordsCompleted;
-
-        /// <remarks/>
-        public event notify_changeRecordsAvailableCompletedEventHandler notify_changeRecordsAvailableCompleted;
-
-        /// <remarks/>
-        public event do_pingCompletedEventHandler do_pingCompleted;
-
-        /// <remarks/>
-        public event get_highWaterMarksCompletedEventHandler get_highWaterMarksCompleted;
-
-        /// <remarks/>
-        public event transfer_custodyCompletedEventHandler transfer_custodyCompleted;
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_changeRecords", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlArrayAttribute("changeRecords", Namespace = "urn:uddi-org:repl_v3")]
-        [return: System.Xml.Serialization.XmlArrayItemAttribute("changeRecord", IsNullable = false)]
-        public changeRecord[] get_changeRecords([System.Xml.Serialization.XmlElementAttribute("get_changeRecords", Namespace = "urn:uddi-org:repl_v3")] get_changeRecords get_changeRecords1)
-        {
-            object[] results = this.Invoke("get_changeRecords", new object[] {
-                    get_changeRecords1});
-            return ((changeRecord[])(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_changeRecords(get_changeRecords get_changeRecords1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_changeRecords", new object[] {
-                    get_changeRecords1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public changeRecord[] Endget_changeRecords(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((changeRecord[])(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_changeRecordsAsync(get_changeRecords get_changeRecords1)
-        {
-            this.get_changeRecordsAsync(get_changeRecords1, null);
-        }
-
-        /// <remarks/>
-        public void get_changeRecordsAsync(get_change

<TRUNCATED>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[05/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/META-INF/uddiv2.xml
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/META-INF/uddiv2.xml b/juddi-client/src/test/resources/META-INF/uddiv2.xml
index 331f0a8..47f12c0 100644
--- a/juddi-client/src/test/resources/META-INF/uddiv2.xml
+++ b/juddi-client/src/test/resources/META-INF/uddiv2.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+* 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 is how to use the UDDI v2 interfaces from the jUDDI Client-->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema">
     <reloadDelay>5000</reloadDelay>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/wadl/cxf.wadl
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/wadl/cxf.wadl b/juddi-client/src/test/resources/wadl/cxf.wadl
index f2df539..9a54105 100644
--- a/juddi-client/src/test/resources/wadl/cxf.wadl
+++ b/juddi-client/src/test/resources/wadl/cxf.wadl
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <application xmlns="http://wadl.dev.java.net/2009/02" xmlns:ns="http://superbooks">
  <grammars>
   <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/wsdl/sample.wsdl
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/wsdl/sample.wsdl b/juddi-client/src/test/resources/wsdl/sample.wsdl
index a09dc58..b14e63f 100644
--- a/juddi-client/src/test/resources/wsdl/sample.wsdl
+++ b/juddi-client/src/test/resources/wsdl/sample.wsdl
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <definitions name="StockQuote" targetNamespace="http://example.com/stockquote/"
 	xmlns:tns="http://example.com/stockquote/" xmlns:xsd1="http://example.com/stockquote/schema/"
 	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/wsdl/sample_1.wsdl
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/wsdl/sample_1.wsdl b/juddi-client/src/test/resources/wsdl/sample_1.wsdl
index da41ee6..722a86e 100644
--- a/juddi-client/src/test/resources/wsdl/sample_1.wsdl
+++ b/juddi-client/src/test/resources/wsdl/sample_1.wsdl
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <definitions name="StockQuote" targetNamespace="http://example.com/stockquote/"
 	xmlns:tns="http://example.com/stockquote/" xmlns:xsd1="http://example.com/stockquote/schema/"
 	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_1_porttype.xml
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_1_porttype.xml b/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_1_porttype.xml
index e2562a2..83d8356 100644
--- a/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_1_porttype.xml
+++ b/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_1_porttype.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <tModel tModelKey="uddi:uddi.joepublisher.com:StockQuotePortType" xmlns="urn:uddi-org:api_v3">
     <name>StockQuotePortType</name>
     <overviewDoc>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_2_bindingtmodel.xml
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_2_bindingtmodel.xml b/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_2_bindingtmodel.xml
index 8db6bf7..8c46a4a 100644
--- a/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_2_bindingtmodel.xml
+++ b/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_2_bindingtmodel.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <tModel tModelKey="uuid:49662926-f4a5-4ba5-b8d0-32ab388dadda" xmlns="urn:uddi-org:api_v3">
     <name>StockQuoteSoapBinding</name>
     <overviewDoc>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_3_business_service.xml
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_3_business_service.xml b/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_3_business_service.xml
index 1f6f4cf..b9381ae 100644
--- a/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_3_business_service.xml
+++ b/juddi-client/src/test/resources/wsdl/uddiv3-xml/3_2_3_business_service.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <businessService xmlns="urn:uddi-org:api_v3"
          serviceKey="uddi:uddi.joepublisher.com:service_stockquoteservice"
          businessKey="uddi:uddi.joepublisher.com:business_samplebusiness">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/build.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/build.xml b/juddi-core-openjpa/build.xml
index 91a71c4..d1ce358 100644
--- a/juddi-core-openjpa/build.xml
+++ b/juddi-core-openjpa/build.xml
@@ -1,3 +1,19 @@
+<!--
+* 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.
+*
+*/ -->
 <project name="juddi-core-jpa" default="copy-from-core" basedir=".">
 	
 	<target name="copy-main">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/src/test/resources/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/META-INF/persistence.xml b/juddi-core-openjpa/src/test/resources/META-INF/persistence.xml
index 92d777f..52aa67e 100644
--- a/juddi-core-openjpa/src/test/resources/META-INF/persistence.xml
+++ b/juddi-core-openjpa/src/test/resources/META-INF/persistence.xml
@@ -1,4 +1,20 @@
 <?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.
+*
+*/ -->
 <persistence xmlns="http://java.sun.com/xml/ns/persistence" 
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/src/test/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/META-INF/uddi.xml b/juddi-core-openjpa/src/test/resources/META-INF/uddi.xml
index f8a6129..1df0c13 100644
--- a/juddi-core-openjpa/src/test/resources/META-INF/uddi.xml
+++ b/juddi-core-openjpa/src/test/resources/META-INF/uddi.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+* 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.
+*
+*/ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
     <reloadDelay>5000</reloadDelay>
     <client name="juddi-core-unittest-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/src/test/resources/juddi-users-encrypted.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/juddi-users-encrypted.xml b/juddi-core-openjpa/src/test/resources/juddi-users-encrypted.xml
index 2f569fe..6f0f93f 100644
--- a/juddi-core-openjpa/src/test/resources/juddi-users-encrypted.xml
+++ b/juddi-core-openjpa/src/test/resources/juddi-users-encrypted.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+* 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.
+*
+*/ -->
 <juddi-users>
     <user userid="anou_mana" password="+j/kXkZJftwTFTBH6Cf6IQ=="/>
     <user userid="bozo" password="Na2Ait+2aW0="/>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/src/test/resources/juddi-users-hashed.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/juddi-users-hashed.xml b/juddi-core-openjpa/src/test/resources/juddi-users-hashed.xml
index daf659d..75996be 100644
--- a/juddi-core-openjpa/src/test/resources/juddi-users-hashed.xml
+++ b/juddi-core-openjpa/src/test/resources/juddi-users-hashed.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+* 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.
+*
+*/ -->
 <juddi-users>
     <user userid="anou_mana" password="5f4dcc3b5aa765d61d8327deb882cf99"/>
     <user userid="bozo" password="8b61c11eb8baedd53d2e99d1a01fa7bb"/>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/src/test/resources/juddi-users.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/juddi-users.xml b/juddi-core-openjpa/src/test/resources/juddi-users.xml
index 056180b..44c07be 100644
--- a/juddi-core-openjpa/src/test/resources/juddi-users.xml
+++ b/juddi-core-openjpa/src/test/resources/juddi-users.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+* 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.
+*
+*/ -->
 <juddi-users>
 	<user userid="anou_mana" password="password" />
 	<user userid="bozo" password="clown" />

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/src/test/resources/juddiv3-enc-3des.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/juddiv3-enc-3des.xml b/juddi-core-openjpa/src/test/resources/juddiv3-enc-3des.xml
index 2c0531c..5a0e2b4 100644
--- a/juddi-core-openjpa/src/test/resources/juddiv3-enc-3des.xml
+++ b/juddi-core-openjpa/src/test/resources/juddiv3-enc-3des.xml
@@ -1,5 +1,21 @@
 <?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.
+*
+*/ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/src/test/resources/juddiv3-enc-aes128.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/juddiv3-enc-aes128.xml b/juddi-core-openjpa/src/test/resources/juddiv3-enc-aes128.xml
index e8773e0..653041f 100644
--- a/juddi-core-openjpa/src/test/resources/juddiv3-enc-aes128.xml
+++ b/juddi-core-openjpa/src/test/resources/juddiv3-enc-aes128.xml
@@ -1,5 +1,21 @@
 <?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.
+*
+*/ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/src/test/resources/juddiv3-enc-aes256.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/juddiv3-enc-aes256.xml b/juddi-core-openjpa/src/test/resources/juddiv3-enc-aes256.xml
index 0642a91..ca9d018 100644
--- a/juddi-core-openjpa/src/test/resources/juddiv3-enc-aes256.xml
+++ b/juddi-core-openjpa/src/test/resources/juddiv3-enc-aes256.xml
@@ -1,5 +1,21 @@
 <?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.
+*
+*/ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/src/test/resources/juddiv3-enc-default.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/juddiv3-enc-default.xml b/juddi-core-openjpa/src/test/resources/juddiv3-enc-default.xml
index 91ff02d..5e85425 100644
--- a/juddi-core-openjpa/src/test/resources/juddiv3-enc-default.xml
+++ b/juddi-core-openjpa/src/test/resources/juddiv3-enc-default.xml
@@ -1,5 +1,21 @@
 <?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.
+*
+*/ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/src/test/resources/juddiv3.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/juddiv3.xml b/juddi-core-openjpa/src/test/resources/juddiv3.xml
index e4cc796..0bddb0d 100644
--- a/juddi-core-openjpa/src/test/resources/juddiv3.xml
+++ b/juddi-core-openjpa/src/test/resources/juddiv3.xml
@@ -1,5 +1,21 @@
 <?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.
+*
+*/ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/src/test/resources/juddiv3DisabledTModelKeybag.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/juddiv3DisabledTModelKeybag.xml b/juddi-core-openjpa/src/test/resources/juddiv3DisabledTModelKeybag.xml
index 879933c..6a77ee3 100644
--- a/juddi-core-openjpa/src/test/resources/juddiv3DisabledTModelKeybag.xml
+++ b/juddi-core-openjpa/src/test/resources/juddiv3DisabledTModelKeybag.xml
@@ -1,5 +1,21 @@
 <?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.
+*
+*/ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/src/test/resources/log4j.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/log4j.xml b/juddi-core-openjpa/src/test/resources/log4j.xml
index db31098..1c2d7da 100644
--- a/juddi-core-openjpa/src/test/resources/log4j.xml
+++ b/juddi-core-openjpa/src/test/resources/log4j.xml
@@ -1,4 +1,20 @@
 <?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.
+*
+*/ -->
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
     

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core-openjpa/src/test/resources/wsdl/sample.wsdl
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/wsdl/sample.wsdl b/juddi-core-openjpa/src/test/resources/wsdl/sample.wsdl
index a09dc58..f20ac19 100644
--- a/juddi-core-openjpa/src/test/resources/wsdl/sample.wsdl
+++ b/juddi-core-openjpa/src/test/resources/wsdl/sample.wsdl
@@ -1,4 +1,20 @@
 <?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.
+*
+*/ -->
 <definitions name="StockQuote" targetNamespace="http://example.com/stockquote/"
 	xmlns:tns="http://example.com/stockquote/" xmlns:xsd1="http://example.com/stockquote/schema/"
 	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/impl/ServiceCounterLifecycleResource.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/impl/ServiceCounterLifecycleResource.java b/juddi-core/src/main/java/org/apache/juddi/api/impl/ServiceCounterLifecycleResource.java
index d6bc323..f0aba5c 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/impl/ServiceCounterLifecycleResource.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/impl/ServiceCounterLifecycleResource.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.api.impl;
 
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounter.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounter.java b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounter.java
index 42813a9..9ef8b02 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounter.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounter.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.api.impl;
 
 import java.io.Serializable;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounterMBean.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounterMBean.java b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounterMBean.java
index fda45e1..fbdab75 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounterMBean.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounterMBean.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.api.impl;
 
 public interface UDDIServiceCounterMBean {

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/util/CustodyTransferQuery.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/util/CustodyTransferQuery.java b/juddi-core/src/main/java/org/apache/juddi/api/util/CustodyTransferQuery.java
index 9287485..63c5691 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/util/CustodyTransferQuery.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/util/CustodyTransferQuery.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.api.util;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/util/InquiryQuery.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/util/InquiryQuery.java b/juddi-core/src/main/java/org/apache/juddi/api/util/InquiryQuery.java
index fa29128..3e5efaf 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/util/InquiryQuery.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/util/InquiryQuery.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.api.util;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/util/PublicationQuery.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/util/PublicationQuery.java b/juddi-core/src/main/java/org/apache/juddi/api/util/PublicationQuery.java
index 219e3f1..a255977 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/util/PublicationQuery.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/util/PublicationQuery.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.api.util;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/util/QueryStatus.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/util/QueryStatus.java b/juddi-core/src/main/java/org/apache/juddi/api/util/QueryStatus.java
index 0b5c6dd..adca9c4 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/util/QueryStatus.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/util/QueryStatus.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2015 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.
+ *
+ */
 package org.apache.juddi.api.util;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/util/ReplicationQuery.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/util/ReplicationQuery.java b/juddi-core/src/main/java/org/apache/juddi/api/util/ReplicationQuery.java
index 4bc712b..55d7a77 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/util/ReplicationQuery.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/util/ReplicationQuery.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.api.util;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/util/SecurityQuery.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/util/SecurityQuery.java b/juddi-core/src/main/java/org/apache/juddi/api/util/SecurityQuery.java
index 6273f7d..c4352f3 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/util/SecurityQuery.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/util/SecurityQuery.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.api.util;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/util/SubscriptionListenerQuery.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/util/SubscriptionListenerQuery.java b/juddi-core/src/main/java/org/apache/juddi/api/util/SubscriptionListenerQuery.java
index 6a98d16..4546b79 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/util/SubscriptionListenerQuery.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/util/SubscriptionListenerQuery.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.api.util;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/util/SubscriptionQuery.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/util/SubscriptionQuery.java b/juddi-core/src/main/java/org/apache/juddi/api/util/SubscriptionQuery.java
index e6e27da..dee01db 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/util/SubscriptionQuery.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/util/SubscriptionQuery.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.api.util;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/util/UDDIQuery.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/util/UDDIQuery.java b/juddi-core/src/main/java/org/apache/juddi/api/util/UDDIQuery.java
index 857b1a7..c70a8a4 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/util/UDDIQuery.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/util/UDDIQuery.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.api.util;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/util/ValueSetCachingQuery.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/util/ValueSetCachingQuery.java b/juddi-core/src/main/java/org/apache/juddi/api/util/ValueSetCachingQuery.java
index 42db4b9..a497137 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/util/ValueSetCachingQuery.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/util/ValueSetCachingQuery.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.api.util;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/api/util/ValueSetValidationQuery.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/util/ValueSetValidationQuery.java b/juddi-core/src/main/java/org/apache/juddi/api/util/ValueSetValidationQuery.java
index a84bde0..34c94f3 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/util/ValueSetValidationQuery.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/util/ValueSetValidationQuery.java
@@ -1,4 +1,19 @@
-package org.apache.juddi.api.util;
+/*
+ * Copyright 2001-2008 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.
+ *
+ */package org.apache.juddi.api.util;
 
 import java.util.ArrayList;
 import java.util.Hashtable;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/config/Property.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/config/Property.java b/juddi-core/src/main/java/org/apache/juddi/config/Property.java
index ae8b355..139a5c5 100644
--- a/juddi-core/src/main/java/org/apache/juddi/config/Property.java
+++ b/juddi-core/src/main/java/org/apache/juddi/config/Property.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.config;
 
 import org.apache.juddi.subscription.SubscriptionNotifier;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/config/PublisherFileFilter.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/config/PublisherFileFilter.java b/juddi-core/src/main/java/org/apache/juddi/config/PublisherFileFilter.java
index eff120d..448410e 100644
--- a/juddi-core/src/main/java/org/apache/juddi/config/PublisherFileFilter.java
+++ b/juddi-core/src/main/java/org/apache/juddi/config/PublisherFileFilter.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.config;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/subscription/NotificationList.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/subscription/NotificationList.java b/juddi-core/src/main/java/org/apache/juddi/subscription/NotificationList.java
index 867c772..d42211e 100644
--- a/juddi-core/src/main/java/org/apache/juddi/subscription/NotificationList.java
+++ b/juddi-core/src/main/java/org/apache/juddi/subscription/NotificationList.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.subscription;
 
 import org.apache.commons.collections.buffer.CircularFifoBuffer;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/subscription/notify/HTTPNotifier.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/HTTPNotifier.java b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/HTTPNotifier.java
index ec88dbd..1385e3f 100644
--- a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/HTTPNotifier.java
+++ b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/HTTPNotifier.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.subscription.notify;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/subscription/notify/JNDI_RMINotifier.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/JNDI_RMINotifier.java b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/JNDI_RMINotifier.java
index d0ca3e9..5c37cc3 100644
--- a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/JNDI_RMINotifier.java
+++ b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/JNDI_RMINotifier.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.subscription.notify;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/subscription/notify/Notifier.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/Notifier.java b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/Notifier.java
index 78504a3..0b683f6 100644
--- a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/Notifier.java
+++ b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/Notifier.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.subscription.notify;
 
 import java.rmi.RemoteException;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/subscription/notify/NotifierFactory.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/NotifierFactory.java b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/NotifierFactory.java
index e05ea09..20698b5 100644
--- a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/NotifierFactory.java
+++ b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/NotifierFactory.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.subscription.notify;
 
 import java.lang.reflect.InvocationTargetException;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/subscription/notify/RMINotifier.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/RMINotifier.java b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/RMINotifier.java
index 14c92de..434f77d 100644
--- a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/RMINotifier.java
+++ b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/RMINotifier.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.subscription.notify;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/subscription/notify/SMTPNotifier.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/SMTPNotifier.java b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/SMTPNotifier.java
index 50659b1..0bb301a 100644
--- a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/SMTPNotifier.java
+++ b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/SMTPNotifier.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.subscription.notify;
 
 import java.net.URISyntaxException;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/main/java/org/apache/juddi/subscription/notify/USERFRIENDLYSMTPNotifier.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/USERFRIENDLYSMTPNotifier.java b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/USERFRIENDLYSMTPNotifier.java
index 2c85655..c6fffd1 100644
--- a/juddi-core/src/main/java/org/apache/juddi/subscription/notify/USERFRIENDLYSMTPNotifier.java
+++ b/juddi-core/src/main/java/org/apache/juddi/subscription/notify/USERFRIENDLYSMTPNotifier.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.subscription.notify;
 
 import java.io.StringWriter;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/java/org/apache/juddi/api/impl/package.html
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/java/org/apache/juddi/api/impl/package.html b/juddi-core/src/test/java/org/apache/juddi/api/impl/package.html
index 3061580..fb6d14d 100644
--- a/juddi-core/src/test/java/org/apache/juddi/api/impl/package.html
+++ b/juddi-core/src/test/java/org/apache/juddi/api/impl/package.html
@@ -1,4 +1,22 @@
-<html>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
+
+--><html>
 <body>
 <p>Unit tests to test the api implementation. Theses tests go all the way down into
 the persistence layer. By default they are using an embedded Java-based database

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/resources/META-INF/orm.xml
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/resources/META-INF/orm.xml b/juddi-core/src/test/resources/META-INF/orm.xml
index a214e85..547a301 100644
--- a/juddi-core/src/test/resources/META-INF/orm.xml
+++ b/juddi-core/src/test/resources/META-INF/orm.xml
@@ -1,3 +1,19 @@
+<!--
+* 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.
+*
+*/ -->
 <entity-mappings
   xmlns="http://java.sun.com/xml/ns/persistence/orm"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/resources/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/resources/META-INF/persistence.xml b/juddi-core/src/test/resources/META-INF/persistence.xml
index 105b67d..4c05c5b 100644
--- a/juddi-core/src/test/resources/META-INF/persistence.xml
+++ b/juddi-core/src/test/resources/META-INF/persistence.xml
@@ -1,4 +1,20 @@
 <?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.
+*
+*/ -->
 <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
   <persistence-unit name="juddiDatabase" transaction-type="RESOURCE_LOCAL">
     <provider>org.hibernate.ejb.HibernatePersistence</provider>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/resources/META-INF/uddi.xml b/juddi-core/src/test/resources/META-INF/uddi.xml
index f2e993a..234c524 100644
--- a/juddi-core/src/test/resources/META-INF/uddi.xml
+++ b/juddi-core/src/test/resources/META-INF/uddi.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+* 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.
+*
+*/ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
         <reloadDelay>5000</reloadDelay>
         <client name="juddi-core-unittest-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/resources/juddi-users-encrypted.xml
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/resources/juddi-users-encrypted.xml b/juddi-core/src/test/resources/juddi-users-encrypted.xml
index 2f569fe..6f0f93f 100644
--- a/juddi-core/src/test/resources/juddi-users-encrypted.xml
+++ b/juddi-core/src/test/resources/juddi-users-encrypted.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+* 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.
+*
+*/ -->
 <juddi-users>
     <user userid="anou_mana" password="+j/kXkZJftwTFTBH6Cf6IQ=="/>
     <user userid="bozo" password="Na2Ait+2aW0="/>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/resources/juddi-users-hashed.xml
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/resources/juddi-users-hashed.xml b/juddi-core/src/test/resources/juddi-users-hashed.xml
index daf659d..31d18fa 100644
--- a/juddi-core/src/test/resources/juddi-users-hashed.xml
+++ b/juddi-core/src/test/resources/juddi-users-hashed.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+
+<!--
+* 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.
+*
+*/ -->
 <juddi-users>
     <user userid="anou_mana" password="5f4dcc3b5aa765d61d8327deb882cf99"/>
     <user userid="bozo" password="8b61c11eb8baedd53d2e99d1a01fa7bb"/>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/resources/juddi-users.xml
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/resources/juddi-users.xml b/juddi-core/src/test/resources/juddi-users.xml
index 056180b..44c07be 100644
--- a/juddi-core/src/test/resources/juddi-users.xml
+++ b/juddi-core/src/test/resources/juddi-users.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+* 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.
+*
+*/ -->
 <juddi-users>
 	<user userid="anou_mana" password="password" />
 	<user userid="bozo" password="clown" />

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/resources/juddiv3-enc-3des.xml
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/resources/juddiv3-enc-3des.xml b/juddi-core/src/test/resources/juddiv3-enc-3des.xml
index 9f013f3..b4bf2be 100644
--- a/juddi-core/src/test/resources/juddiv3-enc-3des.xml
+++ b/juddi-core/src/test/resources/juddiv3-enc-3des.xml
@@ -1,5 +1,21 @@
 <?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.
+*
+*/ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/resources/juddiv3-enc-aes128.xml
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/resources/juddiv3-enc-aes128.xml b/juddi-core/src/test/resources/juddiv3-enc-aes128.xml
index 44ac9e0..1b3fadb 100644
--- a/juddi-core/src/test/resources/juddiv3-enc-aes128.xml
+++ b/juddi-core/src/test/resources/juddiv3-enc-aes128.xml
@@ -1,5 +1,21 @@
 <?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.
+*
+*/ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/resources/juddiv3-enc-aes256.xml
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/resources/juddiv3-enc-aes256.xml b/juddi-core/src/test/resources/juddiv3-enc-aes256.xml
index 9f3a7dc..582c4bd 100644
--- a/juddi-core/src/test/resources/juddiv3-enc-aes256.xml
+++ b/juddi-core/src/test/resources/juddiv3-enc-aes256.xml
@@ -1,5 +1,21 @@
 <?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.
+*
+*/ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/resources/juddiv3-enc-default.xml
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/resources/juddiv3-enc-default.xml b/juddi-core/src/test/resources/juddiv3-enc-default.xml
index bd016b9..b44358b 100644
--- a/juddi-core/src/test/resources/juddiv3-enc-default.xml
+++ b/juddi-core/src/test/resources/juddiv3-enc-default.xml
@@ -1,5 +1,21 @@
 <?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.
+*
+*/ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/resources/juddiv3.xml
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/resources/juddiv3.xml b/juddi-core/src/test/resources/juddiv3.xml
index a69993a..e0b23dd 100644
--- a/juddi-core/src/test/resources/juddiv3.xml
+++ b/juddi-core/src/test/resources/juddiv3.xml
@@ -1,5 +1,21 @@
 <?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.
+*
+*/ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/resources/juddiv3DisabledTModelKeybag.xml
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/resources/juddiv3DisabledTModelKeybag.xml b/juddi-core/src/test/resources/juddiv3DisabledTModelKeybag.xml
index ca17631..88dddd9 100644
--- a/juddi-core/src/test/resources/juddiv3DisabledTModelKeybag.xml
+++ b/juddi-core/src/test/resources/juddiv3DisabledTModelKeybag.xml
@@ -1,5 +1,21 @@
 <?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.
+*
+*/ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-core/src/test/resources/wsdl/sample.wsdl
----------------------------------------------------------------------
diff --git a/juddi-core/src/test/resources/wsdl/sample.wsdl b/juddi-core/src/test/resources/wsdl/sample.wsdl
index a09dc58..f20ac19 100644
--- a/juddi-core/src/test/resources/wsdl/sample.wsdl
+++ b/juddi-core/src/test/resources/wsdl/sample.wsdl
@@ -1,4 +1,20 @@
 <?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.
+*
+*/ -->
 <definitions name="StockQuote" targetNamespace="http://example.com/stockquote/"
 	xmlns:tns="http://example.com/stockquote/" xmlns:xsd1="http://example.com/stockquote/schema/"
 	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-ddl-generator/src/main/java/org/apache/juddi/ddl/generator/App.java
----------------------------------------------------------------------
diff --git a/juddi-ddl-generator/src/main/java/org/apache/juddi/ddl/generator/App.java b/juddi-ddl-generator/src/main/java/org/apache/juddi/ddl/generator/App.java
index 47ba801..3db85b9 100644
--- a/juddi-ddl-generator/src/main/java/org/apache/juddi/ddl/generator/App.java
+++ b/juddi-ddl-generator/src/main/java/org/apache/juddi/ddl/generator/App.java
@@ -1,8 +1,18 @@
 package org.apache.juddi.ddl.generator;
-
-/**
- * Hello world!
- *
+/*
+ * Copyright 2001-2008 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.
  */
 import java.io.File;
 import java.io.IOException;
@@ -17,6 +27,7 @@ import org.hibernate.cfg.AnnotationConfiguration;
 import org.hibernate.tool.hbm2ddl.SchemaExport;
 
 /**
+ * Source: http://jandrewthompson.blogspot.com/2009/10/how-to-generate-ddl-scripts-from.html
  * @author john.thompson
  *
  */

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-ddl-generator/src/test/java/org/apache/juddi/ddl/generator/AppTest.java
----------------------------------------------------------------------
diff --git a/juddi-ddl-generator/src/test/java/org/apache/juddi/ddl/generator/AppTest.java b/juddi-ddl-generator/src/test/java/org/apache/juddi/ddl/generator/AppTest.java
deleted file mode 100644
index c1a135f..0000000
--- a/juddi-ddl-generator/src/test/java/org/apache/juddi/ddl/generator/AppTest.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.apache.juddi.ddl.generator;
-
-import org.apache.juddi.ddl.generator.App;
-import org.junit.Test;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest {
-
-      @Test
-      public void dummytest(){}
-}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/ValueSetValidator/src/main/java/org/apache/juddi/examples/vsv/valuesetvalidator/App.java
----------------------------------------------------------------------
diff --git a/juddi-examples/ValueSetValidator/src/main/java/org/apache/juddi/examples/vsv/valuesetvalidator/App.java b/juddi-examples/ValueSetValidator/src/main/java/org/apache/juddi/examples/vsv/valuesetvalidator/App.java
index f359b24..df5d2d1 100644
--- a/juddi-examples/ValueSetValidator/src/main/java/org/apache/juddi/examples/vsv/valuesetvalidator/App.java
+++ b/juddi-examples/ValueSetValidator/src/main/java/org/apache/juddi/examples/vsv/valuesetvalidator/App.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2001-2008 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.
+ */
 package org.apache.juddi.examples.vsv.valuesetvalidator;
 
 import org.apache.commons.configuration.ConfigurationException;
@@ -5,7 +20,6 @@ import org.apache.juddi.api.impl.UDDIValueSetValidationImpl;
 import org.apache.juddi.v3.client.UDDIConstants;
 import org.apache.juddi.v3.client.config.UDDIClerk;
 import org.apache.juddi.v3.client.config.UDDIClient;
-import org.apache.juddi.validation.vsv.AbstractSimpleValidator;
 import org.uddi.api_v3.CategoryBag;
 import org.uddi.api_v3.KeyedReference;
 import org.uddi.api_v3.Name;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/ValueSetValidator/src/main/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/ValueSetValidator/src/main/resources/META-INF/uddi.xml b/juddi-examples/ValueSetValidator/src/main/resources/META-INF/uddi.xml
index c8555fe..0def5cc 100644
--- a/juddi-examples/ValueSetValidator/src/main/resources/META-INF/uddi.xml
+++ b/juddi-examples/ValueSetValidator/src/main/resources/META-INF/uddi.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
         <reloadDelay>5000</reloadDelay>
         <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/ValueSetValidator/src/test/java/org/apache/juddi/examples/vsv/valuesetvalidator/AppTest.java
----------------------------------------------------------------------
diff --git a/juddi-examples/ValueSetValidator/src/test/java/org/apache/juddi/examples/vsv/valuesetvalidator/AppTest.java b/juddi-examples/ValueSetValidator/src/test/java/org/apache/juddi/examples/vsv/valuesetvalidator/AppTest.java
deleted file mode 100644
index 0719f4e..0000000
--- a/juddi-examples/ValueSetValidator/src/test/java/org/apache/juddi/examples/vsv/valuesetvalidator/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package org.apache.juddi.examples.vsv.valuesetvalidator;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/create-partition/src/main/resources/META-INF/partition-uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/create-partition/src/main/resources/META-INF/partition-uddi.xml b/juddi-examples/create-partition/src/main/resources/META-INF/partition-uddi.xml
index 80ac1cf..e7455d2 100644
--- a/juddi-examples/create-partition/src/main/resources/META-INF/partition-uddi.xml
+++ b/juddi-examples/create-partition/src/main/resources/META-INF/partition-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="uddi-client classpath:xsd/uddi-client.xsd"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
         <reloadDelay>5000</reloadDelay>
         <client name="example-client">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[15/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.test/org.apache.juddi.client.test/TModelInstanceDetailsComparatorTest.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.test/org.apache.juddi.client.test/TModelInstanceDetailsComparatorTest.cs b/juddi-client.net/juddi-client.net.test/org.apache.juddi.client.test/TModelInstanceDetailsComparatorTest.cs
index a950af6..eba892b 100644
--- a/juddi-client.net/juddi-client.net.test/org.apache.juddi.client.test/TModelInstanceDetailsComparatorTest.cs
+++ b/juddi-client.net/juddi-client.net.test/org.apache.juddi.client.test/TModelInstanceDetailsComparatorTest.cs
@@ -1,457 +1,476 @@
-using NUnit.Framework;
-using org.apache.juddi.v3.client.util;
-using org.uddi.apiv3;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace juddi_client.net.test.org.apache.juddi.client.test
-{
-    [TestFixture]
-    public class TModelInstanceDetailsComparatorTest
-    {
-
-        /**
- * Test of compare method, of class TModelInstanceDetailsComparator.
- */
-        [Test]
-        [ExpectedException(typeof(ArgumentNullException))]
-        public void testCompareToNulls()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls");
-            tModelInstanceInfo[] lhs = null;
-            tModelInstanceInfo[] rhs = null;
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator(null, true, false, false);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-        }
-
-        [Test]
-        [ExpectedException(typeof(ArgumentOutOfRangeException))]
-        public void testCompareToNulls2()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls2");
-            tModelInstanceInfo[] lhs = null;
-            tModelInstanceInfo[] rhs = null;
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, true, false);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-        }
-
-        [Test]
-        [ExpectedException(typeof(ArgumentOutOfRangeException))]
-        public void testCompareToNulls3()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls3");
-            tModelInstanceInfo[] lhs = null;
-            tModelInstanceInfo[] rhs = null;
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, true);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-        }
-
-        [Test]
-        [ExpectedException(typeof(ArgumentOutOfRangeException))]
-        public void testCompareToNulls4()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls4");
-            tModelInstanceInfo[] lhs = null;
-            tModelInstanceInfo[] rhs = null;
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, true, true);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-        }
-
-        [Test]
-        [ExpectedException(typeof(ArgumentOutOfRangeException))]
-        public void testCompareToNulls5()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls5");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-        }
-
-        [Test]
-        [ExpectedException(typeof(ArgumentOutOfRangeException))]
-        public void testCompareToNulls6()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls6");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-        }
-
-        [Test]
-        [ExpectedException(typeof(ArgumentOutOfRangeException))]
-        public void testCompareToNulls7()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls7");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-        }
-
-        [Test]
-        [ExpectedException(typeof(ArgumentNullException))]
-        public void testCompareToNulls8()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls8");
-            tModelInstanceInfo[] lhs = null;
-            tModelInstanceInfo[] rhs = null;
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-        }
-
-        [Test]
-        [ExpectedException(typeof(ArgumentOutOfRangeException))]
-        public void testCompareToNotFound()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare notfound");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-            lhs[0].tModelKey = ("asd");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-            rhs[0].tModelKey = ("asd");
-            rhs[0].instanceDetails = new instanceDetails();
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-        }
-
-        [Test]
-        [ExpectedException(typeof(ArgumentOutOfRangeException))]
-        public void testCompareToNoData()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToNoData");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-        }
-
-        [Test]
-        [ExpectedException(typeof(ArgumentOutOfRangeException))]
-        public void testCompareToLHSNull()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToLHSNull");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-
-            rhs[0].instanceDetails.instanceParms = ("xyz");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-        }
-
-        [Test]
-        [ExpectedException(typeof(System.ArgumentOutOfRangeException))]
-
-        public void testCompareToRHSNull()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToRHSNull");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            lhs[0].instanceDetails.instanceParms = ("xyz");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            //rhs[0].instanceDetails.instanceParms=("xyz");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-        }
-
-        [Test]
-        [ExpectedException(typeof(FormatException))]
-        public void testCompareToNotNumberData()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToNotNumberData");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            lhs[0].instanceDetails.instanceParms = ("xyz");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            rhs[0].instanceDetails.instanceParms = ("xyz");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-        }
-
-        [Test]
-        public void testCompareToNumberDataEquals()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToNumberDataEquals");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            lhs[0].instanceDetails.instanceParms = ("3.14");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            rhs[0].instanceDetails.instanceParms = ("3.14");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
-            int expResult = 0;
-            int result = instance.compare(lhs, rhs);
-            Assert.AreEqual(expResult, result, "result " + result);
-        }
-
-        [Test]
-        public void testCompareToNumberDataGT()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToNumberDataGT");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            lhs[0].instanceDetails.instanceParms = ("3.15");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            rhs[0].instanceDetails.instanceParms = ("3.14");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
-
-            int result = instance.compare(lhs, rhs);
-            Assert.True(result > 0, "result " + result);
-        }
-
-        [Test]
-        public void testCompareToNumberDataLT()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToNumberDataLT");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            lhs[0].instanceDetails.instanceParms = ("3.10");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            rhs[0].instanceDetails.instanceParms = ("3.14");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
-
-            int result = instance.compare(lhs, rhs);
-            Assert.True(result < 0, "result " + result);
-        }
-
-        [Test]
-        [ExpectedException(typeof(System.FormatException))]
-        public void testCompareToDate()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDate");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            lhs[0].instanceDetails.instanceParms = ("asdasd");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            rhs[0].instanceDetails.instanceParms = ("asdasdasd");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, true, false);
-
-            int result = instance.compare(lhs, rhs);
-            //Assert.assertTrue("result " + result,result < 0);
-
-        }
-
-        [Test]
-        public void testCompareToDateGT()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDateGT");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            lhs[0].instanceDetails.instanceParms = ("2006-05-30T09:30:10-06:00");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            rhs[0].instanceDetails.instanceParms = ("2004-05-30T09:30:10-06:00");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, true, false);
-
-            int result = instance.compare(lhs, rhs);
-            Assert.True(result > 0, "result " + lhs[0].instanceDetails.instanceParms + " compare to " +
-                    rhs[0].instanceDetails.instanceParms + " " +
-                    result);
-
-        }
-
-        [Test]
-        public void testCompareToDateLT()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDateLT");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            lhs[0].instanceDetails.instanceParms = ("2002-05-30T09:30:10-06:00");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            rhs[0].instanceDetails.instanceParms = ("2005-05-30T09:30:10-06:00");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, true, false);
-
-            int result = instance.compare(lhs, rhs);
-            Assert.True(result < 0, "result " + lhs[0].instanceDetails.instanceParms + " compare to " +
-                    rhs[0].instanceDetails.instanceParms + " " + result);
-
-        }
-
-        [Test]
-        public void testCompareToDateEQ()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDateEQ");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            lhs[0].instanceDetails.instanceParms = ("2002-05-30T09:30:10-06:00");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            rhs[0].instanceDetails.instanceParms = ("2002-05-30T09:30:10-06:00");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, true, false);
-
-            int result = instance.compare(lhs, rhs);
-            Assert.True(result == 0, "result " + lhs[0].instanceDetails.instanceParms + " compare to " +
-                    rhs[0].instanceDetails.instanceParms + " " +
-                    result);
-
-        }
-
-        [Test]
-        [ExpectedException(typeof(System.FormatException))]
-        public void testCompareToDurationInvalid()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDurationInvalid");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            lhs[0].instanceDetails.instanceParms = ("asdasd");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            rhs[0].instanceDetails.instanceParms = ("asdasd");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, false, true);
-            int result = instance.compare(lhs, rhs);
-            Assert.True(result == 0, "result " + result);
-        }
-
-        [Test]
-        public void testCompareToDurationLT()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDurationLT");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            lhs[0].instanceDetails.instanceParms = ("P1Y");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            rhs[0].instanceDetails.instanceParms = ("P3Y");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, false, true);
-            int result = instance.compare(lhs, rhs);
-            Assert.True(result < 0, "result " + lhs[0].instanceDetails.instanceParms + " compare to " +
-                    rhs[0].instanceDetails.instanceParms + " " +
-                    result);
-        }
-
-        [Test]
-        public void testCompareToDurationGT()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDurationGT");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            lhs[0].instanceDetails.instanceParms = ("P5Y");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            rhs[0].instanceDetails.instanceParms = ("P2Y");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, false, true);
-            int result = instance.compare(lhs, rhs);
-            Assert.True(result > 0, "result " + lhs[0].instanceDetails.instanceParms + " compare to " +
-                    rhs[0].instanceDetails.instanceParms + " " +
-                    result);
-        }
-
-        [Test]
-        public void testCompareToDurationEQ()
-        {
-            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDurationEQ");
-            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-            lhs[0].tModelKey = ("hi");
-            lhs[0].instanceDetails = new instanceDetails();
-            lhs[0].instanceDetails.instanceParms = ("P5Y");
-            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
-
-
-            rhs[0].tModelKey = ("hi");
-            rhs[0].instanceDetails = new instanceDetails();
-            rhs[0].instanceDetails.instanceParms = ("P5Y");
-            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, false, true);
-            int result = instance.compare(lhs, rhs);
-            Assert.True(result == 0, "result " + lhs[0].instanceDetails.instanceParms + " compare to " +
-                     lhs[0].instanceDetails.instanceParms + " " +
-                    result);
-        }
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using NUnit.Framework;
+using org.apache.juddi.v3.client.util;
+using org.uddi.apiv3;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace juddi_client.net.test.org.apache.juddi.client.test
+{
+    [TestFixture]
+    public class TModelInstanceDetailsComparatorTest
+    {
+
+        /**
+ * Test of compare method, of class TModelInstanceDetailsComparator.
+ */
+        [Test]
+        [ExpectedException(typeof(ArgumentNullException))]
+        public void testCompareToNulls()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls");
+            tModelInstanceInfo[] lhs = null;
+            tModelInstanceInfo[] rhs = null;
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator(null, true, false, false);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+        }
+
+        [Test]
+        [ExpectedException(typeof(ArgumentOutOfRangeException))]
+        public void testCompareToNulls2()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls2");
+            tModelInstanceInfo[] lhs = null;
+            tModelInstanceInfo[] rhs = null;
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, true, false);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+        }
+
+        [Test]
+        [ExpectedException(typeof(ArgumentOutOfRangeException))]
+        public void testCompareToNulls3()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls3");
+            tModelInstanceInfo[] lhs = null;
+            tModelInstanceInfo[] rhs = null;
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, true);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+        }
+
+        [Test]
+        [ExpectedException(typeof(ArgumentOutOfRangeException))]
+        public void testCompareToNulls4()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls4");
+            tModelInstanceInfo[] lhs = null;
+            tModelInstanceInfo[] rhs = null;
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, true, true);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+        }
+
+        [Test]
+        [ExpectedException(typeof(ArgumentOutOfRangeException))]
+        public void testCompareToNulls5()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls5");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+        }
+
+        [Test]
+        [ExpectedException(typeof(ArgumentOutOfRangeException))]
+        public void testCompareToNulls6()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls6");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+        }
+
+        [Test]
+        [ExpectedException(typeof(ArgumentOutOfRangeException))]
+        public void testCompareToNulls7()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls7");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+        }
+
+        [Test]
+        [ExpectedException(typeof(ArgumentNullException))]
+        public void testCompareToNulls8()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare nulls8");
+            tModelInstanceInfo[] lhs = null;
+            tModelInstanceInfo[] rhs = null;
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+        }
+
+        [Test]
+        [ExpectedException(typeof(ArgumentOutOfRangeException))]
+        public void testCompareToNotFound()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare notfound");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+            lhs[0].tModelKey = ("asd");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+            rhs[0].tModelKey = ("asd");
+            rhs[0].instanceDetails = new instanceDetails();
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+        }
+
+        [Test]
+        [ExpectedException(typeof(ArgumentOutOfRangeException))]
+        public void testCompareToNoData()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToNoData");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+        }
+
+        [Test]
+        [ExpectedException(typeof(ArgumentOutOfRangeException))]
+        public void testCompareToLHSNull()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToLHSNull");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+
+            rhs[0].instanceDetails.instanceParms = ("xyz");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+        }
+
+        [Test]
+        [ExpectedException(typeof(System.ArgumentOutOfRangeException))]
+
+        public void testCompareToRHSNull()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToRHSNull");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            lhs[0].instanceDetails.instanceParms = ("xyz");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            //rhs[0].instanceDetails.instanceParms=("xyz");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+        }
+
+        [Test]
+        [ExpectedException(typeof(FormatException))]
+        public void testCompareToNotNumberData()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToNotNumberData");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            lhs[0].instanceDetails.instanceParms = ("xyz");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            rhs[0].instanceDetails.instanceParms = ("xyz");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+        }
+
+        [Test]
+        public void testCompareToNumberDataEquals()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToNumberDataEquals");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            lhs[0].instanceDetails.instanceParms = ("3.14");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            rhs[0].instanceDetails.instanceParms = ("3.14");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
+            int expResult = 0;
+            int result = instance.compare(lhs, rhs);
+            Assert.AreEqual(expResult, result, "result " + result);
+        }
+
+        [Test]
+        public void testCompareToNumberDataGT()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToNumberDataGT");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            lhs[0].instanceDetails.instanceParms = ("3.15");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            rhs[0].instanceDetails.instanceParms = ("3.14");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
+
+            int result = instance.compare(lhs, rhs);
+            Assert.True(result > 0, "result " + result);
+        }
+
+        [Test]
+        public void testCompareToNumberDataLT()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToNumberDataLT");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            lhs[0].instanceDetails.instanceParms = ("3.10");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            rhs[0].instanceDetails.instanceParms = ("3.14");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
+
+            int result = instance.compare(lhs, rhs);
+            Assert.True(result < 0, "result " + result);
+        }
+
+        [Test]
+        [ExpectedException(typeof(System.FormatException))]
+        public void testCompareToDate()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDate");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            lhs[0].instanceDetails.instanceParms = ("asdasd");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            rhs[0].instanceDetails.instanceParms = ("asdasdasd");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, true, false);
+
+            int result = instance.compare(lhs, rhs);
+            //Assert.assertTrue("result " + result,result < 0);
+
+        }
+
+        [Test]
+        public void testCompareToDateGT()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDateGT");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            lhs[0].instanceDetails.instanceParms = ("2006-05-30T09:30:10-06:00");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            rhs[0].instanceDetails.instanceParms = ("2004-05-30T09:30:10-06:00");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, true, false);
+
+            int result = instance.compare(lhs, rhs);
+            Assert.True(result > 0, "result " + lhs[0].instanceDetails.instanceParms + " compare to " +
+                    rhs[0].instanceDetails.instanceParms + " " +
+                    result);
+
+        }
+
+        [Test]
+        public void testCompareToDateLT()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDateLT");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            lhs[0].instanceDetails.instanceParms = ("2002-05-30T09:30:10-06:00");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            rhs[0].instanceDetails.instanceParms = ("2005-05-30T09:30:10-06:00");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, true, false);
+
+            int result = instance.compare(lhs, rhs);
+            Assert.True(result < 0, "result " + lhs[0].instanceDetails.instanceParms + " compare to " +
+                    rhs[0].instanceDetails.instanceParms + " " + result);
+
+        }
+
+        [Test]
+        public void testCompareToDateEQ()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDateEQ");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            lhs[0].instanceDetails.instanceParms = ("2002-05-30T09:30:10-06:00");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            rhs[0].instanceDetails.instanceParms = ("2002-05-30T09:30:10-06:00");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, true, false);
+
+            int result = instance.compare(lhs, rhs);
+            Assert.True(result == 0, "result " + lhs[0].instanceDetails.instanceParms + " compare to " +
+                    rhs[0].instanceDetails.instanceParms + " " +
+                    result);
+
+        }
+
+        [Test]
+        [ExpectedException(typeof(System.FormatException))]
+        public void testCompareToDurationInvalid()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDurationInvalid");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            lhs[0].instanceDetails.instanceParms = ("asdasd");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            rhs[0].instanceDetails.instanceParms = ("asdasd");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, false, true);
+            int result = instance.compare(lhs, rhs);
+            Assert.True(result == 0, "result " + result);
+        }
+
+        [Test]
+        public void testCompareToDurationLT()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDurationLT");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            lhs[0].instanceDetails.instanceParms = ("P1Y");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            rhs[0].instanceDetails.instanceParms = ("P3Y");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, false, true);
+            int result = instance.compare(lhs, rhs);
+            Assert.True(result < 0, "result " + lhs[0].instanceDetails.instanceParms + " compare to " +
+                    rhs[0].instanceDetails.instanceParms + " " +
+                    result);
+        }
+
+        [Test]
+        public void testCompareToDurationGT()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDurationGT");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            lhs[0].instanceDetails.instanceParms = ("P5Y");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            rhs[0].instanceDetails.instanceParms = ("P2Y");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, false, true);
+            int result = instance.compare(lhs, rhs);
+            Assert.True(result > 0, "result " + lhs[0].instanceDetails.instanceParms + " compare to " +
+                    rhs[0].instanceDetails.instanceParms + " " +
+                    result);
+        }
+
+        [Test]
+        public void testCompareToDurationEQ()
+        {
+            System.Console.Out.WriteLine("TModelInstanceDetailsComparator.compare testCompareToDurationEQ");
+            tModelInstanceInfo[] lhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+            lhs[0].tModelKey = ("hi");
+            lhs[0].instanceDetails = new instanceDetails();
+            lhs[0].instanceDetails.instanceParms = ("P5Y");
+            tModelInstanceInfo[] rhs = new tModelInstanceInfo[1] { new tModelInstanceInfo() };
+
+
+            rhs[0].tModelKey = ("hi");
+            rhs[0].instanceDetails = new instanceDetails();
+            rhs[0].instanceDetails.instanceParms = ("P5Y");
+            TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", false, false, true);
+            int result = instance.compare(lhs, rhs);
+            Assert.True(result == 0, "result " + lhs[0].instanceDetails.instanceParms + " compare to " +
+                     lhs[0].instanceDetails.instanceParms + " " +
+                    result);
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.test/org.apache.juddi.client.test/WSDL2UDDITest.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.test/org.apache.juddi.client.test/WSDL2UDDITest.cs b/juddi-client.net/juddi-client.net.test/org.apache.juddi.client.test/WSDL2UDDITest.cs
index 423cda0..d16c6fb 100644
--- a/juddi-client.net/juddi-client.net.test/org.apache.juddi.client.test/WSDL2UDDITest.cs
+++ b/juddi-client.net/juddi-client.net.test/org.apache.juddi.client.test/WSDL2UDDITest.cs
@@ -1,170 +1,189 @@
-using net.java.dev.wadl;
-using NUnit.Framework;
-using org.apache.juddi.v3.client;
-using org.apache.juddi.v3.client.config;
-using org.apache.juddi.v3.client.mapping;
-using org.apache.juddi.v3.client.transport;
-using org.uddi.apiv3;
-using org.xmlsoap.schemas.easyWsdl;
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Text;
-
-namespace juddi_client.net.test
-{
-    [TestFixture]
-    public class WSDL2UDDITest
-    {
-        string path = "";
-        public WSDL2UDDITest()
-        {
-            Console.Out.WriteLine(Directory.GetCurrentDirectory());
-            path = Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar + "resources";
-            if (!Directory.Exists(path))
-            {
-                path = Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar + ".." + Path.DirectorySeparatorChar + ".." + Path.DirectorySeparatorChar + "resources";
-                Console.Out.WriteLine(path);
-            }
-            if (!Directory.Exists(path))
-            {
-                path = Environment.GetEnvironmentVariable("JUDDI_TEST_RES");
-                Console.Out.WriteLine(path);
-            }
-            if (path == null || !Directory.Exists(path))
-            {
-                path = null;
-                Console.Out.WriteLine("uh oh, I can't find the resources directory, override with the environment variable JUDDI_TEST_RES=<path>");
-            }
-        }
-
-        [Test]
-        public void juddiapiflattenedTest()
-        {
-            Assume.That(path != null);
-            runTest(path + Path.DirectorySeparatorChar + "juddi-api-flattened.wsdl");
-        }
-
-        [Test]
-        public void juddiapiflattenedTestLongDescriptions()
-        {
-            Assume.That(path != null);
-            runTest(path + Path.DirectorySeparatorChar + "sample_1.wsdl");
-        }
-
-
-        [Test]
-        public void ReadWSDLTest1()
-        {
-            ReadWSDL wsi = new ReadWSDL();
-            try
-            {
-                tDefinitions wsdlDefinition = wsi.readWSDL(null);
-            }
-            catch (ArgumentNullException)
-            {
-
-            }
-        }
-
-        [Test]
-        public void WSDL2UDDITest2()
-        {
-            try
-            {
-                WSDL2UDDI wsdl2UDDI = new WSDL2UDDI(null, null, null);
-            }
-            catch (ArgumentNullException)
-            {
-
-            }
-        }
-
-
-        void runTest(String pathAndFile)
-        {
-            Assume.That(File.Exists(pathAndFile));
-
-
-            ReadWSDL wsi = new ReadWSDL();
-            tDefinitions wsdlDefinition = wsi.readWSDL(
-               pathAndFile
-                );
-            Properties properties1 = new Properties();
-            properties1.put("keyDomain", "my.key.domain");
-            WSDL2UDDI wsdl2UDDI = new WSDL2UDDI(null, new URLLocalizer(), properties1);
-            Assert.NotNull(wsdl2UDDI);
-
-            Dictionary<QName, tPortType> portTypes1 = (Dictionary<QName, tPortType>)wsdlDefinition.getAllPortTypes();
-            Assert.NotNull(portTypes1);
-            Assert.True(portTypes1.Count > 0);
-            List<tModel> portTypeTModels1 = wsdl2UDDI.createWSDLPortTypeTModels(pathAndFile, portTypes1);
-
-            Assert.NotNull(portTypeTModels1);
-            Assert.True(portTypeTModels1.Count > 0);
-
-
-            Dictionary<QName, tBinding> allBindings1 = wsdlDefinition.getAllBindings();
-            Assert.NotNull(allBindings1);
-            Assert.True(allBindings1.Count > 0);
-            List<tModel> createWSDLBindingTModels1 = wsdl2UDDI.createWSDLBindingTModels(pathAndFile, allBindings1);
-            Assert.NotNull(createWSDLBindingTModels1);
-            Assert.True(createWSDLBindingTModels1.Count > 0);
-
-            businessService[] businessServices = wsdl2UDDI.createBusinessServices(wsdlDefinition);
-
-            Assert.NotNull(businessServices);
-            Assert.True(businessServices.Length > 0);
-            for (int i = 0; i < businessServices.Length; i++)
-            {
-                foreach (description d in businessServices[i].description)
-                {
-                    if (d.lang != null)
-                        Assert.True(d.lang.Length <= UDDIConstants.MAX_xml_lang_length);
-                    if (d.Value != null)
-                        Assert.True(d.Value.Length <= UDDIConstants.MAX_description_length);
-                }
-                foreach (bindingTemplate bt in businessServices[i].bindingTemplates)
-                {
-                    
-
-
-                    Assert.NotNull(bt);
-                    Assert.NotNull(bt.bindingKey);
-                    Assert.NotNull(bt.Item);
-                    Assert.NotNull(bt.serviceKey);
-                    Assert.True(bt.Item is accessPoint);
-                    Assert.NotNull(((accessPoint)bt.Item).useType);
-                    Assert.NotNull(((accessPoint)bt.Item).Value);
-
-                    foreach (description d in bt.description)
-                    {
-                        if (d.lang != null)
-                            Assert.True(d.lang.Length <= UDDIConstants.MAX_xml_lang_length);
-                        if (d.Value != null)
-                            Assert.True(d.Value.Length <= UDDIConstants.MAX_description_length);
-                    }
-
-                    foreach (tModelInstanceInfo tm in bt.tModelInstanceDetails)
-                    {
-                        foreach (description d in tm.description)
-                        {
-                            if (d.lang != null)
-                                Assert.True(d.lang.Length <= UDDIConstants.MAX_xml_lang_length);
-                            if (d.Value != null)
-                                Assert.True(d.Value.Length <= UDDIConstants.MAX_description_length);
-                        }
-                    }
-
-                }
-                Assert.True(businessServices[i].bindingTemplates.Length > 0);
-                Assert.NotNull(businessServices[i].description);
-                Assert.True(businessServices[i].description.Length > 0);
-                Assert.NotNull(businessServices[i].serviceKey);
-            }
-
-
-        }
-
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using net.java.dev.wadl;
+using NUnit.Framework;
+using org.apache.juddi.v3.client;
+using org.apache.juddi.v3.client.config;
+using org.apache.juddi.v3.client.mapping;
+using org.apache.juddi.v3.client.transport;
+using org.uddi.apiv3;
+using org.xmlsoap.schemas.easyWsdl;
+using System;
+using System.Collections.Generic;
+using System.IO;
+using System.Text;
+
+namespace juddi_client.net.test
+{
+    [TestFixture]
+    public class WSDL2UDDITest
+    {
+        string path = "";
+        public WSDL2UDDITest()
+        {
+            Console.Out.WriteLine(Directory.GetCurrentDirectory());
+            path = Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar + "resources";
+            if (!Directory.Exists(path))
+            {
+                path = Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar + ".." + Path.DirectorySeparatorChar + ".." + Path.DirectorySeparatorChar + "resources";
+                Console.Out.WriteLine(path);
+            }
+            if (!Directory.Exists(path))
+            {
+                path = Environment.GetEnvironmentVariable("JUDDI_TEST_RES");
+                Console.Out.WriteLine(path);
+            }
+            if (path == null || !Directory.Exists(path))
+            {
+                path = null;
+                Console.Out.WriteLine("uh oh, I can't find the resources directory, override with the environment variable JUDDI_TEST_RES=<path>");
+            }
+        }
+
+        [Test]
+        public void juddiapiflattenedTest()
+        {
+            Assume.That(path != null);
+            runTest(path + Path.DirectorySeparatorChar + "juddi-api-flattened.wsdl");
+        }
+
+        [Test]
+        public void juddiapiflattenedTestLongDescriptions()
+        {
+            Assume.That(path != null);
+            runTest(path + Path.DirectorySeparatorChar + "sample_1.wsdl");
+        }
+
+
+        [Test]
+        public void ReadWSDLTest1()
+        {
+            ReadWSDL wsi = new ReadWSDL();
+            try
+            {
+                tDefinitions wsdlDefinition = wsi.readWSDL(null);
+            }
+            catch (ArgumentNullException)
+            {
+
+            }
+        }
+
+        [Test]
+        public void WSDL2UDDITest2()
+        {
+            try
+            {
+                WSDL2UDDI wsdl2UDDI = new WSDL2UDDI(null, null, null);
+            }
+            catch (ArgumentNullException)
+            {
+
+            }
+        }
+
+
+        void runTest(String pathAndFile)
+        {
+            Assume.That(File.Exists(pathAndFile));
+
+
+            ReadWSDL wsi = new ReadWSDL();
+            tDefinitions wsdlDefinition = wsi.readWSDL(
+               pathAndFile
+                );
+            Properties properties1 = new Properties();
+            properties1.put("keyDomain", "my.key.domain");
+            WSDL2UDDI wsdl2UDDI = new WSDL2UDDI(null, new URLLocalizer(), properties1);
+            Assert.NotNull(wsdl2UDDI);
+
+            Dictionary<QName, tPortType> portTypes1 = (Dictionary<QName, tPortType>)wsdlDefinition.getAllPortTypes();
+            Assert.NotNull(portTypes1);
+            Assert.True(portTypes1.Count > 0);
+            List<tModel> portTypeTModels1 = wsdl2UDDI.createWSDLPortTypeTModels(pathAndFile, portTypes1);
+
+            Assert.NotNull(portTypeTModels1);
+            Assert.True(portTypeTModels1.Count > 0);
+
+
+            Dictionary<QName, tBinding> allBindings1 = wsdlDefinition.getAllBindings();
+            Assert.NotNull(allBindings1);
+            Assert.True(allBindings1.Count > 0);
+            List<tModel> createWSDLBindingTModels1 = wsdl2UDDI.createWSDLBindingTModels(pathAndFile, allBindings1);
+            Assert.NotNull(createWSDLBindingTModels1);
+            Assert.True(createWSDLBindingTModels1.Count > 0);
+
+            businessService[] businessServices = wsdl2UDDI.createBusinessServices(wsdlDefinition);
+
+            Assert.NotNull(businessServices);
+            Assert.True(businessServices.Length > 0);
+            for (int i = 0; i < businessServices.Length; i++)
+            {
+                foreach (description d in businessServices[i].description)
+                {
+                    if (d.lang != null)
+                        Assert.True(d.lang.Length <= UDDIConstants.MAX_xml_lang_length);
+                    if (d.Value != null)
+                        Assert.True(d.Value.Length <= UDDIConstants.MAX_description_length);
+                }
+                foreach (bindingTemplate bt in businessServices[i].bindingTemplates)
+                {
+                    
+
+
+                    Assert.NotNull(bt);
+                    Assert.NotNull(bt.bindingKey);
+                    Assert.NotNull(bt.Item);
+                    Assert.NotNull(bt.serviceKey);
+                    Assert.True(bt.Item is accessPoint);
+                    Assert.NotNull(((accessPoint)bt.Item).useType);
+                    Assert.NotNull(((accessPoint)bt.Item).Value);
+
+                    foreach (description d in bt.description)
+                    {
+                        if (d.lang != null)
+                            Assert.True(d.lang.Length <= UDDIConstants.MAX_xml_lang_length);
+                        if (d.Value != null)
+                            Assert.True(d.Value.Length <= UDDIConstants.MAX_description_length);
+                    }
+
+                    foreach (tModelInstanceInfo tm in bt.tModelInstanceDetails)
+                    {
+                        foreach (description d in tm.description)
+                        {
+                            if (d.lang != null)
+                                Assert.True(d.lang.Length <= UDDIConstants.MAX_xml_lang_length);
+                            if (d.Value != null)
+                                Assert.True(d.Value.Length <= UDDIConstants.MAX_description_length);
+                        }
+                    }
+
+                }
+                Assert.True(businessServices[i].bindingTemplates.Length > 0);
+                Assert.NotNull(businessServices[i].description);
+                Assert.True(businessServices[i].description.Length > 0);
+                Assert.NotNull(businessServices[i].serviceKey);
+            }
+
+
+        }
+
+    }
+}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.test/packages.config
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.test/packages.config b/juddi-client.net/juddi-client.net.test/packages.config
index b1aa629..2ecb3c0 100644
--- a/juddi-client.net/juddi-client.net.test/packages.config
+++ b/juddi-client.net/juddi-client.net.test/packages.config
@@ -1,4 +1,24 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
-  <package id="NUnit" version="2.6.2" targetFramework="net35" />
-</packages>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<packages>
+  <package id="NUnit" version="2.6.2" targetFramework="net35" />
+</packages>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.test/resources/cxf.wadl
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.test/resources/cxf.wadl b/juddi-client.net/juddi-client.net.test/resources/cxf.wadl
index f2df539..b350def 100644
--- a/juddi-client.net/juddi-client.net.test/resources/cxf.wadl
+++ b/juddi-client.net/juddi-client.net.test/resources/cxf.wadl
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <application xmlns="http://wadl.dev.java.net/2009/02" xmlns:ns="http://superbooks">
  <grammars>
   <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.test/resources/juddi-api-flattened.wsdl
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.test/resources/juddi-api-flattened.wsdl b/juddi-client.net/juddi-client.net.test/resources/juddi-api-flattened.wsdl
index 6b6e0ac..afba715 100644
--- a/juddi-client.net/juddi-client.net.test/resources/juddi-api-flattened.wsdl
+++ b/juddi-client.net/juddi-client.net.test/resources/juddi-api-flattened.wsdl
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <?xml version='1.0' encoding='UTF-8'?><wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:juddi-apache-org:v3_service" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns2="http://schemas.xmlsoap.org/soap/http" xmlns:ns1="urn:juddi-apache-org:api_v3" name="JUDDIApiService" targetNamespace="urn:juddi-apache-org:v3_service">
   <wsdl:types>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:uddi-org:sub_v3" xmlns:ns1="urn:uddi-org:api_v3" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:uddi-org:sub_v3">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.test/resources/sample.wadl
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.test/resources/sample.wadl b/juddi-client.net/juddi-client.net.test/resources/sample.wadl
index 4e5e6a9..dad4196 100644
--- a/juddi-client.net/juddi-client.net.test/resources/sample.wadl
+++ b/juddi-client.net/juddi-client.net.test/resources/sample.wadl
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
   xsi:schemaLocation="http://wadl.dev.java.net/2009/02 wadl.xsd" 
   xmlns:tns="urn:yahoo:yn" 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.test/resources/sample_1.wsdl
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.test/resources/sample_1.wsdl b/juddi-client.net/juddi-client.net.test/resources/sample_1.wsdl
index da41ee6..3ecda97 100644
--- a/juddi-client.net/juddi-client.net.test/resources/sample_1.wsdl
+++ b/juddi-client.net/juddi-client.net.test/resources/sample_1.wsdl
@@ -1,4 +1,23 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <definitions name="StockQuote" targetNamespace="http://example.com/stockquote/"
 	xmlns:tns="http://example.com/stockquote/" xmlns:xsd1="http://example.com/stockquote/schema/"
 	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.test/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.test/uddi.xml b/juddi-client.net/juddi-client.net.test/uddi.xml
index 61616b3..50ab0c3 100644
--- a/juddi-client.net/juddi-client.net.test/uddi.xml
+++ b/juddi-client.net/juddi-client.net.test/uddi.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:juddi-apache-org:v3_client ..\..\juddi-client\src\main\resources\xsd\uddi-client.xsd">
   <reloadDelay>5000</reloadDelay>
   <client name="test-client">
@@ -89,4 +109,4 @@
       <IgnoreSSLErrors>false</IgnoreSSLErrors>
     </XtoWsdl>
   </client>
-</uddi>
\ No newline at end of file
+</uddi>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[22/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/JBossDeploy.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/JBossDeploy.xml b/docs/userguide/en-US/JBossDeploy.xml
deleted file mode 100644
index 917f48d..0000000
--- a/docs/userguide/en-US/JBossDeploy.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: Subscription -->
-<chapter id="chap-deployjboss">
-    <title>Deploying to JBoss 5.1.0.GA</title>
-    
-    <!-- section: Introduction -->
-    <section id="sect-deployjboss">
-        <title>Introduction</title>
-        <para>
-	This section describes how to deploy juddi to JBoss 5.1.0.GA.     These instructions will use CXF as a webservice framework rather than JBoss WS native.
-        </para>
-
-        <para>
-	First, download jboss-5.1.0.GA - the zip or tar.gz bundle may be found 
-at http://www.jboss.org/jbossas/downloads/.      Download the bundle and uncompress it.
-        </para>
-   
-	<para>
-	Next, download jbossws-cxf-3.2.0.zip - which can be found at http://www.jboss.org/jbossws/downloads/.     Uncompress it.	
-	</para>	
-
-	<para>
-	In the uncompressed jbossws-cxf-3.2.0, rename <filename>ant.properties-example</filename> to <filename>ant.properties</filename>.    Edit ant.properties and set the jboss.510.home property to the directory where you unpacked your jboss-5.1.0.GA installation.    
-	</para>
-
-	<para>	
-	Next, execute the ant target "ant deploy-jboss510".    Once CXF is deployed, start the server and verify the installation with 'ant tests'.
-	</para> 
-
-    </section>
-   
-    <section id="sect-juddi-war">
-	<title>Add juddiv3.war</title>
-	<para>
-	Copy juddiv3.war to server/default/deploy and unpack it.
-	</para>
-	
-	<para>
-	Insert <filename>jboss-web.xml</filename> into the juddiv3.war/WEB-INF directory , should look like the following :
-	<programlisting><xi:include href="extras/jboss-web.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>	
-	</para>
-    </section> 
-
-    <!-- section: Two node example setup: Sales and Marketing -->
-    <section id="sect-datasource">
-        <title>Configure Datasource</title>
-        <para>
-	The first step for configuring a datasource is to copy your JDBC driver into the classpath.    Copy your JDBC driver into <filename>${jboss.home.dir}/server/${configuration}/lib</filename>, where configuration is the profile you wish to start with (default, all, etc.). 
-
-	Example : 
-	<programlisting>cp mysql-connector-java-5.0.8-bin.jar /opt/jboss-5.1.0.GA/server/default/lib</programlisting> 
-        </para>
-
-        <para>
-	Next, configure a JBoss datasource file for your db.   Listed below is an example datasource for MySQL :	
-        </para>
-        <programlisting><xi:include href="extras/juddiv3-ds.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-	Next, make a few changes to the <filename>juddiv3.war/classes/META-INF/persistence.xml</filename>. 
-	
-	Change the "hibernate.dialect" property to match the database you have chosen for persistence.      For MySQL, change the value of hibernate.dialect to "org.hibernate.dialect.MySQLDialect".     A full list of dialects available can be found in the hibernate documentation (https://www.hibernate.org/hib_docs/v3/api/org/hibernate/dialect/package-summary.html).  
-
-	Next, change the &lt;jta-data-source&gt; tags so that it reads &lt;non-jta-data-source&gt;, and change the value from java:comp/env/jdbc/JuddiDS to java:/JuddiDS.
-        </para>
-
-    </section>
-    
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Legal_Notice.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Legal_Notice.xml b/docs/userguide/en-US/Legal_Notice.xml
deleted file mode 100644
index 45c322c..0000000
--- a/docs/userguide/en-US/Legal_Notice.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?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.
- *
- */ -->
-
-<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-
-]>
-
-<legalnotice lang="en-US">
-	<para>
-		Copyright <trademark class="copyright"></trademark> 2010 
-	</para>
-
-    <para>
-     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.
-    </para>
-
-</legalnotice>
-

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Preface.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Preface.xml b/docs/userguide/en-US/Preface.xml
deleted file mode 100644
index 9b28bd8..0000000
--- a/docs/userguide/en-US/Preface.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<preface id="User_Guide-Preface">
-	<title>Preface</title>
-	<xi:include href="Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
-		<xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude">
-			<!-- <xi:include href="Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
-			<!-- maybe we want to have info here about the book source -->
-		</xi:fallback>
-	</xi:include>
-
-
-
-	<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
-		<xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude">
-			<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-		</xi:fallback>
-	</xi:include>
-	
-</preface>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Revision_History.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Revision_History.xml b/docs/userguide/en-US/Revision_History.xml
deleted file mode 100644
index 7e21017..0000000
--- a/docs/userguide/en-US/Revision_History.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<appendix id="appe-Publican-Revision_History">
-	<title>Revision History</title>
-	<simpara>
-		<revhistory>
-		    <revision>
-			<revnumber>1.1</revnumber>
-			<date>Thu Jan 07 2010</date>
-			<author>
-			<firstname>Tom</firstname>
-			<surname>Cunningham</surname>
-			<email>tcunning@apache.org</email>
-			</author>
-			<revdescription>
-			<simplelist>
-				<member>Translated Dev Guide to docbook</member>
-			</simplelist>
-			</revdescription>
-		    </revision>	
-		    <revision>
-                	<revnumber>1.0</revnumber>
-                	<date>Mon Nov 16 2009</date>
-                	<author>
-                    	<firstname>Darrin</firstname>
-                    	<surname>Mison</surname>
-                    	<email>dmison@redhat.com</email>
-                	</author>
-                	<revdescription>
-                    	<simplelist>
-                        	<member>Created from community jUDDI Guide</member>
-                    	</simplelist>
-                	</revdescription>
-            	    </revision>
-		</revhistory>
-	</simpara>
-</appendix>
-

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Root_seed_data.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Root_seed_data.xml b/docs/userguide/en-US/Root_seed_data.xml
deleted file mode 100644
index dc3bab4..0000000
--- a/docs/userguide/en-US/Root_seed_data.xml
+++ /dev/null
@@ -1,145 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: Using the UDDI-Client -->
-<chapter id="chap-root_seed_data">
-    <title>Root Seed Data</title>
-
-    <!-- section: Introduction -->
-    <section id="sect-root_seed_data_intro">
-        <title>Introduction</title>
-        <para>
-        As of UDDI v3, each registry need to have a <literal>“root”</literal> publisher.
-        The root publisher is the owner of the UDDI services (inquiry, publication, etc).
-        There can only be one root publisher per node. JUDDI ships some default seed data
-        for the root account. The default data can be found in the
-        <filename>juddi-core-3.x.jar</filename>, under
-        <filename>juddi_install_data/</filename>. By default jUDDI installs two
-        Publishers: <literal>“root”</literal> and <literal>“uddi”</literal>. Root owns the
-        root partition, and uddi owns all the other seed data such as pre-defined tModels.
-        </para>
-
-    </section>
-    
-    <!-- section: Seed Data Files -->
-    <section id="sect-seed_data_files">
-        <title>Seed Data Files</title>
-        
-        <para>
-        For each publisher there are four seed data files that will be read the first time
-        you start jUDDI:
-        </para>
-    
-        <screen><xi:include href="extras/Root_seed_data_1.screen" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
-        
-        <para>
-        For example the content of the <filename>root_Publisher.xml</filename> looks like
-        </para>
-    
-        <programlisting language="XML"><xi:include href="extras/Root_seed_data_1.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        
-        <para>
-        Each publisher should have its own key generator schema so that custom generated
-        keys cannot end up being identical to keys generated by other publishers. It is
-        therefor that the each publisher need to define their own KenGenerator tModel. The
-        tModel Key Generator is defined in the file <filename>root_tModelKeyGen.xml</filename> 
-        and the content of this file is
-        </para>
-    
-        <programlisting language="XML"><xi:include href="extras/Root_seed_data_2.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-
-        <para>
-        This means that the legal format of keys used by the root publisher need to be in
-        the form <literal>uddi:juddi.apache.org:&lt;text-of-chioce&gt;</literal> The use 
-        of other types of format will lead to an 'illegal key' error. The root publisher
-        can only own one KeyGenerator while any other publisher can own more then one
-        KeyGenerator. KeyGenerators should not be shared unless there is a good reason to
-        do so. If you want to see your publisher with more then just the one KeyGenerator
-        tModel, you can use the<filename> &lt;publisher&gt;_tModels.xml</filename> file.
-        </para>
-
-        <para>
-        Finally, in the <filename>&lt;publisher&gt;_BusinessEntity.xml</filename> file can
-        be used to setup Business and Service data. In the <filename>root_BusinessEntity.xml</filename> we
-        specified the ASF Business, and the UDDI services; Inquiry, Publish, etc.:
-        </para>
-    
-        <programlisting language="XML"><xi:include href="extras/Root_seed_data_3.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        Note that the seeding process only kicks off if no publishers exist in the
-        database. So this will only work with a clean database, unless you set
-        <literal>juddi.seed.always</literal> to true. Then it will re-apply all files with
-        the exception of the root data files. Note that this can lead to losing data that
-        was added to entities that are re-seeded, since data is not merged.
-        </para>
-    
-    </section>
-    
-    <!-- section: Tokens in the Seed Data -->
-    <section id="sect-tokens_in_the_seed_data">
-        <title>Token in the Seed Data</title>
-        <para>
-        You may have noticed the tokens in the <filename>root_BusinessEntity.xml</filename> 
-        file (<literal>${juddi.server.baseurl}</literal>. The value of this tokens can set in
-        the <filename>juddiv3.properties</filename> file. The value substitution takes place
-        at runtime, so that different nodes can do the substitution  with their own value if needed.
-        </para>
-    </section>
-
-    <!-- section: Customer Seed Data -->
-    <section id="sect-custom_seed_data">
-        <title>Customer Seed Data</title>
-        <para>
-        In your deployment you probably do not want to use the Seed Data shipped with the
-        default jUDDI install. The easiest way to overwrite this data is to add it to a
-        directory call <filename>juddi_custom_install_data</filename> in the
-        <filename>juddiv3.war/WEB-INF/classes/</filename> directory. That way you don't
-        have to modify the <filename>juddi-core-3.x.jar</filename>. Additionally if your
-        root publisher is not called “root” you will need to set the
-        <property>juddi.root.publisher</property> property in the
-        <filename>juddiv3.properties</filename> file to something other then
-        </para>
-    
-        <programlisting><xi:include href="extras/Root_seed_data_1.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        The <filename>juddiv3.war</filename> ships with two example data directory. One
-        for the Sales Affiliate, and one for the Marketing Affiliate. To use the Sales
-        Seed Data, in the <filename>juddiv3.war/WEB-INF/classes/</filename>, rename the
-        directory
-        </para>
-    
-       <screen><xi:include href="extras/Root_seed_data_2.screen" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
-        
-        <para>
-        before you start jUDDI the first time. It will then use this data to populate the
-        database. If you want to rerun you can trash the database it created and restart
-        tomcat. Don't forget to set the tokens in the <filename>juddiv3.properties</filename> file.
-        </para>
-    </section>
-    
-
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/SimplePublish.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/SimplePublish.xml b/docs/userguide/en-US/SimplePublish.xml
deleted file mode 100644
index 0b2fc0b..0000000
--- a/docs/userguide/en-US/SimplePublish.xml
+++ /dev/null
@@ -1,315 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-<chapter id="chap-SimplePublish">
-  <title>Simple Publishing Using the jUDDI API</title>
-  <para>
-    One of the most common requests we get on the message board is “How do I publish a service using jUDDI?” This question holds a wide berth, as it can result anywhere from not understanding the UDDI data model, to confusion around how jUDDI is set up, to the
-    order of steps required to publish artifacts in the registry, to general use of the API – and everything in between. This article will attempt to answer this “loaded” question and, while not going into too much detail, will hopefully clear some of the
-    confusion about publishing into the jUDDI registry.
-  </para>
-  <section>
-    <title>UDDI Data Model</title>
-    <para>
-      Before you begin publishing artifacts, you need to know exactly how to break down your data into the UDDI model. This topic is covered extensively in the specification, particularly in section 3, so I only want to gloss over some for details. Readers
-      interested in more extensive coverage should most definitely take a look at the UDDI specification.
-    </para>
-    <para>
-      Below is a great diagram of the UDDI data model (taken directly from the specification):
-    </para>
-    <figure id="fig-UDDI-coredatastructures">
-      <title>UDDI Core Data Structures</title>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="images/uddi_core_datastructures.gif" scalefit="1" />
-        </imageobject>
-        <textobject>
-          <phrase>UDDI core data structures</phrase>
-        </textobject>
-      </mediaobject>
-    </figure>
-    <para>
-      As you can see, data is organized into a hierarchical pattern. Business Entities are at the top of the pyramid, they contain Business Services and those services in turn contain Binding Templates. TModels (or technical models) are a catch-all structure
-      that can do anything from categorize one of the main entities, describe the technical details of a binding (ex. protocols, transports, etc), to registering a key partition. TModels won’t be covered too much in this article as I want to focus on the
-      three main UDDI entities.
-    </para>
-    <para>
-      The hierarchy defined in the diagram is self-explanatory. You must first have a Business Entity before you can publish any services. And you must have a Business Service before you can publish a Binding Template. There is no getting around this structure;
-      this is the way UDDI works.
-    </para>
-    <para>
-      Business Entities describe the organizational unit responsible for the services it publishes. It generally consist of a description and contact information. How one chooses to use the Business Entity is really dependent on the particular case. If you’re one
-      small company, you will likely just have one Business Entity. If you are a larger company with multiple departments, you may want to have a Business Entity per department. (The question may arise if you can have one uber-Business Entity and multiple
-      child Business Entities representing the departments. The answer is yes, you can relate Business Entities using Publisher Assertions, but that is beyond the scope of this article.)
-    </para>
-    <para>
-      Business Services are the cogs of the SOA landscape. They represent units of functionality that are consumed by clients. In UDDI, there’s not much to a service structure; mainly descriptive information like name, description and categories. The meat of the
-      technical details about the service is contained in its child Binding Templates.
-    </para>
-    <para>
-      Binding Templates, as mentioned above, give the details about the technical specification of the service. This can be as simple as just providing the service’s access point, to providing the location of the service WSDL to more complicated scenarios to
-      breaking down the technical details of the WSDL (when used in concert with tModels). Once again, getting into these scenarios is beyond the scope of this article but may be the subject of future articles.
-    </para>
-  </section>
-  <section>
-    <title>jUDDI Additions to the Model</title>
-    <para>
-      Out of the box, jUDDI provides some additional structure to the data model described in the specification. Primarily, this is the concept of the Publisher.
-    </para>
-    <para>
-      The UDDI specification talks about ownership of the entities that are published within the registry, but makes no mention about how ownership should be handled. Basically, it is left up to the particular implementation to decide how to handle “users” that
-      have publishing rights in the registry.
-    </para>
-    <para>
-      Enter the jUDDI Publisher. The Publisher is essentially an out-of-the-box implementation of an identity management system. Per the specification, before assets can be published into the registry, a “publisher” must authenticate with the registry by
-      retrieving an authorization token. This authorization token is then attached to future publish calls to assign ownership to the published entities.
-    </para>
-    <para>
-      jUDDI’s Publisher concept is really quite simple, particularly when using the default authentication. You can save a Publisher to the registry using jUDDI’s custom API and then use that Publisher to publish your assets into the registry. jUDDI allows for
-      integration into your own identity management system, circumventing the Publisher entirely if desired. This is discussed in more detail in the documentation, but for purposes of this article, we will be using the simple out-of-the-box Publisher
-      solution.
-    </para>
-    <para>
-      One quick note: ownership is essentially assigned to a given registry entity by using its “authorizedName” field. The “authorizedName” field is defined in the specification in the operationalInfo structure which keeps track of operational info for each
-      entity.
-    </para>
-  </section>
-  <section>
-    <title>UDDI and jUDDI API</title>
-    <para>
-      Knowing the UDDI data model is all well and good. But to truly interact with the registry, you need to know how the UDDI API is structured and how jUDDI implements this API. The UDDI API is covered in great detail in chapter 5 of the specification but will be
-      summarized here.
-    </para>
-    <para>
-      UDDI divides their API into several “sets” – each representing a specific area of functionality. The API sets are listed below:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Inquiry – deals with querying the registry to return details on entities within
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Publication – handles publishing entities into the registry
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Security – open-ended specification that handles authentication
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Custody and Ownership Transfer – deals with transferring ownership and custody of entities
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Subscription – allows clients to retrieve information on entities in a timely manner using a subscription format
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Subscription Listener – client API that accepts subscription results
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Value Set (Validation and Caching)– validates keyed reference values (not implemented by jUDDI)
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Replication – deals with federation of data between registry nodes (not implemented by jUDDI)
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      The most commonly used APIs are the Inquiry, Publication and Security APIs. These APIs provide the standard functions for interacting with the registry.
-    </para>
-    <para>
-      The jUDDI server implements each of these API sets as a JAX-WS compliant web service and each method defined in the API set is simply a method in the corresponding web service. The client module provided by jUDDI uses a “transport” class that defines how
-      the call is to be made. The default transport uses JAX-WS but there are several alternative ways to make calls to the API. Please refer to the documentation for more information.
-    </para>
-    <para>
-      One final note, jUDDI defines its own API set. This API set contains methods that deal with handling Publishers as well as other useful maintenance functions (mostly related to jUDDI’s subscription model). This API set is obviously proprietary to jUDDI and
-      therefore doesn’t conform to the UDDI specification.
-    </para>
-  </section>
-  <section>
-    <title>Getting Started</title>
-    <para>
-      Now that we’ve covered the basics of the data model and API sets, it’s time to get started with the publishing sample. The first thing that must happen is to get the jUDDI server up and running. Please refer to this
-      <ulink url="http://apachejuddi.blogspot.com/2010/02/getting-started-with-juddi-v3.html">article</ulink>
-      that explains how to start the jUDDI server.
-    </para>
-    <section>
-      <title>Simple Publishing Example</title>
-      <para>
-        We will now go over the “simple-publish” example found in the documentation. This sample expands upon the HelloWorld example in that after retrieving an authentication token, a Publisher, BusinessEntity and BusinessService are published to the registry.
-      </para>
-      <para>
-        The sample consists of only one class: SimplePublish. Let’s start by taking a look at the constructor:
-      </para>
-      <programlisting language="Java" role="JAVA">
-  	public SimplePublish() {
-          try {
-              String clazz = UDDIClientContainer.getUDDIClerkManager(null).
-              	getClientConfig().getUDDINode("default").getProxyTransport();
-              Class&lt;?&gt; transportClass = ClassUtil.forName(clazz, Transport.class);
-  			if (transportClass!=null) {
-  				Transport transport = (Transport) transportClass.
-  					getConstructor(String.class).newInstance("default");
-  
-  				security = transport.getUDDISecurityService();
-  				juddiApi = transport.getJUDDIApiService();
-  				publish = transport.getUDDIPublishService();
-  			}	
-  		} catch (Exception e) {
-  			e.printStackTrace();
-  		}	
-  	}
-      </programlisting>
-      <para>
-        The constructor uses the jUDDI client API to retrieve the transport from the default node.  You can refer to the documentation if you’re confused about how clerks and nodes work.  Suffice it to say, we are simply retrieving the default client transport class which 
-        is designed to make UDDI calls out using JAX-WS web services.
-      </para>
-      <para>
-        Once the transport is instantiated, we grab the three API sets we need for this demo:  1) the Security API set so we can get authorization tokens, 2) the proprietary jUDDI API set so we can save a Publisher and 3) the Publication API set so we can actually publish 
-        entities to the registry.
-      </para>
-      <para>
-        All the magic happens in the publish method.  We will look at that next.
-      </para>
-      <para>
-        Here are the first few lines of the publish method:
-      </para>
-      <programlisting language="Java" role="JAVA">
-  			// Setting up the values to get an authentication token for the 'root' user ('root' user 
-            // has admin privileges and can save other publishers).
-  			GetAuthToken getAuthTokenRoot = new GetAuthToken();
-  			getAuthTokenRoot.setUserID("root");
-  			getAuthTokenRoot.setCred("");
-  
-  			// Making API call that retrieves the authentication token for the 'root' user.
-  			AuthToken rootAuthToken = security.getAuthToken(getAuthTokenRoot);
-  			System.out.println ("root AUTHTOKEN = " + rootAuthToken.getAuthInfo());
-      </programlisting>
-      <para>
-        This code simply gets the authorization token for the ‘root’ user.   The ‘root’ user (or publisher) is automatically installed in every jUDDI instance and acts as the “administrator” for jUDDI API calls.  Additionally, the ‘root’ user is the owning 
-        publisher for all the initial services installed with jUDDI.  You may be wondering what those “initial services” are.  Well, since the UDDI API sets are all implemented as web services by jUDDI, every jUDDI node actually registers those services inside 
-        itself.  This is done per the specification.
-      </para>
-      <para>
-        Let’s get back to the code.  Now that we have root authorization, we can add a publisher:
-      </para>
-      <programlisting language="Java" role="JAVA">
-  			// Creating a new publisher that we will use to publish our entities to.
-  			Publisher p = new Publisher();
-  			p.setAuthorizedName("my-publisher");
-  			p.setPublisherName("My Publisher");
-  
-  			// Adding the publisher to the "save" structure, using the 'root' user authentication info and 
-            // saving away. 
-  			SavePublisher sp = new SavePublisher();
-  			sp.getPublisher().add(p);
-  			sp.setAuthInfo(rootAuthToken.getAuthInfo());
-  			juddiApi.savePublisher(sp);
-      </programlisting>
-      <para>
-        Here we’ve simply used the jUDDI API to save a publisher with authorized name “my-publisher”.  Notice how the authorization token for the ‘root’ user is used.  Next, we need to get the authorization token for this new publisher:
-      </para>
-      <programlisting language="Java" role="JAVA">
-  			// Our publisher is now saved, so now we want to retrieve its authentication token
-  			GetAuthToken getAuthTokenMyPub = new GetAuthToken();
-  			getAuthTokenMyPub.setUserID("my-publisher");
-  			getAuthTokenMyPub.setCred("");
-  			AuthToken myPubAuthToken = security.getAuthToken(getAuthTokenMyPub);
-  			System.out.println ("myPub AUTHTOKEN = " + myPubAuthToken.getAuthInfo());
-      </programlisting>
-      <para>
-        This is pretty straightforward.  You’ll note that no credentials have been set on both authorization calls.  This is because we’re using the default authenticator which doesn’t require credentials.  We have our authorization token for our new 
-        publisher, now we can simply publish away:
-      </para>
-      <programlisting language="Java" role="JAVA">
-  			// Creating the parent business entity that will contain our service.
-  			BusinessEntity myBusEntity = new BusinessEntity();
-  			Name myBusName = new Name();
-  			myBusName.setValue("My Business");
-  			myBusEntity.getName().add(myBusName);
-  			
-  			// Adding the business entity to the "save" structure, using our publisher's authentication info 
-            // and saving away.
-  			SaveBusiness sb = new SaveBusiness();
-  			sb.getBusinessEntity().add(myBusEntity);
-  			sb.setAuthInfo(myPubAuthToken.getAuthInfo());
-  			BusinessDetail bd = publish.saveBusiness(sb);
-  			String myBusKey = bd.getBusinessEntity().get(0).getBusinessKey();
-  			System.out.println("myBusiness key:  " + myBusKey);
-  			
-  			// Creating a service to save.  Only adding the minimum data: the parent business key retrieved 
-            //from saving the business above and a single name.
-  			BusinessService myService = new BusinessService();
-  			myService.setBusinessKey(myBusKey);
-  			Name myServName = new Name();
-  			myServName.setValue("My Service");
-  			myService.getName().add(myServName);
-  			// Add binding templates, etc...
-  			
-  			// Adding the service to the "save" structure, using our publisher's authentication info and 
-            // saving away.
-  			SaveService ss = new SaveService();
-  			ss.getBusinessService().add(myService);
-  			ss.setAuthInfo(myPubAuthToken.getAuthInfo());
-  			ServiceDetail sd = publish.saveService(ss);
-  			String myServKey = sd.getBusinessService().get(0).getServiceKey();
-  			System.out.println("myService key:  " + myServKey);
-      </programlisting>
-      <para>
-        To summarize, here we have created and saved a BusinessEntity and then created and saved a BusinessService.  We’ve just added the bare minimum data to each entity (and in fact, have not added any BindingTemplates to the service).  Obviously, you 
-        would want to fill out each structure with greater information, particularly with services.  However, this is beyond the scope of this article, which aims to simply show you how to programmatically publish entities.
-      </para>
-      <para>
-        There are a couple important notes regarding the use of entity keys.  Version 3 of the specification allows for publishers to create their own keys but also instructs implementers to have a default method.  Here we have gone with the default 
-        implementation by leaving each entity’s “key” field blank in the save call.  jUDDI’s default key generator simply takes the node’s partition and appends a GUID.  In a default installation, it will look something like this:
-      </para>
-      <blockquote>
-        <para>
-          uddi:juddi.apache.org:&lt;GUID&gt;
-        </para>
-      </blockquote>
-      <para>
-        You can, of course, customize all of this, but that is left for another article.  The second important point is that when the BusinessService is saved, I’ve had to explicitly set its parent business key (retrieved from previous call saving the 
-        business).  This is a necessary step when the service is saved in an independent call like this.  Otherwise you would get an error because jUDDI won’t know where to find the parent entity.  I could have added this service to the BusinessEntity’s service 
-        collection and saved it with the call to saveBusiness.  In that scenario I would not have to set the parent business key.
-      </para>    
-    </section>
-  </section>
-  <section>
-    <title>Conclusion</title>
-    <para>
-      That does it for this article.  Hopefully I managed to clear some of the confusion around the open-ended question, “How do I publish a service using jUDDI?”.
-    </para>
-  </section>
-</chapter>
-

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Subscription.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Subscription.xml b/docs/userguide/en-US/Subscription.xml
deleted file mode 100644
index 69e2db7..0000000
--- a/docs/userguide/en-US/Subscription.xml
+++ /dev/null
@@ -1,444 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: Subscription -->
-<chapter id="chap-Subscription">
-    <title>Subscription</title>
-    
-    <!-- section: Introduction -->
-    <section id="sect-subscription_intro">
-        <title>Introduction</title>
-        <para>
-        Subscriptions come to play in a multi-registry setup. Within your company you may
-        have the need to run with more then one UDDI, let's say one for each department,
-        where you limit access to the systems in each department to just their own UDDI
-        node. However you may want to share some services cross departments. The
-        subscription API can help you cross registering those services and keeping them up
-        to date by sending out notifications as the registry information in the parent
-        UDDI changes.
-        </para>
-
-        <para>
-        There are two type of subscriptions:
-        </para>
-    
-        <variablelist>
-            <varlistentry>
-                <term>asynchronous</term>
-                <listitem>
-                    <para>
-                    Save a subscription, and receive updates on a certain schedule.
-                    </para>
-                </listitem>
-            </varlistentry>
-            <varlistentry>
-                <term>synchronous</term>
-                <listitem>
-                    <para>
-                    Save a subscription and invoke the get_Subscription and get a synchronous reply.
-                    </para>
-                </listitem>
-            </varlistentry>
-        </variablelist>
-
-        <para>
-        The notification can be executed in a synchronous and an asynchronous way. The
-        asynchronous way requires a listener service to be installed on the node to which
-        the notifications should be sent.
-        </para>
-
-    </section>
-    
-
-    <!-- section: Two node example setup: Sales and Marketing -->
-    <section id="sect-Two_node_example">
-        <title>Two node example setup: Sales and Marketing</title>
-        <para>
-        In this example we are setting up a node for 'sales' and a node for 'marketing'.
-        For this you need to deploy jUDDI to two different services, then you need to do
-        the following setup:
-        </para>
-
-        <!-- procedure: Setup Node 1: Sales -->
-        <procedure id="proc-Two_node_example_Setup_Node1">
-            <title>Setup Node 1: Sales</title>
-            <step>
-                <para>
-                Create <filename>juddi_custom_install_data</filename>.
-                </para>
-                <screen><xi:include href="extras/Subscription_1.screen" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
-            </step>
-            <step>
-                <para>
-                edit: <filename>webapps/juddiv3/WEB-INF/classes/juddiv3.properties</filename> and set the following
-                property values where 'sales' is the DNS name of your server.
-                </para>
-                <programlisting><xi:include href="extras/Subscription_1.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-            </step>
-            <step>
-                <para>
-                Start the server (tomcat), which will load the UDDI seed data (since this
-                is the first time you're starting jUDDI, see 
-                <xref linkend="chap-root_seed_data" />)
-                </para>
-                <screen><xi:include href="extras/Subscription_3.screen" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
-            </step>
-            <step>
-                <para>
-                Open your browser to <ulink url="http://sales:8080/juddiv3"/>.  You should see:
-                </para>
-            
-               <!-- figure: Sales Node Installation -->
-               <figure id="fig-sales_node_installation">
-                   <title>Sales Node Installation</title>
-                   <mediaobject>
-                       <imageobject>
-                           <imagedata fileref="images/sales_node_installation.png"  scalefit="1"/>
-                       </imageobject>
-                       <textobject>
-                           <phrase>Sales Node Installation</phrase>
-                       </textobject>
-                   </mediaobject>
-               </figure>
-            
-            </step>
-        </procedure>
-        
-        <!-- procedure: Setup Node 2: Marketing -->
-        <procedure>
-            <title>Setup Node 2: Marketing</title>
-            <step>
-                <para>
-                Create <filename>juddi_custom_install_data</filename>.
-                </para>
-                <screen><xi:include href="extras/Subscription_4.screen" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
-            </step>
-            <step>
-                <para>
-                edit: <filename>webapps/juddiv3/WEB-INF/classes/juddiv3.properties</filename> and set the following
-                property values where 'marketing' is the DNS name of your server.
-                </para>
-                <programlisting><xi:include href="extras/Subscription_2.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-            </step>
-            <step>
-                <para>
-                Start the server (tomcat), which will load the UDDI seed data (since this
-                is the first time you're starting jUDDI, see 
-                <xref linkend="chap-root_seed_data" />)
-                </para>
-                <screen><xi:include href="extras/Subscription_5.screen" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
-            </step>
-            <step>
-                <para>
-                Open your browser to <ulink url="http://marketing:8080/juddiv3"/> . 
-                You should see:
-                </para>
-                <!-- figure: Marketing Node Installation -->
-                <figure id="fig-Marketing_Node_Installation">
-                    <title>Marketing Node Installation</title>
-                    <mediaobject>
-                        <imageobject>
-                            <imagedata fileref="images/marketing_node_installation.png" scalefit="1"/>
-                        </imageobject>
-                        <textobject>
-                            <phrase>Marketing Node Installation</phrase>
-                        </textobject>
-                    </mediaobject>
-                </figure>
-            </step>
-
-         </procedure>
-        
-        
-        <para>
-        Note that we kept the root partition the same as sales and marketing are in the
-        same company, however the Node Id and Name are different and reflect that this
-        node is in 'sales' or 'marketing'.
-        </para>
-
-        <para>
-        Finally you will need to replace the sales server's
-	<filename>uddi-portlets.war/WEB-INF/classes/META-INF/uddi.xml</filename>
-	with <filename>uddi-portlets.war/WEB-INF/classes/META-INF/uddi.xml.sales</filename>.
-	Then, edit the
-        <filename>uddi-portlets.war/WEB-INF/classes/META-INF/uddi.xml</filename> and set
-        the following properties:
-        </para>
-
-        <programlisting  language="XML"><xi:include href="extras/Subscription_1.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        
-        <para>
-        Log into the sales portal: <ulink url="http://sales:8080/pluto"/> with 
-        username/password: sales/sales.
-        </para>
-
-        <!-- figure: Sales Services -->
-        <figure id="fig-sales_services">
-            <title>Sales Services</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/sales_services.png"/>
-                </imageobject>
-                <textobject>
-                    <phrase>Sales Services</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-
-        <para>
-        Before logging into the marketing portal, replace marketing's 
-	<filename>uddi-portlet.war/WEB-INF/classes/META-INF/uddi.xml</filename>
-	with <filename>udd-portlet.war/WEB-INF/classes/META-INF/uddi.xml.marketing</filename>.    
-	Then you will need to edit the
-        <filename>uddi-portlet.war/WEB-INF/classes/META_INF/uddi.xml</filename> and set
-        the following properties:
-        </para>
-    
-        <programlisting  language="XML"><xi:include href="extras/Subscription_2.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        Now log into the marketing portal <ulink url="http://marketing:8080/pluto"/> with
-        username/password: marketing/ marketing. In the browser for the marketing node we
-        should now see:
-        </para>
-
-        <!-- figure: Marketing Services -->
-        <figure id="fig-marketing_services">
-            <title>Marketing Services</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/marketing_services.png"/>
-                </imageobject>
-                <textobject>
-                    <phrase>Marketing Services</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-        
-        <para>
-        Note that the subscriptionlistener is owned by the Marketing Node business (and
-        not the Root Marketing Node). The Marketing Node Business is managed by the
-        marketing publisher.
-        </para>
-        
-    </section>
-
-    <!-- section: Deploy the HelloSales Service -->
-    <section id="sect-deploy_HelloSales_service">
-        <title>Deploy the HelloSales Service</title>
-        <para>
-        The sales department developed a service called HelloSales. The HelloSales service
-        is provided in the <filename>juddiv3-samples.war</filename>, and it is annotated
-        so that it will auto-register. Before deploying the war, edit the
-        <filename>juddiv3-samples.war/WEB-INF/classes/META-INF/uddi.xml</filename> file to
-        set some property values to 'sales'.
-        </para>
-        
-        <programlisting  language="XML"><xi:include href="extras/Subscription_3.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        Now deploy the <filename>juddiv3-samples.war</filename> to the sales registry
-        node, by building the <filename>juddiv3-samples.war</filename> and deploying. The
-        HelloWorld service should deploy
-        </para>
-
-        <!-- figure: Registration by Annotation, deploying the juddi-samples.war to the sales Node -->
-        <figure id="fig-Registration_Annotation">
-            <title>Registration by Annotation, deploying the <filename>juddi-samples.war</filename> to the sales Node</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/registration_by_annotation.png"/>
-                </imageobject>
-                <textobject>
-                    <phrase></phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-    
-        <para>
-        On the Marketing UDDI we'd like to subscribe to the HelloWord service, in the
-        Sales UDDI Node. As mentioned before there are two ways to do this; synchronously
-        and asynchronously.
-        </para>
-
-    </section>
-    
-    <!-- section: Configure a user to create Subscriptions -->
-    <section id="sect-config_user_create_subscription">
-        <title>Configure a user to create Subscriptions</title>
-        <para>
-        For a user to create and save subscriptions the publisher needs to have a valid
-        login to both the sales and the marketing node. Also if the marketing publisher is
-        going to create registry objects in the marketing node, the marketing publisher
-        needs to own the sales keygenerator tModel. Check the
-        <filename>marketing_*.xml</filename> files in the root seed data of both the
-        marketing and sales node, if you want to learn more about this. It is important to
-        understand that the 'marketing' publisher in the marketing registry owns the
-        following tModels:
-        </para>
-    
-        <programlisting   language="XML"><xi:include href="extras/Subscription_4.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-		<para>
-        If we are going to user the marketing publisher to subscribe to updates in the
-        sales registry, then we need to provide this publisher with two clerks in the
-        <filename>uddi.xml</filename> of the <filename>uddi-portlet.war</filename>.
-		</para>
-        
-        <programlisting  language="XML"><xi:include href="extras/Subscription_5.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        Here we created two clerks for this publisher called 'MarketingCratchit' and
-        'SalesCratchit'. This will allow the publisher to check the existing subscriptions
-        owned by this publisher in each of the two systems.
-        </para>
-    
-    </section>
-    
-    <!-- section: Synchronous Notifications -->
-    <section id="sect-synchronous_notifications">
-        <title>Synchronous Notifications</title>
-        <para>
-        While being logged in as the marketing publisher on the marketing portal, we
-        should see the following when selecting the UDDISubscription Portlet.
-        </para>
-    
-        <!-- figure: Subscriptions. In (a) both nodes are up while in (b) the sales node is down -->
-        <figure id="fig-Subscriptions_a_both_nodes_up_b_sales_node_is_down">
-            <title>Subscriptions. In (a) both nodes are up while in (b) the sales node is down</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/a_bothup_b_sales_down.png"/>
-                </imageobject>
-                <textobject>
-                    <phrase>Subscriptions. In (a) both nodes are up while in (b) the sales node is down</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-
-        <para>
-        When both nodes came up green you can lick on the 'new subscription' icon in the
-        toolbar. Since we are going to use this subscription synchronously only the
-        Binding Key and Notification Interval should be left blank, as shown in 
-        <xref linkend="fig-create_a_new_subscription" />. Click the save icon to save the
-        subscription.
-        </para>
-
-        <!-- figure: Create a New Subscription -->
-        <figure id="fig-create_a_new_subscription">
-            <title>Create a New Subscription</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/create_new_subscription.png"/>
-                </imageobject>
-                <textobject>
-                    <phrase>Create a New Subscription</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-
-        <para>
-        Make sure that the subscription Key uses the convention of the keyGenerator of the
-        marketing publisher. You should see the orange subscription icon appear under the
-        “sales-ws” UDDI node.
-        </para>
-    
-        <!-- figure: A Newly Saved Subscription -->
-        <figure id="fig-newly_saved_subscription">
-            <title>A Newly Saved Subscription</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/newly_saved_subscription.png"/>
-                </imageobject>
-                <textobject>
-                    <phrase>A Newly Saved Subscription</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-
-        <para>
-        To invoke a synchronous subscription, click the icon with the green arrows. This
-        will give you the opportunity to set the coverage period.
-        </para>
-        
-        <!-- figure: Set the Coverage Period -->
-        <figure id="fig-set_coverage_period">
-            <title>Set the Coverage Period</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/set_coverage_period.png"/>
-                </imageobject>
-                <textobject>
-                    <phrase>Set the Coverage Period</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-
-        <para>
-        Click the green arrows icon again to invoke the synchronous subscription request.
-        The example finder request will go out to the sales node and look for updates on
-        the HelloWorld service. The raw XML response will be posted in the
-        UDDISubscriptionNotification Portlet.
-        </para>
-    
-        <!-- figure: The Raw XML response of the synchronous Subscription request -->
-        <figure id="fig-RawXML_response_of_the_synchronous_Subscription_request">
-            <title>The Raw XML response of the synchronous Subscription request</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/raw_XML_response_synchronous_subscription_request.png"/>
-                </imageobject>
-                <textobject>
-                    <phrase>The Raw XML response of the synchronous Subscription request</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-        
-
-        <para>
-        The response will also be consumed by the marketing node. The marketing node will
-        import the HelloWorld subscription information, as well as the sales business. So
-        after a successful sync you should now see three businesses in the Browser Portlet
-        of the marketing node, see <xref linkend="fig-registry_info_HelloWorld" />.
-        </para>
-    
-        <!-- figure: The registry info of the HelloWorld Service information was imported by the subscription mechanism. -->
-        <figure id="fig-registry_info_HelloWorld">
-            <title>The registry info of the HelloWorld Service information was imported by the subscription mechanism.</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/registry_info_helloworld.png"/>
-                </imageobject>
-                <textobject>
-                    <phrase>The registry info of the HelloWorld Service information was imported by the subscription mechanism.</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-        
-
-    </section>
-    
-    
-    
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/UDDI_Registry.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/UDDI_Registry.xml b/docs/userguide/en-US/UDDI_Registry.xml
deleted file mode 100644
index f87d313..0000000
--- a/docs/userguide/en-US/UDDI_Registry.xml
+++ /dev/null
@@ -1,194 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: UDDI Registry -->
-<chapter id="chap-UDDI_Registry">
-    <title>UDDI Registry</title>
-
-    <!-- section: Introduction -->
-    <section id="sect-UDDI_Registry-intro">
-        <title>Introduction</title>
-        <para>
-        The Universal Description, Discovery and Integration (UDDI) protocol is one of the
-        major building blocks required for successful Web services. UDDI creates a standard
-        interoperable platform that enables companies and applications to quickly, easily, and
-        dynamically find and use Web services over the Internet. UDDI also allows operational
-        registries to be maintained for different purposes in different contexts. UDDI is a
-        cross-industry effort driven by major platform and software providers, as well as
-        marketplace operators and e-business leaders within the OASIS standards consortium.
-        UDDI has gone through 3 revisions and the latest version is 3.0.2. Additional
-        information regarding UDDI can be found at <ulink url="http://uddi.xml.org"/>.
-        </para>
-    </section>
-
-    <!-- section: UDDI Registry -->
-    <section id="sect-UDDI_Registry">
-        <title>UDDI Registry</title>
-        <para>
-        The UDDI Registry implements the UDDI specification. UDDI is a Web-based distributed
-        directory that enables businesses to list themselves on the Internet and discover each
-        other, similar to a traditional phone book's yellow and white pages. The UDDI registry
-        is both a white pages business directory and a technical specifications library. The
-        Registry is designed to store information about Businesses and Services and it holds
-        references to detailed documentation.
-        </para>
-
-        <!-- figure: Invocation Pattern using the UDDI Registry -->
-        <figure id="fig-UDDI_Registry_Invocation_Pattern">
-            <title>Invocation Pattern using the UDDI Registry</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/UDDI_Registry_invocation_pattern.png" scalefit="1"/>
-                </imageobject>
-                <textobject>
-                    <phrase>Invocation Pattern using the UDDI Registry</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-
-        <para>
-        A business publishes services to the UDDI registry. A client looks up the service in
-        the registry and receives service binding information. The client then uses the binding
-        information to invoke the service. The UDDI APIs are SOAP based for interoperability
-        reasons. The UDDI v3 specification defines 9 APIs:
-        </para>
-
-        <orderedlist>
-            <listitem>
-                <para>
-                <classname>UDDI_Security_PortType</classname>, defines the API to obtain a
-                security token. With a valid security token a publisher can publish to the
-                registry. A security token can be used for the entire session.
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                <classname>UDDI_Publication_PortType</classname>, defines the API to publish
-                business and service information to the UDDI registry.
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                <classname>UDDI_Inquiry_PortType</classname>, defines the API to query the
-                UDDI registry. Typically this API does not require a security token.
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                <classname>UDDI_CustodyTransfer_PortType</classname>, this API can be used to
-                transfer the custody of a business from one UDDI node to another.
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                <classname>UDDI_Subscription_PortType</classname>, defines the API to
-                register for updates on a particular business of service.
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                <classname>UDDI_SubscriptionListener_PortType</classname>, defines the API a
-                client must implement to receive subscription notifications from a UDDI node.
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                <classname>UDDI_Replication_PortType</classname>, defines the API to replicate
-                registry data between UDDI nodes.
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                <classname>UDDI_ValueSetValidation_PortType</classname>, by nodes to allow
-                external providers of value set validation. Web services to assess whether
-                keyedReferences or keyedReferenceGroups are valid.
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                <classname>UDDI_ValueSetCaching_PortType</classname>, UDDI nodes may perform
-                validation of publisher references themselves using the cached values obtained
-                from such a Web service.
-                </para>
-            </listitem>
-        </orderedlist>
-
-
-        <!-- 
-        <para>
-        Within jUDDI, there are three downloadable files (juddi-core.jar, juddi.war, and
-        juddi-tomcat.zip). You should determine which one to use depending on what level of
-        integration you want with your application and your platform / server choices.
-        </para>
-        
-        Using the JAR
-
-        The juddi-core module produces a JAR which contains the jUDDI source and a jUDDI
-        persistence.xml configuration. jUDDI's persistence is being actively tested with both
-        OpenJPA and with Hibernate.
-
-        If you are going to use only the JAR, you would need to directly insert objects into jUDDI
-        through the database backend or persistence layer, or configure your own Webservice
-        provider with the provided WSDL files and classes.
-
-        Using the WAR files
-
-        As with the JAR, you need to make a decision on what framework you would like to use when
-        building the WAR. There will eventually be two WAR files shipped – one using CXF and one
-        using Axis 2. For the alpha release, only CXF has been tested thoroughly.
-
-        Simple copy the WAR to the deploy folder of your server (this release has been tested
-        under Apache Tomcat 5.5.23), start your server, and follow the directions under “using
-        jUDDI as a Web Service”.
-
-        Using the Tomcat Bundle
-
-        The jUDDI Tomcat bundle packages up the jUDDI WAR, Apache Derby, and a few necessary
-        configuration files and provides the user with a pre-configured jUDDI instance. By
-        default, the Hibernate is used as the persistence layer and CXF is used as a Web Serice
-        framework.
-
-        To get started using the Tomcat bundle, unzip the juddi-tomcat-bundle.zip, and start
-        Tomcat :
-
-        % cd apache-tomcat-5.5.23/bin % ./startup.sh 
-        
-        Using jUDDI as Web Service
-
-        Browse to http://localhost:8080/juddi/services
-
-        The services page shows you the available endpoints and methods available. Using any SOAP
-        client, you should be able to send some sample requests to jUDDI to test:
-
-        Using jUDDI with your application
-
-        As of the Alpha release, two of the UDDI v3 APIs should be active within jUDDI : inquiry
-        and publish.
-        -->
-    </section>
-    
-    
-
-    
-</chapter>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[21/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Using_jUDDI-Client.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Using_jUDDI-Client.xml b/docs/userguide/en-US/Using_jUDDI-Client.xml
deleted file mode 100644
index 11c470e..0000000
--- a/docs/userguide/en-US/Using_jUDDI-Client.xml
+++ /dev/null
@@ -1,680 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: Using the UDDI-Client -->
-<chapter id="chap-Using_jUDDI-Client">
-    <title>Using the jUDDI-Client</title>
-    
-    <!-- section: Introduction -->
-    <sect1 id="sect-jUDDI_Client_intro">
-        <title>Introduction</title>
-        <para>
-        The jUDDI project includes UDDI Client code (<filename>juddi-client-3.x.jar</filename>), 
-        which is Java client library to connect to a UDDI Registry, and to manipulate it.
-        The client uses the UDDI v3 API and can be configured to connect to any
-        UDDI v3 compliant registry (it has been tested against jUDDI v3 itself as well as
-        against HP Systenet). This library can be embedded in your own application and used
-        programmatically or by using annotations.
-        </para>
-    </sect1>
-   
-    programmatically
-    
-    WSDL
-    BPEL
-    annotations
-    cleint side key generation
-    
-    
-    
-    <!-- section: Configuration -->
-    <sect1 id="sect-configuration">
-        <title>Configuration</title>
-		
-        <para>
-        For the client to connect to the UDDI server we need to provide it with the correct connection settings,
-        which we call 'Transport' settings. In addition to these transport settings there are other client features
-        that can be configured using the client configuration file <filename>META-INF/uddi.xml</filename>. 
-        You can deploy one of these client configuration files in your deployment archive that is
-        interacting with the UDDI client code. To make sure the configuration is read you need to either call 
-        <programlisting language="Java" >
-UDDIClerkManager clerkManager = new UDDIClerkManager("META/myuddi.xml");
-clerkManager.start();
-		</programlisting>
-        or you if your application deploys are a war archive, you can add your client config in
-        <filename>yourwar/META-INF/myuddi.xml</filename>, add in the web.xml specify
-        the context parameters <filename>uddi.client.manager.name</filename> and <filename>uddi.client.xml</filename>.
-        In the following example both context parameters are set and on deployment the UDDIClerkServlet
-        takes care of reading the configuration.
-        <programlisting language="XML" ><xi:include href="extras/Using_jUDDI-Client_1_web_xml.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        The following is an example of a simple client configuration file:
-        <programlisting language="XML" ><xi:include href="extras/Using_jUDDI-Client_1.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        The manager element is required element, and the name attribute 'example-manager' should be unique in your deployment
-        environment. The nodes element may contain one or more node elements. Typically you would only
-        need one node, unless you are using subscriptions to transfer updates of entities from one UDDI registry to 
-        another. For the 'local' registry you would set isHomeJUDDI="true", while for the 'remote' registries you would
-        set isHomeJUDDI="false". 
-        <table title="node element">
-        <tr><th>element name</th><th>description</th><th>required</th></tr>
-        <tr><td>name</td><td>name of the node</td><td>yes</td></tr>
-        <tr><td>description</td><td>description of the node</td><td>no</td></tr>
-        <tr><td>properties</td><td>container for properties that will be passed into the clerk</td><td>no</td></tr>
-        <tr><td>proxyTransport</td><td>The transport protocol used by the client to connect to the UDDI server</td><td>yes</td></tr>
-        <tr><td>custodyTransferUrl</td><td>Connection settings for custody transfer</td><td>no</td></tr>
-        <tr><td>inquiryUrl</td><td>Connection location settings for inquiries</td><td>yes</td></tr>
-        <tr><td>publishUrl</td><td>Connection location settings for publishing</td><td>yes</td></tr>
-        <tr><td>securityUrl</td><td>Connection location settings for obtaining security tokens</td><td>yes</td></tr>
-        <tr><td>subscriptionUrl</td><td>Connection location settings for registering subscription requests</td><td>no</td></tr>
-        <tr><td>subscriptionListenerUrl</td><td>Connection location settings receiving subscription notifications</td><td>no</td></tr>
-        <tr><td>juddiApiUrl</td><td>Connection location settings for the jUDDI specific API for things like publisher management</td><td>no</td></tr>
-        </table>
-        Finally the manager element can contain a 'clerks' element in which one can define one or more clerks.
-        <table title="clerk">
-        <tr><th>attribute name</th><th>description</th><th>required</th></tr>
-        <tr><td>name</td><td>name of the clerk</td><td>yes</td></tr>
-        <tr><td>node</td><td>name reference to one of the nodes specified in the same manager</td><td>yes</td></tr>
-        <tr><td>publisher</td><td>name of an existing publisher</td><td>yes</td></tr>
-        <tr><td>password</td><td>password credential of the publisher</td><td>yes</td></tr>
-        </table>
-        </para>
-        
-        <!-- subsection: JAX-WS Transport -->
-        <sect2 id="sect-JAX-SW_transport">
-        <title>JAX-WS Transport</title>
-        <para>
-        Using the settings in the <filename>uddi.xml</filename> file from above,
-        the client will use JAX-WS to communicate with the (remote) registry server. This
-        means that the client needs to have access to a JAX-WS compliant WS stack (such as
-        CXF, Axis2 or JBossWS). Note that the juddiApiUrl is a reference to the WSDL endpoint while
-        the others should reference the actual endpoints.
-        </para>
-        <programlisting  language="XML"><xi:include href="extras/Using_jUDDI-Client_2jaxws.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-    	<para>pros: Standard way of UDDI communication, should work with all UDDIv3 server implementations.</para>
-    	<para>cons: If the server is deployed on the same application server this may lead to issues when
-    	auto-registration on deployment/undeployment is used, since the WS stack may become unavailable during
-    	undeployment. A workaround is to host the UDDI server on a different server.</para>
-    	</sect2>
-    
-	    <!-- section: RMI Transport -->
-	    <sect2 id="sect-RMI_transport">
-	        <title>RMI Transport</title>
-	
-	        <para>
-	        If jUDDI server is deployed to an Application Server it is possible to register the
-	        UDDI Services as RMI services. If this is desired you need to edit the
-	        <filename>juddiv3.war/WEB-INF/classes/juddiv3.properties</filename> 
-	        file, on the server. Add the following setting
-	        </para>
-	        
-	        <programlisting language="Java" ><xi:include href="extras/Using_jUDDI-Client_1.java" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-	
-	        <para>
-	        At deployment time the RMI based UDDI services are bound into the Global JNDI
-	        namespace.
-	        </para>
-	        
-	        <variablelist>
-	            <varlistentry>
-	                <term>juddi (class: <classname>org.jnp.interfaces.NamingContext</classname>)</term>
-	                <listitem>
-	                    <itemizedlist>
-	                        <listitem>
-	                            <para>
-	                            UDDIPublicationService (class: <classname>org.apache.juddi.rmi.UDDIPublicationService</classname>)
-	                            </para>
-	                        </listitem>
-	                        <listitem>
-	                            <para>
-	                            UDDICustodyTransferService (class: <classname>org.apache.juddi.rmi.UDDICustodyTransferService</classname>)
-	                            </para>
-	                        </listitem>
-	                        <listitem>
-	                            <para>
-	                            UDDISubscriptionListenerService (class: <classname>org.apache.juddi.rmi.UDDISubscriptionListenerService</classname>)
-	                            </para>
-	                        </listitem>
-	                        <listitem>
-	                            <para>
-	                            UDDISecurityService (class: <classname>org.apache.juddi.rmi.UDDISecurityService</classname>)
-	                            </para>
-	                        </listitem>
-	                        <listitem>
-	                            <para>
-	                            UDDISubscriptionService (class: <classname>org.apache.juddi.rmi.UDDISubscriptionService</classname>)
-	                            </para>
-	                        </listitem>
-	                        <listitem>
-	                            <para>
-	                            UDDIInquiryService (class: <classname>org.apache.juddi.rmi.UDDIInquiryService</classname>)
-	                            </para>
-	                        </listitem>
-	                    </itemizedlist>
-	                </listitem>
-	            </varlistentry>
-	
-	        </variablelist>
-	        
-	        <para>
-	        Next, on the client side you need to comment out the JAXWS section in the
-	        <filename>uddi.xml</filename> file and use the RMI Transport section
-	        instead. Optionally you can set the <literal>java.naming.*</literal> properties.
-	        In this case we specified setting for connecting to jUDDIv3 deployed to a JBoss
-	        Application Server. You can set the <literal>java.naming.*</literal>
-	        properties in a <filename>jndi.xml</filename> file, or as System
-	        parameters.
-	        </para>
-	        <programlisting  language="XML"><xi:include href="extras/Using_jUDDI-Client_2rmi.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-	        <para>pros: Leight weight, and faster since it does not need a WS stack.</para>
-	        <para>cons: Will only work with a jUDDIv3 server implementation.</para>
-	    </sect2>
-  
-	    <!-- section: InVM Transport -->
-	    <sect2 id="sect-InVM_transport">
-	        <title>InVM Transport</title>
-	        
-	        <para>
-	        If you choose to use InVM Transport this means that the jUDDIv3 server is running
-	        in the same VM as you client. If you are deploying to
-	        <filename>juddi.war</filename> the embedded server will be started by the
-	        <classname>org.apache.juddi.RegistryServlet</classname>, but if you are running
-	        outside any container, you are responsible for starting and stopping the
-	        <classname>org.apache.juddi.Registry</classname> Service yourself. Make sure to
-	        call
-	        </para>
-	    
-	        <programlisting language="Java" ><xi:include href="extras/Using_jUDDI-Client_2.java" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-	
-	        <para>
-	        before making any calls to the Registry, and when you are done using the Registry
-	        (on shutdown) call
-	        </para>
-	    
-	        <programlisting language="Java" ><xi:include href="extras/Using_jUDDI-Client_3.java" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-	
-	        <para>
-	        so the Registry can release any resources it may be holding. To use InVM Transport
-	        uncomment this section in the <filename>uddi.properties</filename> while
-	        commenting out the JAXWS and RMI Transport sections.
-	        </para>
-	        
-	        <programlisting  language="XML"><xi:include href="extras/Using_jUDDI-Client_2invm.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-            <para>pros: Lightest weight, and best performant communication, and no deployment order issues
-            when using auto-registration of services during deployment and undeployment.</para>
-            <para>cons: Will only work with a jUDDIv3 server implementation. Typically one would
-            use a jUDDI server for each application server sharing one common database.</para>
-	    </sect2>
-	</sect1>
-	
-	<!-- chapter: Using the UDDI-Client -->
-	<sect1 id="chap-UDDI_annotations">
-    <title>UDDI Annotations</title>
-
-    <!-- section: Introduction -->
-    <sect2 id="sect-intro_annotations">
-        <title>Introduction</title>
-        <para>
-        	Conventionally Services (BusinessService) and their EndPoints (BindingTemplates) are registered to a UDDI Registry using a GUI, where an
-        	admin user manually adds the necessary info. This process tends to make the data in the Registry rather static
-        	and the data can grow stale over time. To make the data in the UDDI more dynamic it makes sense to register
-        	and EndPoint (BindingTemplate) when it comes online, which is when it gets deployed. The UDDI annotations are 
-        	designed to just that: register a Service when it get deployed to an Application Server. There
-        	are two annotations: UDDIService, and UDDIServiceBinding. You need to use both annotations to register an EndPoint. 
-        	Upon undeployment of the Service, the EndPoint will be de-registered from the UDDI. The Service information stays
-        	in the UDDI. It makes sense to leave the Service level information in the Registry since this reflects that the 
-        	Service is there, however there is no EndPoint at the moment ("Check back later"). It is a manual process to remove
-        	the Service information. The annotations use the juddi-client library which means that they can be used to register
-        	to any UDDIv3 registry.
-        </para>
-    </sect2>
-    
-    <!-- section: @UDDIService -->
-    <sect2 id="sect-UDDIService">
-        <title>UDDIService Annotation</title>
-        <para>
-        The UDDIService annotation is used to register a service under an already existing business in the Registry. The
-        annotation should be added at the class level of the java class.
-        <table><title>UDDIService attributes</title>
-			<tgroup cols="3" >
-			<colspec colnum="1" colname="col1" />
-			<colspec colnum="2" colname="col2" />
-			<colspec colnum="3" colname="col3" />
-			<thead>
-				<row>
-				 	<entry>attribute</entry><entry>description</entry><entry>required</entry>
-				</row>
-			</thead>
-			<tbody>
-				<row>
-				 	<entry>serviceName</entry>
-				 	<entry>The name of the service, by default the clerk will use the one name specified in the WebService annotation</entry>
-				 	<entry>no</entry>
-				 </row>
-				 <row>
-				 	<entry>description</entry>
-				 	<entry>Human readable description of the service</entry>
-				 	<entry>yes</entry>
-				 </row>
-				 <row>
-				 	<entry>serviceKey</entry>
-				 	<entry>UDDI v3 Key of the Service</entry>
-				 	<entry>yes</entry>
-				 </row>
-				 <row>
-				 	<entry>businessKey</entry>
-				 	<entry>UDDI v3 Key of the Business that should own this Service. The business should exist in the registry at time of registration</entry>
-				 	<entry>yes</entry>
-				 </row>
-				 <row>
-				 	<entry>lang</entry>
-				 	<entry>Language locale which will be used for the name and description, defaults to "en" if omitted</entry>
-				 	<entry>no</entry>
-				 </row>
-				 <row>
-				 	<entry>categoryBag</entry>
-				 	<entry>Definition of a CategoryBag, see below for details</entry>
-				 	<entry>no</entry>
-				 </row>
-			</tbody>
-			</tgroup>
-		</table>
-        </para>
-    </sect2>
-    
-    <!-- section: @UDDIServiceBinding -->
-    <sect2 id="sect-UDDIServiceBinding">
-        <title>UDDIServiceBinding Annotation</title>
-        <para>
-            The UDDIServiceBinding annotation is used to register a BindingTemplate to the UDDI registry. This annotation
-            cannot be used by itself. It needs to go along side a UDDIService annotation.
-        	<table><title>UDDIServiceBinding attributes</title>
-			<tgroup cols="3" >
-			<colspec colnum="1" colname="col1" />
-			<colspec colnum="2" colname="col2" />
-			<colspec colnum="3" colname="col3" />
-			<thead>
-				<row>
-				 	<entry>attribute</entry><entry>description</entry><entry>required</entry>
-				</row>
-			</thead>
-			<tbody>
-				<row>
-				 	<entry>bindingKey</entry>
-				 	<entry>UDDI v3 Key of the ServiceBinding</entry>
-				 	<entry>yes</entry>
-				 </row>
-				 <row>
-				 	<entry>description</entry>
-				 	<entry>Human readable description of the service</entry>
-				 	<entry>yes</entry>
-				 </row>
-				 <row>
-				 	<entry>accessPointType</entry>
-				 	<entry>UDDI v3 AccessPointType, defaults to wsdlDeployment if omitted</entry>
-				 	<entry>no</entry>
-				 </row>
-				 <row>
-				 	<entry>accessPoint</entry>
-				 	<entry>Endpoint reference</entry>
-				 	<entry>yes</entry>
-				 </row>
-				 <row>
-				 	<entry>lang</entry>
-				 	<entry>Language locale which will be used for the name and description, defaults to "en" if omitted</entry>
-				 	<entry>no</entry>
-				 </row>
-				 <row>
-				 	<entry>tModelKeys</entry>
-				 	<entry>Comma-separated list of tModelKeys key references</entry>
-				 	<entry>no</entry>
-				 </row>
-				 <row>
-				 	<entry>categoryBag</entry>
-				 	<entry>Definition of a CategoryBag, see below for further details</entry>
-				 	<entry>no</entry>
-				 </row>
-		    </tbody>
-		    </tgroup>
-		    </table>
-        </para>
-        <sect3 id="sect-CategoryBag">
-	       <title>CategoryBag Attribute</title>
-	       <para>
-	       The CategoryBag attribute allows you to reference tModels. For example the following categoryBag
-	       <programlisting>
-&lt;categoryBag&gt;
-   &lt;keyedReference tModelKey="uddi:uddi.org:categorization:types" 
-    keyName="uddi-org:types:wsdl" keyValue="wsdlDeployment" /&gt; 
-   &lt;keyedReference tModelKey="uddi:uddi.org:categorization:types" 
-    keyName="uddi-org:types:wsdl2" keyValue="wsdlDeployment2" /&gt;
-&lt;/categoryBag&gt; 
-	        </programlisting>
-	        can be put in like
-	        <programlisting>
-categoryBag="keyedReference=keyName=uddi-org:types:wsdl;keyValue=wsdlDeployment;" +
-"tModelKey=uddi:uddi.org:categorization:types," +  
-"keyedReference=keyName=uddi-org:types:wsdl2;keyValue=wsdlDeployment2;" +
-"tModelKey=uddi:uddi.org:categorization:types2",
-            </programlisting>
-            </para>
-        </sect3>
-    </sect2>
-    
-    <sect2 id="sect-WebServiceExample">
-        <title>WebService Example</title>
-        <para>
-        The annotations can be used on any class that defines a service. Here they are added to a WebService, a POJO with a 
-        JAX-WS 'WebService' annotation.
-        <programlisting><xi:include href="extras/HelloWorldImpl.java" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        On deployment of this WebService, the juddi-client code will scan this class for UDDI annotations and take care of the
-        registration process. In the configuration file <filename>uddi.xml</filename>, in the clerk section you need to reference
-        the Service class 'org.apache.juddi.samples.HelloWorldImpl':
-        <programlisting>
-&lt;clerks registerOnStartup="true"&gt;
-  &lt;clerk name="BobCratchit" node="default" publisher="bob" password="bob"&gt; 
-    &lt;class&gt;org.apache.juddi.samples.HelloWorldImpl&lt;/class&gt;  
-  &lt;/clerk&gt;
-&lt;/clerks&gt;
-        </programlisting>
-        which means that Bob is using the node connection setting of the node with name "default", and that he will be 
-        using the "bob" publisher, for which the password it "bob". There is some analogy here as to how datasources 
-        for database access are defined.
-        </para>
-    </sect2>
-    
-    <sect2>
-        <title>Templating keys</title>
-        <para>
-        The business, service and binding keys can contain property references. This allows you to define a
-        keyTemplate in the annotation attribute for the key and the value of the properties used
-        in the template will be resolved at registration time.
-        </para>
-    </sect2>
-
-    </sect1>
-
-    <sect1 id="sect-programmatic">
-        <title>Programmatic use</title>
-        <para>
-        It is also possible to use the jUDDI client code in your application. The first thing to do is
-        to read the client config file, and get a handle to a clerk
-      <programlisting language="Java" >
-UDDIClerkManager clerkManager = new UDDIClerkManager("META/myuddi.xml");
-clerkManager.start();
-
-UDDIClerk clerk = clerkManager.getClientConfig().getUDDIClerks().get(clerkName);
-        </programlisting>
-        A UDDIClerk will allow you do make authenticated requests to a UDDI server.
-        </para>
-        
-        <sect2>
-        <title>WSDL Registration</title>
-        <para>
-        The OASIS UDDI spec TC put out a Techical Note on "Using WSDL in a UDDI Registry"
-        <citation><xref linkend="technote.wsdl2uddi" endterm="technote.wsdl2uddi.abbrev"/></citation>. The 
-        jUDDI client implements the UDDI v3 version of the WSDL2UDDI mapping as described 
-        in this technical note. The registration process registers a BindingTemplate for
-        each WebService EndPoint and if the BusinessService for this BindingTemplate does not
-        yet exist it also registers the BusinessService along with a WSDLPortType TModel for each portType, 
-        and a WSDLBinding TModel for each binding. To use it you can use the code in the 'org.apache.juddi.v3.client.mapping'
-        package <citation><xref linkend="javadoc.wsdl2uddi" endterm="javadoc.wsdl2uddi.abbrev"/></citation>
-        and make the following call to asynchronously register your WebService EndPoint. 
-      <programlisting language="Java" >
-//Add the properties from the uddi.xml
-properties.putAll(clerk.getUDDINode().getProperties());
-RegistrationInfo registrationInfo = new RegistrationInfo();
-registrationInfo.setServiceQName(serviceQName);
-registrationInfo.setVersion(version);
-registrationInfo.setPortName(portName);
-registrationInfo.setServiceUrl(serviceUrl);
-registrationInfo.setWsdlUrl(wsdlURL);
-registrationInfo.setWsdlDefinition(wsdlDefinition);
-registrationInfo.setRegistrationType(RegistrationType.WSDL);
-registration = new AsyncRegistration(clerk, urlLocalizer, properties, registrationInfo);
-Thread thread = new Thread(registration);
-thread.start();
-        </programlisting>
-        This does assume that you can pass in a URL to the WSDL file as well as the WSDLDefinition.
-        In most cases you will need to package up the WSDL file you are trying to register in your 
-        deployment. You can get a WSDLDefinition using
-        <programlisting language="Java" >
-ReadWSDL readWSDL = new ReadWSDL();
-Definition definition = readWSDL.readWSDL("wsdl/HelloWorld.wsdl");
-        </programlisting>
-        where you would pass in the path to the WSDL on the classpath.
-        </para>
-        
-        <para>To remove a WSDL binding from the Registry you would use
-        <programlisting language="Java" >
-BPEL2UDDI bpel2UDDI = new BPEL2UDDI(clerk, urlLocalizer, properties);
-String serviceKey = bpel2UDDI.unRegister(serviceName, portName, serviceURL);
-        </programlisting>
-        If this is the last BindingTemplate for the BusinessService it will also remove the 
-        BusinessService along with the WSDLPortType and WSDLBinding TModels. The
-        lifecycle is registration on Endpoint deploy and unregistration on Endpoint undeploy.
-        </para>
-    </sect2>
-    
-    <sect2>
-        <title>BPEL Process Registration</title>
-        <para>Similar to the WSDL to UDDI mapping there is a BPEL to UDDI mapping Technical
-        Note <citation><xref linkend="technote.bpel2uddi" endterm="technote.bpel2uddi.abbrev"/></citation>. 
-        The jUDDI client also implements this mapping. Using it is very similar to 
-        code fragment listed for the WSDL Registration, with the only change being that in this case
-        the RegistrationInfo.RegistrationType should be RegistrationType.BPEL. See To use it you can use the code in the 'org.apache.juddi.v3.client.mapping'
-        package <citation><xref linkend="javadoc.bpel2uddi" endterm="javadoc.bpel2uddi.abbrev"/></citation>
-        for more information on the implementation. For an example use of the registration process
-        see the JBoss RiftSaw project <citation><xref linkend="java.bpel2uddi" endterm="java.bpel2uddi.abbrev"/></citation>.
-        </para>
-    </sect2>
-    
-     <sect2>
-        <title>Conventions around UDDIv3 registration</title>
-        <sect3>
-            <title>Key Templates</title>
-            <para>
-            Both the WSDL and BPEL registration code use a key format convention to construct UDDI v3 keys. The
-            format of the keys can be defined in the properties section of the <filename>uddi.xml</filename>, but
-            they have reasonable defaults. Note that the both the serviceName and portName are obtained from 
-            the RegistrationInfo. The nodeName can be obtained from the environment, or set in the 
-            <filename>uddi.xml</filename>.
-            <table title="Key Templates and related properties">
-            <tr><th>Property</th><th>Description</th><th>Required</th><th>Default Value</th></tr>
-            <tr><td>lang</td><td>The language setting used by the registration.</td><td>no</td><td>en</td></tr>
-            <tr><td>businessName</td><td>The business name which is used by.</td><td>yes</td><td></td></tr>
-            <tr><td>keyDomain</td><td>The key domain key part (used by the key formats)</td><td>yes</td></tr>
-            <tr><td>businessKeyFormat</td><td>Key format used to contruct the Business Key</td><td>no</td><td>uddi:${keyDomain}:business_${businessName}</td></tr>
-            <tr><td>serviceKeyFormat</td><td>Key format used to contruct the BusinessService Key</td><td>no</td><td>uddi:${keyDomain}:service_${serviceName}</td></tr>
-            <tr><td>bindingKeyFormat</td><td>Key format used to contruct the TemplateBinding Key</td><td>no</td><td>uddi:${keyDomain}:binding_${nodeName}_${serviceName}_${portName}</td></tr>
-            <tr><td>serviceDescription</td><td>Default BusinessService description</td><td>no</td><td>Default service description when no &lt;wsdl:document&gt; element is defined inside the &lt;wsdl:service&gt; element.</td></tr>
-            <tr><td>bindingDescription</td><td>Default BindingTemplate description</td><td>no</td><td>Default binding description when no &lt;wsdl:document&gt; element is defined inside the &lt;wsdl:binding&gt; element.</td></tr>
-            </table>
-            
-            </para>
-        </sect3>
-         <sect3>
-            <title>Specification of service and binding descriptions in the WSDL</title>
-            <para>The UDDI spec allows for setting a human readable description on both the BusinessService and TemplateBinding. Theses description fields
-            are important if humans are browsing the registry. A default description can be specific in the <filename>uddi.xml</filename>, however
-            it makes a lot more sense to have a specific description for each service and binding, and so the registration code tries to obtain these
-            descriptions from the &lt;wsdl:document&gt; tags in the WSDL, which can be nested as a child element inside the
-             &lt;wsdl:service&gt; and &lt;wsdl:binding&gt; elements.
-            </para>
-        </sect3>
-        <sect3>
-            <title>URLLocalizer</title>
-            <para>The setting of the EndPoint URL is obtained from provided WSDL in the &lt;soap:addressbinding&gt; of the
-            &lt;wsdl:port&gt;. The issue with this is that this URL is static, and you it is very useful if it can
-            be made more dynamic. For this reason you can implement your own version of the <ulink
-            url="http://svn.apache.org/repos/asf/juddi/trunk/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/URLLocalizer.java">
-            URLLocalizer interface</ulink>. In for example the version <ulink url="http://anonsvn.jboss.org/repos/riftsaw/trunk/runtime/uddi/src/main/java/org/jboss/soa/bpel/uddi/JBossURLLocalizer.java">
-            shipped with RiftSaw</ulink> the protocol and the host parts of the URL are overriden with the
-            settings obtain from the local WebService Stack.</para>
-        </sect3>
-        
-    </sect2>
-    
-    </sect1>
-    
-    <sect1 id="sect-service-lookup">
-        <title>Dynamic UDDI Service Lookup</title>
-        <para>For a client application to invoke a Service it needs to know the actual binding information of
-        the WebService EndPoint. This information can be statically stored at the clientside but this will make
-        the system very rigid. For example if a service moves from one server to another the client will not
-        pick up this change. It therefor makes sense to do a lookup into the UDDI registry to obtain fresh)
-        binding information. This will make the solution dynamic, and allows for clients simply following
-        the changes that occur in the service deployment topology. 
-        <sect2 id="sect-service-locator">
-            <title>Service Locator</title>
-            <para>The serviceLocator <citation><xref linkend="javadoc.servicelocator" endterm="javadoc.servicelocator.abbrev"/></citation>
-            can be used to locate a service binding knowing the service and port name. The following
-            piece of code demonstrates how to do a lookup:
-            <programlisting language="Java" >
-ServiceLocator serviceLocator = new ServiceLocator(clerk, urlLocalizer, properties);
-String endPointURL = lookupEndpoint(serviceQName, String portName);
-            </programlisting>
-            </para>
-        </sect2>
-        
-        When the above UDDI v3 serviceKey conventions are 
-        followed, then all the client needs to know is the serviceName and portName it want to invoke and the
-        
-        
-        
-        The downside of doing a service lookup before each service invokation is that
-        it will have a performance inpact.
-        
-        </para>
-        
-    </sect1>
-    <!-- section: Dependencies -->
-    <sect1 id="sect-dependencies">
-        <title>Dependencies</title>
-
-        <para>
-        The UDDI client depends on <filename>uddi-ws-3.x.jar</filename>,
-        <filename>commons-configuration-1.5.jar</filename>,
-        <filename>commons-collection-3.2.1.jar</filename> and
-        <filename>log4j-1.2.13.jar</filename>, plus
-        </para>
-
-        <itemizedlist>
-            <listitem>
-                <para>
-                libraries for JAXB if you are not using JDK5.
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                JAXWS client libraries when using JAXWS transport (like CXF).
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                RMI and JNDI client libraries  when using RMI Transport.
-                </para>
-            </listitem>
-        </itemizedlist>
-        
-    </sect1>
-    
-    <!-- section: Sample Code -->
-    <sect1 id="sect-sample_code">
-        <title>Sample Code</title>
-
-        <para>
-        Sample code on how to use the UDDI client can be found in the
-        <literal>uddi-client</literal> module on the jUDDIv3 project. Usually the first
-        thing you want to is to make a call to the Registry to obtain an Authentication
-        Token. The following code is taken from the unit tests in this module.
-        </para>
-    
-        <programlisting language="Java" ><xi:include href="extras/Using_jUDDI-Client_4.java" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        
-        <para>
-        Make sure that the publisher, in this case “root” is an existing publisher in the
-        Registry and that you are supplying the correct credential to get a successful
-        response. If needed check <xref linkend="chap-Authentication" /> to learn more
-        about this subject.
-        </para>
-
-        <para>
-        Another place to look for sample code is the <filename>docs/examples/helloword</filename> 
-        directory. Alternatively you can use annotations.
-        </para>
-
-    </sect1>
-    
-    <sect1 id="sect-references">
-        <title>References</title>
-        <para><bibliolist>
-        <biblioentry id="technote.wsdl2uddi">
-          <abbrev id="technote.wsdl2uddi.abbrev">WSDL-UDDI</abbrev>
-          <authorgroup>
-            <author><firstname>John</firstname><surname>Colgrave</surname></author>
-            <author><firstname>Karsten</firstname><surname>Januszewski</surname></author>
-          </authorgroup>
-          <title><ulink url="http://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-wsdl-v2.htm">Using WSDL in a UDDI Registry, Version 2.0.2</ulink></title>
-          <publishername>OASIS UDDI Spec TC</publishername>
-          <pubdate>2004</pubdate>
-        </biblioentry>
-        <biblioentry id="javadoc.wsdl2uddi">
-          <abbrev id="javadoc.wsdl2uddi.abbrev">WSDL2UDDI</abbrev>
-          <title><ulink url="http://juddi.apache.org/apidocs/org/apache/juddi/v3/client/mapping/WSDL2UDDI.html">Apache jUDDI WSDL2UDDI Javadoc</ulink></title>
-          <publishername>Apache jUDDI</publishername>
-          <pubdate>2011</pubdate>
-        </biblioentry>
-        <biblioentry id="technote.bpel2uddi">
-          <abbrev id="technote.bpel2uddi.abbrev">BPEL-UDDI</abbrev>
-          <authorgroup>
-            <author><firstname>Claus</firstname><surname>von Riegen</surname></author>
-            <author><firstname>Ivana</firstname><surname>Trickovic</surname></author>
-          </authorgroup>
-          <title><ulink url="http://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-bpel.htm">Using BPEL4WS in a UDDI registry</ulink></title>
-          <publishername>OASIS UDDI Spec TC</publishername>
-          <pubdate>2004</pubdate>
-        </biblioentry>
-        <biblioentry id="javadoc.bpel2uddi">
-          <abbrev id="javadoc.bpel2uddi.abbrev">BPEL2UDDI</abbrev>
-          <title><ulink url="http://juddi.apache.org/apidocs/org/apache/juddi/v3/client/mapping/BPEL2UDDI.html">Apache jUDDI BPEL2UDDI Javadoc</ulink></title>
-          <publishername>Apache jUDDI</publishername>
-          <pubdate>2011</pubdate>
-        </biblioentry>
-        <biblioentry id="java.bpel2uddi">
-          <abbrev id="java.bpel2uddi.abbrev">RFTSW-UDDI</abbrev>
-          <title><ulink url="http://anonsvn.jboss.org/repos/riftsaw/trunk/runtime/uddi/src/main/java/org/jboss/soa/bpel/uddi/UDDIRegistrationImpl.java">JBoss RiftSaw UDDI Registration</ulink></title>
-          <publishername>JBoss Riftsaw</publishername>
-          <pubdate>2011</pubdate>
-        </biblioentry>
-        
-        <biblioentry id="javadoc.servicelocator">
-          <abbrev id="javadoc.servicelocator.abbrev">SERV-LOC</abbrev>
-          <title><ulink url="http://juddi.apache.org/apidocs/org/apache/juddi/v3/client/mapping/ServiceLocator.html">Apache jUDDI ServiceLocator Javadoc</ulink></title>
-          <publishername>Apache jUDDI</publishername>
-          <pubdate>2011</pubdate>
-        </biblioentry>
-        </bibliolist></para>
-    </sect1>
-
-
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Administration_orm.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Administration_orm.xml b/docs/userguide/en-US/extras/Administration_orm.xml
deleted file mode 100644
index 8c014a8..0000000
--- a/docs/userguide/en-US/extras/Administration_orm.xml
+++ /dev/null
@@ -1,232 +0,0 @@
-<entity-mappings
-  xmlns="http://java.sun.com/xml/ns/persistence/orm"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd"
-  version="1.0">
-  
-  <sequence-generator name="juddi_sequence" sequence-name="juddi_sequence"/>
-
-  <entity class="org.apache.juddi.model.Address">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.AddressLine">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.BindingDescr">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.BusinessDescr">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.BusinessIdentifier">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.BusinessName">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.CategoryBag">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.Contact">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.ContactDescr">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.DiscoveryUrl">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.Email">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.InstanceDetailsDescr">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.InstanceDetailsDocDescr">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
- <entity class="org.apache.juddi.model.KeyedReference">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.KeyedReferenceGroup">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.OverviewDoc">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.OverviewDocDescr">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.PersonName">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.Phone">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.ServiceDescr">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.ServiceName">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.SubscriptionMatch">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.TmodelDescr">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.TmodelIdentifier">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.TmodelInstanceInfo">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.TmodelInstanceInfoDescr">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.TransferTokenKey">
-    <attributes>
-      <id name="id">
-        <generated-value generator="juddi_sequence" strategy="AUTO"/>
-      </id>
-    </attributes>
-  </entity>
-
-  <entity class="org.apache.juddi.model.BindingTemplate">
-    <attributes>
-      <basic name="accessPointUrl">
-        <column name="access_point_url" length="4000"/>
-      </basic>
-    </attributes>
-  </entity>
-</entity-mappings>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Authentication_1.java
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Authentication_1.java b/docs/userguide/en-US/extras/Authentication_1.java
deleted file mode 100644
index f998ba2..0000000
--- a/docs/userguide/en-US/extras/Authentication_1.java
+++ /dev/null
@@ -1,5 +0,0 @@
-org.uddi.api_v3.GetAuthToken ga = new org.uddi.api_v3.GetAuthToken();
-ga.setUserID(pubId);
-ga.setCred("");
-
-org.uddi.api_v3.AuthToken token = securityService.getAuthToken(ga);
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Authentication_1.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Authentication_1.xmlt b/docs/userguide/en-US/extras/Authentication_1.xmlt
deleted file mode 100644
index fcc2b23..0000000
--- a/docs/userguide/en-US/extras/Authentication_1.xmlt
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<juddi-users>
-    <user userid="anou_mana" password="password" />
-    <user userid="bozo" password="clown" />
-    <user userid="sviens" password="password" />
-</juddi-users>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Authentication_2.java
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Authentication_2.java b/docs/userguide/en-US/extras/Authentication_2.java
deleted file mode 100644
index 2c638e3..0000000
--- a/docs/userguide/en-US/extras/Authentication_2.java
+++ /dev/null
@@ -1 +0,0 @@
-juddi.authenticator = org.apache.juddi.auth.JUDDIAuthentication

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Authentication_2.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Authentication_2.xmlt b/docs/userguide/en-US/extras/Authentication_2.xmlt
deleted file mode 100644
index 2f569fe..0000000
--- a/docs/userguide/en-US/extras/Authentication_2.xmlt
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<juddi-users>
-    <user userid="anou_mana" password="+j/kXkZJftwTFTBH6Cf6IQ=="/>
-    <user userid="bozo" password="Na2Ait+2aW0="/>
-    <user userid="sviens" password="+j/kXkZJftwTFTBH6Cf6IQ=="/>
-</juddi-users>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Authentication_3.java
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Authentication_3.java b/docs/userguide/en-US/extras/Authentication_3.java
deleted file mode 100644
index 4470fd7..0000000
--- a/docs/userguide/en-US/extras/Authentication_3.java
+++ /dev/null
@@ -1,2 +0,0 @@
-juddi.authenticator = org.apache.juddi.auth.XMLDocAuthentication
-juddi.usersfile = juddi-users.xml

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Authentication_3.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Authentication_3.xmlt b/docs/userguide/en-US/extras/Authentication_3.xmlt
deleted file mode 100644
index 8ae80dc..0000000
--- a/docs/userguide/en-US/extras/Authentication_3.xmlt
+++ /dev/null
@@ -1,2 +0,0 @@
-juddi.authenticator=org.apache.juddi.auth.JBossAuthenticator
-juddi.securityDomain=java:/jaas/other

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Authentication_4.java
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Authentication_4.java b/docs/userguide/en-US/extras/Authentication_4.java
deleted file mode 100644
index dea2c93..0000000
--- a/docs/userguide/en-US/extras/Authentication_4.java
+++ /dev/null
@@ -1,3 +0,0 @@
-juddi.authenticator = org.apache.juddi.auth.CryptedXMLDocAuthentication
-juddi.usersfile = juddi-users-encrypted.xml
-juddi.cryptor = org.apache.juddi.cryptor.DefaultCryptor

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Authentication_5.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Authentication_5.xmlt b/docs/userguide/en-US/extras/Authentication_5.xmlt
deleted file mode 100644
index dbc9c40..0000000
--- a/docs/userguide/en-US/extras/Authentication_5.xmlt
+++ /dev/null
@@ -1,2 +0,0 @@
-juddi.authenticator=org.apache.juddi.auth.LdapSimpleAuthenticator
-juddi.authenticator.url=ldap://localhost:389

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Database_Setup_1.screen
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Database_Setup_1.screen b/docs/userguide/en-US/extras/Database_Setup_1.screen
deleted file mode 100644
index 128e9e7..0000000
--- a/docs/userguide/en-US/extras/Database_Setup_1.screen
+++ /dev/null
@@ -1 +0,0 @@
-mysql> create database juddiv3
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Database_Setup_1.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Database_Setup_1.xmlt b/docs/userguide/en-US/extras/Database_Setup_1.xmlt
deleted file mode 100644
index 7c92c61..0000000
--- a/docs/userguide/en-US/extras/Database_Setup_1.xmlt
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<persistence xmlns="http://java.sun.com/xml/ns/persistence" 
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://java.sun.com/xml/ns/persistence 
-    http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" 
-    version="1.0">
-    <persistence-unit name="juddiDatabase" transaction-type="RESOURCE_LOCAL">
-        <provider>org.hibernate.ejb.HibernatePersistence</provider>
-        <jta-data-source>java:comp/env/jdbc/JuddiDS</jta-data-source>
-        <!-- entity classes -->
-        <class>org.apache.juddi.model.Address</class>
-        <class>org.apache.juddi.model.AddressLine</class>
-        <class>org.apache.juddi.model.AuthToken</class>
-        <class>org.apache.juddi.model.BindingCategoryBag</class>
-        <class>org.apache.juddi.model.BindingDescr</class>
-        <class>org.apache.juddi.model.BindingTemplate</class>
-        <class>org.apache.juddi.model.BusinessCategoryBag</class>
-        <class>org.apache.juddi.model.BusinessDescr</class>
-        <class>org.apache.juddi.model.BusinessEntity</class>
-        <class>org.apache.juddi.model.BusinessIdentifier</class>
-        <class>org.apache.juddi.model.BusinessName</class>
-        <class>org.apache.juddi.model.BusinessService</class>
-        <class>org.apache.juddi.model.CanonicalizationMethod</class>
-        <class>org.apache.juddi.model.CategoryBag</class>
-        <class>org.apache.juddi.model.Clerk</class>
-        <class>org.apache.juddi.model.ClientSubscriptionInfo</class>
-        <class>org.apache.juddi.model.Contact</class>
-        <class>org.apache.juddi.model.ContactDescr</class>
-        <class>org.apache.juddi.model.DiscoveryUrl</class>
-        <class>org.apache.juddi.model.Email</class>
-        <class>org.apache.juddi.model.InstanceDetailsDescr</class>
-        <class>org.apache.juddi.model.InstanceDetailsDocDescr</class>
-        <class>org.apache.juddi.model.KeyDataValue</class>
-        <class>org.apache.juddi.model.KeyedReference</class>
-        <class>org.apache.juddi.model.KeyedReferenceGroup</class>
-        <class>org.apache.juddi.model.KeyInfo</class>
-        <class>org.apache.juddi.model.Node</class>
-        <class>org.apache.juddi.model.ObjectType</class>
-        <class>org.apache.juddi.model.ObjectTypeContent</class>
-        <class>org.apache.juddi.model.OverviewDoc</class>
-        <class>org.apache.juddi.model.OverviewDocDescr</class>
-        <class>org.apache.juddi.model.PersonName</class>
-        <class>org.apache.juddi.model.Phone</class>
-        <class>org.apache.juddi.model.Publisher</class>
-        <class>org.apache.juddi.model.PublisherAssertion</class>
-        <class>org.apache.juddi.model.PublisherAssertionId</class>
-        <class>org.apache.juddi.model.Reference</class>
-        <class>org.apache.juddi.model.ServiceCategoryBag</class>
-        <class>org.apache.juddi.model.ServiceDescr</class>
-        <class>org.apache.juddi.model.ServiceName</class>
-        <class>org.apache.juddi.model.ServiceProjection</class>
-        <class>org.apache.juddi.model.Signature</class>
-        <class>org.apache.juddi.model.SignatureMethod</class>
-        <class>org.apache.juddi.model.SignatureTransform</class>
-        <class>org.apache.juddi.model.SignatureTransformDataValue</class>
-        <class>org.apache.juddi.model.SignatureValue</class>
-        <class>org.apache.juddi.model.SignedInfo</class>
-        <class>org.apache.juddi.model.Subscription</class>
-        <class>org.apache.juddi.model.SubscriptionChunkToken</class>
-        <class>org.apache.juddi.model.SubscriptionMatch</class>
-        <class>org.apache.juddi.model.Tmodel</class>
-        <class>org.apache.juddi.model.TmodelCategoryBag</class>
-        <class>org.apache.juddi.model.TmodelDescr</class>
-        <class>org.apache.juddi.model.TmodelIdentifier</class>
-        <class>org.apache.juddi.model.TmodelInstanceInfo</class>
-        <class>org.apache.juddi.model.TmodelInstanceInfoDescr</class>
-        <class>org.apache.juddi.model.TransferToken</class>
-        <class>org.apache.juddi.model.TransferTokenKey</class>
-        <class>org.apache.juddi.model.UddiEntity</class>
-        <class>org.apache.juddi.model.UddiEntityPublisher</class>
-
-        <properties>
-            <property name="hibernate.archive.autodetection" value="class"/>
-            <property name="hibernate.hbm2ddl.auto" value="update"/>
-            <property name="hibernate.show_sql" value="false"/>
-            <property name="hibernate.dialect" 
-                value="org.hibernate.dialect.DerbyDialect"/>
-        </properties>
-    </persistence-unit>
-</persistence>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Database_Setup_10.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Database_Setup_10.xmlt b/docs/userguide/en-US/extras/Database_Setup_10.xmlt
deleted file mode 100644
index f65695a..0000000
--- a/docs/userguide/en-US/extras/Database_Setup_10.xmlt
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Context>
-    <WatchedResource>WEB-INF/web.xml</WatchedResource>
-    <!-- HSQL data source -->
-    <Resource name="jdbc/JuddiDS" auth="Container"
-            type="javax.sql.DataSource" username="JUDDI" password="password"
-            driverClassName="org.hsqldb.jdbcDriver"
-            url="jdbc:hsqldb:hsql://localhost:1747/juddi"
-            maxActive="8"
-            />
-</Context>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Database_Setup_2.screen
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Database_Setup_2.screen b/docs/userguide/en-US/extras/Database_Setup_2.screen
deleted file mode 100644
index 4befb0b..0000000
--- a/docs/userguide/en-US/extras/Database_Setup_2.screen
+++ /dev/null
@@ -1,5 +0,0 @@
-# psql
-
-postgres= CREATE USER juddi with PASSWORD 'password';
-postgres= CREATE DATABASE juddi;
-postgres= GRANT ALL PRIVILEGES ON DATABASE juddi to juddi;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Database_Setup_2.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Database_Setup_2.xmlt b/docs/userguide/en-US/extras/Database_Setup_2.xmlt
deleted file mode 100644
index aff6944..0000000
--- a/docs/userguide/en-US/extras/Database_Setup_2.xmlt
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Context>
-    <WatchedResource>WEB-INF/web.xml</WatchedResource>
-    <!--  -->
-    <Resource name="jdbc/JuddiDS" auth="Container"
-        type="javax.sql.DataSource" username="" password=""
-        driverClassName="org.apache.derby.jdbc.EmbeddedDriver" 
-        url="jdbc:derby:juddi-derby-test-db;create=true"
-        maxActive="8" 
-        />  
-</Context>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Database_Setup_3.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Database_Setup_3.xmlt b/docs/userguide/en-US/extras/Database_Setup_3.xmlt
deleted file mode 100644
index 6bb2b5a..0000000
--- a/docs/userguide/en-US/extras/Database_Setup_3.xmlt
+++ /dev/null
@@ -1 +0,0 @@
-<property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Database_Setup_4.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Database_Setup_4.xmlt b/docs/userguide/en-US/extras/Database_Setup_4.xmlt
deleted file mode 100644
index 884d0a8..0000000
--- a/docs/userguide/en-US/extras/Database_Setup_4.xmlt
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Context>
-    <WatchedResource>WEB-INF/web.xml</WatchedResource>
-    <Resource name="jdbc/JuddiDS" auth="Container"
-        type="javax.sql.DataSource" username="root" password=""
-        driverClassName="com.mysql.jdbc.Driver" 
-        url="jdbc:mysql://localhost:3306/juddiv3"
-        maxActive="8"/>  
-</Context>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Database_Setup_5.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Database_Setup_5.xmlt b/docs/userguide/en-US/extras/Database_Setup_5.xmlt
deleted file mode 100644
index b715acc..0000000
--- a/docs/userguide/en-US/extras/Database_Setup_5.xmlt
+++ /dev/null
@@ -1,21 +0,0 @@
-<datasources>
-    <local-tx-datasource>
-        <jndi-name>JuddiDS</jndi-name>
-        <connection-url>jdbc:postgresql://localhost:5432/juddi</connection-url>
-        <driver-class>org.postgresql.Driver</driver-class>
-        <user-name>juddi</user-name>
-        <password>password</password>
-        <!-- sql to call when connection is created.  Can be anything, 
-        select 1 is valid for PostgreSQL 
-        <new-connection-sql>select 1</new-connection-sql>
-        -->
-        <!-- sql to call on an existing pooled connection when it is obtained 
-        from pool.  Can be anything, select 1 is valid for PostgreSQL
-        <check-valid-connection-sql>select 1</check-valid-connection-sql>
-        -->
-        <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml -->
-        <metadata>
-            <type-mapping>PostgreSQL 8.0</type-mapping>
-        </metadata>
-    </local-tx-datasource>
-</datasources>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Database_Setup_6.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Database_Setup_6.xmlt b/docs/userguide/en-US/extras/Database_Setup_6.xmlt
deleted file mode 100644
index fc157a4..0000000
--- a/docs/userguide/en-US/extras/Database_Setup_6.xmlt
+++ /dev/null
@@ -1,3 +0,0 @@
-<jta-data-source>java:comp/env/jdbc/JuddiDS</jta-data-source>
-    .....
-<property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect"/>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Database_Setup_7.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Database_Setup_7.xmlt b/docs/userguide/en-US/extras/Database_Setup_7.xmlt
deleted file mode 100644
index 82217f6..0000000
--- a/docs/userguide/en-US/extras/Database_Setup_7.xmlt
+++ /dev/null
@@ -1 +0,0 @@
-<property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect"/>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Database_Setup_8.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Database_Setup_8.xmlt b/docs/userguide/en-US/extras/Database_Setup_8.xmlt
deleted file mode 100644
index 89a7d8b..0000000
--- a/docs/userguide/en-US/extras/Database_Setup_8.xmlt
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Context>
-    <WatchedResource>WEB-INF/web.xml</WatchedResource>
-    <Resource name="jdbc/JuddiDS" auth="Container"
-        type="javax.sql.DataSource" username="root" password=""
-        driverClassName="oracle.jdbc.driver.OracleDriver"
-        url="jdbc:oracle:thin:@localhost:1521:juddiv3"
-        maxActive="8"/>
-</Context>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Database_Setup_9.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Database_Setup_9.xmlt b/docs/userguide/en-US/extras/Database_Setup_9.xmlt
deleted file mode 100644
index 804824a..0000000
--- a/docs/userguide/en-US/extras/Database_Setup_9.xmlt
+++ /dev/null
@@ -1 +0,0 @@
-<property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Getting_Started_1.screen
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Getting_Started_1.screen b/docs/userguide/en-US/extras/Getting_Started_1.screen
deleted file mode 100644
index ba3e7bc..0000000
--- a/docs/userguide/en-US/extras/Getting_Started_1.screen
+++ /dev/null
@@ -1,2 +0,0 @@
-% cd apache-tomcat-6.0.20/bin
-% ./startup.sh
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/HelloWorldImpl.java
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/HelloWorldImpl.java b/docs/userguide/en-US/extras/HelloWorldImpl.java
deleted file mode 100644
index 5ad2d93..0000000
--- a/docs/userguide/en-US/extras/HelloWorldImpl.java
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.apache.juddi.samples;
-
-import javax.jws.WebService;
-import org.apache.juddi.v3.annotations.UDDIService;
-import org.apache.juddi.v3.annotations.UDDIServiceBinding;
-
-@UDDIService(businessKey="uddi:myBusinessKey", serviceKey="uddi:myServiceKey", description = "Hello World test service")
-@UDDIServiceBinding(bindingKey="uddi:myServiceBindingKey", description="WSDL endpoint for the helloWorld Service. This service is used for "
-      + "testing the jUDDI annotation functionality",
-    accessPointType="wsdlDeployment", accessPoint="http://localhost:8080/juddiv3-samples/services/helloworld?wsdl")
-@WebService(endpointInterface = "org.apache.juddi.samples.HelloWorld", serviceName = "HelloWorld")
-
-public class HelloWorldImpl implements HelloWorld {
-    public String sayHi(String text) {
-        System.out.println("sayHi called");
-        return "Hello " + text;
-    }
-}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Root_seed_data_1.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Root_seed_data_1.properties b/docs/userguide/en-US/extras/Root_seed_data_1.properties
deleted file mode 100644
index 439e8d9..0000000
--- a/docs/userguide/en-US/extras/Root_seed_data_1.properties
+++ /dev/null
@@ -1 +0,0 @@
-juddi.root.publisher=root
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Root_seed_data_1.screen
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Root_seed_data_1.screen b/docs/userguide/en-US/extras/Root_seed_data_1.screen
deleted file mode 100644
index c2706d1..0000000
--- a/docs/userguide/en-US/extras/Root_seed_data_1.screen
+++ /dev/null
@@ -1,4 +0,0 @@
-<publisher>_Publisher.xml
-<publisher>_tModelKeyGen.xml
-<publisher>_BusinessEntity.xml
-<publisher>_tModels.xml
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Root_seed_data_1.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Root_seed_data_1.xmlt b/docs/userguide/en-US/extras/Root_seed_data_1.xmlt
deleted file mode 100644
index 85da3e8..0000000
--- a/docs/userguide/en-US/extras/Root_seed_data_1.xmlt
+++ /dev/null
@@ -1,4 +0,0 @@
-<publisher xmlns="urn:juddi-apache-org:api_v3" authorizedName="root">
-    <publisherName>root publisher</publisherName>
-    <isAdmin>true</isAdmin>
-</publisher>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Root_seed_data_2.screen
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Root_seed_data_2.screen b/docs/userguide/en-US/extras/Root_seed_data_2.screen
deleted file mode 100644
index 10d03de..0000000
--- a/docs/userguide/en-US/extras/Root_seed_data_2.screen
+++ /dev/null
@@ -1 +0,0 @@
-mv RENAME4Sales_juddi_custom_install_data juddi_custom_install_data
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Root_seed_data_2.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Root_seed_data_2.xmlt b/docs/userguide/en-US/extras/Root_seed_data_2.xmlt
deleted file mode 100644
index fd7e180..0000000
--- a/docs/userguide/en-US/extras/Root_seed_data_2.xmlt
+++ /dev/null
@@ -1,14 +0,0 @@
-<tModel tModelKey="uddi:juddi.apache.org:keygenerator" xmlns="urn:uddi-org:api_v3">
-    <name>uddi-org:keyGenerator</name>
-    <description>Root domain key generator</description>
-    <overviewDoc>
-        <overviewURL useType="text">
-        http://uddi.org/pubs/uddi_v3.htm#keyGen
-        </overviewURL>
-    </overviewDoc>
-    <categoryBag>
-        <keyedReference tModelKey="uddi:uddi.org:categorization:types" 
-            keyName="uddi-org:types:keyGenerator"
-            keyValue="keyGenerator" />
-    </categoryBag>
-</tModel>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Root_seed_data_3.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Root_seed_data_3.xmlt b/docs/userguide/en-US/extras/Root_seed_data_3.xmlt
deleted file mode 100644
index 12ff8d8..0000000
--- a/docs/userguide/en-US/extras/Root_seed_data_3.xmlt
+++ /dev/null
@@ -1,69 +0,0 @@
-<businessEntity xmlns="urn:uddi-org:api_v3" 
-    xmlns:xml="http://www.w3.org/XML/1998/namespace" 
-    businessKey="uddi:juddi.apache.org:businesses-asf">
-    <!-- Change the name field to represent the name of your registry -->
-    <name xml:lang="en">An Apache jUDDI Node</name>
-        <!-- Change the description field to provided 
-        a brief description of your registry -->
-        <description xml:lang="en">
-            This is a UDDI v3 registry node as implemented by Apache jUDDI.
-        </description>
-        <discoveryURLs>
-        <!-- This discovery URL should point to the home installation URL of jUDDI -->
-        <discoveryURL useType="home">
-            http://${juddi.server.name}:${juddi.server.port}/juddiv3
-        </discoveryURL>
-    </discoveryURLs>
-    <categoryBag>
-        <keyedReference tModelKey="uddi:uddi.org:categorization:nodes" keyValue="node" />
-    </categoryBag>
-
-    <businessServices>
-    <!-- As mentioned above, you may want to provide user-defined keys for 
-    these (and the services/bindingTemplates below.  Services that you
-    don't intend to support should be removed entirely -->
-        <businessService serviceKey="uddi:juddi.apache.org:services-inquiry" 
-            businessKey="uddi:juddi.apache.org:businesses-asf">
-            <name xml:lang="en">UDDI Inquiry Service</name>
-            <description xml:lang="en">Web Service supporting UDDI Inquiry API</description>
-            <bindingTemplates>
-                <bindingTemplate bindingKey="uddi:juddi.apache.org:servicebindings-inquiry-ws" 
-                    serviceKey="uddi:juddi.apache.org:services-inquiry">
-                    <description>UDDI Inquiry API V3</description>
-                    <!-- This should be changed to the WSDL URL of the inquiry API.  
-                    An access point inside a bindingTemplate will be found for every service
-                    in this file.  They all must point to their API's WSDL URL -->
-                    <accessPoint useType="wsdlDeployment">
-                        http://${juddi.server.name}:${juddi.server.port}/juddiv3/services/inquiry?wsdl
-                    </accessPoint>
-                    <tModelInstanceDetails>
-                        <tModelInstanceInfo tModelKey="uddi:uddi.org:v3_inquiry">
-                            <instanceDetails>
-                                <instanceParms>
-                                <![CDATA[
-                                <?xml version="1.0" encoding="utf-8" ?>
-                                <UDDIinstanceParmsContainer 
-                                    xmlns="urn:uddi-org:policy_v3_instanceParms">
-                                    <defaultSortOrder>
-                                        uddi:uddi.org:sortorder:binarysort
-                                    </defaultSortOrder>
-                                </UDDIinstanceParmsContainer>
-                                ]]>
-                                </instanceParms>
-                            </instanceDetails>
-                        </tModelInstanceInfo>
-                    </tModelInstanceDetails>
-                    <categoryBag>
-                        <keyedReference keyName="uddi-org:types:wsdl" keyValue="wsdlDeployment" 
-                            tModelKey="uddi:uddi.org:categorization:types"/>
-                    </categoryBag>
-                </bindingTemplate>
-            </bindingTemplates>
-        </businessService>
-        <businessService serviceKey="uddi:juddi.apache.org:services-publish" 
-            businessKey="uddi:juddi.apache.org:businesses-asf">
-            <name xml:lang="en">UDDI Publish Service</name>
-            ...........
-        </businessService>
-    </businessServices>
-</businessEntity>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Subscription_1.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Subscription_1.properties b/docs/userguide/en-US/extras/Subscription_1.properties
deleted file mode 100644
index 90fc766..0000000
--- a/docs/userguide/en-US/extras/Subscription_1.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-juddi.server.name=sales
-juddi.server.port=8080
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Subscription_1.screen
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Subscription_1.screen b/docs/userguide/en-US/extras/Subscription_1.screen
deleted file mode 100644
index 26bc2d2..0000000
--- a/docs/userguide/en-US/extras/Subscription_1.screen
+++ /dev/null
@@ -1,2 +0,0 @@
-cd juddiv3/WEB-INF/classes
-mv RENAME4SALES_juddi_custom_install_data juddi_custom_install_data
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Subscription_1.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Subscription_1.xmlt b/docs/userguide/en-US/extras/Subscription_1.xmlt
deleted file mode 100644
index 6da7d75..0000000
--- a/docs/userguide/en-US/extras/Subscription_1.xmlt
+++ /dev/null
@@ -1,6 +0,0 @@
-<name>default</name>
-<properties>
-    <property name="serverName" value="sales"/>
-    <property name="serverPort" value="8080"/>
-    <property name="rmiPort" value="1099"/>
-</properties>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Subscription_2.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Subscription_2.properties b/docs/userguide/en-US/extras/Subscription_2.properties
deleted file mode 100644
index af00d7d..0000000
--- a/docs/userguide/en-US/extras/Subscription_2.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-juddi.server.name=marketing
-juddi.server.port=8080
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Subscription_2.screen
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Subscription_2.screen b/docs/userguide/en-US/extras/Subscription_2.screen
deleted file mode 100644
index 90fc766..0000000
--- a/docs/userguide/en-US/extras/Subscription_2.screen
+++ /dev/null
@@ -1,2 +0,0 @@
-juddi.server.name=sales
-juddi.server.port=8080
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Subscription_2.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Subscription_2.xmlt b/docs/userguide/en-US/extras/Subscription_2.xmlt
deleted file mode 100644
index 2d05e3d..0000000
--- a/docs/userguide/en-US/extras/Subscription_2.xmlt
+++ /dev/null
@@ -1,6 +0,0 @@
-<name>default</name>
-<properties>
-    <property name="serverName" value="marketing"/>
-    <property name="serverPort" value="8080"/>
-    <property name="rmiPort" value="1099"/>
-</properties>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Subscription_3.screen
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Subscription_3.screen b/docs/userguide/en-US/extras/Subscription_3.screen
deleted file mode 100644
index ed7eef0..0000000
--- a/docs/userguide/en-US/extras/Subscription_3.screen
+++ /dev/null
@@ -1 +0,0 @@
-bin/startup.sh
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Subscription_3.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Subscription_3.xmlt b/docs/userguide/en-US/extras/Subscription_3.xmlt
deleted file mode 100644
index cccc89b..0000000
--- a/docs/userguide/en-US/extras/Subscription_3.xmlt
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<uddi>
-    <reloadDelay>5000</reloadDelay>
-    <manager name="example-manager">
-        <nodes>
-            <node>
-                <name>default</name>
-                <description>Sales jUDDI node</description>  
-                <properties>
-                    <property name="serverName"  value="sales"/>
-                    <property name="serverPort"  value="8080"/>
-                    <property name="keyDomain"   value="sales.apache.org"/>
-                    <property name="department"  value="sales" />
-                </properties>
-                <proxyTransport>
-                    org.apache.juddi.v3.client.transport.InVMTransport
-                </proxyTransport>
-                <custodyTransferUrl>
-                    org.apache.juddi.api.impl.UDDICustodyTransferImpl
-                </custodyTransferUrl>
-                <inquiryUrl>org.apache.juddi.api.impl.UDDIInquiryImpl</inquiryUrl>
-                <publishUrl>org.apache.juddi.api.impl.UDDIPublicationImpl</publishUrl>
-                <securityUrl>org.apache.juddi.api.impl.UDDISecurityImpl</securityUrl>
-                <subscriptionUrl>
-                    org.apache.juddi.api.impl.UDDISubscriptionImpl
-                </subscriptionUrl>
-                <subscriptionListenerUrl>
-                    org.apache.juddi.api.impl.UDDISubscriptionListenerImpl
-                </subscriptionListenerUrl>
-                <juddiApiUrl>org.apache.juddi.api.impl.JUDDIApiImpl</juddiApiUrl>
-            </node>
-        </nodes>
-    </manager>
-</uddi>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Subscription_4.screen
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Subscription_4.screen b/docs/userguide/en-US/extras/Subscription_4.screen
deleted file mode 100644
index a727e81..0000000
--- a/docs/userguide/en-US/extras/Subscription_4.screen
+++ /dev/null
@@ -1,2 +0,0 @@
-cd juddiv3/WEB-INF/classes
-mv RENAME4MARKETING_juddi_custom_install_data juddi_custom_install_data
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Subscription_4.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Subscription_4.xmlt b/docs/userguide/en-US/extras/Subscription_4.xmlt
deleted file mode 100644
index 424ba2a..0000000
--- a/docs/userguide/en-US/extras/Subscription_4.xmlt
+++ /dev/null
@@ -1,48 +0,0 @@
-<save_tModel xmlns="urn:uddi-org:api_v3">
-
-    <tModel tModelKey="uddi:marketing.apache.org:keygenerator" xmlns="urn:uddi-org:api_v3">
-        <name>marketing-apache-org:keyGenerator</name>
-        <description>Marketing domain key generator</description>
-        <overviewDoc>
-            <overviewURL useType="text">
-                http://uddi.org/pubs/uddi_v3.htm#keyGen
-            </overviewURL>
-        </overviewDoc>
-        <categoryBag>
-            <keyedReference tModelKey="uddi:uddi.org:categorization:types" 
-                keyName="uddi-org:types:keyGenerator"
-                keyValue="keyGenerator" />
-        </categoryBag>
-    </tModel>
-    
-    <tModel tModelKey="uddi:marketing.apache.org:subscription:keygenerator" 
-        xmlns="urn:uddi-org:api_v3">
-        <name>marketing-apache-org:subscription:keyGenerator</name>
-        <description>Marketing Subscriptions domain key generator</description>
-        <overviewDoc>
-            <overviewURL useType="text">
-                http://uddi.org/pubs/uddi_v3.htm#keyGen
-            </overviewURL>
-        </overviewDoc>
-        <categoryBag>
-            <keyedReference tModelKey="uddi:uddi.org:categorization:types" 
-                keyName="uddi-org:types:keyGenerator"
-                keyValue="keyGenerator" />
-        </categoryBag>
-    </tModel>
-
-    <tModel tModelKey="uddi:sales.apache.org:keygenerator" xmlns="urn:uddi-org:api_v3">
-        <name>sales-apache-org:keyGenerator</name>
-        <description>Sales Root domain key generator</description>
-        <overviewDoc>
-            <overviewURL useType="text">
-                http://uddi.org/pubs/uddi_v3.htm#keyGen
-            </overviewURL>
-        </overviewDoc>
-        <categoryBag>
-            <keyedReference tModelKey="uddi:uddi.org:categorization:types" 
-                keyName="uddi-org:types:keyGenerator"
-                keyValue="keyGenerator" />
-        </categoryBag>
-    </tModel>
-</save_tModel>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Subscription_5.screen
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Subscription_5.screen b/docs/userguide/en-US/extras/Subscription_5.screen
deleted file mode 100644
index ed7eef0..0000000
--- a/docs/userguide/en-US/extras/Subscription_5.screen
+++ /dev/null
@@ -1 +0,0 @@
-bin/startup.sh
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Subscription_5.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Subscription_5.xmlt b/docs/userguide/en-US/extras/Subscription_5.xmlt
deleted file mode 100644
index 61b61c5..0000000
--- a/docs/userguide/en-US/extras/Subscription_5.xmlt
+++ /dev/null
@@ -1,14 +0,0 @@
-<clerks registerOnStartup="false">
-    <clerk  name="MarketingCratchit"    node="default" 
-            publisher="marketing"       password="marketing"/>
-
-    <clerk  name="SalesCratchit"        node="sales-ws"   
-            publisher="marketing"       password="marketing"/>
-    <!--  optional 
-    <xregister>
-        <servicebinding 
-            entityKey="uddi:marketing.apache.org:servicebindings-subscriptionlistener-ws" 
-            fromClerk="MarketingCratchit" toClerk="SalesCratchit"/>
-    </xregister>
-    -->
-</clerks>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Using_jUDDI-Client_1.java
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Using_jUDDI-Client_1.java b/docs/userguide/en-US/extras/Using_jUDDI-Client_1.java
deleted file mode 100644
index 3acf9a8..0000000
--- a/docs/userguide/en-US/extras/Using_jUDDI-Client_1.java
+++ /dev/null
@@ -1 +0,0 @@
-juddi.jndi.registration=true
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Using_jUDDI-Client_1.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Using_jUDDI-Client_1.xmlt b/docs/userguide/en-US/extras/Using_jUDDI-Client_1.xmlt
deleted file mode 100644
index 9a5a853..0000000
--- a/docs/userguide/en-US/extras/Using_jUDDI-Client_1.xmlt
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<uddi>
-  <reloadDelay>5000</reloadDelay>
-  <manager name="example-manager">
-    <nodes>
-      <node isHomeJUDDI="true">
-        <name>default</name>
-        <description>jUDDI node</description>  
-        <properties>
-          <property name="serverName"  value="www.myuddiserver.com"/>
-          <property name="serverPort"  value="8080"/>
-          <property name="keyDomain"   value="mydepartment.mydomain.org"/>
-          <property name="department"  value="mydepartment" />
-        </properties>
-        <!-- InVM -->
-        <proxyTransport>org.apache.juddi.v3.client.transport.InVMTransport</proxyTransport>
-        <custodyTransferUrl>org.apache.juddi.api.impl.UDDICustodyTransferImpl</custodyTransferUrl>
-        <inquiryUrl>org.apache.juddi.api.impl.UDDIInquiryImpl</inquiryUrl>
-        <publishUrl>org.apache.juddi.api.impl.UDDIPublicationImpl</publishUrl>
-        <securityUrl>org.apache.juddi.api.impl.UDDISecurityImpl</securityUrl>
-        <subscriptionUrl>org.apache.juddi.api.impl.UDDISubscriptionImpl</subscriptionUrl>
-        <subscriptionListenerUrl>org.apache.juddi.api.impl.UDDISubscriptionListenerImpl</subscriptionListenerUrl>
-        <juddiApiUrl>org.apache.juddi.api.impl.JUDDIApiImpl</juddiApiUrl>
-        <!-- JAX-WS Transport 
-        <proxyTransport>org.apache.juddi.v3.client.transport.JAXWSTransport</proxyTransport>
-        <custodyTransferUrl>http://${serverName}:${serverPort}/juddiv3/services/custody-transfer</custodyTransferUrl>
-        <inquiryUrl>http://${serverName}:${serverPort}/juddiv3/services/inquiry</inquiryUrl>
-        <publishUrl>http://${serverName}:${serverPort}/juddiv3/services/publish</publishUrl>
-        <securityUrl>http://${serverName}:${serverPort}/juddiv3/services/security</securityUrl>
-        <subscriptionUrl>http://${serverName}:${serverPort}/juddiv3/services/subscription</subscriptionUrl>
-        <subscriptionListenerUrl>http://${serverName}:${serverPort}/juddiv3/services/subscription-listener</subscriptionListenerUrl>
-        <juddiApiUrl>http://${serverName}:${serverPort}/juddiv3/services/juddi-api?wsdl</juddiApiUrl>
-        -->
-        <!-- RMI Transport Settings
-        <proxyTransport>org.apache.juddi.v3.client.transport.RMITransport</proxyTransport>
-        <custodyTransferUrl>/juddiv3/UDDICustodyTransferService</custodyTransferUrl>
-        <inquiryUrl>/juddiv3/UDDIInquiryService</inquiryUrl>
-        <publishUrl>/juddiv3/UDDIPublicationService</publishUrl>
-        <securityUrl>/juddiv3/UDDISecurityService</securityUrl>
-        <subscriptionUrl>/juddiv3/UDDISubscriptionService</subscriptionUrl>
-        <subscriptionListenerUrl>/juddiv3/UDDISubscriptionListenerService</subscriptionListenerUrl>
-        <juddiApiUrl>/juddiv3/JUDDIApiService</juddiApiUrl>
-        <javaNamingFactoryInitial>org.jnp.interfaces.NamingContextFactory</javaNamingFactoryInitial>
-        <javaNamingFactoryUrlPkgs>org.jboss.naming</javaNamingFactoryUrlPkgs>
-        <javaNamingProviderUrl>jnp://${serverName}:1099</javaNamingProviderUrl>
-        -->
-      </node>
-    </nodes>
-    <clerks registerOnStartup="true">
-      <clerk name="BobCratchit" node="default" publisher="bob" password="bob">
-         <class>org.apache.juddi.samples.HelloWorldImpl</class>
-      </clerk>
-    </clerks>
-  </manager>	
-</uddi>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Using_jUDDI-Client_1_web_xml.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Using_jUDDI-Client_1_web_xml.xmlt b/docs/userguide/en-US/extras/Using_jUDDI-Client_1_web_xml.xmlt
deleted file mode 100644
index 8710ef7..0000000
--- a/docs/userguide/en-US/extras/Using_jUDDI-Client_1_web_xml.xmlt
+++ /dev/null
@@ -1,18 +0,0 @@
-<!-- required -->
-<context-param>
-    <param-name>uddi.client.manager.name</param-name>
-    <param-value>example-manager</param-value>
- </context-param>
- 
-<!-- optional override -->
-<context-param>
-    <param-name>uddi.client.xml</param-name>
-    <param-value>META-INF/myuddi.xml</param-value>
-</context-param>
-
-<servlet>
-    <servlet-name>UDDIClerkServlet</servlet-name>
-    <display-name>Clerk Servlet</display-name>
-    <servlet-class>org.apache.juddi.v3.client.config.UDDIClerkServlet</servlet-class>
-    <load-on-startup>1</load-on-startup>
-</servlet>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Using_jUDDI-Client_2.java
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Using_jUDDI-Client_2.java b/docs/userguide/en-US/extras/Using_jUDDI-Client_2.java
deleted file mode 100644
index 690d446..0000000
--- a/docs/userguide/en-US/extras/Using_jUDDI-Client_2.java
+++ /dev/null
@@ -1 +0,0 @@
-Registry.start()
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Using_jUDDI-Client_2invm.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Using_jUDDI-Client_2invm.xmlt b/docs/userguide/en-US/extras/Using_jUDDI-Client_2invm.xmlt
deleted file mode 100644
index 1bb49d5..0000000
--- a/docs/userguide/en-US/extras/Using_jUDDI-Client_2invm.xmlt
+++ /dev/null
@@ -1,9 +0,0 @@
-<!-- InVM -->
-<proxyTransport>org.apache.juddi.v3.client.transport.InVMTransport</proxyTransport>
-<custodyTransferUrl>org.apache.juddi.api.impl.UDDICustodyTransferImpl</custodyTransferUrl>
-<inquiryUrl>org.apache.juddi.api.impl.UDDIInquiryImpl</inquiryUrl>
-<publishUrl>org.apache.juddi.api.impl.UDDIPublicationImpl</publishUrl>
-<securityUrl>org.apache.juddi.api.impl.UDDISecurityImpl</securityUrl>
-<subscriptionUrl>org.apache.juddi.api.impl.UDDISubscriptionImpl</subscriptionUrl>
-<subscriptionListenerUrl>org.apache.juddi.api.impl.UDDISubscriptionListenerImpl</subscriptionListenerUrl>
-<juddiApiUrl>org.apache.juddi.api.impl.JUDDIApiImpl</juddiApiUrl>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Using_jUDDI-Client_2jaxws.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Using_jUDDI-Client_2jaxws.xmlt b/docs/userguide/en-US/extras/Using_jUDDI-Client_2jaxws.xmlt
deleted file mode 100644
index 9f95838..0000000
--- a/docs/userguide/en-US/extras/Using_jUDDI-Client_2jaxws.xmlt
+++ /dev/null
@@ -1,9 +0,0 @@
-<!-- JAX-WS Transport -->
-<proxyTransport>org.apache.juddi.v3.client.transport.JAXWSTransport</proxyTransport>
-<custodyTransferUrl>http://${serverName}:${serverPort}/juddiv3/services/custody-transfer</custodyTransferUrl>
-<inquiryUrl>http://${serverName}:${serverPort}/juddiv3/services/inquiry</inquiryUrl>
-<publishUrl>http://${serverName}:${serverPort}/juddiv3/services/publish</publishUrl>
-<securityUrl>http://${serverName}:${serverPort}/juddiv3/services/security</securityUrl>
-<subscriptionUrl>http://${serverName}:${serverPort}/juddiv3/services/subscription</subscriptionUrl>
-<subscriptionListenerUrl>http://${serverName}:${serverPort}/juddiv3/services/subscription-listener</subscriptionListenerUrl>
-<juddiApiUrl>http://${serverName}:${serverPort}/juddiv3/services/juddi-api?wsdl</juddiApiUrl>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[14/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/bindings/JUDDIApiService.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/bindings/JUDDIApiService.cs b/juddi-client.net/juddi-client.net/bindings/JUDDIApiService.cs
index a3f45c8..1071dbf 100644
--- a/juddi-client.net/juddi-client.net/bindings/JUDDIApiService.cs
+++ b/juddi-client.net/juddi-client.net/bindings/JUDDIApiService.cs
@@ -1,4035 +1,4054 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//     This code was generated by a tool.
-//     Runtime Version:4.0.30319.18444
-//
-//     Changes to this file may cause incorrect behavior and will be lost if
-//     the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-using org.uddi.apiv3;
-using System;
-using System.ComponentModel;
-using System.Diagnostics;
-using System.Web.Services;
-using System.Web.Services.Protocols;
-using System.Xml.Serialization;
-
-// 
-// This source code was auto-generated by wsdl, Version=4.0.30319.17929.
-// 
-
-namespace org.apache.juddi.apiv3
-{
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Web.Services.WebServiceBindingAttribute(Name = "JUDDIApiServiceSoapBinding", Namespace = "urn:juddi-apache-org:v3_service")]
-    public partial class JUDDIApiService : System.Web.Services.Protocols.SoapHttpClientProtocol
-    {
-
-        private System.Threading.SendOrPostCallback get_publisherDetailOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_ClientSubscriptionInfoOperationCompleted;
-
-        private System.Threading.SendOrPostCallback save_ClerkOperationCompleted;
-
-     //   private System.Threading.SendOrPostCallback get_allPublisherDetailOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_publisherOperationCompleted;
-
-        private System.Threading.SendOrPostCallback save_publisherOperationCompleted;
-
-        private System.Threading.SendOrPostCallback save_NodeOperationCompleted;
-
-        private System.Threading.SendOrPostCallback adminDelete_tModelOperationCompleted;
-
-        private System.Threading.SendOrPostCallback save_ClientSubscriptionInfoOperationCompleted;
-
-        private System.Threading.SendOrPostCallback invoke_SyncSubscriptionOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_AllNodesOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_AllClerksOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_NodeOperationCompleted;
-
-        private System.Threading.SendOrPostCallback delete_ClerkOperationCompleted;
-
-        private System.Threading.SendOrPostCallback adminSave_BusinessOperationCompleted;
-
-        private System.Threading.SendOrPostCallback adminSave_tModelOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_ReplicationNodesOperationCompleted;
-
-        private System.Threading.SendOrPostCallback set_ReplicationNodesOperationCompleted;
-
-        private System.Threading.SendOrPostCallback get_allClientSubscriptionInfoOperationCompleted;
-
-        private System.Threading.SendOrPostCallback adminDelete_SubscriptionOperationCompleted;
-
-        private System.Threading.SendOrPostCallback adminSave_SubscriptionOperationCompleted;
-
-        /// <remarks/>
-        public JUDDIApiService()
-        {
-            this.Url = "http://localhost/juddiv3/services/juddi-api";
-        }
-
-        /// <remarks/>
-        public event get_publisherDetailCompletedEventHandler get_publisherDetailCompleted;
-
-        /// <remarks/>
-        public event delete_ClientSubscriptionInfoCompletedEventHandler delete_ClientSubscriptionInfoCompleted;
-
-        /// <remarks/>
-        public event save_ClerkCompletedEventHandler save_ClerkCompleted;
-
-        /// <remarks/>
-  //      public event get_allPublisherDetailCompletedEventHandler get_allPublisherDetailCompleted;
-
-        /// <remarks/>
-        public event delete_publisherCompletedEventHandler delete_publisherCompleted;
-
-        /// <remarks/>
-        public event save_publisherCompletedEventHandler save_publisherCompleted;
-
-        /// <remarks/>
-        public event save_NodeCompletedEventHandler save_NodeCompleted;
-
-        /// <remarks/>
-        public event adminDelete_tModelCompletedEventHandler adminDelete_tModelCompleted;
-
-        /// <remarks/>
-        public event save_ClientSubscriptionInfoCompletedEventHandler save_ClientSubscriptionInfoCompleted;
-
-        /// <remarks/>
-        public event invoke_SyncSubscriptionCompletedEventHandler invoke_SyncSubscriptionCompleted;
-
-        /// <remarks/>
-        public event get_AllNodesCompletedEventHandler get_AllNodesCompleted;
-
-        /// <remarks/>
-        public event get_AllClerksCompletedEventHandler get_AllClerksCompleted;
-
-        /// <remarks/>
-        public event delete_NodeCompletedEventHandler delete_NodeCompleted;
-
-        /// <remarks/>
-        public event delete_ClerkCompletedEventHandler delete_ClerkCompleted;
-
-        /// <remarks/>
-        public event adminSave_BusinessCompletedEventHandler adminSave_BusinessCompleted;
-
-        /// <remarks/>
-        public event adminSave_tModelCompletedEventHandler adminSave_tModelCompleted;
-
-        /// <remarks/>
-        public event get_ReplicationNodesCompletedEventHandler get_ReplicationNodesCompleted;
-
-        /// <remarks/>
-        public event set_ReplicationNodesCompletedEventHandler set_ReplicationNodesCompleted;
-
-        /// <remarks/>
-        public event get_allClientSubscriptionInfoCompletedEventHandler get_allClientSubscriptionInfoCompleted;
-
-        /// <remarks/>
-        public event adminDelete_SubscriptionCompletedEventHandler adminDelete_SubscriptionCompleted;
-
-        /// <remarks/>
-        public event adminSave_SubscriptionCompletedEventHandler adminSave_SubscriptionCompleted;
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_publisherDetail", RequestNamespace = "urn:juddi-apache-org:api_v3", ResponseElementName = "publisherDetail", ResponseNamespace = "urn:juddi-apache-org:api_v3", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
-        [return: System.Xml.Serialization.XmlElementAttribute("publisher", IsNullable = true)]
-        public publisher[] get_publisherDetail(string authInfo, [System.Xml.Serialization.XmlElementAttribute("publisherId")] string[] publisherId, [System.Xml.Serialization.XmlAttributeAttribute()] out bool truncated, [System.Xml.Serialization.XmlAttributeAttribute()] [System.Xml.Serialization.XmlIgnoreAttribute()] out bool truncatedSpecified)
-        {
-            object[] results = this.Invoke("get_publisherDetail", new object[] {
-                    authInfo,
-                    publisherId});
-            truncated = ((bool)(results[1]));
-            truncatedSpecified = ((bool)(results[2]));
-            return ((publisher[])(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_publisherDetail(string authInfo, string[] publisherId, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_publisherDetail", new object[] {
-                    authInfo,
-                    publisherId}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public publisher[] Endget_publisherDetail(System.IAsyncResult asyncResult, out bool truncated, out bool truncatedSpecified)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            truncated = ((bool)(results[1]));
-            truncatedSpecified = ((bool)(results[2]));
-            return ((publisher[])(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_publisherDetailAsync(string authInfo, string[] publisherId)
-        {
-            this.get_publisherDetailAsync(authInfo, publisherId, null);
-        }
-
-        /// <remarks/>
-        public void get_publisherDetailAsync(string authInfo, string[] publisherId, object userState)
-        {
-            if ((this.get_publisherDetailOperationCompleted == null))
-            {
-                this.get_publisherDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_publisherDetailOperationCompleted);
-            }
-            this.InvokeAsync("get_publisherDetail", new object[] {
-                    authInfo,
-                    publisherId}, this.get_publisherDetailOperationCompleted, userState);
-        }
-
-        private void Onget_publisherDetailOperationCompleted(object arg)
-        {
-            if ((this.get_publisherDetailCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_publisherDetailCompleted(this, new get_publisherDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_ClientSubscriptionInfo", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public void delete_ClientSubscriptionInfo([System.Xml.Serialization.XmlElementAttribute("delete_ClientSubscriptionInfo", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] delete_clientSubscriptionInfo delete_ClientSubscriptionInfo1)
-        {
-            this.Invoke("delete_ClientSubscriptionInfo", new object[] {
-                    delete_ClientSubscriptionInfo1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_ClientSubscriptionInfo(delete_clientSubscriptionInfo delete_ClientSubscriptionInfo1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_ClientSubscriptionInfo", new object[] {
-                    delete_ClientSubscriptionInfo1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void Enddelete_ClientSubscriptionInfo(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void delete_ClientSubscriptionInfoAsync(delete_clientSubscriptionInfo delete_ClientSubscriptionInfo1)
-        {
-            this.delete_ClientSubscriptionInfoAsync(delete_ClientSubscriptionInfo1, null);
-        }
-
-        /// <remarks/>
-        public void delete_ClientSubscriptionInfoAsync(delete_clientSubscriptionInfo delete_ClientSubscriptionInfo1, object userState)
-        {
-            if ((this.delete_ClientSubscriptionInfoOperationCompleted == null))
-            {
-                this.delete_ClientSubscriptionInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_ClientSubscriptionInfoOperationCompleted);
-            }
-            this.InvokeAsync("delete_ClientSubscriptionInfo", new object[] {
-                    delete_ClientSubscriptionInfo1}, this.delete_ClientSubscriptionInfoOperationCompleted, userState);
-        }
-
-        private void Ondelete_ClientSubscriptionInfoOperationCompleted(object arg)
-        {
-            if ((this.delete_ClientSubscriptionInfoCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_ClientSubscriptionInfoCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("save_Clerk", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlArrayAttribute("save_ClerkResponse", Namespace = "urn:juddi-apache-org:v3_service", IsNullable = true)]
-        [return: System.Xml.Serialization.XmlArrayItemAttribute(Namespace = "urn:juddi-apache-org:api_v3")]
-        public clerk[] save_Clerk([System.Xml.Serialization.XmlElementAttribute(Namespace = "urn:juddi-apache-org:api_v3")] save_clerk save_ClerkRequest)
-        {
-            object[] results = this.Invoke("save_Clerk", new object[] {
-                    save_ClerkRequest});
-            return ((clerk[])(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginsave_Clerk(save_clerk save_ClerkRequest, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("save_Clerk", new object[] {
-                    save_ClerkRequest}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public clerk[] Endsave_Clerk(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((clerk[])(results[0]));
-        }
-
-        /// <remarks/>
-        public void save_ClerkAsync(save_clerk save_ClerkRequest)
-        {
-            this.save_ClerkAsync(save_ClerkRequest, null);
-        }
-
-        /// <remarks/>
-        public void save_ClerkAsync(save_clerk save_ClerkRequest, object userState)
-        {
-            if ((this.save_ClerkOperationCompleted == null))
-            {
-                this.save_ClerkOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsave_ClerkOperationCompleted);
-            }
-            this.InvokeAsync("save_Clerk", new object[] {
-                    save_ClerkRequest}, this.save_ClerkOperationCompleted, userState);
-        }
-
-        private void Onsave_ClerkOperationCompleted(object arg)
-        {
-            if ((this.save_ClerkCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.save_ClerkCompleted(this, new save_ClerkCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-/*
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_allPublisherDetail", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("publisherDetail", Namespace = "urn:juddi-apache-org:api_v3")]
-        public object[] get_allPublisherDetail([System.Xml.Serialization.XmlElementAttribute("get_allPublisherDetail", Namespace = "urn:juddi-apache-org:api_v3")] get_allPublisherDetail get_allPublisherDetail1)
-        {
-            object[] results = this.Invoke("get_allPublisherDetail", new object[] {
-                    get_allPublisherDetail1});
-            return ((object[])(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_allPublisherDetail(get_allPublisherDetail get_allPublisherDetail1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_allPublisherDetail", new object[] {
-                    get_allPublisherDetail1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public object[] Endget_allPublisherDetail(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((object[])(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_allPublisherDetailAsync(get_allPublisherDetail get_allPublisherDetail1)
-        {
-            this.get_allPublisherDetailAsync(get_allPublisherDetail1, null);
-        }
-
-        /// <remarks/>
-        public void get_allPublisherDetailAsync(get_allPublisherDetail get_allPublisherDetail1, object userState)
-        {
-            if ((this.get_allPublisherDetailOperationCompleted == null))
-            {
-                this.get_allPublisherDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_allPublisherDetailOperationCompleted);
-            }
-            this.InvokeAsync("get_allPublisherDetail", new object[] {
-                    get_allPublisherDetail1}, this.get_allPublisherDetailOperationCompleted, userState);
-        }
-
-        private void Onget_allPublisherDetailOperationCompleted(object arg)
-        {
-            if ((this.get_allPublisherDetailCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_allPublisherDetailCompleted(this, new get_allPublisherDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }*/
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_publisher", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public void delete_publisher([System.Xml.Serialization.XmlElementAttribute("delete_publisher", Namespace = "urn:juddi-apache-org:api_v3")] delete_publisher delete_publisher1)
-        {
-            this.Invoke("delete_publisher", new object[] {
-                    delete_publisher1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_publisher(delete_publisher delete_publisher1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_publisher", new object[] {
-                    delete_publisher1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void Enddelete_publisher(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void delete_publisherAsync(delete_publisher delete_publisher1)
-        {
-            this.delete_publisherAsync(delete_publisher1, null);
-        }
-
-        /// <remarks/>
-        public void delete_publisherAsync(delete_publisher delete_publisher1, object userState)
-        {
-            if ((this.delete_publisherOperationCompleted == null))
-            {
-                this.delete_publisherOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_publisherOperationCompleted);
-            }
-            this.InvokeAsync("delete_publisher", new object[] {
-                    delete_publisher1}, this.delete_publisherOperationCompleted, userState);
-        }
-
-        private void Ondelete_publisherOperationCompleted(object arg)
-        {
-            if ((this.delete_publisherCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_publisherCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("save_publisher", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("save_publisherResponse", Namespace = "urn:juddi-apache-org:v3_service", IsNullable = true)]
-        public publisherDetail save_publisher([System.Xml.Serialization.XmlElementAttribute("save_publisher", Namespace = "urn:juddi-apache-org:api_v3")] save_publisher save_publisher1)
-        {
-            object[] results = this.Invoke("save_publisher", new object[] {
-                    save_publisher1});
-            return ((publisherDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginsave_publisher(save_publisher save_publisher1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("save_publisher", new object[] {
-                    save_publisher1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public publisherDetail Endsave_publisher(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((publisherDetail)(results[0]));
-        }
-
-        /// <remarks/>
-        public void save_publisherAsync(save_publisher save_publisher1)
-        {
-            this.save_publisherAsync(save_publisher1, null);
-        }
-
-        /// <remarks/>
-        public void save_publisherAsync(save_publisher save_publisher1, object userState)
-        {
-            if ((this.save_publisherOperationCompleted == null))
-            {
-                this.save_publisherOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsave_publisherOperationCompleted);
-            }
-            this.InvokeAsync("save_publisher", new object[] {
-                    save_publisher1}, this.save_publisherOperationCompleted, userState);
-        }
-
-        private void Onsave_publisherOperationCompleted(object arg)
-        {
-            if ((this.save_publisherCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.save_publisherCompleted(this, new save_publisherCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("save_Node", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlArrayAttribute("save_NodeResponse", Namespace = "urn:juddi-apache-org:v3_service", IsNullable = true)]
-        [return: System.Xml.Serialization.XmlArrayItemAttribute(Namespace = "urn:juddi-apache-org:api_v3")]
-        public node[] save_Node([System.Xml.Serialization.XmlElementAttribute(Namespace = "urn:juddi-apache-org:api_v3")] save_node save_NodeRequest)
-        {
-            object[] results = this.Invoke("save_Node", new object[] {
-                    save_NodeRequest});
-            return ((node[])(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginsave_Node(save_node save_NodeRequest, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("save_Node", new object[] {
-                    save_NodeRequest}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public node[] Endsave_Node(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((node[])(results[0]));
-        }
-
-        /// <remarks/>
-        public void save_NodeAsync(save_node save_NodeRequest)
-        {
-            this.save_NodeAsync(save_NodeRequest, null);
-        }
-
-        /// <remarks/>
-        public void save_NodeAsync(save_node save_NodeRequest, object userState)
-        {
-            if ((this.save_NodeOperationCompleted == null))
-            {
-                this.save_NodeOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsave_NodeOperationCompleted);
-            }
-            this.InvokeAsync("save_Node", new object[] {
-                    save_NodeRequest}, this.save_NodeOperationCompleted, userState);
-        }
-
-        private void Onsave_NodeOperationCompleted(object arg)
-        {
-            if ((this.save_NodeCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.save_NodeCompleted(this, new save_NodeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("adminDelete_tmodel", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public void adminDelete_tModel([System.Xml.Serialization.XmlElementAttribute("adminDelete_tmodel", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] delete_tModel adminDelete_tmodel1)
-        {
-            this.Invoke("adminDelete_tModel", new object[] {
-                    adminDelete_tmodel1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult BeginadminDelete_tModel(delete_tModel adminDelete_tmodel1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("adminDelete_tModel", new object[] {
-                    adminDelete_tmodel1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void EndadminDelete_tModel(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void adminDelete_tModelAsync(delete_tModel adminDelete_tmodel1)
-        {
-            this.adminDelete_tModelAsync(adminDelete_tmodel1, null);
-        }
-
-        /// <remarks/>
-        public void adminDelete_tModelAsync(delete_tModel adminDelete_tmodel1, object userState)
-        {
-            if ((this.adminDelete_tModelOperationCompleted == null))
-            {
-                this.adminDelete_tModelOperationCompleted = new System.Threading.SendOrPostCallback(this.OnadminDelete_tModelOperationCompleted);
-            }
-            this.InvokeAsync("adminDelete_tModel", new object[] {
-                    adminDelete_tmodel1}, this.adminDelete_tModelOperationCompleted, userState);
-        }
-
-        private void OnadminDelete_tModelOperationCompleted(object arg)
-        {
-            if ((this.adminDelete_tModelCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.adminDelete_tModelCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("save_ClientSubscriptionInfo", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlArrayAttribute("save_ClientSubscriptionInfoResponse", Namespace = "urn:juddi-apache-org:v3_service", IsNullable = true)]
-        [return: System.Xml.Serialization.XmlArrayItemAttribute(Namespace = "urn:juddi-apache-org:api_v3")]
-        public clientSubscriptionInfo[] save_ClientSubscriptionInfo([System.Xml.Serialization.XmlElementAttribute(Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] save_clientSubscriptionInfo save_ClientSubscriptionInfoRequest)
-        {
-            object[] results = this.Invoke("save_ClientSubscriptionInfo", new object[] {
-                    save_ClientSubscriptionInfoRequest});
-            return ((clientSubscriptionInfo[])(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginsave_ClientSubscriptionInfo(save_clientSubscriptionInfo save_ClientSubscriptionInfoRequest, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("save_ClientSubscriptionInfo", new object[] {
-                    save_ClientSubscriptionInfoRequest}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public clientSubscriptionInfo[] Endsave_ClientSubscriptionInfo(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((clientSubscriptionInfo[])(results[0]));
-        }
-
-        /// <remarks/>
-        public void save_ClientSubscriptionInfoAsync(save_clientSubscriptionInfo save_ClientSubscriptionInfoRequest)
-        {
-            this.save_ClientSubscriptionInfoAsync(save_ClientSubscriptionInfoRequest, null);
-        }
-
-        /// <remarks/>
-        public void save_ClientSubscriptionInfoAsync(save_clientSubscriptionInfo save_ClientSubscriptionInfoRequest, object userState)
-        {
-            if ((this.save_ClientSubscriptionInfoOperationCompleted == null))
-            {
-                this.save_ClientSubscriptionInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsave_ClientSubscriptionInfoOperationCompleted);
-            }
-            this.InvokeAsync("save_ClientSubscriptionInfo", new object[] {
-                    save_ClientSubscriptionInfoRequest}, this.save_ClientSubscriptionInfoOperationCompleted, userState);
-        }
-
-        private void Onsave_ClientSubscriptionInfoOperationCompleted(object arg)
-        {
-            if ((this.save_ClientSubscriptionInfoCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.save_ClientSubscriptionInfoCompleted(this, new save_ClientSubscriptionInfoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("invoke_SyncSubscription", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("invoke_SyncSubscriptionResponse", Namespace = "urn:juddi-apache-org:v3_service", IsNullable = true)]
-        public syncSubscriptionDetailResponse invoke_SyncSubscription([System.Xml.Serialization.XmlElementAttribute("invoke_SyncSubscription", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] syncSubscriptionRequest invoke_SyncSubscription1)
-        {
-            object[] results = this.Invoke("invoke_SyncSubscription", new object[] {
-                    invoke_SyncSubscription1});
-            return ((syncSubscriptionDetailResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begininvoke_SyncSubscription(syncSubscriptionRequest invoke_SyncSubscription1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("invoke_SyncSubscription", new object[] {
-                    invoke_SyncSubscription1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public syncSubscriptionDetailResponse Endinvoke_SyncSubscription(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((syncSubscriptionDetailResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public void invoke_SyncSubscriptionAsync(syncSubscriptionRequest invoke_SyncSubscription1)
-        {
-            this.invoke_SyncSubscriptionAsync(invoke_SyncSubscription1, null);
-        }
-
-        /// <remarks/>
-        public void invoke_SyncSubscriptionAsync(syncSubscriptionRequest invoke_SyncSubscription1, object userState)
-        {
-            if ((this.invoke_SyncSubscriptionOperationCompleted == null))
-            {
-                this.invoke_SyncSubscriptionOperationCompleted = new System.Threading.SendOrPostCallback(this.Oninvoke_SyncSubscriptionOperationCompleted);
-            }
-            this.InvokeAsync("invoke_SyncSubscription", new object[] {
-                    invoke_SyncSubscription1}, this.invoke_SyncSubscriptionOperationCompleted, userState);
-        }
-
-        private void Oninvoke_SyncSubscriptionOperationCompleted(object arg)
-        {
-            if ((this.invoke_SyncSubscriptionCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.invoke_SyncSubscriptionCompleted(this, new invoke_SyncSubscriptionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_AllNodes", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("get_AllNodesResponse", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)]
-        public get_AllNodesResponse get_AllNodes([System.Xml.Serialization.XmlElementAttribute("get_AllNodes", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] get_AllNodes get_AllNodes1)
-        {
-            object[] results = this.Invoke("get_AllNodes", new object[] {
-                    get_AllNodes1});
-            return ((get_AllNodesResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_AllNodes(get_AllNodes get_AllNodes1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_AllNodes", new object[] {
-                    get_AllNodes1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public get_AllNodesResponse Endget_AllNodes(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((get_AllNodesResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_AllNodesAsync(get_AllNodes get_AllNodes1)
-        {
-            this.get_AllNodesAsync(get_AllNodes1, null);
-        }
-
-        /// <remarks/>
-        public void get_AllNodesAsync(get_AllNodes get_AllNodes1, object userState)
-        {
-            if ((this.get_AllNodesOperationCompleted == null))
-            {
-                this.get_AllNodesOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_AllNodesOperationCompleted);
-            }
-            this.InvokeAsync("get_AllNodes", new object[] {
-                    get_AllNodes1}, this.get_AllNodesOperationCompleted, userState);
-        }
-
-        private void Onget_AllNodesOperationCompleted(object arg)
-        {
-            if ((this.get_AllNodesCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_AllNodesCompleted(this, new get_AllNodesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_AllClerks", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("get_AllClerksResponse", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)]
-        public get_AllClerksResponse get_AllClerks([System.Xml.Serialization.XmlElementAttribute("get_AllClerks", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] get_AllClerks get_AllClerks1)
-        {
-            object[] results = this.Invoke("get_AllClerks", new object[] {
-                    get_AllClerks1});
-            return ((get_AllClerksResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_AllClerks(get_AllClerks get_AllClerks1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_AllClerks", new object[] {
-                    get_AllClerks1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public get_AllClerksResponse Endget_AllClerks(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((get_AllClerksResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_AllClerksAsync(get_AllClerks get_AllClerks1)
-        {
-            this.get_AllClerksAsync(get_AllClerks1, null);
-        }
-
-        /// <remarks/>
-        public void get_AllClerksAsync(get_AllClerks get_AllClerks1, object userState)
-        {
-            if ((this.get_AllClerksOperationCompleted == null))
-            {
-                this.get_AllClerksOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_AllClerksOperationCompleted);
-            }
-            this.InvokeAsync("get_AllClerks", new object[] {
-                    get_AllClerks1}, this.get_AllClerksOperationCompleted, userState);
-        }
-
-        private void Onget_AllClerksOperationCompleted(object arg)
-        {
-            if ((this.get_AllClerksCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_AllClerksCompleted(this, new get_AllClerksCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_Node", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public void delete_Node([System.Xml.Serialization.XmlElementAttribute("delete_Node", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] delete_Node delete_Node1)
-        {
-            this.Invoke("delete_Node", new object[] {
-                    delete_Node1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_Node(delete_Node delete_Node1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_Node", new object[] {
-                    delete_Node1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void Enddelete_Node(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void delete_NodeAsync(delete_Node delete_Node1)
-        {
-            this.delete_NodeAsync(delete_Node1, null);
-        }
-
-        /// <remarks/>
-        public void delete_NodeAsync(delete_Node delete_Node1, object userState)
-        {
-            if ((this.delete_NodeOperationCompleted == null))
-            {
-                this.delete_NodeOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_NodeOperationCompleted);
-            }
-            this.InvokeAsync("delete_Node", new object[] {
-                    delete_Node1}, this.delete_NodeOperationCompleted, userState);
-        }
-
-        private void Ondelete_NodeOperationCompleted(object arg)
-        {
-            if ((this.delete_NodeCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_NodeCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("delete_Clerk", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        public void delete_Clerk([System.Xml.Serialization.XmlElementAttribute("delete_Clerk", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] delete_Clerk delete_Clerk1)
-        {
-            this.Invoke("delete_Clerk", new object[] {
-                    delete_Clerk1});
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Begindelete_Clerk(delete_Clerk delete_Clerk1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("delete_Clerk", new object[] {
-                    delete_Clerk1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public void Enddelete_Clerk(System.IAsyncResult asyncResult)
-        {
-            this.EndInvoke(asyncResult);
-        }
-
-        /// <remarks/>
-        public void delete_ClerkAsync(delete_Clerk delete_Clerk1)
-        {
-            this.delete_ClerkAsync(delete_Clerk1, null);
-        }
-
-        /// <remarks/>
-        public void delete_ClerkAsync(delete_Clerk delete_Clerk1, object userState)
-        {
-            if ((this.delete_ClerkOperationCompleted == null))
-            {
-                this.delete_ClerkOperationCompleted = new System.Threading.SendOrPostCallback(this.Ondelete_ClerkOperationCompleted);
-            }
-            this.InvokeAsync("delete_Clerk", new object[] {
-                    delete_Clerk1}, this.delete_ClerkOperationCompleted, userState);
-        }
-
-        private void Ondelete_ClerkOperationCompleted(object arg)
-        {
-            if ((this.delete_ClerkCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.delete_ClerkCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("adminSave_Business", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("adminSave_BusinessResponse", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)]
-        public adminSave_BusinessResponse adminSave_Business([System.Xml.Serialization.XmlElementAttribute("adminSave_Business", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] adminSave_Business adminSave_Business1)
-        {
-            object[] results = this.Invoke("adminSave_Business", new object[] {
-                    adminSave_Business1});
-            return ((adminSave_BusinessResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult BeginadminSave_Business(adminSave_Business adminSave_Business1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("adminSave_Business", new object[] {
-                    adminSave_Business1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public adminSave_BusinessResponse EndadminSave_Business(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((adminSave_BusinessResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public void adminSave_BusinessAsync(adminSave_Business adminSave_Business1)
-        {
-            this.adminSave_BusinessAsync(adminSave_Business1, null);
-        }
-
-        /// <remarks/>
-        public void adminSave_BusinessAsync(adminSave_Business adminSave_Business1, object userState)
-        {
-            if ((this.adminSave_BusinessOperationCompleted == null))
-            {
-                this.adminSave_BusinessOperationCompleted = new System.Threading.SendOrPostCallback(this.OnadminSave_BusinessOperationCompleted);
-            }
-            this.InvokeAsync("adminSave_Business", new object[] {
-                    adminSave_Business1}, this.adminSave_BusinessOperationCompleted, userState);
-        }
-
-        private void OnadminSave_BusinessOperationCompleted(object arg)
-        {
-            if ((this.adminSave_BusinessCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.adminSave_BusinessCompleted(this, new adminSave_BusinessCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("adminSave_tModel", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("adminSave_tModelResponse", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)]
-        public adminSave_tModelResponse adminSave_tModel([System.Xml.Serialization.XmlElementAttribute("adminSave_tModel", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] adminSave_tModel adminSave_tModel1)
-        {
-            object[] results = this.Invoke("adminSave_tModel", new object[] {
-                    adminSave_tModel1});
-            return ((adminSave_tModelResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult BeginadminSave_tModel(adminSave_tModel adminSave_tModel1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("adminSave_tModel", new object[] {
-                    adminSave_tModel1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public adminSave_tModelResponse EndadminSave_tModel(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((adminSave_tModelResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public void adminSave_tModelAsync(adminSave_tModel adminSave_tModel1)
-        {
-            this.adminSave_tModelAsync(adminSave_tModel1, null);
-        }
-
-        /// <remarks/>
-        public void adminSave_tModelAsync(adminSave_tModel adminSave_tModel1, object userState)
-        {
-            if ((this.adminSave_tModelOperationCompleted == null))
-            {
-                this.adminSave_tModelOperationCompleted = new System.Threading.SendOrPostCallback(this.OnadminSave_tModelOperationCompleted);
-            }
-            this.InvokeAsync("adminSave_tModel", new object[] {
-                    adminSave_tModel1}, this.adminSave_tModelOperationCompleted, userState);
-        }
-
-        private void OnadminSave_tModelOperationCompleted(object arg)
-        {
-            if ((this.adminSave_tModelCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.adminSave_tModelCompleted(this, new adminSave_tModelCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_ReplicationNodes", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("get_ReplicationNodesResponse", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)]
-        public get_ReplicationNodesResponse get_ReplicationNodes([System.Xml.Serialization.XmlElementAttribute("get_ReplicationNodes", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] get_ReplicationNodes get_ReplicationNodes1)
-        {
-            object[] results = this.Invoke("get_ReplicationNodes", new object[] {
-                    get_ReplicationNodes1});
-            return ((get_ReplicationNodesResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_ReplicationNodes(get_ReplicationNodes get_ReplicationNodes1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_ReplicationNodes", new object[] {
-                    get_ReplicationNodes1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public get_ReplicationNodesResponse Endget_ReplicationNodes(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((get_ReplicationNodesResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_ReplicationNodesAsync(get_ReplicationNodes get_ReplicationNodes1)
-        {
-            this.get_ReplicationNodesAsync(get_ReplicationNodes1, null);
-        }
-
-        /// <remarks/>
-        public void get_ReplicationNodesAsync(get_ReplicationNodes get_ReplicationNodes1, object userState)
-        {
-            if ((this.get_ReplicationNodesOperationCompleted == null))
-            {
-                this.get_ReplicationNodesOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ReplicationNodesOperationCompleted);
-            }
-            this.InvokeAsync("get_ReplicationNodes", new object[] {
-                    get_ReplicationNodes1}, this.get_ReplicationNodesOperationCompleted, userState);
-        }
-
-        private void Onget_ReplicationNodesOperationCompleted(object arg)
-        {
-            if ((this.get_ReplicationNodesCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_ReplicationNodesCompleted(this, new get_ReplicationNodesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("set_ReplicationNodes", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("set_ReplicationNodesResponse", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)]
-        public set_ReplicationNodesResponse set_ReplicationNodes([System.Xml.Serialization.XmlElementAttribute("set_ReplicationNodes", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] set_ReplicationNodes set_ReplicationNodes1)
-        {
-            object[] results = this.Invoke("set_ReplicationNodes", new object[] {
-                    set_ReplicationNodes1});
-            return ((set_ReplicationNodesResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginset_ReplicationNodes(set_ReplicationNodes set_ReplicationNodes1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("set_ReplicationNodes", new object[] {
-                    set_ReplicationNodes1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public set_ReplicationNodesResponse Endset_ReplicationNodes(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((set_ReplicationNodesResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public void set_ReplicationNodesAsync(set_ReplicationNodes set_ReplicationNodes1)
-        {
-            this.set_ReplicationNodesAsync(set_ReplicationNodes1, null);
-        }
-
-        /// <remarks/>
-        public void set_ReplicationNodesAsync(set_ReplicationNodes set_ReplicationNodes1, object userState)
-        {
-            if ((this.set_ReplicationNodesOperationCompleted == null))
-            {
-                this.set_ReplicationNodesOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_ReplicationNodesOperationCompleted);
-            }
-            this.InvokeAsync("set_ReplicationNodes", new object[] {
-                    set_ReplicationNodes1}, this.set_ReplicationNodesOperationCompleted, userState);
-        }
-
-        private void Onset_ReplicationNodesOperationCompleted(object arg)
-        {
-            if ((this.set_ReplicationNodesCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_ReplicationNodesCompleted(this, new set_ReplicationNodesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("get_allClientSubscriptionInfo", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlArrayAttribute("get_allClientSubscriptionInfoResponse", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)]
-        [return: System.Xml.Serialization.XmlArrayItemAttribute("subscriptions", IsNullable = false)]
-        public subscriptionWrapper[] get_allClientSubscriptionInfo([System.Xml.Serialization.XmlElementAttribute("get_allClientSubscriptionInfo", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] get_allClientSubscriptionInfo get_allClientSubscriptionInfo1)
-        {
-            object[] results = this.Invoke("get_allClientSubscriptionInfo", new object[] {
-                    get_allClientSubscriptionInfo1});
-            return ((subscriptionWrapper[])(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult Beginget_allClientSubscriptionInfo(get_allClientSubscriptionInfo get_allClientSubscriptionInfo1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("get_allClientSubscriptionInfo", new object[] {
-                    get_allClientSubscriptionInfo1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public subscriptionWrapper[] Endget_allClientSubscriptionInfo(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((subscriptionWrapper[])(results[0]));
-        }
-
-        /// <remarks/>
-        public void get_allClientSubscriptionInfoAsync(get_allClientSubscriptionInfo get_allClientSubscriptionInfo1)
-        {
-            this.get_allClientSubscriptionInfoAsync(get_allClientSubscriptionInfo1, null);
-        }
-
-        /// <remarks/>
-        public void get_allClientSubscriptionInfoAsync(get_allClientSubscriptionInfo get_allClientSubscriptionInfo1, object userState)
-        {
-            if ((this.get_allClientSubscriptionInfoOperationCompleted == null))
-            {
-                this.get_allClientSubscriptionInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_allClientSubscriptionInfoOperationCompleted);
-            }
-            this.InvokeAsync("get_allClientSubscriptionInfo", new object[] {
-                    get_allClientSubscriptionInfo1}, this.get_allClientSubscriptionInfoOperationCompleted, userState);
-        }
-
-        private void Onget_allClientSubscriptionInfoOperationCompleted(object arg)
-        {
-            if ((this.get_allClientSubscriptionInfoCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_allClientSubscriptionInfoCompleted(this, new get_allClientSubscriptionInfoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("adminDelete_Subscription", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("adminDelete_SubscriptionResponse", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)]
-        public adminDelete_SubscriptionResponse adminDelete_Subscription([System.Xml.Serialization.XmlElementAttribute("adminDelete_Subscription", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] adminDelete_SubscriptionRequest adminDelete_Subscription1)
-        {
-            object[] results = this.Invoke("adminDelete_Subscription", new object[] {
-                    adminDelete_Subscription1});
-            return ((adminDelete_SubscriptionResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult BeginadminDelete_Subscription(adminDelete_SubscriptionRequest adminDelete_Subscription1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("adminDelete_Subscription", new object[] {
-                    adminDelete_Subscription1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public adminDelete_SubscriptionResponse EndadminDelete_Subscription(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((adminDelete_SubscriptionResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public void adminDelete_SubscriptionAsync(adminDelete_SubscriptionRequest adminDelete_Subscription1)
-        {
-            this.adminDelete_SubscriptionAsync(adminDelete_Subscription1, null);
-        }
-
-        /// <remarks/>
-        public void adminDelete_SubscriptionAsync(adminDelete_SubscriptionRequest adminDelete_Subscription1, object userState)
-        {
-            if ((this.adminDelete_SubscriptionOperationCompleted == null))
-            {
-                this.adminDelete_SubscriptionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnadminDelete_SubscriptionOperationCompleted);
-            }
-            this.InvokeAsync("adminDelete_Subscription", new object[] {
-                    adminDelete_Subscription1}, this.adminDelete_SubscriptionOperationCompleted, userState);
-        }
-
-        private void OnadminDelete_SubscriptionOperationCompleted(object arg)
-        {
-            if ((this.adminDelete_SubscriptionCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.adminDelete_SubscriptionCompleted(this, new adminDelete_SubscriptionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("adminSave_Subscription", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-        [return: System.Xml.Serialization.XmlElementAttribute("adminSave_SubscriptionResponse", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)]
-        public adminSave_SubscriptionResponse adminSave_Subscription([System.Xml.Serialization.XmlElementAttribute("adminSave_Subscription", Namespace = "urn:juddi-apache-org:api_v3", IsNullable = true)] adminSave_SubscriptionRequest adminSave_Subscription1)
-        {
-            object[] results = this.Invoke("adminSave_Subscription", new object[] {
-                    adminSave_Subscription1});
-            return ((adminSave_SubscriptionResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public System.IAsyncResult BeginadminSave_Subscription(adminSave_SubscriptionRequest adminSave_Subscription1, System.AsyncCallback callback, object asyncState)
-        {
-            return this.BeginInvoke("adminSave_Subscription", new object[] {
-                    adminSave_Subscription1}, callback, asyncState);
-        }
-
-        /// <remarks/>
-        public adminSave_SubscriptionResponse EndadminSave_Subscription(System.IAsyncResult asyncResult)
-        {
-            object[] results = this.EndInvoke(asyncResult);
-            return ((adminSave_SubscriptionResponse)(results[0]));
-        }
-
-        /// <remarks/>
-        public void adminSave_SubscriptionAsync(adminSave_SubscriptionRequest adminSave_Subscription1)
-        {
-            this.adminSave_SubscriptionAsync(adminSave_Subscription1, null);
-        }
-
-        /// <remarks/>
-        public void adminSave_SubscriptionAsync(adminSave_SubscriptionRequest adminSave_Subscription1, object userState)
-        {
-            if ((this.adminSave_SubscriptionOperationCompleted == null))
-            {
-                this.adminSave_SubscriptionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnadminSave_SubscriptionOperationCompleted);
-            }
-            this.InvokeAsync("adminSave_Subscription", new object[] {
-                    adminSave_Subscription1}, this.adminSave_SubscriptionOperationCompleted, userState);
-        }
-
-        private void OnadminSave_SubscriptionOperationCompleted(object arg)
-        {
-            if ((this.adminSave_SubscriptionCompleted != null))
-            {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.adminSave_SubscriptionCompleted(this, new adminSave_SubscriptionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-
-        /// <remarks/>
-        public new void CancelAsync(object userState)
-        {
-            base.CancelAsync(userState);
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:juddi-apache-org:api_v3")]
-    public partial class publisher
-    {
-
-        private string publisherNameField;
-
-        private string emailAddressField;
-
-        private bool isAdminField;
-
-        private bool isAdminFieldSpecified;
-
-        private bool isEnabledField;
-
-        private bool isEnabledFieldSpecified;
-
-        private int maxBindingsPerServiceField;
-
-        private bool maxBindingsPerServiceFieldSpecified;
-
-        private int maxBusinessesField;
-
-        private bool maxBusinessesFieldSpecified;
-
-        private int maxServicePerBusinessField;
-
-        private bool maxServicePerBusinessFieldSpecified;
-
-        private int maxTModelsField;
-
-        private bool maxTModelsFieldSpecified;
-
-        private SignatureType[] signatureField;
-
-        private string authorizedNameField;
-
-        /// <remarks/>
-        public string publisherName
-        {
-            get
-            {
-                return this.publisherNameField;
-            }
-            set
-            {
-                this.publisherNameField = value;
-            }
-        }
-
-        /// <remarks/>
-        public string emailAddress
-        {
-            get
-            {
-                return this.emailAddressField;
-            }
-            set
-            {
-                this.emailAddressField = value;
-            }
-        }
-
-        /// <remarks/>
-        public bool isAdmin
-        {
-            get
-            {
-                return this.isAdminField;
-            }
-            set
-            {
-                this.isAdminField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool isAdminSpecified
-        {
-            get
-            {
-                return this.isAdminFieldSpecified;
-            }
-            set
-            {
-                this.isAdminFieldSpecified = value;
-            }
-        }
-
-        /// <remarks/>
-        public bool isEnabled
-        {
-            get
-            {
-                return this.isEnabledField;
-            }
-            set
-            {
-                this.isEnabledField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool isEnabledSpecified
-        {
-            get
-            {
-                return this.isEnabledFieldSpecified;
-            }
-            set
-            {
-                this.isEnabledFieldSpecified = value;
-            }
-        }
-
-        /// <remarks/>
-        public int maxBindingsPerService
-        {
-            get
-            {
-                return this.maxBindingsPerServiceField;
-            }
-            set
-            {
-                this.maxBindingsPerServiceField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool maxBindingsPerServiceSpecified
-        {
-            get
-            {
-                return this.maxBindingsPerServiceFieldSpecified;
-            }
-            set
-            {
-                this.maxBindingsPerServiceFieldSpecified = value;
-            }
-        }
-
-        /// <remarks/>
-        public int maxBusinesses
-        {
-            get
-            {
-                return this.maxBusinessesField;
-            }
-            set
-            {
-                this.maxBusinessesField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool maxBusinessesSpecified
-        {
-            get
-            {
-                return this.maxBusinessesFieldSpecified;
-            }
-            set
-            {
-                this.maxBusinessesFieldSpecified = value;
-            }
-        }
-
-        /// <remarks/>
-        public int maxServicePerBusiness
-        {
-            get
-            {
-                return this.maxServicePerBusinessField;
-            }
-            set
-            {
-                this.maxServicePerBusinessField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool maxServicePerBusinessSpecified
-        {
-            get
-            {
-                return this.maxServicePerBusinessFieldSpecified;
-            }
-            set
-            {
-                this.maxServicePerBusinessFieldSpecified = value;
-            }
-        }
-
-        /// <remarks/>
-        public int maxTModels
-        {
-            get
-            {
-                return this.maxTModelsField;
-            }
-            set
-            {
-                this.maxTModelsField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool maxTModelsSpecified
-        {
-            get
-            {
-                return this.maxTModelsFieldSpecified;
-            }
-            set
-            {
-                this.maxTModelsFieldSpecified = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("Signature", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
-        public SignatureType[] Signature
-        {
-            get
-            {
-                return this.signatureField;
-            }
-            set
-            {
-                this.signatureField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string authorizedName
-        {
-            get
-            {
-                return this.authorizedNameField;
-            }
-            set
-            {
-                this.authorizedNameField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:juddi-apache-org:api_v3")]
-    public partial class adminSave_SubscriptionResponse
-    {
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:juddi-apache-org:api_v3")]
-    public partial class adminSave_SubscriptionRequest
-    {
-
-        private string authInfoField;
-
-        private string publisherOrUsernameField;
-
-        private subscription[] subscriptionsField;
-
-        /// <remarks/>
-        public string authInfo
-        {
-            get
-            {
-                return this.authInfoField;
-            }
-            set
-            {
-                this.authInfoField = value;
-            }
-        }
-
-        /// <remarks/>
-        public string publisherOrUsername
-        {
-            get
-            {
-                return this.publisherOrUsernameField;
-            }
-            set
-            {
-                this.publisherOrUsernameField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("subscriptions")]
-        public subscription[] subscriptions
-        {
-            get
-            {
-                return this.subscriptionsField;
-            }
-            set
-            {
-                this.subscriptionsField = value;
-            }
-        }
-    }
-
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:juddi-apache-org:api_v3")]
-    public partial class adminDelete_SubscriptionResponse
-    {
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:juddi-apache-org:api_v3")]
-    public partial class adminDelete_SubscriptionRequest
-    {
-
-        private string authInfoField;
-
-        private string[] subscriptionKeyField;
-
-        /// <remarks/>
-        public string authInfo
-        {
-            get
-            {
-                return this.authInfoField;
-            }
-            set
-            {
-                this.authInfoField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("subscriptionKey")]
-        public string[] subscriptionKey
-        {
-            get
-            {
-                return this.subscriptionKeyField;
-            }
-            set
-            {
-                this.subscriptionKeyField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:juddi-apache-org:api_v3")]
-    public partial class subscriptionWrapper
-    {
-
-        private string publisherIdOrUsernameField;
-
-        private subscription[] subscriptionField;
-
-        /// <remarks/>
-        public string publisherIdOrUsername
-        {
-            get
-            {
-                return this.publisherIdOrUsernameField;
-            }
-            set
-            {
-                this.publisherIdOrUsernameField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("subscription", Namespace = "urn:uddi-org:sub_v3")]
-        public subscription[] subscription
-        {
-            get
-            {
-                return this.subscriptionField;
-            }
-            set
-            {
-                this.subscriptionField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:juddi-apache-org:api_v3")]
-    public partial class get_allClientSubscriptionInfo
-    {
-
-        private string authInfoField;
-
-        /// <remarks/>
-        public string authInfo
-        {
-            get
-            {
-                return this.authInfoField;
-            }
-            set
-            {
-                this.authInfoField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:juddi-apache-org:api_v3")]
-    public partial class set_ReplicationNodesResponse
-    {
-
-        private dispositionReport dispositionReportField;
-
-        /// <remarks/>
-        public dispositionReport dispositionReport
-        {
-            get
-            {
-                return this.dispositionReportField;
-            }
-            set
-            {
-                this.dispositionReportField = value;
-            }
-        }
-    }
-
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "urn:uddi-org:repl_v3")]
-    public partial class @operator
-    {
-
-        private string operatorNodeIDField;
-
-        private operatorStatus_type operatorStatusField;
-
-        private contact[] contactField;
-
-        private string soapReplicationURLField;
-
-        private KeyInfoType[] keyInfoField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "anyURI")]
-        public string operatorNodeID
-        {
-            get
-            {
-                return this.operatorNodeIDField;
-            }
-            set
-            {
-                this.operatorNodeIDField = value;
-            }
-        }
-
-        /// <remarks/>
-        public operatorStatus_type operatorStatus
-        {
-            get
-            {
-                return this.operatorStatusField;
-            }
-            set
-            {
-                this.operatorStatusField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("contact", Namespace = "urn:uddi-org:api_v3")]
-        public contact[] contact
-        {
-            get
-            {
-                return this.contactField;
-            }
-            set
-            {
-                this.contactField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "anyURI")]
-        public string soapReplicationURL
-        {
-            get
-            {
-                return this.soapReplicationURLField;
-            }
-            set
-            {
-                this.soapReplicationURLField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("KeyInfo", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
-        public KeyInfoType[] KeyInfo
-        {
-            get
-            {
-                return this.keyInfoField;
-            }
-            set
-            {
-                this.keyInfoField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:uddi-org:repl_v3")]
-    public enum operatorStatus_type
-    {
-
-        /// <remarks/>
-        @new,
-
-        /// <remarks/>
-        normal,
-
-        /// <remarks/>
-        resigned,
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "urn:uddi-org:repl_v3")]
-    public partial class replicationConfiguration
-    {
-
-        private string serialNumberField;
-
-        private string timeOfConfigurationUpdateField;
-
-        private replicationConfigurationRegistryContact registryContactField;
-
-        private @operator[] operatorField;
-
-        private communicationGraph communicationGraphField;
-
-        private string maximumTimeToSyncRegistryField;
-
-        private string maximumTimeToGetChangesField;
-
-        private SignatureType[] signatureField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "integer")]
-        public string serialNumber
-        {
-            get
-            {
-                return this.serialNumberField;
-            }
-            set
-            {
-                this.serialNumberField = value;
-            }
-        }
-
-        /// <remarks/>
-        public string timeOfConfigurationUpdate
-        {
-            get
-            {
-                return this.timeOfConfigurationUpdateField;
-            }
-            set
-            {
-                this.timeOfConfigurationUpdateField = value;
-            }
-        }
-
-        /// <remarks/>
-        public replicationConfigurationRegistryContact registryContact
-        {
-            get
-            {
-                return this.registryContactField;
-            }
-            set
-            {
-                this.registryContactField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("operator")]
-        public @operator[] @operator
-        {
-            get
-            {
-                return this.operatorField;
-            }
-            set
-            {
-                this.operatorField = value;
-            }
-        }
-
-        /// <remarks/>
-        public communicationGraph communicationGraph
-        {
-            get
-            {
-                return this.communicationGraphField;
-            }
-            set
-            {
-                this.communicationGraphField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "integer")]
-        public string maximumTimeToSyncRegistry
-        {
-            get
-            {
-                return this.maximumTimeToSyncRegistryField;
-            }
-            set
-            {
-                this.maximumTimeToSyncRegistryField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "integer")]
-        public string maximumTimeToGetChanges
-        {
-            get
-            {
-                return this.maximumTimeToGetChangesField;
-            }
-            set
-            {
-                this.maximumTimeToGetChangesField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("Signature", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
-        public SignatureType[] Signature
-        {
-            get
-            {
-                return this.signatureField;
-            }
-            set
-            {
-                this.signatureField = value;
-            }
-        }
-    }
-
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "urn:uddi-org:repl_v3")]
-    public partial class communicationGraph
-    {
-
-        private string[] nodeField;
-
-        private string[] controlledMessageField;
-
-        private communicationGraphEdge[] edgeField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("node", DataType = "anyURI")]
-        public string[] node
-        {
-            get
-            {
-                return this.nodeField;
-            }
-            set
-            {
-                this.nodeField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("controlledMessage")]
-        public string[] controlledMessage
-        {
-            get
-            {
-                return this.controlledMessageField;
-            }
-            set
-            {
-                this.controlledMessageField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("edge")]
-        public communicationGraphEdge[] edge
-        {
-            get
-            {
-                return this.edgeField;
-            }
-            set
-            {
-                this.edgeField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "urn:uddi-org:repl_v3")]
-    public partial class communicationGraphEdge
-    {
-
-        private string[] messageField;
-
-        private string messageSenderField;
-
-        private string messageReceiverField;
-
-        private string[] messageReceiverAlternateField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("message")]
-        public string[] message
-        {
-            get
-            {
-                return this.messageField;
-            }
-            set
-            {
-                this.messageField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "anyURI")]
-        public string messageSender
-        {
-            get
-            {
-                return this.messageSenderField;
-            }
-            set
-            {
-                this.messageSenderField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "anyURI")]
-        public string messageReceiver
-        {
-            get
-            {
-                return this.messageReceiverField;
-            }
-            set
-            {
-                this.messageReceiverField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("messageReceiverAlternate", DataType = "anyURI")]
-        public string[] messageReceiverAlternate
-        {
-            get
-            {
-                return this.messageReceiverAlternateField;
-            }
-            set
-            {
-                this.messageReceiverAlternateField = value;
-            }
-        }
-    }
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "urn:uddi-org:repl_v3")]
-    public partial class replicationConfigurationRegistryContact
-    {
-
-        private contact contactField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(Namespace = "urn:uddi-org:api_v3")]
-        public contact contact
-        {
-            get
-            {
-                return this.contactField;
-            }
-            set
-            {
-                this.contactField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:juddi-apache-org:api_v3")]
-    public partial class set_ReplicationNodes
-    {
-
-        private string authInfoField;
-
-        private replicationConfiguration replicationConfigurationField;
-
-        /// <remarks/>
-        public string authInfo
-        {
-            get
-            {
-                return this.authInfoField;
-            }
-            set
-            {
-                this.authInfoField = value;
-            }
-        }
-
-        

<TRUNCATED>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[20/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Using_jUDDI-Client_2rmi.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Using_jUDDI-Client_2rmi.xmlt b/docs/userguide/en-US/extras/Using_jUDDI-Client_2rmi.xmlt
deleted file mode 100644
index f72d765..0000000
--- a/docs/userguide/en-US/extras/Using_jUDDI-Client_2rmi.xmlt
+++ /dev/null
@@ -1,12 +0,0 @@
-<!-- RMI Transport Settings -->
-<proxyTransport>org.apache.juddi.v3.client.transport.RMITransport</proxyTransport>
-<custodyTransferUrl>/juddiv3/UDDICustodyTransferService</custodyTransferUrl>
-<inquiryUrl>/juddiv3/UDDIInquiryService</inquiryUrl>
-<publishUrl>/juddiv3/UDDIPublicationService</publishUrl>
-<securityUrl>/juddiv3/UDDISecurityService</securityUrl>
-<subscriptionUrl>/juddiv3/UDDISubscriptionService</subscriptionUrl>
-<subscriptionListenerUrl>/juddiv3/UDDISubscriptionListenerService</subscriptionListenerUrl>
-<juddiApiUrl>/juddiv3/JUDDIApiService</juddiApiUrl>
-<javaNamingFactoryInitial>org.jnp.interfaces.NamingContextFactory</javaNamingFactoryInitial>
-<javaNamingFactoryUrlPkgs>org.jboss.naming</javaNamingFactoryUrlPkgs>
-<javaNamingProviderUrl>jnp://${serverName}:1099</javaNamingProviderUrl>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Using_jUDDI-Client_3.java
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Using_jUDDI-Client_3.java b/docs/userguide/en-US/extras/Using_jUDDI-Client_3.java
deleted file mode 100644
index e24d0bb..0000000
--- a/docs/userguide/en-US/extras/Using_jUDDI-Client_3.java
+++ /dev/null
@@ -1 +0,0 @@
-Registry.stop()
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/Using_jUDDI-Client_4.java
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/Using_jUDDI-Client_4.java b/docs/userguide/en-US/extras/Using_jUDDI-Client_4.java
deleted file mode 100644
index 580abea..0000000
--- a/docs/userguide/en-US/extras/Using_jUDDI-Client_4.java
+++ /dev/null
@@ -1,22 +0,0 @@
-public void testAuthToken() {
-    try {
-        String clazz = ClientConfig.getConfiguration().getString(
-            Property.UDDI_PROXY_TRANSPORT,Property.DEFAULT_UDDI_PROXY_TRANSPORT);
-        Class<?> transportClass = Loader.loadClass(clazz);
-        if (transportClass!=null) {
-            Transport transport = (Transport) transportClass.newInstance();
-            UDDISecurityPortType securityService = transport.getSecurityService();
-            GetAuthToken getAuthToken = new GetAuthToken();
-            getAuthToken.setUserID("root");
-            getAuthToken.setCred("");
-            AuthToken authToken = securityService.getAuthToken(getAuthToken);
-            System.out.println(authToken.getAuthInfo());
-            Assert.assertNotNull(authToken);
-        } else {
-            Assert.fail();
-        }
-    } catch (Exception e) {
-        e.printStackTrace();
-        Assert.fail();
-    } 
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_authenticate_Inquiry.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_authenticate_Inquiry.properties b/docs/userguide/en-US/extras/jUDDI_configuration_authenticate_Inquiry.properties
deleted file mode 100644
index ef080bc..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_authenticate_Inquiry.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# Specifies whether the inquiry API requires authentication
-juddi.authenticate.Inquiry=false

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_authenticator.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_authenticator.properties b/docs/userguide/en-US/extras/jUDDI_configuration_authenticator.properties
deleted file mode 100644
index 1794643..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_authenticator.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# jUDDI Authentication module to use
-juddi.authenticator = org.apache.juddi.v3.auth.JUDDIAuthenticator

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_cryptor.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_cryptor.properties b/docs/userguide/en-US/extras/jUDDI_configuration_cryptor.properties
deleted file mode 100644
index 88ca418..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_cryptor.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# jUDDI Cryptor implementation to use
-juddi.cryptor = org.apache.juddi.cryptor.DefaultCryptor

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_juddi_transfer_expiration_days.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_juddi_transfer_expiration_days.properties b/docs/userguide/en-US/extras/jUDDI_configuration_juddi_transfer_expiration_days.properties
deleted file mode 100644
index cb78c58..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_juddi_transfer_expiration_days.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-#
-# Days before a transfer request expires
-juddi.transfer.expiration.days=3

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_keygenerator.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_keygenerator.properties b/docs/userguide/en-US/extras/jUDDI_configuration_keygenerator.properties
deleted file mode 100644
index 741c10c..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_keygenerator.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# jUDDI Key Generator to use
-juddi.keygenerator=org.apache.juddi.keygen.KeyGenerator

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_load_install_data.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_load_install_data.properties b/docs/userguide/en-US/extras/jUDDI_configuration_load_install_data.properties
deleted file mode 100644
index aad0b7d..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_load_install_data.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-#
-juddi.load.install.data=false

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_locale.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_locale.properties b/docs/userguide/en-US/extras/jUDDI_configuration_locale.properties
deleted file mode 100644
index 378883a..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_locale.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# Default locale
-juddi.locale=en_US

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_maxBindingsPerService.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_maxBindingsPerService.properties b/docs/userguide/en-US/extras/jUDDI_configuration_maxBindingsPerService.properties
deleted file mode 100644
index d15b060..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_maxBindingsPerService.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-# The maximum number of UDDI artifacts allowed
-# per publisher. A value of '-1' indicates any
-# number of artifacts is valid (These values can be
-# overridden at the individual publisher level).
-juddi.maxBindingsPerService=10
-

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_maxBusinessesPerPublisher.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_maxBusinessesPerPublisher.properties b/docs/userguide/en-US/extras/jUDDI_configuration_maxBusinessesPerPublisher.properties
deleted file mode 100644
index b6627c0..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_maxBusinessesPerPublisher.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-# The maximum number of UDDI artifacts allowed
-# per publisher. A value of '-1' indicates any
-# number of artifacts is valid (These values can be
-# overridden at the individual publisher level).
-juddi.maxBusinessesPerPublisher=25

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_maxInClause.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_maxInClause.properties b/docs/userguide/en-US/extras/jUDDI_configuration_maxInClause.properties
deleted file mode 100644
index 4616973..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_maxInClause.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-# The maximum number of "IN" clause parameters.  Some RDMBS limit the number of
-# parameters allowed in a SQL "IN" clause.
-juddi.maxInClause=1000

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_maxNameElementsAllowed.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_maxNameElementsAllowed.properties b/docs/userguide/en-US/extras/jUDDI_configuration_maxNameElementsAllowed.properties
deleted file mode 100644
index 794ea43..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_maxNameElementsAllowed.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-# The maximum name size and maximum number
-# of name elements allows in several of the
-# FindXxxx and SaveXxxx UDDI functions.
-juddi.maxNameElementsAllowed=5

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_maxNameLength.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_maxNameLength.properties b/docs/userguide/en-US/extras/jUDDI_configuration_maxNameLength.properties
deleted file mode 100644
index 5f95770..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_maxNameLength.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-# The maximum name size and maximum number
-# of name elements allows in several of the
-# FindXxxx and SaveXxxx UDDI functions.
-juddi.maxNameLength=255

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_maxRows.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_maxRows.properties b/docs/userguide/en-US/extras/jUDDI_configuration_maxRows.properties
deleted file mode 100644
index e0c7f15..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_maxRows.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-# The maximum number of rows returned in a find_* operation.  Each call can set
-# this independently, but this property defines a global maximum.
-juddi.maxRows=1000

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_maxServicesPerBusiness.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_maxServicesPerBusiness.properties b/docs/userguide/en-US/extras/jUDDI_configuration_maxServicesPerBusiness.properties
deleted file mode 100644
index 46dcbc0..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_maxServicesPerBusiness.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-# The maximum number of UDDI artifacts allowed
-# per publisher. A value of '-1' indicates any
-# number of artifacts is valid (These values can be
-# overridden at the individual publisher level).
-juddi.maxServicesPerBusiness=20

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_maxTModelsPerPublisher.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_maxTModelsPerPublisher.properties b/docs/userguide/en-US/extras/jUDDI_configuration_maxTModelsPerPublisher.properties
deleted file mode 100644
index c024720..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_maxTModelsPerPublisher.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-# The maximum number of UDDI artifacts allowed
-# per publisher. A value of '-1' indicates any
-# number of artifacts is valid (These values can be
-# overridden at the individual publisher level).
-juddi.maxTModelsPerPublisher=100
-

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_notification_interval.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_notification_interval.properties b/docs/userguide/en-US/extras/jUDDI_configuration_notification_interval.properties
deleted file mode 100644
index 62ce5a2..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_notification_interval.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# Specifies the interval at which the notification timer triggers
-juddi.notification.interval=3000000

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_notification_start_buffer.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_notification_start_buffer.properties b/docs/userguide/en-US/extras/jUDDI_configuration_notification_start_buffer.properties
deleted file mode 100644
index f8c0078..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_notification_start_buffer.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# Specifies the amount of time to wait before the notification timer initially fires
-juddi.notification.start.buffer=20000

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_operatorEmailAddress.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_operatorEmailAddress.properties b/docs/userguide/en-US/extras/jUDDI_configuration_operatorEmailAddress.properties
deleted file mode 100644
index 3c51652..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_operatorEmailAddress.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-#The UDDI Operator Contact Email Address
-juddi.operatorEmailAddress=admin@juddi.org
-

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_persistenceunit_name.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_persistenceunit_name.properties b/docs/userguide/en-US/extras/jUDDI_configuration_persistenceunit_name.properties
deleted file mode 100644
index 04b7274..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_persistenceunit_name.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# Name of the persistence unit to use (the default, "juddiDatabase" refers to the unit compiled into the juddi library)
-juddi.persistenceunit.name=juddiDatabase

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_proxy.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_proxy.properties b/docs/userguide/en-US/extras/jUDDI_configuration_proxy.properties
deleted file mode 100644
index 746586d..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_proxy.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-#only used by RMITransport
-#juddi.proxy.factory.initial     =org.jnp.interfaces.NamingContextFactory
-#juddi.proxy.provider.url        =jnp://localhost:1099
-#juddi.proxy.factory.url.pkg     =org.jboss.naming

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_reload_delay.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_reload_delay.properties b/docs/userguide/en-US/extras/jUDDI_configuration_reload_delay.properties
deleted file mode 100644
index 98122b6..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_reload_delay.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# Check-the-time-stamp-on-this-file Interval in milli seconds
-juddi.configuration.reload.delay=2000

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_root_publisher.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_root_publisher.properties b/docs/userguide/en-US/extras/jUDDI_configuration_root_publisher.properties
deleted file mode 100644
index d2bc62e..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_root_publisher.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# 
-juddi.root.publisher=root

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_seed_always.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_seed_always.properties b/docs/userguide/en-US/extras/jUDDI_configuration_seed_always.properties
deleted file mode 100644
index adf3e65..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_seed_always.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-#
-juddi.seed.always=false

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_server_baseurl.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_server_baseurl.properties b/docs/userguide/en-US/extras/jUDDI_configuration_server_baseurl.properties
deleted file mode 100644
index d33a0bf..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_server_baseurl.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# The ${juddi.server.baseurl} token can be referenced in accessPoints and will be resolved at runtime.
-juddi.server.baseurl=http://localhost:8080

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_server_name.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_server_name.properties b/docs/userguide/en-US/extras/jUDDI_configuration_server_name.properties
deleted file mode 100644
index 6a253e4..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_server_name.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-# These two tokens are referenced in the install data. Note that you
-# can use any tokens, and that their values can be set here or as
-# System parameters.
-juddi.server.name=macdaddy
-juddi.server.port=8080

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_subscription_chunkexpiration_minutes.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_subscription_chunkexpiration_minutes.properties b/docs/userguide/en-US/extras/jUDDI_configuration_subscription_chunkexpiration_minutes.properties
deleted file mode 100644
index 18c6566..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_subscription_chunkexpiration_minutes.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# Minutes before a "chunked" subscription call expires
-juddi.subscription.chunkexpiration.minutes=5
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_subscription_expiration_days.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_subscription_expiration_days.properties b/docs/userguide/en-US/extras/jUDDI_configuration_subscription_expiration_days.properties
deleted file mode 100644
index 929da34..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_subscription_expiration_days.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-#
-# Days before a subscription expires
-juddi.subscription.expiration.days=30

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_transfer_expiration_days.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_transfer_expiration_days.properties b/docs/userguide/en-US/extras/jUDDI_configuration_transfer_expiration_days.properties
deleted file mode 100644
index a3906f8..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_transfer_expiration_days.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# Days before a transfer request expires
-juddi.transfer.expiration.days=3

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jUDDI_configuration_uuidgen.properties
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jUDDI_configuration_uuidgen.properties b/docs/userguide/en-US/extras/jUDDI_configuration_uuidgen.properties
deleted file mode 100644
index bd55c10..0000000
--- a/docs/userguide/en-US/extras/jUDDI_configuration_uuidgen.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# jUDDI UUIDGen implementation to use
-juddi.uuidgen = org.apache.juddi.uuidgen.DefaultUUIDGen

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jboss-web.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jboss-web.xmlt b/docs/userguide/en-US/extras/jboss-web.xmlt
deleted file mode 100644
index 6e45e58..0000000
--- a/docs/userguide/en-US/extras/jboss-web.xmlt
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<!DOCTYPE jboss-web PUBLIC 
-	"-//JBoss//DTD Web Application 2.3V2//EN"
-    "http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd">
-
-<jboss-web>
-
-    <resource-ref>
-        <res-ref-name>jdbc/juddiDB</res-ref-name>
-        <jndi-name>java:/juddiDB</jndi-name>
-    </resource-ref>
-
-</jboss-web>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/jboss-web6.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/jboss-web6.xmlt b/docs/userguide/en-US/extras/jboss-web6.xmlt
deleted file mode 100644
index be4c491..0000000
--- a/docs/userguide/en-US/extras/jboss-web6.xmlt
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<!DOCTYPE jboss-web PUBLIC 
-	"-//JBoss//DTD Web Application 2.3V2//EN"
-    "http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd">
-
-<jboss-web>
-
-    <resource-ref>
-        <res-ref-name>jdbc/JuddiDS</res-ref-name>
-        <jndi-name>java:JuddiDS</jndi-name>
-    </resource-ref>
-    <depends>jboss.jdbc:datasource=JuddiDS,service=metadata</depends>
-
-</jboss-web>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/juddiv3-ds.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/juddiv3-ds.xmlt b/docs/userguide/en-US/extras/juddiv3-ds.xmlt
deleted file mode 100644
index 85a69c6..0000000
--- a/docs/userguide/en-US/extras/juddiv3-ds.xmlt
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<datasources>
- <local-tx-datasource>
-   <jndi-name>JuddiDS</jndi-name>
-   <connection-url>jdbc:mysql://localhost:3306/juddiv3</connection-url>
-   <driver-class>com.mysql.jdbc.Driver</driver-class>
-   <user-name>root</user-name>
-   <password></password>
-   <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter</exception-sorter-class-name>
-
-   <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
-   <metadata>
-      <type-mapping>mySQL</type-mapping>
-   </metadata>
- </local-tx-datasource>
-</datasources>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/resource.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/resource.xmlt b/docs/userguide/en-US/extras/resource.xmlt
deleted file mode 100644
index 6e747e0..0000000
--- a/docs/userguide/en-US/extras/resource.xmlt
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE resources PUBLIC "-//Sun Microsystems Inc.//DTD Application Server 9.0 Domain//EN" "*<install directory>/lib/dtds/sun-resources_1_3.dtd*">
-<resources>
-<jdbc-connection-pool name="mysql-pool" datasource-classname="com.mysql.jdbc.jdbc2.optional.MysqlDataSource" res-type="javax.sql.DataSource">
-<property name="user" value="juddi"/>
-<property name="password" value="juddi"/>
-<property name="url" value="jdbc:mysql://localhost:3306/juddiv3"/>
-</jdbc-connection-pool>
-<jdbc-resource enabled="true" jndi-name="jdbc/mysql-resource" object-type="user" pool-name="mysql-pool"/>
-</resources>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/extras/sun-web.xmlt
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/extras/sun-web.xmlt b/docs/userguide/en-US/extras/sun-web.xmlt
deleted file mode 100644
index 4842729..0000000
--- a/docs/userguide/en-US/extras/sun-web.xmlt
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sun-web-app PUBLIC '-//Sun Microsystems, Inc.//DTD 
-Application Server 9.0 Servlet 2.5//EN' 
-'http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd'>
-<sun-web-app>
-<resource-ref>
-<res-ref-name>jdbc/juddiDB</res-ref-name>
-<jndi-name>jdbc/juddiDB</jndi-name>
-</resource-ref>
-</sun-web-app>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/UDDI_Registry_invocation_pattern.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/UDDI_Registry_invocation_pattern.png b/docs/userguide/en-US/images/UDDI_Registry_invocation_pattern.png
deleted file mode 100644
index 2b283af..0000000
Binary files a/docs/userguide/en-US/images/UDDI_Registry_invocation_pattern.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/UDDI_services_overview.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/UDDI_services_overview.png b/docs/userguide/en-US/images/UDDI_services_overview.png
deleted file mode 100644
index f88182c..0000000
Binary files a/docs/userguide/en-US/images/UDDI_services_overview.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/a_bothup_b_sales_down.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/a_bothup_b_sales_down.png b/docs/userguide/en-US/images/a_bothup_b_sales_down.png
deleted file mode 100644
index 862f75e..0000000
Binary files a/docs/userguide/en-US/images/a_bothup_b_sales_down.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/authToken_SoapUI.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/authToken_SoapUI.png b/docs/userguide/en-US/images/authToken_SoapUI.png
deleted file mode 100644
index 4cf5a84..0000000
Binary files a/docs/userguide/en-US/images/authToken_SoapUI.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/create_new_subscription.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/create_new_subscription.png b/docs/userguide/en-US/images/create_new_subscription.png
deleted file mode 100644
index 26eda05..0000000
Binary files a/docs/userguide/en-US/images/create_new_subscription.png and /dev/null differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[16/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.cryptor/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.cryptor/Properties/AssemblyInfo.cs b/juddi-client.net/juddi-client.net.cryptor/Properties/AssemblyInfo.cs
index c81a059..c707daa 100644
--- a/juddi-client.net/juddi-client.net.cryptor/Properties/AssemblyInfo.cs
+++ b/juddi-client.net/juddi-client.net.cryptor/Properties/AssemblyInfo.cs
@@ -1,36 +1,55 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("juddi-client.net.cryptor")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Apache Software Foundation")]
-[assembly: AssemblyProduct("Apache jUDDI")]
-[assembly: AssemblyCopyright("Copyright © Apache Software Foundation 2013")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible 
-// to COM components.  If you need to access a type in this assembly from 
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("bd032357-c66a-4619-b2a4-1453d20e176d")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.2.1.0")]
-[assembly: AssemblyFileVersion("3.2.1.0")]
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("juddi-client.net.cryptor")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Apache Software Foundation")]
+[assembly: AssemblyProduct("Apache jUDDI")]
+[assembly: AssemblyCopyright("Copyright © Apache Software Foundation 2013")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("bd032357-c66a-4619-b2a4-1453d20e176d")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers 
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("3.2.1.0")]
+[assembly: AssemblyFileVersion("3.2.1.0")]

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.cryptor/juddi-client.net.cryptor-mono.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.cryptor/juddi-client.net.cryptor-mono.csproj b/juddi-client.net/juddi-client.net.cryptor/juddi-client.net.cryptor-mono.csproj
index 9a2b548..70990be 100644
--- a/juddi-client.net/juddi-client.net.cryptor/juddi-client.net.cryptor-mono.csproj
+++ b/juddi-client.net/juddi-client.net.cryptor/juddi-client.net.cryptor-mono.csproj
@@ -1,62 +1,82 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{15F6DF2F-82AF-49AA-B449-6E21F8409845}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>juddi_client.net.cryptor</RootNamespace>
-    <AssemblyName>juddi-client.net.cryptor</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Runtime.Serialization" />
-    <Reference Include="System.Security" />
-    <Reference Include="System.ServiceModel" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="org.apache.juddi.client.util\Program.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\juddi-client.net\juddi-client.net-mono.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net-mono</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{15F6DF2F-82AF-49AA-B449-6E21F8409845}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>juddi_client.net.cryptor</RootNamespace>
+    <AssemblyName>juddi-client.net.cryptor</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Runtime.Serialization" />
+    <Reference Include="System.Security" />
+    <Reference Include="System.ServiceModel" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="org.apache.juddi.client.util\Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\juddi-client.net\juddi-client.net-mono.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net-mono</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.cryptor/juddi-client.net.cryptor.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.cryptor/juddi-client.net.cryptor.csproj b/juddi-client.net/juddi-client.net.cryptor/juddi-client.net.cryptor.csproj
index 71ace63..2833981 100644
--- a/juddi-client.net/juddi-client.net.cryptor/juddi-client.net.cryptor.csproj
+++ b/juddi-client.net/juddi-client.net.cryptor/juddi-client.net.cryptor.csproj
@@ -1,62 +1,82 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{15F6DF2F-82AF-49AA-B449-6E21F8409845}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>juddi_client.net.cryptor</RootNamespace>
-    <AssemblyName>juddi-client.net.cryptor</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Runtime.Serialization" />
-    <Reference Include="System.Security" />
-    <Reference Include="System.ServiceModel" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="org.apache.juddi.client.util\Program.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\juddi-client.net\juddi-client.net.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{15F6DF2F-82AF-49AA-B449-6E21F8409845}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>juddi_client.net.cryptor</RootNamespace>
+    <AssemblyName>juddi-client.net.cryptor</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Runtime.Serialization" />
+    <Reference Include="System.Security" />
+    <Reference Include="System.ServiceModel" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="org.apache.juddi.client.util\Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\juddi-client.net\juddi-client.net.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.sln
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.sln b/juddi-client.net/juddi-client.net.sln
index 0b2c512..8fe4dab 100644
--- a/juddi-client.net/juddi-client.net.sln
+++ b/juddi-client.net/juddi-client.net.sln
@@ -1,64 +1,80 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Express 2012 for Windows Desktop
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{FEB955BD-38E3-4816-94D3-EBF62F4CBB82}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net", "juddi-client.net\juddi-client.net.csproj", "{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net-sample", "juddi-client.net-sample\juddi-client.net-sample.csproj", "{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfServiceLifeCycle", "example\WcfServiceLifeCycle\WcfServiceLifeCycle.csproj", "{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspnetServiceLifeCycle", "example\AspnetServiceLifeCycle\AspnetServiceLifeCycle.csproj", "{53F50B81-088B-4593-9F1C-F3D3F499F28C}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net.test", "juddi-client.net.test\juddi-client.net.test.csproj", "{0AD62F71-EC84-4133-87FA-C27083F4D884}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net-integration.test", "juddi-client.net-integration.test\juddi-client.net-integration.test.csproj", "{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net.cryptor", "juddi-client.net.cryptor\juddi-client.net.cryptor.csproj", "{15F6DF2F-82AF-49AA-B449-6E21F8409845}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-installer", "juddi-installer\juddi-installer.csproj", "{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Any CPU = Debug|Any CPU
-		Release|Any CPU = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Release|Any CPU.Build.0 = Release|Any CPU
-		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Release|Any CPU.Build.0 = Release|Any CPU
-		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Release|Any CPU.Build.0 = Release|Any CPU
-		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Release|Any CPU.Build.0 = Release|Any CPU
-		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Release|Any CPU.Build.0 = Release|Any CPU
-		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Release|Any CPU.Build.0 = Release|Any CPU
-		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Release|Any CPU.Build.0 = Release|Any CPU
-		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Release|Any CPU.Build.0 = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Express 2012 for Windows Desktop
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{FEB955BD-38E3-4816-94D3-EBF62F4CBB82}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net", "juddi-client.net\juddi-client.net.csproj", "{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net-sample", "juddi-client.net-sample\juddi-client.net-sample.csproj", "{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfServiceLifeCycle", "example\WcfServiceLifeCycle\WcfServiceLifeCycle.csproj", "{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspnetServiceLifeCycle", "example\AspnetServiceLifeCycle\AspnetServiceLifeCycle.csproj", "{53F50B81-088B-4593-9F1C-F3D3F499F28C}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net.test", "juddi-client.net.test\juddi-client.net.test.csproj", "{0AD62F71-EC84-4133-87FA-C27083F4D884}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net-integration.test", "juddi-client.net-integration.test\juddi-client.net-integration.test.csproj", "{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-client.net.cryptor", "juddi-client.net.cryptor\juddi-client.net.cryptor.csproj", "{15F6DF2F-82AF-49AA-B449-6E21F8409845}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "juddi-installer", "juddi-installer\juddi-installer.csproj", "{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}.Release|Any CPU.Build.0 = Release|Any CPU
+		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{7FA52B63-F70A-4EC7-8390-CC7C1C9C6B84}.Release|Any CPU.Build.0 = Release|Any CPU
+		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}.Release|Any CPU.Build.0 = Release|Any CPU
+		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{53F50B81-088B-4593-9F1C-F3D3F499F28C}.Release|Any CPU.Build.0 = Release|Any CPU
+		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{0AD62F71-EC84-4133-87FA-C27083F4D884}.Release|Any CPU.Build.0 = Release|Any CPU
+		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{ABE1C470-52E1-4C28-AB1D-91F1CD7B89C0}.Release|Any CPU.Build.0 = Release|Any CPU
+		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{15F6DF2F-82AF-49AA-B449-6E21F8409845}.Release|Any CPU.Build.0 = Release|Any CPU
+		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.test/juddi-client.net.test-mono.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.test/juddi-client.net.test-mono.csproj b/juddi-client.net/juddi-client.net.test/juddi-client.net.test-mono.csproj
index 663efec..5e4e673 100644
--- a/juddi-client.net/juddi-client.net.test/juddi-client.net.test-mono.csproj
+++ b/juddi-client.net/juddi-client.net.test/juddi-client.net.test-mono.csproj
@@ -1,78 +1,98 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{0AD62F71-EC84-4133-87FA-C27083F4D884}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>juddi_client.net.test</RootNamespace>
-    <AssemblyName>juddi-client.net.test</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="nunit.framework">
-      <HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
-    </Reference>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="org.apache.juddi.client.test\CryptoTests.cs" />
-    <Compile Include="org.apache.juddi.client.test\DigitalSignatureTests.cs" />
-    <Compile Include="org.apache.juddi.client.test\LogFactoryTests.cs" />
-    <Compile Include="org.apache.juddi.client.test\TModelInstanceDetailsComparatorTest.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="org.apache.juddi.client.test\SerializationTests.cs" />
-    <Compile Include="org.apache.juddi.client.test\WADL2UDDITests.cs" />
-    <Compile Include="org.apache.juddi.client.test\WSDL2UDDITest.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="packages.config">
-      <SubType>Designer</SubType>
-    </None>
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\juddi-client.net\juddi-client.net-mono.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net-mono</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="uddi.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{0AD62F71-EC84-4133-87FA-C27083F4D884}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>juddi_client.net.test</RootNamespace>
+    <AssemblyName>juddi-client.net.test</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="nunit.framework">
+      <HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
+    </Reference>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="org.apache.juddi.client.test\CryptoTests.cs" />
+    <Compile Include="org.apache.juddi.client.test\DigitalSignatureTests.cs" />
+    <Compile Include="org.apache.juddi.client.test\LogFactoryTests.cs" />
+    <Compile Include="org.apache.juddi.client.test\TModelInstanceDetailsComparatorTest.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="org.apache.juddi.client.test\SerializationTests.cs" />
+    <Compile Include="org.apache.juddi.client.test\WADL2UDDITests.cs" />
+    <Compile Include="org.apache.juddi.client.test\WSDL2UDDITest.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="packages.config">
+      <SubType>Designer</SubType>
+    </None>
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\juddi-client.net\juddi-client.net-mono.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net-mono</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="uddi.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net.test/juddi-client.net.test.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net.test/juddi-client.net.test.csproj b/juddi-client.net/juddi-client.net.test/juddi-client.net.test.csproj
index a093801..f89ce39 100644
--- a/juddi-client.net/juddi-client.net.test/juddi-client.net.test.csproj
+++ b/juddi-client.net/juddi-client.net.test/juddi-client.net.test.csproj
@@ -1,78 +1,98 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{0AD62F71-EC84-4133-87FA-C27083F4D884}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>juddi_client.net.test</RootNamespace>
-    <AssemblyName>juddi-client.net.test</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="nunit.framework">
-      <HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
-    </Reference>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="org.apache.juddi.client.test\CryptoTests.cs" />
-    <Compile Include="org.apache.juddi.client.test\DigitalSignatureTests.cs" />
-    <Compile Include="org.apache.juddi.client.test\LogFactoryTests.cs" />
-    <Compile Include="org.apache.juddi.client.test\TModelInstanceDetailsComparatorTest.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="org.apache.juddi.client.test\SerializationTests.cs" />
-    <Compile Include="org.apache.juddi.client.test\WADL2UDDITests.cs" />
-    <Compile Include="org.apache.juddi.client.test\WSDL2UDDITest.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="packages.config">
-      <SubType>Designer</SubType>
-    </None>
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\juddi-client.net\juddi-client.net.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="uddi.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{0AD62F71-EC84-4133-87FA-C27083F4D884}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>juddi_client.net.test</RootNamespace>
+    <AssemblyName>juddi-client.net.test</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="nunit.framework">
+      <HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
+    </Reference>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="org.apache.juddi.client.test\CryptoTests.cs" />
+    <Compile Include="org.apache.juddi.client.test\DigitalSignatureTests.cs" />
+    <Compile Include="org.apache.juddi.client.test\LogFactoryTests.cs" />
+    <Compile Include="org.apache.juddi.client.test\TModelInstanceDetailsComparatorTest.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="org.apache.juddi.client.test\SerializationTests.cs" />
+    <Compile Include="org.apache.juddi.client.test\WADL2UDDITests.cs" />
+    <Compile Include="org.apache.juddi.client.test\WSDL2UDDITest.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="packages.config">
+      <SubType>Designer</SubType>
+    </None>
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\juddi-client.net\juddi-client.net.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="uddi.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[19/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/icon.svg
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/icon.svg b/docs/userguide/en-US/images/icon.svg
deleted file mode 100644
index c471a60..0000000
--- a/docs/userguide/en-US/images/icon.svg
+++ /dev/null
@@ -1,3936 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:ns="http://ns.adobe.com/AdobeSVGViewerExtensions/3/"
-   xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.0"
-   width="32"
-   height="32"
-   id="svg3017"
-   sodipodi:version="0.32"
-   inkscape:version="0.44+devel"
-   sodipodi:docname="book.svg"
-   sodipodi:docbase="/home/andy/Desktop">
-  <metadata
-     id="metadata489">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <sodipodi:namedview
-     inkscape:window-height="480"
-     inkscape:window-width="858"
-     inkscape:pageshadow="0"
-     inkscape:pageopacity="0.0"
-     guidetolerance="10.0"
-     gridtolerance="10.0"
-     objecttolerance="10.0"
-     borderopacity="1.0"
-     bordercolor="#666666"
-     pagecolor="#ffffff"
-     id="base"
-     inkscape:zoom="1"
-     inkscape:cx="16"
-     inkscape:cy="15.944056"
-     inkscape:window-x="0"
-     inkscape:window-y="33"
-     inkscape:current-layer="svg3017" />
-  <defs
-     id="defs3019">
-    <linearGradient
-       id="linearGradient2381">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="stop2383" />
-      <stop
-         style="stop-color:white;stop-opacity:0"
-         offset="1"
-         id="stop2385" />
-    </linearGradient>
-    <linearGradient
-       x1="415.73831"
-       y1="11.854"
-       x2="418.13361"
-       y2="18.8104"
-       id="XMLID_1758_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8362,0.5206,-1.1904,0.992,147.62,-30.9374)">
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="0"
-         id="stop3903" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="1"
-         id="stop3905" />
-      <a:midPointStop
-         style="stop-color:#CCCCCC"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#CCCCCC"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#F2F2F2"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="500.70749"
-       y1="-13.2441"
-       x2="513.46442"
-       y2="-2.1547"
-       id="XMLID_1757_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
-      <stop
-         style="stop-color:#5387ba;stop-opacity:1"
-         offset="0"
-         id="stop3890" />
-      <stop
-         style="stop-color:#96bad6;stop-opacity:1"
-         offset="1"
-         id="stop3892" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#96BAD6"
-         offset="1" />
-    </linearGradient>
-    <clipPath
-       id="XMLID_1755_">
-      <use
-         id="use3874"
-         x="0"
-         y="0"
-         width="744.09448"
-         height="600"
-         xlink:href="#XMLID_343_" />
-    </clipPath>
-    <linearGradient
-       x1="505.62939"
-       y1="-14.9526"
-       x2="527.49402"
-       y2="-0.7536"
-       id="XMLID_1756_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="0"
-         id="stop3877" />
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="0.51120001"
-         id="stop3879" />
-      <stop
-         style="stop-color:#5387ba;stop-opacity:1"
-         offset="0.64609998"
-         id="stop3881" />
-      <stop
-         style="stop-color:#16336e;stop-opacity:1"
-         offset="1"
-         id="stop3883" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5112" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.6461" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#16336E"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="471.0806"
-       y1="201.07761"
-       x2="481.91711"
-       y2="210.4977"
-       id="XMLID_1754_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#6498c1;stop-opacity:1"
-         offset="0.005618"
-         id="stop3863" />
-      <stop
-         style="stop-color:#79a9cc;stop-opacity:1"
-         offset="0.2332"
-         id="stop3865" />
-      <stop
-         style="stop-color:#a4cde2;stop-opacity:1"
-         offset="0.74049997"
-         id="stop3867" />
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="1"
-         id="stop3869" />
-      <a:midPointStop
-         style="stop-color:#6498C1"
-         offset="5.618000e-003" />
-      <a:midPointStop
-         style="stop-color:#6498C1"
-         offset="0.4438" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="516.57672"
-       y1="-15.769"
-       x2="516.57672"
-       y2="0.84280002"
-       id="XMLID_1753_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0"
-         id="stop3851" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="1"
-         id="stop3853" />
-      <a:midPointStop
-         style="stop-color:#B2B2B2"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#B2B2B2"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#F2F2F2"
-         offset="1" />
-    </linearGradient>
-    <clipPath
-       id="XMLID_1751_">
-      <use
-         id="use3837"
-         x="0"
-         y="0"
-         width="744.09448"
-         height="600"
-         xlink:href="#XMLID_338_" />
-    </clipPath>
-    <linearGradient
-       x1="506.09909"
-       y1="-11.5137"
-       x2="527.99609"
-       y2="2.7063999"
-       id="XMLID_1752_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="0"
-         id="stop3840" />
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="0.51120001"
-         id="stop3842" />
-      <stop
-         style="stop-color:#5387ba;stop-opacity:1"
-         offset="0.64609998"
-         id="stop3844" />
-      <stop
-         style="stop-color:#16336e;stop-opacity:1"
-         offset="1"
-         id="stop3846" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5112" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.6461" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#16336E"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="468.2915"
-       y1="204.7612"
-       x2="479.39871"
-       y2="214.4166"
-       id="XMLID_1750_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#5387ba;stop-opacity:1"
-         offset="0"
-         id="stop3830" />
-      <stop
-         style="stop-color:#96bad6;stop-opacity:1"
-         offset="1"
-         id="stop3832" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#96BAD6"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="502.70749"
-       y1="115.3013"
-       x2="516.39001"
-       y2="127.1953"
-       id="XMLID_1749_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.9703,0.2419,-0.2419,0.9703,11.0227,-35.6159)">
-      <stop
-         style="stop-color:#5387ba;stop-opacity:1"
-         offset="0"
-         id="stop3818" />
-      <stop
-         style="stop-color:#96bad6;stop-opacity:1"
-         offset="1"
-         id="stop3820" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#96BAD6"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="501.0903"
-       y1="-19.2544"
-       x2="531.85413"
-       y2="0.72390002"
-       id="XMLID_1748_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="0"
-         id="stop3803" />
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="0.51120001"
-         id="stop3805" />
-      <stop
-         style="stop-color:#5387ba;stop-opacity:1"
-         offset="0.64609998"
-         id="stop3807" />
-      <stop
-         style="stop-color:#16336e;stop-opacity:1"
-         offset="1"
-         id="stop3809" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5112" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.6461" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#16336E"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="481.23969"
-       y1="212.5742"
-       x2="472.92981"
-       y2="207.4967"
-       id="XMLID_2275_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#f3403f;stop-opacity:1"
-         offset="0"
-         id="stop9947" />
-      <stop
-         style="stop-color:#d02a28;stop-opacity:1"
-         offset="0.37889999"
-         id="stop9949" />
-      <stop
-         style="stop-color:#b21714;stop-opacity:1"
-         offset="0.77649999"
-         id="stop9951" />
-      <stop
-         style="stop-color:#a6100c;stop-opacity:1"
-         offset="1"
-         id="stop9953" />
-      <a:midPointStop
-         style="stop-color:#F3403F"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#F3403F"
-         offset="0.4213" />
-      <a:midPointStop
-         style="stop-color:#A6100C"
-         offset="1" />
-    </linearGradient>
-    <clipPath
-       id="XMLID_2273_">
-      <use
-         id="use9933"
-         x="0"
-         y="0"
-         width="744.09448"
-         height="600"
-         xlink:href="#XMLID_960_" />
-    </clipPath>
-    <linearGradient
-       x1="473.7681"
-       y1="209.17529"
-       x2="486.98099"
-       y2="213.2001"
-       id="XMLID_2274_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#f3403f;stop-opacity:1"
-         offset="0"
-         id="stop9936" />
-      <stop
-         style="stop-color:#d02a28;stop-opacity:1"
-         offset="0.37889999"
-         id="stop9938" />
-      <stop
-         style="stop-color:#b21714;stop-opacity:1"
-         offset="0.77649999"
-         id="stop9940" />
-      <stop
-         style="stop-color:#a6100c;stop-opacity:1"
-         offset="1"
-         id="stop9942" />
-      <a:midPointStop
-         style="stop-color:#F3403F"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#F3403F"
-         offset="0.4213" />
-      <a:midPointStop
-         style="stop-color:#A6100C"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="478.21341"
-       y1="-131.9297"
-       x2="469.85818"
-       y2="-140.28481"
-       id="XMLID_2272_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.5592,0.829,-0.829,0.5592,101.3357,-104.791)">
-      <stop
-         style="stop-color:#f3403f;stop-opacity:1"
-         offset="0"
-         id="stop9917" />
-      <stop
-         style="stop-color:#d02a28;stop-opacity:1"
-         offset="0.37889999"
-         id="stop9919" />
-      <stop
-         style="stop-color:#b21714;stop-opacity:1"
-         offset="0.77649999"
-         id="stop9921" />
-      <stop
-         style="stop-color:#a6100c;stop-opacity:1"
-         offset="1"
-         id="stop9923" />
-      <a:midPointStop
-         style="stop-color:#F3403F"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#F3403F"
-         offset="0.4213" />
-      <a:midPointStop
-         style="stop-color:#A6100C"
-         offset="1" />
-    </linearGradient>
-    <marker
-       refX="0"
-       refY="0"
-       orient="auto"
-       style="overflow:visible"
-       id="TriangleInM">
-      <path
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z "
-         transform="scale(-0.4,-0.4)"
-         style="fill:#5c5c4f"
-         id="path3197" />
-    </marker>
-    <linearGradient
-       x1="200.7363"
-       y1="100.4028"
-       x2="211.99519"
-       y2="89.143997"
-       id="XMLID_3298_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#bfbfbf;stop-opacity:1"
-         offset="0"
-         id="stop20103" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="1"
-         id="stop20105" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#BFBFBF" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#BFBFBF" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#F2F2F2" />
-    </linearGradient>
-    <linearGradient
-       x1="200.7363"
-       y1="100.4028"
-       x2="211.99519"
-       y2="89.143997"
-       id="linearGradient36592"
-       xlink:href="#XMLID_3298_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <linearGradient
-       x1="181.2925"
-       y1="110.8481"
-       x2="192.6369"
-       y2="99.5037"
-       id="XMLID_3297_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0"
-         id="stop20096" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="stop20098" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#CCCCCC" />
-    </linearGradient>
-    <linearGradient
-       x1="181.2925"
-       y1="110.8481"
-       x2="192.6369"
-       y2="99.5037"
-       id="linearGradient36595"
-       xlink:href="#XMLID_3297_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <linearGradient
-       x1="211.77589"
-       y1="105.7749"
-       x2="212.6619"
-       y2="108.2092"
-       id="XMLID_3296_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#0f6124;stop-opacity:1"
-         offset="0"
-         id="stop20087" />
-      <stop
-         style="stop-color:#219630;stop-opacity:1"
-         offset="1"
-         id="stop20089" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#0F6124" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#0F6124" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#219630" />
-    </linearGradient>
-    <linearGradient
-       x1="211.77589"
-       y1="105.7749"
-       x2="212.6619"
-       y2="108.2092"
-       id="linearGradient36677"
-       xlink:href="#XMLID_3296_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <linearGradient
-       x1="208.9834"
-       y1="116.8296"
-       x2="200.0811"
-       y2="96.834602"
-       id="XMLID_3295_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0"
-         id="stop20076" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0.5"
-         id="stop20078" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="stop20080" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#B2B2B2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#B2B2B2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#FFFFFF" />
-    </linearGradient>
-    <linearGradient
-       x1="208.9834"
-       y1="116.8296"
-       x2="200.0811"
-       y2="96.834602"
-       id="linearGradient36604"
-       xlink:href="#XMLID_3295_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <linearGradient
-       x1="195.5264"
-       y1="97.911102"
-       x2="213.5213"
-       y2="115.9061"
-       id="XMLID_3294_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="0"
-         id="stop20069" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="stop20071" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#CCCCCC" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#CCCCCC" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#FFFFFF" />
-    </linearGradient>
-    <linearGradient
-       x1="195.5264"
-       y1="97.911102"
-       x2="213.5213"
-       y2="115.9061"
-       id="linearGradient36607"
-       xlink:href="#XMLID_3294_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <linearGradient
-       x1="186.1938"
-       y1="109.1343"
-       x2="206.6881"
-       y2="88.639999"
-       id="XMLID_3293_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0"
-         id="stop20056" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0.16850001"
-         id="stop20058" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0.23029999"
-         id="stop20060" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0.2809"
-         id="stop20062" />
-      <stop
-         style="stop-color:#c2c2c2;stop-opacity:1"
-         offset="0.5"
-         id="stop20064" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#B2B2B2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#B2B2B2" />
-      <a:midPointStop
-         offset="0.1685"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.2303"
-         style="stop-color:#FFFFFF" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#FFFFFF" />
-      <a:midPointStop
-         offset="0.2809"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#C2C2C2" />
-    </linearGradient>
-    <linearGradient
-       x1="186.1938"
-       y1="109.1343"
-       x2="206.6881"
-       y2="88.639999"
-       id="linearGradient36610"
-       xlink:href="#XMLID_3293_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <linearGradient
-       x1="184.8569"
-       y1="112.2676"
-       x2="211.94099"
-       y2="89.541397"
-       id="XMLID_3292_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0"
-         id="stop20043" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0.16850001"
-         id="stop20045" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0.23029999"
-         id="stop20047" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0.2809"
-         id="stop20049" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="stop20051" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#B2B2B2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#B2B2B2" />
-      <a:midPointStop
-         offset="0.1685"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.2303"
-         style="stop-color:#FFFFFF" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#FFFFFF" />
-      <a:midPointStop
-         offset="0.2809"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#CCCCCC" />
-    </linearGradient>
-    <linearGradient
-       x1="184.8569"
-       y1="112.2676"
-       x2="211.94099"
-       y2="89.541397"
-       id="linearGradient36613"
-       xlink:href="#XMLID_3292_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <marker
-       refX="0"
-       refY="0"
-       orient="auto"
-       style="overflow:visible"
-       id="TriangleOutM">
-      <path
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z "
-         transform="scale(0.4,0.4)"
-         style="fill:#5c5c4f;fill-rule:evenodd;stroke-width:1pt;marker-start:none"
-         id="path3238" />
-    </marker>
-    <linearGradient
-       x1="165.3"
-       y1="99.5"
-       x2="165.3"
-       y2="115.9"
-       id="XMLID_3457_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#999;stop-opacity:1"
-         offset="0"
-         id="stop8309" />
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0.30000001"
-         id="stop8311" />
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="1"
-         id="stop8313" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#999999" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#999999" />
-      <a:midPointstop
-         offset="0.3"
-         style="stop-color:#B2B2B2" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#B2B2B2" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#B2B2B2" />
-    </linearGradient>
-    <linearGradient
-       x1="165.3"
-       y1="99.5"
-       x2="165.3"
-       y2="115.9"
-       id="lg1997"
-       xlink:href="#XMLID_3457_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <linearGradient
-       x1="175"
-       y1="99.800003"
-       x2="175"
-       y2="112.5"
-       id="XMLID_3456_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#737373;stop-opacity:1"
-         offset="0"
-         id="stop8300" />
-      <stop
-         style="stop-color:#191919;stop-opacity:1"
-         offset="0.60000002"
-         id="stop8302" />
-      <stop
-         style="stop-color:#191919;stop-opacity:1"
-         offset="1"
-         id="stop8304" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#737373" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#737373" />
-      <a:midPointstop
-         offset="0.6"
-         style="stop-color:#191919" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#191919" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#191919" />
-    </linearGradient>
-    <linearGradient
-       x1="175"
-       y1="99.800003"
-       x2="175"
-       y2="112.5"
-       id="lg2000"
-       xlink:href="#XMLID_3456_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <linearGradient
-       x1="168.8"
-       y1="107.1"
-       x2="164.5"
-       y2="110"
-       id="XMLID_3455_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#666;stop-opacity:1"
-         offset="0"
-         id="stop8291" />
-      <stop
-         style="stop-color:#191919;stop-opacity:1"
-         offset="0.69999999"
-         id="stop8293" />
-      <stop
-         style="stop-color:#191919;stop-opacity:1"
-         offset="1"
-         id="stop8295" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#666666" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#666666" />
-      <a:midPointstop
-         offset="0.7"
-         style="stop-color:#191919" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#191919" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#191919" />
-    </linearGradient>
-    <linearGradient
-       x1="168.8"
-       y1="107.1"
-       x2="164.5"
-       y2="110"
-       id="lg2003"
-       xlink:href="#XMLID_3455_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <linearGradient
-       id="lg63694">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="stop63696" />
-      <stop
-         style="stop-color:white;stop-opacity:0"
-         offset="1"
-         id="stop63698" />
-    </linearGradient>
-    <linearGradient
-       x1="458"
-       y1="483"
-       x2="465.20001"
-       y2="271.39999"
-       id="lg2006"
-       xlink:href="#lg63694"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(6.3e-2,0,0,6.3e-2,-1.3,-9.8)" />
-    <linearGradient
-       x1="176.3"
-       y1="110.1"
-       x2="158.7"
-       y2="105"
-       id="XMLID_3453_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#666;stop-opacity:1"
-         offset="0"
-         id="stop8271" />
-      <stop
-         style="stop-color:#737373;stop-opacity:1"
-         offset="0.2"
-         id="stop8273" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="stop8275" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#666666" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#666666" />
-      <a:midPointstop
-         offset="0.2"
-         style="stop-color:#737373" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#737373" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#FFFFFF" />
-    </linearGradient>
-    <linearGradient
-       x1="176.3"
-       y1="110.1"
-       x2="158.7"
-       y2="105"
-       id="lg2009"
-       xlink:href="#XMLID_3453_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <linearGradient
-       x1="173.60001"
-       y1="118.9"
-       x2="172.8"
-       y2="128.2"
-       id="XMLID_3449_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ecb300;stop-opacity:1"
-         offset="0"
-         id="stop8232" />
-      <stop
-         style="stop-color:#fff95e;stop-opacity:1"
-         offset="0.60000002"
-         id="stop8234" />
-      <stop
-         style="stop-color:#ecd600;stop-opacity:1"
-         offset="1"
-         id="stop8236" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.6"
-         style="stop-color:#FFF95E" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFF95E" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#ECD600" />
-    </linearGradient>
-    <linearGradient
-       x1="173.60001"
-       y1="118.9"
-       x2="172.8"
-       y2="128.2"
-       id="lg2016"
-       xlink:href="#XMLID_3449_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <radialGradient
-       cx="284.60001"
-       cy="172.60001"
-       r="6.5"
-       fx="284.60001"
-       fy="172.60001"
-       id="XMLID_3448_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.4,0,0,1.4,-237.3,-126.8)">
-      <stop
-         style="stop-color:#ecb300;stop-opacity:1"
-         offset="0"
-         id="stop8219" />
-      <stop
-         style="stop-color:#ecb300;stop-opacity:1"
-         offset="0.30000001"
-         id="stop8221" />
-      <stop
-         style="stop-color:#c96b00;stop-opacity:1"
-         offset="0.89999998"
-         id="stop8223" />
-      <stop
-         style="stop-color:#9a5500;stop-opacity:1"
-         offset="1"
-         id="stop8225" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.3"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.9"
-         style="stop-color:#C96B00" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#C96B00" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#9A5500" />
-    </radialGradient>
-    <radialGradient
-       cx="284.60001"
-       cy="172.60001"
-       r="6.5"
-       fx="284.60001"
-       fy="172.60001"
-       id="rg2020"
-       xlink:href="#XMLID_3448_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.513992,0,0,2.347576,-689.1621,-378.5717)" />
-    <linearGradient
-       x1="158.10001"
-       y1="123"
-       x2="164.2"
-       y2="126.6"
-       id="XMLID_3447_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ecd600;stop-opacity:1"
-         offset="0"
-         id="stop8204" />
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0.30000001"
-         id="stop8206" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="stop8208" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#ECD600" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#ECD600" />
-      <a:midPointstop
-         offset="0.3"
-         style="stop-color:#FFFFB3" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFFFB3" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#FFFFFF" />
-    </linearGradient>
-    <linearGradient
-       x1="158.10001"
-       y1="123"
-       x2="164.2"
-       y2="126.6"
-       id="lg2026"
-       xlink:href="#XMLID_3447_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <radialGradient
-       cx="280.89999"
-       cy="163.7"
-       r="10.1"
-       fx="280.89999"
-       fy="163.7"
-       id="XMLID_3446_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.4,0,0,1.4,-237.3,-126.8)">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="stop8197" />
-      <stop
-         style="stop-color:#fff95e;stop-opacity:1"
-         offset="1"
-         id="stop8199" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#FFFFFF" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFFFFF" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#FFF95E" />
-    </radialGradient>
-    <radialGradient
-       cx="280.89999"
-       cy="163.7"
-       r="10.1"
-       fx="280.89999"
-       fy="163.7"
-       id="rg2029"
-       xlink:href="#XMLID_3446_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.7,0,0,1.7,-457.5,-266.8)" />
-    <linearGradient
-       x1="156.5"
-       y1="122.7"
-       x2="180.10001"
-       y2="122.7"
-       id="XMLID_3445_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ecb300;stop-opacity:1"
-         offset="0"
-         id="stop8184" />
-      <stop
-         style="stop-color:#ffe900;stop-opacity:1"
-         offset="0.2"
-         id="stop8186" />
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0.30000001"
-         id="stop8188" />
-      <stop
-         style="stop-color:#ffe900;stop-opacity:1"
-         offset="0.40000001"
-         id="stop8190" />
-      <stop
-         style="stop-color:#d68100;stop-opacity:1"
-         offset="1"
-         id="stop8192" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.2"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="0.3"
-         style="stop-color:#FFFFB3" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFFFB3" />
-      <a:midPointstop
-         offset="0.4"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#D68100" />
-    </linearGradient>
-    <linearGradient
-       x1="156.5"
-       y1="122.7"
-       x2="180.10001"
-       y2="122.7"
-       id="lg2032"
-       xlink:href="#XMLID_3445_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <linearGradient
-       x1="156.39999"
-       y1="115.4"
-       x2="180.10001"
-       y2="115.4"
-       id="XMLID_3444_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ecb300;stop-opacity:1"
-         offset="0"
-         id="stop8171" />
-      <stop
-         style="stop-color:#ffe900;stop-opacity:1"
-         offset="0.2"
-         id="stop8173" />
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0.30000001"
-         id="stop8175" />
-      <stop
-         style="stop-color:#ffe900;stop-opacity:1"
-         offset="0.40000001"
-         id="stop8177" />
-      <stop
-         style="stop-color:#d68100;stop-opacity:1"
-         offset="1"
-         id="stop8179" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.2"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="0.3"
-         style="stop-color:#FFFFB3" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFFFB3" />
-      <a:midPointstop
-         offset="0.4"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#D68100" />
-    </linearGradient>
-    <linearGradient
-       x1="156.39999"
-       y1="115.4"
-       x2="180.10001"
-       y2="115.4"
-       id="lg2035"
-       xlink:href="#XMLID_3444_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <linearGradient
-       x1="379.70001"
-       y1="167.89999"
-       x2="383.89999"
-       y2="172.89999"
-       id="lg4286_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8,0.2,-0.2,0.8,78.8,38.1)">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s16159" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0.1"
-         id="s16161" />
-      <stop
-         style="stop-color:#737373;stop-opacity:1"
-         offset="1"
-         id="s16163" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.1" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#737373"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="379.60001"
-       y1="167.8"
-       x2="383.79999"
-       y2="172"
-       id="lg6416"
-       xlink:href="#lg4286_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.622156,0.623859,-0.623859,2.62182,-882.9706,-673.7921)" />
-    <linearGradient
-       x1="384.20001"
-       y1="169.8"
-       x2="384.79999"
-       y2="170.39999"
-       id="lg4285_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8,0.2,-0.2,0.8,78.8,38.1)">
-      <stop
-         style="stop-color:#737373;stop-opacity:1"
-         offset="0"
-         id="s16152" />
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="1"
-         id="s16154" />
-      <ns:midPointStop
-         style="stop-color:#737373"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#737373"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#D9D9D9"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="384.20001"
-       y1="169.8"
-       x2="384.79999"
-       y2="170.39999"
-       id="lg6453"
-       xlink:href="#lg4285_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.6,0.6,-0.6,2.6,-883,-673.8)" />
-    <linearGradient
-       x1="380.5"
-       y1="172.60001"
-       x2="382.79999"
-       y2="173.7"
-       id="lg4284_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8,0.2,-0.2,0.8,78.8,38.1)">
-      <stop
-         style="stop-color:gray;stop-opacity:1"
-         offset="0"
-         id="s16145" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="1"
-         id="s16147" />
-      <ns:midPointStop
-         style="stop-color:#808080"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#808080"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#E5E5E5"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="380.5"
-       y1="172.60001"
-       x2="382.79999"
-       y2="173.7"
-       id="lg6456"
-       xlink:href="#lg4284_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.6,0.6,-0.6,2.6,-883,-673.8)" />
-    <radialGradient
-       cx="347.29999"
-       cy="244.5"
-       r="5.1999998"
-       fx="347.29999"
-       fy="244.5"
-       id="lg4282_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.4,0,0,3.4,-1148,-802)">
-      <stop
-         style="stop-color:#333;stop-opacity:1"
-         offset="0"
-         id="s16135" />
-      <stop
-         style="stop-color:#999;stop-opacity:1"
-         offset="1"
-         id="s16137" />
-      <ns:midPointStop
-         style="stop-color:#333333"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#333333"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#999999"
-         offset="1" />
-    </radialGradient>
-    <linearGradient
-       x1="310.39999"
-       y1="397.70001"
-       x2="310.89999"
-       y2="399.5"
-       id="lg4280_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7,-0.7,0.7,0.7,-153.4,180.6)">
-      <stop
-         style="stop-color:#ffcd00;stop-opacity:1"
-         offset="0"
-         id="s16111" />
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0.60000002"
-         id="s16113" />
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="1"
-         id="s16115" />
-      <ns:midPointStop
-         style="stop-color:#FFCD00"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFCD00"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0.6" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="310.39999"
-       y1="397.70001"
-       x2="310.89999"
-       y2="399.5"
-       id="lg6467"
-       xlink:href="#lg4280_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.4,-2.4,2.4,2.4,-1663.6,-195)" />
-    <linearGradient
-       x1="310.89999"
-       y1="395.79999"
-       x2="313.29999"
-       y2="403.10001"
-       id="lg4279_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7,-0.7,0.7,0.7,-153.4,180.6)">
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0"
-         id="s16100" />
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0.40000001"
-         id="s16102" />
-      <stop
-         style="stop-color:#ffcd00;stop-opacity:1"
-         offset="0.89999998"
-         id="s16104" />
-      <stop
-         style="stop-color:#ffcd00;stop-opacity:1"
-         offset="1"
-         id="s16106" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0.4" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFCD00"
-         offset="0.9" />
-      <ns:midPointStop
-         style="stop-color:#FFCD00"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFCD00"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="310.89999"
-       y1="395.79999"
-       x2="313.29999"
-       y2="403.10001"
-       id="lg6465"
-       xlink:href="#lg4279_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.4,-2.4,2.4,2.4,-1663.6,-195)" />
-    <linearGradient
-       x1="307.79999"
-       y1="395.20001"
-       x2="313.79999"
-       y2="413.60001"
-       id="lg4278_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7,-0.7,0.7,0.7,-153.4,180.6)">
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0"
-         id="s16091" />
-      <stop
-         style="stop-color:#fcd72f;stop-opacity:1"
-         offset="0.40000001"
-         id="s16093" />
-      <stop
-         style="stop-color:#ffcd00;stop-opacity:1"
-         offset="1"
-         id="s16095" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FCD72F"
-         offset="0.4" />
-      <ns:midPointStop
-         style="stop-color:#FCD72F"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFCD00"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="306.5"
-       y1="393"
-       x2="309"
-       y2="404"
-       id="lg6400"
-       xlink:href="#lg4278_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.4,-2.4,2.4,2.4,-1663.6,-195)" />
-    <linearGradient
-       x1="352.10001"
-       y1="253.60001"
-       x2="348.5"
-       y2="237.8"
-       id="lg4276_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.4,0,0,3.4,-1148,-802)">
-      <stop
-         style="stop-color:#ffff87;stop-opacity:1"
-         offset="0"
-         id="s16077" />
-      <stop
-         style="stop-color:#ffad00;stop-opacity:1"
-         offset="1"
-         id="s16079" />
-      <ns:midPointStop
-         style="stop-color:#FFFF87"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFFF87"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFAD00"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="335.60001"
-       y1="354.79999"
-       x2="337.89999"
-       y2="354.79999"
-       id="lg4275_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.9,-0.5,0.5,0.9,-121.7,105.1)">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="s16057" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0.80000001"
-         id="s16059" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="s16061" />
-      <ns:midPointStop
-         style="stop-color:#D9D9D9"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#D9D9D9"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.8" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="335.60001"
-       y1="354.79999"
-       x2="337.89999"
-       y2="354.79999"
-       id="lg6463"
-       xlink:href="#lg4275_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.9,-1.7,1.7,2.9,-1557,-448.7)" />
-    <linearGradient
-       x1="337.39999"
-       y1="353.10001"
-       x2="339.39999"
-       y2="357.10001"
-       id="lg4274_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.9,-0.5,0.5,0.9,-121.7,105.1)">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s16048" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0.1"
-         id="s16050" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="s16052" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.1" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#CCCCCC"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="337.39999"
-       y1="353.10001"
-       x2="339.39999"
-       y2="357.10001"
-       id="lg6461"
-       xlink:href="#lg4274_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.9,-1.7,1.7,2.9,-1557,-448.7)" />
-    <linearGradient
-       x1="334.39999"
-       y1="355.5"
-       x2="335.5"
-       y2="356.79999"
-       id="lg4273_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.9,-0.5,0.5,0.9,-121.7,105.1)">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s16041" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="s16043" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="5.6e-003" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#CCCCCC"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="334.39999"
-       y1="355.5"
-       x2="335.5"
-       y2="356.79999"
-       id="lg6381"
-       xlink:href="#lg4273_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.9,-1.7,1.7,2.9,-1557,-448.7)" />
-    <linearGradient
-       x1="348.39999"
-       y1="247.39999"
-       x2="354.10001"
-       y2="242"
-       id="lg4271_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.4,0,0,3.4,-1148,-802)">
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0"
-         id="s16025" />
-      <stop
-         style="stop-color:#9e9e9e;stop-opacity:1"
-         offset="0.40000001"
-         id="s16027" />
-      <stop
-         style="stop-color:black;stop-opacity:1"
-         offset="1"
-         id="s16029" />
-      <ns:midPointStop
-         style="stop-color:#F2F2F2"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#F2F2F2"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#000000"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="351.29999"
-       y1="257.29999"
-       x2="346.29999"
-       y2="235.5"
-       id="lg4270_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ffff87;stop-opacity:1"
-         offset="0"
-         id="s16007" />
-      <stop
-         style="stop-color:#ffad00;stop-opacity:1"
-         offset="1"
-         id="s16009" />
-      <ns:midPointStop
-         style="stop-color:#FFFF87"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFFF87"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFAD00"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="351.29999"
-       y1="257.29999"
-       x2="346.29999"
-       y2="235.5"
-       id="lg6459"
-       xlink:href="#lg4270_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.4,0,0,3.4,-1148,-802)" />
-    <linearGradient
-       x1="43.799999"
-       y1="32.5"
-       x2="63.299999"
-       y2="66.400002"
-       id="XMLID_2708_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="stop75318" />
-      <stop
-         style="stop-color:#fffcea;stop-opacity:1"
-         offset="1"
-         id="stop75320" />
-      <a:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#FFFCEA"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="43.799999"
-       y1="32.5"
-       x2="63.299999"
-       y2="66.400002"
-       id="lg1907"
-       xlink:href="#XMLID_2708_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-29,-22.6)" />
-    <linearGradient
-       x1="52.5"
-       y1="40.400002"
-       x2="58.200001"
-       y2="64"
-       id="XMLID_2707_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ffdea0;stop-opacity:1"
-         offset="0"
-         id="stop75305" />
-      <stop
-         style="stop-color:#ffd89e;stop-opacity:1"
-         offset="0.30000001"
-         id="stop75307" />
-      <stop
-         style="stop-color:#ffd79e;stop-opacity:1"
-         offset="0.30000001"
-         id="stop75309" />
-      <stop
-         style="stop-color:#dbaf6d;stop-opacity:1"
-         offset="0.69999999"
-         id="stop75311" />
-      <stop
-         style="stop-color:#6f4c24;stop-opacity:1"
-         offset="1"
-         id="stop75313" />
-      <a:midPointStop
-         style="stop-color:#FFDEA0"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#FFDEA0"
-         offset="0.6" />
-      <a:midPointStop
-         style="stop-color:#FFD79E"
-         offset="0.3" />
-      <a:midPointStop
-         style="stop-color:#FFD79E"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#DBAF6D"
-         offset="0.7" />
-      <a:midPointStop
-         style="stop-color:#DBAF6D"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#6F4C24"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="52.5"
-       y1="40.400002"
-       x2="58.200001"
-       y2="64"
-       id="lg1910"
-       xlink:href="#XMLID_2707_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-29,-22.6)" />
-    <linearGradient
-       x1="58"
-       y1="73.199997"
-       x2="44.5"
-       y2="19"
-       id="XMLID_2704_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-29,-22.6)">
-      <stop
-         style="stop-color:#d4a96c;stop-opacity:1"
-         offset="0.5"
-         id="stop75284" />
-      <stop
-         style="stop-color:#dcb273;stop-opacity:1"
-         offset="0.60000002"
-         id="stop75286" />
-      <stop
-         style="stop-color:#f0ca87;stop-opacity:1"
-         offset="0.80000001"
-         id="stop75288" />
-      <stop
-         style="stop-color:#ffdc96;stop-opacity:1"
-         offset="0.69999999"
-         id="stop75290" />
-      <stop
-         style="stop-color:#c18a42;stop-opacity:1"
-         offset="1"
-         id="stop75292" />
-      <a:midPointStop
-         style="stop-color:#D4A96C"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#D4A96C"
-         offset="0.6" />
-      <a:midPointStop
-         style="stop-color:#FFDC96"
-         offset="0.7" />
-      <a:midPointStop
-         style="stop-color:#FFDC96"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#C18A42"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="53.700001"
-       y1="32"
-       x2="53.700001"
-       y2="64.599998"
-       id="XMLID_2703_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#e5c9b0;stop-opacity:1"
-         offset="0"
-         id="stop75268" />
-      <stop
-         style="stop-color:#e5c9b0;stop-opacity:1"
-         offset="0.40000001"
-         id="stop75270" />
-      <stop
-         style="stop-color:#c0aa94;stop-opacity:1"
-         offset="1"
-         id="stop75272" />
-      <a:midPointStop
-         style="stop-color:#E5C9B0"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#E5C9B0"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#E5C9B0"
-         offset="0.4" />
-      <a:midPointStop
-         style="stop-color:#E5C9B0"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#C0AA94"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="53.700001"
-       y1="32"
-       x2="53.700001"
-       y2="64.599998"
-       id="lg1916"
-       xlink:href="#XMLID_2703_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-29,-22.6)" />
-    <linearGradient
-       x1="224.31"
-       y1="19.450001"
-       x2="214.33"
-       y2="11.46"
-       id="XMLID_419_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#404040;stop-opacity:1"
-         offset="0"
-         id="s1903" />
-      <stop
-         style="stop-color:#6d6d6d;stop-opacity:1"
-         offset="0.33000001"
-         id="s1905" />
-      <stop
-         style="stop-color:#e9e9e9;stop-opacity:1"
-         offset="1"
-         id="s1907" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#404040" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#404040" />
-      <a:midPointStop
-         offset="0.33"
-         style="stop-color:#6D6D6D" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#6D6D6D" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#E9E9E9" />
-    </linearGradient>
-    <linearGradient
-       x1="221.84"
-       y1="32.779999"
-       x2="212.2"
-       y2="20.27"
-       id="lg1988"
-       xlink:href="#XMLID_419_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
-    <linearGradient
-       x1="228.35001"
-       y1="33.279999"
-       x2="215.42999"
-       y2="33.279999"
-       id="lg1900"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s1902" />
-      <stop
-         style="stop-color:white;stop-opacity:0"
-         offset="1"
-         id="s1906" />
-      <a:midPointStop
-         style="stop-color:#575757"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#575757"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#6D6D6D"
-         offset="0.33" />
-      <a:midPointStop
-         style="stop-color:#6D6D6D"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#D3D3D3"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="234.81"
-       y1="33.279999"
-       x2="228.27"
-       y2="33.279999"
-       id="lg1908"
-       xlink:href="#lg1900"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
-    <linearGradient
-       x1="228.35001"
-       y1="33.279999"
-       x2="215.42999"
-       y2="33.279999"
-       id="XMLID_416_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#575757;stop-opacity:1"
-         offset="0"
-         id="s1874" />
-      <stop
-         style="stop-color:#6d6d6d;stop-opacity:1"
-         offset="0.33000001"
-         id="s1876" />
-      <stop
-         style="stop-color:#d3d3d3;stop-opacity:1"
-         offset="1"
-         id="s1878" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#575757" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#575757" />
-      <a:midPointStop
-         offset="0.33"
-         style="stop-color:#6D6D6D" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#6D6D6D" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#D3D3D3" />
-    </linearGradient>
-    <linearGradient
-       x1="228.35001"
-       y1="33.279999"
-       x2="215.42999"
-       y2="33.279999"
-       id="lg1991"
-       xlink:href="#XMLID_416_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
-    <radialGradient
-       cx="603.19"
-       cy="230.77"
-       r="1.67"
-       fx="603.19"
-       fy="230.77"
-       id="x5010_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.1,0,0,1.1,-54.33,-75.4)">
-      <stop
-         style="stop-color:#c9ffc9;stop-opacity:1"
-         offset="0"
-         id="stop29201" />
-      <stop
-         style="stop-color:#23a11f;stop-opacity:1"
-         offset="1"
-         id="stop29203" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#C9FFC9" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#C9FFC9" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#23A11F" />
-    </radialGradient>
-    <radialGradient
-       cx="603.19"
-       cy="230.77"
-       r="1.67"
-       fx="603.19"
-       fy="230.77"
-       id="radialGradient5711"
-       xlink:href="#x5010_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)" />
-    <linearGradient
-       x1="592.31"
-       y1="162.60001"
-       x2="609.32001"
-       y2="145.59"
-       id="lg5722"
-       xlink:href="#x5003_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
-    <linearGradient
-       x1="601.48999"
-       y1="170.16"
-       x2="613.84003"
-       y2="170.16"
-       id="x5002_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="stop29134" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0.2"
-         id="stop29136" />
-      <stop
-         style="stop-color:#999;stop-opacity:1"
-         offset="1"
-         id="stop29138" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.20"
-         style="stop-color:#FFFFFF" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#FFFFFF" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#999999" />
-    </linearGradient>
-    <linearGradient
-       x1="601.48999"
-       y1="170.16"
-       x2="613.84003"
-       y2="170.16"
-       id="lg5725"
-       xlink:href="#x5002_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
-    <linearGradient
-       x1="592.20001"
-       y1="156.45"
-       x2="609.98999"
-       y2="174.23"
-       id="x5004_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="stop29157" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="stop29159" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#FFFFFF" />
-    </linearGradient>
-    <linearGradient
-       x1="592.20001"
-       y1="156.45"
-       x2="609.98999"
-       y2="174.23"
-       id="lg5728"
-       xlink:href="#x5004_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
-    <linearGradient
-       x1="592.31"
-       y1="162.60001"
-       x2="609.32001"
-       y2="145.59"
-       id="x5003_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0"
-         id="stop29143" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="1"
-         id="stop29145" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#F2F2F2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#F2F2F2" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#E5E5E5" />
-    </linearGradient>
-    <linearGradient
-       x1="592.31"
-       y1="162.60001"
-       x2="609.32001"
-       y2="145.59"
-       id="lg5732"
-       xlink:href="#x5003_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
-    <linearGradient
-       x1="592.20001"
-       y1="156.45"
-       x2="609.98999"
-       y2="174.24001"
-       id="x5000_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="stop29124" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="stop29126" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#FFFFFF" />
-    </linearGradient>
-    <linearGradient
-       x1="592.20001"
-       y1="156.45"
-       x2="609.98999"
-       y2="174.24001"
-       id="lg5735"
-       xlink:href="#x5000_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
-    <linearGradient
-       x1="308.54999"
-       y1="149.89999"
-       x2="299.72"
-       y2="148.83"
-       id="XMLID_2433_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#d6d6d6;stop-opacity:1"
-         offset="0"
-         id="71615" />
-      <stop
-         style="stop-color:#a5a5a5;stop-opacity:1"
-         offset="1"
-         id="71617" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#D6D6D6" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#D6D6D6" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#A5A5A5" />
-    </linearGradient>
-    <linearGradient
-       x1="308.54999"
-       y1="149.89999"
-       x2="299.72"
-       y2="148.83"
-       id="lg1952"
-       xlink:href="#XMLID_2433_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.03,0,0,1.03,-279.57,-124.36)" />
-    <radialGradient
-       cx="307.39999"
-       cy="121"
-       r="23.35"
-       fx="307.39999"
-       fy="121"
-       id="XMLID_2432_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.98,0,0,0.98,2.88,2.75)">
-      <stop
-         style="stop-color:#d2d2d2;stop-opacity:1"
-         offset="0.19"
-         id="71592" />
-      <stop
-         style="stop-color:#cfcfcf;stop-opacity:1"
-         offset="0.44999999"
-         id="71594" />
-      <stop
-         style="stop-color:#c7c7c7;stop-opacity:1"
-         offset="0.60000002"
-         id="71596" />
-      <stop
-         style="stop-color:#b9b9b9;stop-opacity:1"
-         offset="0.74000001"
-         id="71598" />
-      <stop
-         style="stop-color:#a4a4a4;stop-opacity:1"
-         offset="0.86000001"
-         id="71600" />
-      <stop
-         style="stop-color:#8a8a8a;stop-opacity:1"
-         offset="0.95999998"
-         id="71602" />
-      <stop
-         style="stop-color:gray;stop-opacity:1"
-         offset="1"
-         id="71604" />
-      <a:midPointStop
-         offset="0.19"
-         style="stop-color:#D2D2D2" />
-      <a:midPointStop
-         offset="0.8"
-         style="stop-color:#D2D2D2" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#808080" />
-    </radialGradient>
-    <radialGradient
-       cx="307.39999"
-       cy="121"
-       r="23.35"
-       fx="307.39999"
-       fy="121"
-       id="radialGradient2331"
-       xlink:href="#XMLID_2432_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-276.62,-121.54)" />
-    <linearGradient
-       x1="294.13"
-       y1="127.07"
-       x2="294.13"
-       y2="142.2"
-       id="XMLID_2430_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#b5d8ff;stop-opacity:1"
-         offset="0"
-         id="71582" />
-      <stop
-         style="stop-color:black;stop-opacity:1"
-         offset="1"
-         id="71584" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#B5D8FF" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#B5D8FF" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#000000" />
-    </linearGradient>
-    <linearGradient
-       x1="294.13"
-       y1="127.07"
-       x2="294.13"
-       y2="142.2"
-       id="lg2820"
-       xlink:href="#XMLID_2430_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.03,0,0,1.03,-279.57,-124.36)" />
-    <linearGradient
-       x1="279.10999"
-       y1="148.03"
-       x2="309.16"
-       y2="148.03"
-       id="XMLID_2429_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#e1e1e1;stop-opacity:1"
-         offset="0"
-         id="71564" />
-      <stop
-         style="stop-color:#e1e1e1;stop-opacity:1"
-         offset="0.25"
-         id="71566" />
-      <stop
-         style="stop-color:#a5a5a5;stop-opacity:1"
-         offset="0.44"
-         id="71568" />
-      <stop
-         style="stop-color:#a5a5a5;stop-opacity:1"
-         offset="1"
-         id="71570" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#E1E1E1" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E1E1E1" />
-      <a:midPointStop
-         offset="0.25"
-         style="stop-color:#E1E1E1" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E1E1E1" />
-      <a:midPointStop
-         offset="0.44"
-         style="stop-color:#A5A5A5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#A5A5A5" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#A5A5A5" />
-    </linearGradient>
-    <linearGradient
-       x1="279.10999"
-       y1="148.03"
-       x2="309.16"
-       y2="148.03"
-       id="lg2818"
-       xlink:href="#XMLID_2429_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.03,0,0,1.03,-279.57,-124.36)" />
-    <radialGradient
-       cx="622.34302"
-       cy="14.449"
-       r="26.496"
-       fx="622.34302"
-       fy="14.449"
-       id="lg3499_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.851,0,0,0.849,69.297,51.658)">
-      <stop
-         style="stop-color:#23468e;stop-opacity:1"
-         offset="0"
-         id="stop10972" />
-      <stop
-         style="stop-color:#012859;stop-opacity:1"
-         offset="1"
-         id="stop10974" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#23468E" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#23468E" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#012859" />
-    </radialGradient>
-    <radialGradient
-       cx="622.34302"
-       cy="14.449"
-       r="26.496"
-       fx="622.34302"
-       fy="14.449"
-       id="rg5791"
-       xlink:href="#lg3499_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.858,0,0,0.857,-511.7,9.02)" />
-    <linearGradient
-       x1="616.112"
-       y1="76.247002"
-       x2="588.14099"
-       y2="60.742001"
-       id="lg3497_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#01326e;stop-opacity:1"
-         offset="0"
-         id="stop10962" />
-      <stop
-         style="stop-color:#012859;stop-opacity:1"
-         offset="1"
-         id="stop10964" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#01326E" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#01326E" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#012859" />
-    </linearGradient>
-    <linearGradient
-       x1="617.698"
-       y1="82.445999"
-       x2="585.95203"
-       y2="54.848999"
-       id="lg3496_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0"
-         id="stop10950" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="stop10952" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#CCCCCC" />
-    </linearGradient>
-    <linearGradient
-       x1="617.698"
-       y1="82.445999"
-       x2="585.95203"
-       y2="54.848999"
-       id="lg5794"
-       xlink:href="#lg3496_"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       x1="601.39001"
-       y1="55.341"
-       x2="588.29199"
-       y2="71.515999"
-       id="lg3495_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="stop10941" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0.52200001"
-         id="stop10943" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="stop10945" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.522"
-         style="stop-color:#F2F2F2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#F2F2F2" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#CCCCCC" />
-    </linearGradient>
-    <linearGradient
-       x1="601.39001"
-       y1="55.341"
-       x2="588.29199"
-       y2="71.515999"
-       id="lg5771"
-       xlink:href="#lg3495_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.009,0,0,1.009,-581.615,-43.098)" />
-    <linearGradient
-       x1="611.34601"
-       y1="55.279999"
-       x2="590.39001"
-       y2="81.157997"
-       id="lg3494_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="stop10932" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0.52200001"
-         id="stop10934" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="stop10936" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.522"
-         style="stop-color:#F2F2F2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#F2F2F2" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#CCCCCC" />
-    </linearGradient>
-    <linearGradient
-       x1="611.34601"
-       y1="55.279999"
-       x2="590.39001"
-       y2="81.157997"
-       id="lg5774"
-       xlink:href="#lg3494_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.009,0,0,1.009,-581.616,-43.098)" />
-    <linearGradient
-       x1="798.72998"
-       y1="69.839996"
-       x2="799.04999"
-       y2="70.709999"
-       id="g3302_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#005e00;stop-opacity:1"
-         offset="0"
-         id="s6504" />
-      <stop
-         style="stop-color:#23a11f;stop-opacity:1"
-         offset="1"
-         id="s6506" />
-      <a:midPointstop
-         style="stop-color:#005E00"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#005E00"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#23A11F"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="798.72998"
-       y1="69.839996"
-       x2="799.04999"
-       y2="70.709999"
-       id="lg5851"
-       xlink:href="#g3302_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.204,0,0,1.263,-926.036,-60.001)" />
-    <linearGradient
-       x1="779.19"
-       y1="122.73"
-       x2="811.69"
-       y2="149.74001"
-       id="g3301_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,-0.25,0,1,0,129.19)">
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0"
-         id="s6483" />
-      <stop
-         style="stop-color:#eee;stop-opacity:1"
-         offset="0.17"
-         id="s6485" />
-      <stop
-         style="stop-color:#e3e3e3;stop-opacity:1"
-         offset="0.34"
-         id="s6487" />
-      <stop
-         style="stop-color:#cfcfcf;stop-opacity:1"
-         offset="0.50999999"
-         id="s6489" />
-      <stop
-         style="stop-color:#b4b4b4;stop-opacity:1"
-         offset="0.67000002"
-         id="s6491" />
-      <stop
-         style="stop-color:#919191;stop-opacity:1"
-         offset="0.83999997"
-         id="s6493" />
-      <stop
-         style="stop-color:#666;stop-opacity:1"
-         offset="1"
-         id="s6495" />
-      <a:midPointstop
-         style="stop-color:#F2F2F2"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#F2F2F2"
-         offset="0.71" />
-      <a:midPointstop
-         style="stop-color:#666666"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="779.19"
-       y1="122.73"
-       x2="811.69"
-       y2="149.74001"
-       id="lg5855"
-       xlink:href="#g3301_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.204,-0.316,0,1.263,-926.036,103.123)" />
-    <clipPath
-       id="g3299_">
-      <use
-         id="use6469"
-         x="0"
-         y="0"
-         width="1005.92"
-         height="376.97"
-         xlink:href="#g101_" />
-    </clipPath>
-    <radialGradient
-       cx="1189.9301"
-       cy="100.05"
-       r="40.400002"
-       fx="1189.9301"
-       fy="100.05"
-       id="g3300_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.34,-8.46e-2,0,0.34,394.16,137.13)">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s6472" />
-      <stop
-         style="stop-color:white;stop-opacity:0"
-         offset="1"
-         id="s6474" />
-      <a:midPointstop
-         style="stop-color:#FFFFFF"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#000000"
-         offset="1" />
-    </radialGradient>
-    <radialGradient
-       cx="1199.74"
-       cy="97.150002"
-       r="40.400002"
-       fx="1199.74"
-       fy="97.150002"
-       id="rg5860"
-       xlink:href="#g3300_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.409,-0.107,0,0.429,-451.489,113.149)" />
-    <linearGradient
-       x1="796.38"
-       y1="67.580002"
-       x2="781.28003"
-       y2="58.549999"
-       id="g3298_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#4c8bca;stop-opacity:1"
-         offset="0"
-         id="s6462" />
-      <stop
-         style="stop-color:#b7e9ff;stop-opacity:1"
-         offset="1"
-         id="s6464" />
-      <a:midPointstop
-         style="stop-color:#4C8BCA"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#4C8BCA"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#B7E9FF"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="800.97998"
-       y1="140.72"
-       x2="777.71997"
-       y2="121.76"
-       id="g3297_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,-0.25,0,1,0,129.19)">
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0"
-         id="s6448" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="s6450" />
-      <a:midPointstop
-         style="stop-color:#E5E5E5"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#E5E5E5"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#CCCCCC"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="800.97998"
-       y1="140.72"
-       x2="777.71997"
-       y2="121.76"
-       id="lg5890"
-       xlink:href="#g3297_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,-0.25,0,1,0,129.19)" />
-    <linearGradient
-       x1="790.03998"
-       y1="-16.33"
-       x2="779.84003"
-       y2="-3.73"
-       id="g3296_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,70.17)">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="s6439" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0.51999998"
-         id="s6441" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="s6443" />
-      <a:midPointstop
-         style="stop-color:#D9D9D9"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#D9D9D9"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#F2F2F2"
-         offset="0.52" />
-      <a:midPointstop
-         style="stop-color:#F2F2F2"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#CCCCCC"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="790.03998"
-       y1="-16.33"
-       x2="779.84003"
-       y2="-3.73"
-       id="lg5866"
-       xlink:href="#g3296_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.204,0,0,1.263,-926.036,28.6)" />
-    <linearGradient
-       x1="785.84003"
-       y1="72.989998"
-       x2="785.26001"
-       y2="76.279999"
-       id="g3293_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s6412" />
-      <stop
-         style="stop-color:#737373;stop-opacity:1"
-         offset="1"
-         id="s6414" />
-      <a:midPointstop
-         style="stop-color:#FFFFFF"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#737373"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="785.84003"
-       y1="72.989998"
-       x2="785.26001"
-       y2="76.279999"
-       id="lg5871"
-       xlink:href="#g3293_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.204,0,0,1.263,-926.036,-60.001)" />
-    <linearGradient
-       x1="789.37"
-       y1="69.879997"
-       x2="791.03998"
-       y2="77.120003"
-       id="g3292_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#999;stop-opacity:1"
-         offset="0"
-         id="s6403" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0.28"
-         id="s6405" />
-      <stop
-         style="stop-color:#666;stop-opacity:1"
-         offset="1"
-         id="s6407" />
-      <a:midPointstop
-         style="stop-color:#999999"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#999999"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#F2F2F2"
-         offset="0.28" />
-      <a:midPointstop
-         style="stop-color:#F2F2F2"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#666666"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="789.37"
-       y1="69.879997"
-       x2="791.03998"
-       y2="77.120003"
-       id="lg5874"
-       xlink:href="#g3292_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.204,0,0,1.263,-926.036,-60.001)" />
-    <linearGradient
-       x1="786.65997"
-       y1="136.12"
-       x2="786.71002"
-       y2="134.33"
-       id="g3290_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,-0.25,0,1,0,137.29)">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="s6380" />
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="1"
-         id="s6382" />
-      <a:midPointstop
-         style="stop-color:#D9D9D9"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#D9D9D9"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#B2B2B2"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="786.65997"
-       y1="136.12"
-       x2="786.71002"
-       y2="134.33"
-       id="lg5878"
-       xlink:href="#g3290_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.204,-0.316,0,1.263,-926.036,113.351)" />
-    <radialGradient
-       cx="1458.77"
-       cy="-5.0999999"
-       r="35.130001"
-       fx="1458.77"
-       fy="-5.0999999"
-       id="g3289_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.42,0,0,0.42,167.09,79.84)">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s6371" />
-      <stop
-         style="stop-color:#999;stop-opacity:1"
-         offset="1"
-         id="s6373" />
-      <a:midPointstop
-         style="stop-color:#FFFFFF"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#999999"
-         offset="1" />
-    </radialGradient>
-    <radialGradient
-       cx="1458.77"
-       cy="-5.0999999"
-       r="35.130001"
-       fx="1458.77"
-       fy="-5.0999999"
-       id="rg5881"
-       xlink:href="#g3289_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.505,0,0,0.53,-724.957,40.636)" />
-    <radialGradient
-       cx="1612.98"
-       cy="-4.4699998"
-       r="36.580002"
-       fx="1612.98"
-       fy="-4.4699998"
-       id="g3288_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.34,0,0,0.36,238.56,86.87)">
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0"
-         id="s6362" />
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0.63999999"
-         id="s6364" />
-      <stop
-         style="stop-color:#737373;stop-opacity:1"
-         offset="1"
-         id="s6366" />
-      <a:midPointstop
-         style="stop-color:#E5E5E5"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#E5E5E5"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#B2B2B2"
-         offset="0.64" />
-      <a:midPointstop
-         style="stop-color:#B2B2B2"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#737373"
-         offset="1" />
-    </radialGradient>
-    <radialGradient
-       cx="1612.98"
-       cy="-4.4699998"
-       r="36.580002"
-       fx="1612.98"
-       fy="-4.4699998"
-       id="rg5884"
-       xlink:href="#g3288_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.408,0,0,0.448,-638.943,49.495)" />
-    <radialGradient
-       cx="1470.5"
-       cy="-10.21"
-       r="33.290001"
-       fx="1470.5"
-       fy="-10.21"
-       id="g3287_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.42,0,0,0.42,167.09,79.84)">
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0"
-         id="s6347" />
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0.38999999"
-         id="s6349" />
-      <stop
-         style="stop-color:#b1b1b1;stop-opacity:1"
-         offset="0.75"
-         id="s6351" />
-      <stop
-         style="stop-color:#aaa;stop-opacity:1"
-

<TRUNCATED>
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/jUDDI_welcome.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/jUDDI_welcome.png b/docs/userguide/en-US/images/jUDDI_welcome.png
deleted file mode 100644
index 303674e..0000000
Binary files a/docs/userguide/en-US/images/jUDDI_welcome.png and /dev/null differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[08/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/MapUDDIv3to2.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/MapUDDIv3to2.cs b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/MapUDDIv3to2.cs
index fb076e1..60da241 100644
--- a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/MapUDDIv3to2.cs
+++ b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/MapUDDIv3to2.cs
@@ -1,704 +1,723 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace org.apache.juddi.v3.client.mapping
-{
-    public static class MapUDDIv3to2
-    {
-        public readonly static String VERSION = "2.0";
-        public static uddi.apiv2.find_binding MapFindBinding(uddi.apiv3.find_binding find_binding1)
-        {
-            if (find_binding1 == null) return null;
-            uddi.apiv2.find_binding r = new uddi.apiv2.find_binding();
-
-            r.generic = VERSION;
-            r.findQualifiers = MapFindQualifiers(find_binding1.findQualifiers);
-            r.maxRows = find_binding1.maxRows;
-            r.maxRowsSpecified = find_binding1.maxRowsSpecified;
-            r.serviceKey = find_binding1.serviceKey;
-
-            if (String.IsNullOrEmpty(r.serviceKey))
-                r.serviceKey = "";
-            r.tModelBag = find_binding1.tModelBag;
-            return r;
-
-        }
-
-        private static string[] MapFindQualifiers(string[] findQualifiers)
-        {
-            List<String> r = new List<string>();
-            for (int i = 0; i < findQualifiers.Length; i++)
-            {
-                /*if (findQualifiers[i].Equals(UDDIConstants.TRANSPORT_HTTP, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("uuid:68DE9E80-AD09-469D-8A37-088422BFBC36");
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.TRANSPORT_EMAIL, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("uuid:93335D49-3EFB-48A0-ACEA-EA102B60DDC6");
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.TRANSPORT_FTP, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("uuid:5FCF5CD0-629A-4C50-8B16-F94E9CF2A674");
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.TRANSPORT_FAX, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("uuid:1A2B00BE-6E2C-42F5-875B-56F32686E0E7");
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.TRANSPORT_POTS, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("uuid:38E12427-5536-4260-A6F9-B5B530E63A07");
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.IS_REPLACED_BY, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("uuid:E59AE320-77A5-11D5-B898-0004AC49CC1E");
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.OWNING_BUSINESS, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("uuid:4064C064-6D14-4F35-8953-9652106476A9");
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.RELATIONSHIPS, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("uuid:807A2C6A-EE22-470D-ADC7-E0424A337C03");
-                }
-                else if (findQualifiers[i].Equals("uddi:uddi.org:categorization:nodes", StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("uuid:327A56F0-3299-4461-BC23-5CD513E95C55");
-                }
-                else if (findQualifiers[i].Equals("uddi:uddi.org:categorization:general_keywords", StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("uuid:A035A07C-F362-44dd-8F95-E2B134BF43B4");
-                }
-                else if (findQualifiers[i].Equals("uddi:uddi.org:categorization:types", StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("uuid:C1ACF26D-9672-4404-9D70-39B756E62AB4");
-                }*/
-                if (findQualifiers[i].Equals(UDDIConstants.EXACT_MATCH, StringComparison.CurrentCultureIgnoreCase)
-                   || findQualifiers[i].Equals(UDDIConstants.EXACT_MATCH_TMODEL, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("exactNameMatch");
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.CASE_SENSITIVE_MATCH, StringComparison.CurrentCultureIgnoreCase)
-                   || findQualifiers[i].Equals(UDDIConstants.CASE_SENSITIVE_MATCH_TMODEL, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("caseSensitiveMatch");
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.OR_ALL_KEYS, StringComparison.CurrentCultureIgnoreCase)
-                   || findQualifiers[i].Equals(UDDIConstants.OR_ALL_KEYS_TMODEL, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("orAllKeys");
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.OR_LIKE_KEYS, StringComparison.CurrentCultureIgnoreCase)
-                   || findQualifiers[i].Equals(UDDIConstants.OR_LIKE_KEYS_TMODEL, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("orLikeKeys");
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.AND_ALL_KEYS, StringComparison.CurrentCultureIgnoreCase)
-                   || findQualifiers[i].Equals(UDDIConstants.AND_ALL_KEYS_TMODEL, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add("andAllKeys");
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.SORT_BY_DATE_ASC, StringComparison.CurrentCultureIgnoreCase)
-                   || findQualifiers[i].Equals(UDDIConstants.SORT_BY_DATE_ASC_TMODEL, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add(UDDIConstants.SORT_BY_DATE_ASC);
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.SORT_BY_DATE_DESC, StringComparison.CurrentCultureIgnoreCase)
-                   || findQualifiers[i].Equals(UDDIConstants.SORT_BY_DATE_DESC_TMODEL, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add(UDDIConstants.SORT_BY_DATE_DESC);
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.SORT_BY_NAME_ASC, StringComparison.CurrentCultureIgnoreCase)
-                   || findQualifiers[i].Equals(UDDIConstants.SORT_BY_NAME_ASC_TMODEL, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add(UDDIConstants.SORT_BY_NAME_ASC);
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.SORT_BY_NAME_DESC, StringComparison.CurrentCultureIgnoreCase)
-                   || findQualifiers[i].Equals(UDDIConstants.SORT_BY_NAME_DESC_TMODEL, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add(UDDIConstants.SORT_BY_NAME_DESC);
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.SERVICE_SUBSET, StringComparison.CurrentCultureIgnoreCase)
-                   || findQualifiers[i].Equals(UDDIConstants.SERVICE_SUBSET_TMODEL, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add(UDDIConstants.SERVICE_SUBSET);
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.COMBINE_CATEGORY_BAGS, StringComparison.CurrentCultureIgnoreCase)
-                   || findQualifiers[i].Equals(UDDIConstants.COMBINE_CATEGORY_BAGS_TMODEL, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    r.Add(UDDIConstants.COMBINE_CATEGORY_BAGS);
-                }
-                else if (findQualifiers[i].Equals(UDDIConstants.APPROXIMATE_MATCH, StringComparison.CurrentCultureIgnoreCase)
-               || findQualifiers[i].Equals(UDDIConstants.APPROXIMATE_MATCH_TMODEL, StringComparison.CurrentCultureIgnoreCase))
-                {
-                    //ignore
-                }
-                else
-                {
-                    //r.Add(findQualifiers[i]);
-                }
-            }
-            return r.ToArray();
-        }
-
-        public static uddi.apiv2.find_business MapFindBusiness(uddi.apiv3.find_business fb)
-        {
-            if (fb == null) return null;
-            uddi.apiv2.find_business r = new uddi.apiv2.find_business();
-            r.generic = VERSION;
-            r.findQualifiers = MapFindQualifiers(fb.findQualifiers);
-            r.categoryBag = MapCategoryBag(fb.categoryBag);
-            r.discoveryURLs = MapDiscoURL(fb.discoveryURLs);
-            r.maxRows = fb.maxRows;
-            r.maxRowsSpecified = fb.maxRowsSpecified;
-            r.name = MapName(fb.name);
-            r.tModelBag = fb.tModelBag;
-            return r;
-        }
-
-        private static uddi.apiv2.name[] MapName(uddi.apiv3.name[] name)
-        {
-            if (name == null) return null;
-            List<uddi.apiv2.name> names = new List<uddi.apiv2.name>();
-            for (int i = 0; i < name.Length; i++)
-            {
-                uddi.apiv2.name x = new uddi.apiv2.name();
-                x.lang = name[i].lang;
-                x.Value = name[i].Value;
-                names.Add(x);
-            }
-            return names.ToArray();
-        }
-
-        private static uddi.apiv2.discoveryURL[] MapDiscoURL(uddi.apiv3.discoveryURL[] discoveryURL)
-        {
-            if (discoveryURL == null) return null;
-            List<uddi.apiv2.discoveryURL> names = new List<uddi.apiv2.discoveryURL>();
-            for (int i = 0; i < discoveryURL.Length; i++)
-            {
-                uddi.apiv2.discoveryURL x = new uddi.apiv2.discoveryURL();
-                x.useType = discoveryURL[i].useType;
-                x.Value = discoveryURL[i].Value;
-                names.Add(x);
-            }
-            return names.ToArray();
-        }
-
-        private static uddi.apiv2.keyedReference[] MapCategoryBag(uddi.apiv3.categoryBag categoryBag)
-        {
-            if (categoryBag == null) return null;
-            List<uddi.apiv2.keyedReference> names = new List<uddi.apiv2.keyedReference>();
-            for (int i = 0; i < categoryBag.Items.Length; i++)
-            {
-                if (categoryBag.Items[i] is uddi.apiv3.keyedReference)
-                {
-                    uddi.apiv3.keyedReference kr = categoryBag.Items[i] as uddi.apiv3.keyedReference;
-                    uddi.apiv2.keyedReference x = new uddi.apiv2.keyedReference();
-                    x.keyName = kr.keyName;
-                    x.keyValue = kr.keyValue;
-                    x.tModelKey = kr.tModelKey;
-                    names.Add(x);
-                }
-            }
-            return names.ToArray();
-        }
-
-        public static uddi.apiv2.delete_business MapDeleteBusiness(uddi.apiv3.delete_business delete_business1)
-        {
-            uddi.apiv2.delete_business r = new uddi.apiv2.delete_business();
-            r.generic = VERSION;
-            r.businessKey = delete_business1.businessKey;
-            r.authInfo = delete_business1.authInfo;
-            return r;
-        }
-
-        public static uddi.apiv2.delete_service MapDeleteService(uddi.apiv3.delete_service delete_service1)
-        {
-            uddi.apiv2.delete_service r = new uddi.apiv2.delete_service();
-            r.generic = VERSION;
-            r.authInfo = delete_service1.authInfo;
-            r.serviceKey = delete_service1.serviceKey;
-            return r;
-        }
-
-        public static uddi.apiv2.delete_publisherAssertions MapDeletePublisherAssertion(uddi.apiv3.delete_publisherAssertions delete_publisherAssertions1)
-        {
-            uddi.apiv2.delete_publisherAssertions r = new uddi.apiv2.delete_publisherAssertions();
-            r.generic = VERSION;
-            r.authInfo = delete_publisherAssertions1.authInfo;
-            r.publisherAssertion = MapPublisherAssertions(delete_publisherAssertions1.publisherAssertion);
-            return r;
-        }
-
-        private static uddi.apiv2.publisherAssertion[] MapPublisherAssertions(uddi.apiv3.publisherAssertion[] publisherAssertion)
-        {
-            if (publisherAssertion == null) return null;
-            List<uddi.apiv2.publisherAssertion> r = new List<uddi.apiv2.publisherAssertion>();
-            for (int i = 0; i < publisherAssertion.Length; i++)
-            {
-                uddi.apiv2.publisherAssertion x = new uddi.apiv2.publisherAssertion();
-                x.fromKey = publisherAssertion[i].fromKey;
-                x.toKey = publisherAssertion[i].toKey;
-                if (publisherAssertion[i].keyedReference != null)
-                {
-                    x.keyedReference = new uddi.apiv2.keyedReference();
-                    x.keyedReference.tModelKey = publisherAssertion[i].keyedReference.tModelKey;
-                    x.keyedReference.keyName = publisherAssertion[i].keyedReference.keyName;
-                    x.keyedReference.keyValue = publisherAssertion[i].keyedReference.keyValue;
-                }
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static uddi.apiv2.delete_tModel MapDeleteTModel(uddi.apiv3.delete_tModel delete_tModel1)
-        {
-            uddi.apiv2.delete_tModel r = new uddi.apiv2.delete_tModel();
-            r.generic = VERSION;
-            r.authInfo = delete_tModel1.authInfo;
-            r.tModelKey = delete_tModel1.tModelKey;
-            return r;
-        }
-
-        public static uddi.apiv2.get_assertionStatusReport MapGetAssertionStatusReport(uddi.apiv3.get_assertionStatusReport get_assertionStatusReport1)
-        {
-            if (get_assertionStatusReport1 == null) return null;
-            uddi.apiv2.get_assertionStatusReport r = new uddi.apiv2.get_assertionStatusReport();
-            r.authInfo = get_assertionStatusReport1.authInfo;
-            r.generic = VERSION;
-            if (get_assertionStatusReport1.completionStatus != null) ;
-            switch (get_assertionStatusReport1.completionStatus)
-            {
-                case uddi.apiv3.completionStatus.statusboth_incomplete:
-                    r.completionStatus = (null);
-                    break;
-                case uddi.apiv3.completionStatus.statuscomplete:
-                    r.completionStatus = ("status:complete");
-                    break;
-                case uddi.apiv3.completionStatus.statusfromKey_incomplete:
-                    r.completionStatus = ("status:fromKey_incomplete");
-                    break;
-                case uddi.apiv3.completionStatus.statustoKey_incomplete:
-                    r.completionStatus = ("status:toKey_incomplete");
-                    break;
-            }
-
-            return r;
-        }
-
-        public static uddi.apiv2.get_publisherAssertions MapGetPublisherAssertions(uddi.apiv3.get_publisherAssertions get_publisherAssertions1)
-        {
-            if (get_publisherAssertions1 == null) return null;
-            uddi.apiv2.get_publisherAssertions r = new uddi.apiv2.get_publisherAssertions();
-
-            r.authInfo = get_publisherAssertions1.authInfo;
-            r.generic = VERSION;
-            return r;
-        }
-
-        public static uddi.apiv2.find_service MapFindService(uddi.apiv3.find_service find_service1)
-        {
-            uddi.apiv2.find_service r = new uddi.apiv2.find_service();
-            r.businessKey = find_service1.businessKey;
-            r.categoryBag = MapCategoryBag(find_service1.categoryBag);
-            r.findQualifiers = MapFindQualifiers(find_service1.findQualifiers);
-            r.generic = VERSION;
-            r.maxRows = find_service1.maxRows;
-            r.maxRowsSpecified = find_service1.maxRowsSpecified;
-            r.name = MapName(find_service1.name);
-            r.tModelBag = find_service1.tModelBag;
-            return r;
-        }
-
-        public static uddi.apiv2.find_relatedBusinesses MapFindRelatedBusinesses(uddi.apiv3.find_relatedBusinesses find_relatedBusinesses1)
-        {
-            uddi.apiv2.find_relatedBusinesses r = new uddi.apiv2.find_relatedBusinesses();
-            r.businessKey = find_relatedBusinesses1.ItemElementName == uddi.apiv3.ItemChoiceType.businessKey ? find_relatedBusinesses1.Item : "";
-            r.findQualifiers = MapFindQualifiers(find_relatedBusinesses1.findQualifiers);
-            r.generic = VERSION;
-            r.keyedReference = MapKeyRef(find_relatedBusinesses1.keyedReference);
-            r.maxRows = find_relatedBusinesses1.maxRows;
-            r.maxRowsSpecified = find_relatedBusinesses1.maxRowsSpecified;
-            return r;
-        }
-
-        private static uddi.apiv2.keyedReference MapKeyRef(uddi.apiv3.keyedReference keyedReference)
-        {
-            if (keyedReference == null) return null;
-            uddi.apiv2.keyedReference r = new uddi.apiv2.keyedReference();
-            r.keyName = keyedReference.keyName;
-            r.keyValue = keyedReference.keyValue;
-            r.tModelKey = keyedReference.tModelKey;
-            return r;
-        }
-
-        public static uddi.apiv2.find_tModel MapFindTModel(uddi.apiv3.find_tModel find_tModel1)
-        {
-            uddi.apiv2.find_tModel r = new uddi.apiv2.find_tModel();
-            r.generic = VERSION;
-            r.categoryBag = MapCategoryBag(find_tModel1.categoryBag);
-            r.findQualifiers = MapFindQualifiers(find_tModel1.findQualifiers);
-            r.identifierBag = MapIdentBag(find_tModel1.identifierBag);
-            r.maxRows = find_tModel1.maxRows;
-            r.maxRowsSpecified = find_tModel1.maxRowsSpecified;
-            if (find_tModel1.name != null)
-            {
-                r.name = new uddi.apiv2.name();
-                r.name.Value = find_tModel1.name.Value;
-                r.name.lang = find_tModel1.name.lang;
-            }
-            return r;
-        }
-
-        private static uddi.apiv2.keyedReference[] MapIdentBag(uddi.apiv3.keyedReference[] keyedReference)
-        {
-            if (keyedReference == null) return null;
-            List<uddi.apiv2.keyedReference> names = new List<uddi.apiv2.keyedReference>();
-            for (int i = 0; i < keyedReference.Length; i++)
-            {
-                uddi.apiv2.keyedReference x = new uddi.apiv2.keyedReference();
-                x.keyName = keyedReference[i].keyName;
-                x.keyValue = keyedReference[i].keyValue;
-                x.tModelKey = keyedReference[i].tModelKey;
-                names.Add(x);
-            }
-            return names.ToArray();
-        }
-
-        public static uddi.apiv2.get_bindingDetail MapGetBindingDetail(uddi.apiv3.get_bindingDetail get_bindingDetail1)
-        {
-            uddi.apiv2.get_bindingDetail r = new uddi.apiv2.get_bindingDetail();
-            r.generic = VERSION;
-            r.bindingKey = get_bindingDetail1.bindingKey;
-            return r;
-        }
-
-        public static uddi.apiv2.get_serviceDetail MapGetServiceDetail(uddi.apiv3.get_serviceDetail get_serviceDetail1)
-        {
-            uddi.apiv2.get_serviceDetail r = new uddi.apiv2.get_serviceDetail();
-            r.generic = VERSION;
-            r.serviceKey = get_serviceDetail1.serviceKey;
-            return r;
-        }
-
-        public static uddi.apiv2.get_tModelDetail MapGetTModelDetail(uddi.apiv3.get_tModelDetail get_tModelDetail1)
-        {
-            uddi.apiv2.get_tModelDetail r = new uddi.apiv2.get_tModelDetail();
-            r.generic = VERSION;
-            r.tModelKey = get_tModelDetail1.tModelKey;
-            return r;
-        }
-
-        public static uddi.apiv2.get_registeredInfo MapRegisteredInfo(uddi.apiv3.get_registeredInfo get_registeredInfo1)
-        {
-            if (get_registeredInfo1 == null) return null;
-            uddi.apiv2.get_registeredInfo r = new uddi.apiv2.get_registeredInfo();
-            r.generic = VERSION;
-            r.authInfo = get_registeredInfo1.authInfo;
-            return r;
-        }
-
-        public static uddi.apiv2.save_binding MapSaveBinding(uddi.apiv3.save_binding save_binding1)
-        {
-            if (save_binding1 == null) return null;
-            uddi.apiv2.save_binding r = new uddi.apiv2.save_binding();
-            r.authInfo = save_binding1.authInfo;
-            r.generic = VERSION;
-            r.bindingTemplate = MapBindingTemplates(save_binding1.bindingTemplate);
-            return r;
-        }
-
-        private static uddi.apiv2.bindingTemplate[] MapBindingTemplates(uddi.apiv3.bindingTemplate[] bindingTemplate)
-        {
-            if (bindingTemplate == null) return null;
-            List<uddi.apiv2.bindingTemplate> r = new List<uddi.apiv2.bindingTemplate>();
-            for (int i = 0; i < bindingTemplate.Length; i++)
-            {
-                uddi.apiv2.bindingTemplate x = new uddi.apiv2.bindingTemplate();
-                x.bindingKey = bindingTemplate[i].bindingKey;
-                if (x.bindingKey == null)
-                    x.bindingKey = "";
-                x.description = MapDescription(bindingTemplate[i].description);
-                x.Item = MapAccessPointHostRedir(bindingTemplate[i].Item);
-                x.serviceKey = bindingTemplate[i].serviceKey;
-                x.tModelInstanceDetails = MapTModelInstanceDetails(bindingTemplate[i].tModelInstanceDetails);
-                if (x.tModelInstanceDetails == null)
-                    x.tModelInstanceDetails = new uddi.apiv2.tModelInstanceInfo[0];
-                r.Add(x);
-            }
-
-            return r.ToArray();
-        }
-
-        private static object MapAccessPointHostRedir(object p)
-        {
-            if (p is uddi.apiv3.accessPoint)
-            {
-                uddi.apiv3.accessPoint ap = p as uddi.apiv3.accessPoint;
-                uddi.apiv2.accessPoint r = new uddi.apiv2.accessPoint();
-                r.Value = ap.Value;
-                if (ap.useType != null)
-                {
-                    if (ap.useType.StartsWith("http:", StringComparison.CurrentCultureIgnoreCase))
-                        r.URLType = uddi.apiv2.URLType.http;
-                    else if (ap.useType.StartsWith("https:", StringComparison.CurrentCultureIgnoreCase))
-                        r.URLType = uddi.apiv2.URLType.https;
-                    else if (ap.useType.StartsWith("ftp:", StringComparison.CurrentCultureIgnoreCase))
-                        r.URLType = uddi.apiv2.URLType.ftp;
-                    else if (ap.useType.StartsWith("mailto:", StringComparison.CurrentCultureIgnoreCase))
-                        r.URLType = uddi.apiv2.URLType.mailto;
-                    else if (ap.useType.StartsWith("fax:", StringComparison.CurrentCultureIgnoreCase))
-                        r.URLType = uddi.apiv2.URLType.fax;
-                    else if (ap.useType.StartsWith("phone:", StringComparison.CurrentCultureIgnoreCase))
-                        r.URLType = uddi.apiv2.URLType.phone;
-                    else r.URLType = uddi.apiv2.URLType.other;
-                }
-                return r;
-            }
-            if (p is uddi.apiv3.hostingRedirector)
-            {
-                uddi.apiv3.hostingRedirector ap = p as uddi.apiv3.hostingRedirector;
-                uddi.apiv2.hostingRedirector r = new uddi.apiv2.hostingRedirector();
-                r.bindingKey = ap.bindingKey;
-                return r;
-            }
-            return null;
-        }
-
-        private static uddi.apiv2.tModelInstanceInfo[] MapTModelInstanceDetails(uddi.apiv3.tModelInstanceInfo[] tModelInstanceInfo)
-        {
-            if (tModelInstanceInfo == null) return null;
-            List<uddi.apiv2.tModelInstanceInfo> r = new List<uddi.apiv2.tModelInstanceInfo>();
-            for (int i = 0; i < tModelInstanceInfo.Length; i++)
-            {
-                uddi.apiv2.tModelInstanceInfo x = new uddi.apiv2.tModelInstanceInfo();
-                x.description = MapDescription(tModelInstanceInfo[i].description);
-                x.instanceDetails = MapInstanceDetails(tModelInstanceInfo[i].instanceDetails);
-                x.tModelKey = tModelInstanceInfo[i].tModelKey;
-                r.Add(x);
-            }
-
-            return r.ToArray();
-        }
-
-        private static uddi.apiv2.instanceDetails MapInstanceDetails(uddi.apiv3.instanceDetails instanceDetails)
-        {
-            if (instanceDetails == null) return null;
-            uddi.apiv2.instanceDetails r = new uddi.apiv2.instanceDetails();
-            r.description = MapDescription(instanceDetails.description);
-            r.instanceParms = instanceDetails.instanceParms;
-            r.overviewDoc = MapOverviewDoc(instanceDetails.Items);
-            return r;
-        }
-
-        private static uddi.apiv2.overviewDoc MapOverviewDoc(uddi.apiv3.overviewDoc[] overviewDoc)
-        {
-            if (overviewDoc == null || overviewDoc.Length == 0) return null;
-            uddi.apiv2.overviewDoc r = new uddi.apiv2.overviewDoc();
-            r.description = MapDescription(overviewDoc[0].descriptions);
-            if (overviewDoc[0].overviewURLs != null &&
-                overviewDoc[0].overviewURLs.Length > 0)
-                r.overviewURL = overviewDoc[0].overviewURLs[0].Value;
-            return r;
-        }
-
-        private static uddi.apiv2.description[] MapDescription(uddi.apiv3.description[] description)
-        {
-            if (description == null) return null;
-            List<uddi.apiv2.description> r = new List<uddi.apiv2.description>();
-            for (int i = 0; i < description.Length; i++)
-            {
-                uddi.apiv2.description x = new uddi.apiv2.description();
-                x.lang = description[i].lang;
-                x.Value = description[i].Value;
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static uddi.apiv2.save_service MapSaveService(uddi.apiv3.save_service save_service1)
-        {
-            if (save_service1 == null) return null;
-            uddi.apiv2.save_service r = new uddi.apiv2.save_service();
-            r.authInfo = save_service1.authInfo;
-            r.generic = VERSION;
-            r.businessService = MapServices(save_service1.businessService);
-            return r;
-        }
-
-        private static uddi.apiv2.businessService[] MapServices(uddi.apiv3.businessService[] businessService)
-        {
-            if (businessService == null)
-                return null;
-            List<uddi.apiv2.businessService> r = new List<uddi.apiv2.businessService>();
-            for (int i = 0; i < businessService.Length; i++)
-            {
-                uddi.apiv2.businessService x = new uddi.apiv2.businessService();
-                x.bindingTemplates = MapBindingTemplates(businessService[i].bindingTemplates);
-                x.businessKey = businessService[i].businessKey;
-                x.categoryBag = MapCategoryBag(businessService[i].categoryBag);
-                x.description = MapDescription(businessService[i].description);
-                x.name = MapName(businessService[i].name);
-                x.serviceKey = businessService[i].serviceKey;
-                if (x.serviceKey == null)
-                    x.serviceKey = "";
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static uddi.apiv2.save_business MapSaveBusiness(uddi.apiv3.save_business save_business1)
-        {
-            if (save_business1 == null) return null;
-            uddi.apiv2.save_business r = new uddi.apiv2.save_business();
-            r.authInfo = save_business1.authInfo;
-            r.generic = VERSION;
-            r.businessEntity = MapBusinesss(save_business1.businessEntity);
-            return r;
-        }
-
-        private static uddi.apiv2.businessEntity[] MapBusinesss(uddi.apiv3.businessEntity[] businessEntity)
-        {
-            if (businessEntity == null) return null;
-            List<uddi.apiv2.businessEntity> r = new List<uddi.apiv2.businessEntity>();
-            for (int i = 0; i < businessEntity.Length; i++)
-            {
-                uddi.apiv2.businessEntity x = new uddi.apiv2.businessEntity();
-                x.businessKey = businessEntity[i].businessKey;
-                if (x.businessKey == null)
-                    x.businessKey = "";
-                x.businessServices = MapServices(businessEntity[i].businessServices);
-                x.categoryBag = MapCategoryBag(businessEntity[i].categoryBag);
-                x.contacts = MapContacts(businessEntity[i].contacts);
-                x.description = MapDescription(businessEntity[i].description);
-                x.discoveryURLs = MapDiscoURL(businessEntity[i].discoveryURLs);
-                x.identifierBag = MapIdentBag(businessEntity[i].identifierBag);
-                x.name = MapName(businessEntity[i].name);
-                
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        private static uddi.apiv2.contact[] MapContacts(uddi.apiv3.contact[] contact)
-        {
-            if (contact == null) return null;
-            List<uddi.apiv2.contact> r = new List<uddi.apiv2.contact>();
-            for (int i = 0; i < contact.Length; i++)
-            {
-                uddi.apiv2.contact x = new uddi.apiv2.contact();
-                x.address = MapAddress(contact[i].address);
-                x.description = MapDescription(contact[i].description);
-                x.email = MapEmail(contact[i].email);
-                if (contact[i].personName != null && contact[i].personName.Length > 0)
-                    x.personName = contact[i].personName[0].Value;
-                x.phone = MapPhone(contact[i].phone);
-                x.useType = contact[i].useType;
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        private static uddi.apiv2.phone[] MapPhone(uddi.apiv3.phone[] phone)
-        {
-            if (phone == null) return null;
-            List<uddi.apiv2.phone> r = new List<uddi.apiv2.phone>();
-            for (int i = 0; i < phone.Length; i++)
-            {
-                uddi.apiv2.phone x = new uddi.apiv2.phone();
-                x.useType = phone[i].useType;
-                x.Value = phone[i].Value;
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        private static uddi.apiv2.email[] MapEmail(uddi.apiv3.email[] email)
-        {
-            if (email == null) return null;
-            List<uddi.apiv2.email> r = new List<uddi.apiv2.email>();
-            for (int i = 0; i < email.Length; i++)
-            {
-                uddi.apiv2.email x = new uddi.apiv2.email();
-                x.useType = email[i].useType;
-                x.Value = email[i].Value;
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        private static uddi.apiv2.address[] MapAddress(uddi.apiv3.address[] address)
-        {
-            if (address == null) return null;
-            List<uddi.apiv2.address> r = new List<uddi.apiv2.address>();
-            for (int i = 0; i < address.Length; i++)
-            {
-                uddi.apiv2.address x = new uddi.apiv2.address();
-                x.useType = address[i].useType;
-                x.sortCode = address[i].sortCode;
-                x.tModelKey = address[i].tModelKey;
-                x.addressLine = MapAddressLine(address[i].addressLine);
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        private static uddi.apiv2.addressLine[] MapAddressLine(uddi.apiv3.addressLine[] addressLine)
-        {
-            if (addressLine == null) return null;
-            List<uddi.apiv2.addressLine> r = new List<uddi.apiv2.addressLine>();
-            for (int i = 0; i < addressLine.Length; i++)
-            {
-                uddi.apiv2.addressLine x = new uddi.apiv2.addressLine();
-                x.keyName = addressLine[i].keyName;
-                x.keyValue= addressLine[i].keyValue;
-                x.Value= addressLine[i].Value;
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static uddi.apiv2.save_tModel MapSaveTModel(uddi.apiv3.save_tModel save_tModel1)
-        {
-            if (save_tModel1 == null) return null;
-            uddi.apiv2.save_tModel r = new uddi.apiv2.save_tModel();
-            r.authInfo = save_tModel1.authInfo;
-            r.tModel = MapTModels(save_tModel1.tModel);
-            r.generic = VERSION;
-            return r;
-        }
-
-        private static uddi.apiv2.tModel[] MapTModels(uddi.apiv3.tModel[] tModel)
-        {
-            if (tModel == null) return null;
-            List<uddi.apiv2.tModel> r = new List<uddi.apiv2.tModel>();
-            for (int i = 0; i < tModel.Length; i++)
-            {
-                uddi.apiv2.tModel x = new uddi.apiv2.tModel();
-                x.categoryBag = MapCategoryBag(tModel[i].categoryBag);
-                x.description =MapDescription( tModel[i].description);
-                x.identifierBag = MapIdentBag(tModel[i].identifierBag);
-                x.name = MapName(new org.uddi.apiv3.name[]{tModel[i].name})[0];
-                x.overviewDoc = MapOverviewDoc(tModel[i].overviewDoc);
-                x.tModelKey = tModel[i].tModelKey;
-                if (x.tModelKey == null)
-                    x.tModelKey = "";
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static uddi.apiv2.set_publisherAssertions MapSetPublisherAssertions(uddi.apiv3.set_publisherAssertions set_publisherAssertions1)
-        {
-            if (set_publisherAssertions1 == null) return null;
-            uddi.apiv2.set_publisherAssertions r = new uddi.apiv2.set_publisherAssertions();
-            r.authInfo = set_publisherAssertions1.authInfo;
-            r.generic = VERSION;
-            r.publisherAssertion = MapPublisherAssertions(set_publisherAssertions1.publisherAssertion);
-
-            return r;
-        }
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace org.apache.juddi.v3.client.mapping
+{
+    public static class MapUDDIv3to2
+    {
+        public readonly static String VERSION = "2.0";
+        public static uddi.apiv2.find_binding MapFindBinding(uddi.apiv3.find_binding find_binding1)
+        {
+            if (find_binding1 == null) return null;
+            uddi.apiv2.find_binding r = new uddi.apiv2.find_binding();
+
+            r.generic = VERSION;
+            r.findQualifiers = MapFindQualifiers(find_binding1.findQualifiers);
+            r.maxRows = find_binding1.maxRows;
+            r.maxRowsSpecified = find_binding1.maxRowsSpecified;
+            r.serviceKey = find_binding1.serviceKey;
+
+            if (String.IsNullOrEmpty(r.serviceKey))
+                r.serviceKey = "";
+            r.tModelBag = find_binding1.tModelBag;
+            return r;
+
+        }
+
+        private static string[] MapFindQualifiers(string[] findQualifiers)
+        {
+            List<String> r = new List<string>();
+            for (int i = 0; i < findQualifiers.Length; i++)
+            {
+                /*if (findQualifiers[i].Equals(UDDIConstants.TRANSPORT_HTTP, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("uuid:68DE9E80-AD09-469D-8A37-088422BFBC36");
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.TRANSPORT_EMAIL, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("uuid:93335D49-3EFB-48A0-ACEA-EA102B60DDC6");
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.TRANSPORT_FTP, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("uuid:5FCF5CD0-629A-4C50-8B16-F94E9CF2A674");
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.TRANSPORT_FAX, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("uuid:1A2B00BE-6E2C-42F5-875B-56F32686E0E7");
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.TRANSPORT_POTS, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("uuid:38E12427-5536-4260-A6F9-B5B530E63A07");
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.IS_REPLACED_BY, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("uuid:E59AE320-77A5-11D5-B898-0004AC49CC1E");
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.OWNING_BUSINESS, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("uuid:4064C064-6D14-4F35-8953-9652106476A9");
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.RELATIONSHIPS, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("uuid:807A2C6A-EE22-470D-ADC7-E0424A337C03");
+                }
+                else if (findQualifiers[i].Equals("uddi:uddi.org:categorization:nodes", StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("uuid:327A56F0-3299-4461-BC23-5CD513E95C55");
+                }
+                else if (findQualifiers[i].Equals("uddi:uddi.org:categorization:general_keywords", StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("uuid:A035A07C-F362-44dd-8F95-E2B134BF43B4");
+                }
+                else if (findQualifiers[i].Equals("uddi:uddi.org:categorization:types", StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("uuid:C1ACF26D-9672-4404-9D70-39B756E62AB4");
+                }*/
+                if (findQualifiers[i].Equals(UDDIConstants.EXACT_MATCH, StringComparison.CurrentCultureIgnoreCase)
+                   || findQualifiers[i].Equals(UDDIConstants.EXACT_MATCH_TMODEL, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("exactNameMatch");
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.CASE_SENSITIVE_MATCH, StringComparison.CurrentCultureIgnoreCase)
+                   || findQualifiers[i].Equals(UDDIConstants.CASE_SENSITIVE_MATCH_TMODEL, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("caseSensitiveMatch");
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.OR_ALL_KEYS, StringComparison.CurrentCultureIgnoreCase)
+                   || findQualifiers[i].Equals(UDDIConstants.OR_ALL_KEYS_TMODEL, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("orAllKeys");
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.OR_LIKE_KEYS, StringComparison.CurrentCultureIgnoreCase)
+                   || findQualifiers[i].Equals(UDDIConstants.OR_LIKE_KEYS_TMODEL, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("orLikeKeys");
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.AND_ALL_KEYS, StringComparison.CurrentCultureIgnoreCase)
+                   || findQualifiers[i].Equals(UDDIConstants.AND_ALL_KEYS_TMODEL, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add("andAllKeys");
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.SORT_BY_DATE_ASC, StringComparison.CurrentCultureIgnoreCase)
+                   || findQualifiers[i].Equals(UDDIConstants.SORT_BY_DATE_ASC_TMODEL, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add(UDDIConstants.SORT_BY_DATE_ASC);
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.SORT_BY_DATE_DESC, StringComparison.CurrentCultureIgnoreCase)
+                   || findQualifiers[i].Equals(UDDIConstants.SORT_BY_DATE_DESC_TMODEL, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add(UDDIConstants.SORT_BY_DATE_DESC);
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.SORT_BY_NAME_ASC, StringComparison.CurrentCultureIgnoreCase)
+                   || findQualifiers[i].Equals(UDDIConstants.SORT_BY_NAME_ASC_TMODEL, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add(UDDIConstants.SORT_BY_NAME_ASC);
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.SORT_BY_NAME_DESC, StringComparison.CurrentCultureIgnoreCase)
+                   || findQualifiers[i].Equals(UDDIConstants.SORT_BY_NAME_DESC_TMODEL, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add(UDDIConstants.SORT_BY_NAME_DESC);
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.SERVICE_SUBSET, StringComparison.CurrentCultureIgnoreCase)
+                   || findQualifiers[i].Equals(UDDIConstants.SERVICE_SUBSET_TMODEL, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add(UDDIConstants.SERVICE_SUBSET);
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.COMBINE_CATEGORY_BAGS, StringComparison.CurrentCultureIgnoreCase)
+                   || findQualifiers[i].Equals(UDDIConstants.COMBINE_CATEGORY_BAGS_TMODEL, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    r.Add(UDDIConstants.COMBINE_CATEGORY_BAGS);
+                }
+                else if (findQualifiers[i].Equals(UDDIConstants.APPROXIMATE_MATCH, StringComparison.CurrentCultureIgnoreCase)
+               || findQualifiers[i].Equals(UDDIConstants.APPROXIMATE_MATCH_TMODEL, StringComparison.CurrentCultureIgnoreCase))
+                {
+                    //ignore
+                }
+                else
+                {
+                    //r.Add(findQualifiers[i]);
+                }
+            }
+            return r.ToArray();
+        }
+
+        public static uddi.apiv2.find_business MapFindBusiness(uddi.apiv3.find_business fb)
+        {
+            if (fb == null) return null;
+            uddi.apiv2.find_business r = new uddi.apiv2.find_business();
+            r.generic = VERSION;
+            r.findQualifiers = MapFindQualifiers(fb.findQualifiers);
+            r.categoryBag = MapCategoryBag(fb.categoryBag);
+            r.discoveryURLs = MapDiscoURL(fb.discoveryURLs);
+            r.maxRows = fb.maxRows;
+            r.maxRowsSpecified = fb.maxRowsSpecified;
+            r.name = MapName(fb.name);
+            r.tModelBag = fb.tModelBag;
+            return r;
+        }
+
+        private static uddi.apiv2.name[] MapName(uddi.apiv3.name[] name)
+        {
+            if (name == null) return null;
+            List<uddi.apiv2.name> names = new List<uddi.apiv2.name>();
+            for (int i = 0; i < name.Length; i++)
+            {
+                uddi.apiv2.name x = new uddi.apiv2.name();
+                x.lang = name[i].lang;
+                x.Value = name[i].Value;
+                names.Add(x);
+            }
+            return names.ToArray();
+        }
+
+        private static uddi.apiv2.discoveryURL[] MapDiscoURL(uddi.apiv3.discoveryURL[] discoveryURL)
+        {
+            if (discoveryURL == null) return null;
+            List<uddi.apiv2.discoveryURL> names = new List<uddi.apiv2.discoveryURL>();
+            for (int i = 0; i < discoveryURL.Length; i++)
+            {
+                uddi.apiv2.discoveryURL x = new uddi.apiv2.discoveryURL();
+                x.useType = discoveryURL[i].useType;
+                x.Value = discoveryURL[i].Value;
+                names.Add(x);
+            }
+            return names.ToArray();
+        }
+
+        private static uddi.apiv2.keyedReference[] MapCategoryBag(uddi.apiv3.categoryBag categoryBag)
+        {
+            if (categoryBag == null) return null;
+            List<uddi.apiv2.keyedReference> names = new List<uddi.apiv2.keyedReference>();
+            for (int i = 0; i < categoryBag.Items.Length; i++)
+            {
+                if (categoryBag.Items[i] is uddi.apiv3.keyedReference)
+                {
+                    uddi.apiv3.keyedReference kr = categoryBag.Items[i] as uddi.apiv3.keyedReference;
+                    uddi.apiv2.keyedReference x = new uddi.apiv2.keyedReference();
+                    x.keyName = kr.keyName;
+                    x.keyValue = kr.keyValue;
+                    x.tModelKey = kr.tModelKey;
+                    names.Add(x);
+                }
+            }
+            return names.ToArray();
+        }
+
+        public static uddi.apiv2.delete_business MapDeleteBusiness(uddi.apiv3.delete_business delete_business1)
+        {
+            uddi.apiv2.delete_business r = new uddi.apiv2.delete_business();
+            r.generic = VERSION;
+            r.businessKey = delete_business1.businessKey;
+            r.authInfo = delete_business1.authInfo;
+            return r;
+        }
+
+        public static uddi.apiv2.delete_service MapDeleteService(uddi.apiv3.delete_service delete_service1)
+        {
+            uddi.apiv2.delete_service r = new uddi.apiv2.delete_service();
+            r.generic = VERSION;
+            r.authInfo = delete_service1.authInfo;
+            r.serviceKey = delete_service1.serviceKey;
+            return r;
+        }
+
+        public static uddi.apiv2.delete_publisherAssertions MapDeletePublisherAssertion(uddi.apiv3.delete_publisherAssertions delete_publisherAssertions1)
+        {
+            uddi.apiv2.delete_publisherAssertions r = new uddi.apiv2.delete_publisherAssertions();
+            r.generic = VERSION;
+            r.authInfo = delete_publisherAssertions1.authInfo;
+            r.publisherAssertion = MapPublisherAssertions(delete_publisherAssertions1.publisherAssertion);
+            return r;
+        }
+
+        private static uddi.apiv2.publisherAssertion[] MapPublisherAssertions(uddi.apiv3.publisherAssertion[] publisherAssertion)
+        {
+            if (publisherAssertion == null) return null;
+            List<uddi.apiv2.publisherAssertion> r = new List<uddi.apiv2.publisherAssertion>();
+            for (int i = 0; i < publisherAssertion.Length; i++)
+            {
+                uddi.apiv2.publisherAssertion x = new uddi.apiv2.publisherAssertion();
+                x.fromKey = publisherAssertion[i].fromKey;
+                x.toKey = publisherAssertion[i].toKey;
+                if (publisherAssertion[i].keyedReference != null)
+                {
+                    x.keyedReference = new uddi.apiv2.keyedReference();
+                    x.keyedReference.tModelKey = publisherAssertion[i].keyedReference.tModelKey;
+                    x.keyedReference.keyName = publisherAssertion[i].keyedReference.keyName;
+                    x.keyedReference.keyValue = publisherAssertion[i].keyedReference.keyValue;
+                }
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static uddi.apiv2.delete_tModel MapDeleteTModel(uddi.apiv3.delete_tModel delete_tModel1)
+        {
+            uddi.apiv2.delete_tModel r = new uddi.apiv2.delete_tModel();
+            r.generic = VERSION;
+            r.authInfo = delete_tModel1.authInfo;
+            r.tModelKey = delete_tModel1.tModelKey;
+            return r;
+        }
+
+        public static uddi.apiv2.get_assertionStatusReport MapGetAssertionStatusReport(uddi.apiv3.get_assertionStatusReport get_assertionStatusReport1)
+        {
+            if (get_assertionStatusReport1 == null) return null;
+            uddi.apiv2.get_assertionStatusReport r = new uddi.apiv2.get_assertionStatusReport();
+            r.authInfo = get_assertionStatusReport1.authInfo;
+            r.generic = VERSION;
+            if (get_assertionStatusReport1.completionStatus != null) ;
+            switch (get_assertionStatusReport1.completionStatus)
+            {
+                case uddi.apiv3.completionStatus.statusboth_incomplete:
+                    r.completionStatus = (null);
+                    break;
+                case uddi.apiv3.completionStatus.statuscomplete:
+                    r.completionStatus = ("status:complete");
+                    break;
+                case uddi.apiv3.completionStatus.statusfromKey_incomplete:
+                    r.completionStatus = ("status:fromKey_incomplete");
+                    break;
+                case uddi.apiv3.completionStatus.statustoKey_incomplete:
+                    r.completionStatus = ("status:toKey_incomplete");
+                    break;
+            }
+
+            return r;
+        }
+
+        public static uddi.apiv2.get_publisherAssertions MapGetPublisherAssertions(uddi.apiv3.get_publisherAssertions get_publisherAssertions1)
+        {
+            if (get_publisherAssertions1 == null) return null;
+            uddi.apiv2.get_publisherAssertions r = new uddi.apiv2.get_publisherAssertions();
+
+            r.authInfo = get_publisherAssertions1.authInfo;
+            r.generic = VERSION;
+            return r;
+        }
+
+        public static uddi.apiv2.find_service MapFindService(uddi.apiv3.find_service find_service1)
+        {
+            uddi.apiv2.find_service r = new uddi.apiv2.find_service();
+            r.businessKey = find_service1.businessKey;
+            r.categoryBag = MapCategoryBag(find_service1.categoryBag);
+            r.findQualifiers = MapFindQualifiers(find_service1.findQualifiers);
+            r.generic = VERSION;
+            r.maxRows = find_service1.maxRows;
+            r.maxRowsSpecified = find_service1.maxRowsSpecified;
+            r.name = MapName(find_service1.name);
+            r.tModelBag = find_service1.tModelBag;
+            return r;
+        }
+
+        public static uddi.apiv2.find_relatedBusinesses MapFindRelatedBusinesses(uddi.apiv3.find_relatedBusinesses find_relatedBusinesses1)
+        {
+            uddi.apiv2.find_relatedBusinesses r = new uddi.apiv2.find_relatedBusinesses();
+            r.businessKey = find_relatedBusinesses1.ItemElementName == uddi.apiv3.ItemChoiceType.businessKey ? find_relatedBusinesses1.Item : "";
+            r.findQualifiers = MapFindQualifiers(find_relatedBusinesses1.findQualifiers);
+            r.generic = VERSION;
+            r.keyedReference = MapKeyRef(find_relatedBusinesses1.keyedReference);
+            r.maxRows = find_relatedBusinesses1.maxRows;
+            r.maxRowsSpecified = find_relatedBusinesses1.maxRowsSpecified;
+            return r;
+        }
+
+        private static uddi.apiv2.keyedReference MapKeyRef(uddi.apiv3.keyedReference keyedReference)
+        {
+            if (keyedReference == null) return null;
+            uddi.apiv2.keyedReference r = new uddi.apiv2.keyedReference();
+            r.keyName = keyedReference.keyName;
+            r.keyValue = keyedReference.keyValue;
+            r.tModelKey = keyedReference.tModelKey;
+            return r;
+        }
+
+        public static uddi.apiv2.find_tModel MapFindTModel(uddi.apiv3.find_tModel find_tModel1)
+        {
+            uddi.apiv2.find_tModel r = new uddi.apiv2.find_tModel();
+            r.generic = VERSION;
+            r.categoryBag = MapCategoryBag(find_tModel1.categoryBag);
+            r.findQualifiers = MapFindQualifiers(find_tModel1.findQualifiers);
+            r.identifierBag = MapIdentBag(find_tModel1.identifierBag);
+            r.maxRows = find_tModel1.maxRows;
+            r.maxRowsSpecified = find_tModel1.maxRowsSpecified;
+            if (find_tModel1.name != null)
+            {
+                r.name = new uddi.apiv2.name();
+                r.name.Value = find_tModel1.name.Value;
+                r.name.lang = find_tModel1.name.lang;
+            }
+            return r;
+        }
+
+        private static uddi.apiv2.keyedReference[] MapIdentBag(uddi.apiv3.keyedReference[] keyedReference)
+        {
+            if (keyedReference == null) return null;
+            List<uddi.apiv2.keyedReference> names = new List<uddi.apiv2.keyedReference>();
+            for (int i = 0; i < keyedReference.Length; i++)
+            {
+                uddi.apiv2.keyedReference x = new uddi.apiv2.keyedReference();
+                x.keyName = keyedReference[i].keyName;
+                x.keyValue = keyedReference[i].keyValue;
+                x.tModelKey = keyedReference[i].tModelKey;
+                names.Add(x);
+            }
+            return names.ToArray();
+        }
+
+        public static uddi.apiv2.get_bindingDetail MapGetBindingDetail(uddi.apiv3.get_bindingDetail get_bindingDetail1)
+        {
+            uddi.apiv2.get_bindingDetail r = new uddi.apiv2.get_bindingDetail();
+            r.generic = VERSION;
+            r.bindingKey = get_bindingDetail1.bindingKey;
+            return r;
+        }
+
+        public static uddi.apiv2.get_serviceDetail MapGetServiceDetail(uddi.apiv3.get_serviceDetail get_serviceDetail1)
+        {
+            uddi.apiv2.get_serviceDetail r = new uddi.apiv2.get_serviceDetail();
+            r.generic = VERSION;
+            r.serviceKey = get_serviceDetail1.serviceKey;
+            return r;
+        }
+
+        public static uddi.apiv2.get_tModelDetail MapGetTModelDetail(uddi.apiv3.get_tModelDetail get_tModelDetail1)
+        {
+            uddi.apiv2.get_tModelDetail r = new uddi.apiv2.get_tModelDetail();
+            r.generic = VERSION;
+            r.tModelKey = get_tModelDetail1.tModelKey;
+            return r;
+        }
+
+        public static uddi.apiv2.get_registeredInfo MapRegisteredInfo(uddi.apiv3.get_registeredInfo get_registeredInfo1)
+        {
+            if (get_registeredInfo1 == null) return null;
+            uddi.apiv2.get_registeredInfo r = new uddi.apiv2.get_registeredInfo();
+            r.generic = VERSION;
+            r.authInfo = get_registeredInfo1.authInfo;
+            return r;
+        }
+
+        public static uddi.apiv2.save_binding MapSaveBinding(uddi.apiv3.save_binding save_binding1)
+        {
+            if (save_binding1 == null) return null;
+            uddi.apiv2.save_binding r = new uddi.apiv2.save_binding();
+            r.authInfo = save_binding1.authInfo;
+            r.generic = VERSION;
+            r.bindingTemplate = MapBindingTemplates(save_binding1.bindingTemplate);
+            return r;
+        }
+
+        private static uddi.apiv2.bindingTemplate[] MapBindingTemplates(uddi.apiv3.bindingTemplate[] bindingTemplate)
+        {
+            if (bindingTemplate == null) return null;
+            List<uddi.apiv2.bindingTemplate> r = new List<uddi.apiv2.bindingTemplate>();
+            for (int i = 0; i < bindingTemplate.Length; i++)
+            {
+                uddi.apiv2.bindingTemplate x = new uddi.apiv2.bindingTemplate();
+                x.bindingKey = bindingTemplate[i].bindingKey;
+                if (x.bindingKey == null)
+                    x.bindingKey = "";
+                x.description = MapDescription(bindingTemplate[i].description);
+                x.Item = MapAccessPointHostRedir(bindingTemplate[i].Item);
+                x.serviceKey = bindingTemplate[i].serviceKey;
+                x.tModelInstanceDetails = MapTModelInstanceDetails(bindingTemplate[i].tModelInstanceDetails);
+                if (x.tModelInstanceDetails == null)
+                    x.tModelInstanceDetails = new uddi.apiv2.tModelInstanceInfo[0];
+                r.Add(x);
+            }
+
+            return r.ToArray();
+        }
+
+        private static object MapAccessPointHostRedir(object p)
+        {
+            if (p is uddi.apiv3.accessPoint)
+            {
+                uddi.apiv3.accessPoint ap = p as uddi.apiv3.accessPoint;
+                uddi.apiv2.accessPoint r = new uddi.apiv2.accessPoint();
+                r.Value = ap.Value;
+                if (ap.useType != null)
+                {
+                    if (ap.useType.StartsWith("http:", StringComparison.CurrentCultureIgnoreCase))
+                        r.URLType = uddi.apiv2.URLType.http;
+                    else if (ap.useType.StartsWith("https:", StringComparison.CurrentCultureIgnoreCase))
+                        r.URLType = uddi.apiv2.URLType.https;
+                    else if (ap.useType.StartsWith("ftp:", StringComparison.CurrentCultureIgnoreCase))
+                        r.URLType = uddi.apiv2.URLType.ftp;
+                    else if (ap.useType.StartsWith("mailto:", StringComparison.CurrentCultureIgnoreCase))
+                        r.URLType = uddi.apiv2.URLType.mailto;
+                    else if (ap.useType.StartsWith("fax:", StringComparison.CurrentCultureIgnoreCase))
+                        r.URLType = uddi.apiv2.URLType.fax;
+                    else if (ap.useType.StartsWith("phone:", StringComparison.CurrentCultureIgnoreCase))
+                        r.URLType = uddi.apiv2.URLType.phone;
+                    else r.URLType = uddi.apiv2.URLType.other;
+                }
+                return r;
+            }
+            if (p is uddi.apiv3.hostingRedirector)
+            {
+                uddi.apiv3.hostingRedirector ap = p as uddi.apiv3.hostingRedirector;
+                uddi.apiv2.hostingRedirector r = new uddi.apiv2.hostingRedirector();
+                r.bindingKey = ap.bindingKey;
+                return r;
+            }
+            return null;
+        }
+
+        private static uddi.apiv2.tModelInstanceInfo[] MapTModelInstanceDetails(uddi.apiv3.tModelInstanceInfo[] tModelInstanceInfo)
+        {
+            if (tModelInstanceInfo == null) return null;
+            List<uddi.apiv2.tModelInstanceInfo> r = new List<uddi.apiv2.tModelInstanceInfo>();
+            for (int i = 0; i < tModelInstanceInfo.Length; i++)
+            {
+                uddi.apiv2.tModelInstanceInfo x = new uddi.apiv2.tModelInstanceInfo();
+                x.description = MapDescription(tModelInstanceInfo[i].description);
+                x.instanceDetails = MapInstanceDetails(tModelInstanceInfo[i].instanceDetails);
+                x.tModelKey = tModelInstanceInfo[i].tModelKey;
+                r.Add(x);
+            }
+
+            return r.ToArray();
+        }
+
+        private static uddi.apiv2.instanceDetails MapInstanceDetails(uddi.apiv3.instanceDetails instanceDetails)
+        {
+            if (instanceDetails == null) return null;
+            uddi.apiv2.instanceDetails r = new uddi.apiv2.instanceDetails();
+            r.description = MapDescription(instanceDetails.description);
+            r.instanceParms = instanceDetails.instanceParms;
+            r.overviewDoc = MapOverviewDoc(instanceDetails.Items);
+            return r;
+        }
+
+        private static uddi.apiv2.overviewDoc MapOverviewDoc(uddi.apiv3.overviewDoc[] overviewDoc)
+        {
+            if (overviewDoc == null || overviewDoc.Length == 0) return null;
+            uddi.apiv2.overviewDoc r = new uddi.apiv2.overviewDoc();
+            r.description = MapDescription(overviewDoc[0].descriptions);
+            if (overviewDoc[0].overviewURLs != null &&
+                overviewDoc[0].overviewURLs.Length > 0)
+                r.overviewURL = overviewDoc[0].overviewURLs[0].Value;
+            return r;
+        }
+
+        private static uddi.apiv2.description[] MapDescription(uddi.apiv3.description[] description)
+        {
+            if (description == null) return null;
+            List<uddi.apiv2.description> r = new List<uddi.apiv2.description>();
+            for (int i = 0; i < description.Length; i++)
+            {
+                uddi.apiv2.description x = new uddi.apiv2.description();
+                x.lang = description[i].lang;
+                x.Value = description[i].Value;
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static uddi.apiv2.save_service MapSaveService(uddi.apiv3.save_service save_service1)
+        {
+            if (save_service1 == null) return null;
+            uddi.apiv2.save_service r = new uddi.apiv2.save_service();
+            r.authInfo = save_service1.authInfo;
+            r.generic = VERSION;
+            r.businessService = MapServices(save_service1.businessService);
+            return r;
+        }
+
+        private static uddi.apiv2.businessService[] MapServices(uddi.apiv3.businessService[] businessService)
+        {
+            if (businessService == null)
+                return null;
+            List<uddi.apiv2.businessService> r = new List<uddi.apiv2.businessService>();
+            for (int i = 0; i < businessService.Length; i++)
+            {
+                uddi.apiv2.businessService x = new uddi.apiv2.businessService();
+                x.bindingTemplates = MapBindingTemplates(businessService[i].bindingTemplates);
+                x.businessKey = businessService[i].businessKey;
+                x.categoryBag = MapCategoryBag(businessService[i].categoryBag);
+                x.description = MapDescription(businessService[i].description);
+                x.name = MapName(businessService[i].name);
+                x.serviceKey = businessService[i].serviceKey;
+                if (x.serviceKey == null)
+                    x.serviceKey = "";
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static uddi.apiv2.save_business MapSaveBusiness(uddi.apiv3.save_business save_business1)
+        {
+            if (save_business1 == null) return null;
+            uddi.apiv2.save_business r = new uddi.apiv2.save_business();
+            r.authInfo = save_business1.authInfo;
+            r.generic = VERSION;
+            r.businessEntity = MapBusinesss(save_business1.businessEntity);
+            return r;
+        }
+
+        private static uddi.apiv2.businessEntity[] MapBusinesss(uddi.apiv3.businessEntity[] businessEntity)
+        {
+            if (businessEntity == null) return null;
+            List<uddi.apiv2.businessEntity> r = new List<uddi.apiv2.businessEntity>();
+            for (int i = 0; i < businessEntity.Length; i++)
+            {
+                uddi.apiv2.businessEntity x = new uddi.apiv2.businessEntity();
+                x.businessKey = businessEntity[i].businessKey;
+                if (x.businessKey == null)
+                    x.businessKey = "";
+                x.businessServices = MapServices(businessEntity[i].businessServices);
+                x.categoryBag = MapCategoryBag(businessEntity[i].categoryBag);
+                x.contacts = MapContacts(businessEntity[i].contacts);
+                x.description = MapDescription(businessEntity[i].description);
+                x.discoveryURLs = MapDiscoURL(businessEntity[i].discoveryURLs);
+                x.identifierBag = MapIdentBag(businessEntity[i].identifierBag);
+                x.name = MapName(businessEntity[i].name);
+                
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        private static uddi.apiv2.contact[] MapContacts(uddi.apiv3.contact[] contact)
+        {
+            if (contact == null) return null;
+            List<uddi.apiv2.contact> r = new List<uddi.apiv2.contact>();
+            for (int i = 0; i < contact.Length; i++)
+            {
+                uddi.apiv2.contact x = new uddi.apiv2.contact();
+                x.address = MapAddress(contact[i].address);
+                x.description = MapDescription(contact[i].description);
+                x.email = MapEmail(contact[i].email);
+                if (contact[i].personName != null && contact[i].personName.Length > 0)
+                    x.personName = contact[i].personName[0].Value;
+                x.phone = MapPhone(contact[i].phone);
+                x.useType = contact[i].useType;
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        private static uddi.apiv2.phone[] MapPhone(uddi.apiv3.phone[] phone)
+        {
+            if (phone == null) return null;
+            List<uddi.apiv2.phone> r = new List<uddi.apiv2.phone>();
+            for (int i = 0; i < phone.Length; i++)
+            {
+                uddi.apiv2.phone x = new uddi.apiv2.phone();
+                x.useType = phone[i].useType;
+                x.Value = phone[i].Value;
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        private static uddi.apiv2.email[] MapEmail(uddi.apiv3.email[] email)
+        {
+            if (email == null) return null;
+            List<uddi.apiv2.email> r = new List<uddi.apiv2.email>();
+            for (int i = 0; i < email.Length; i++)
+            {
+                uddi.apiv2.email x = new uddi.apiv2.email();
+                x.useType = email[i].useType;
+                x.Value = email[i].Value;
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        private static uddi.apiv2.address[] MapAddress(uddi.apiv3.address[] address)
+        {
+            if (address == null) return null;
+            List<uddi.apiv2.address> r = new List<uddi.apiv2.address>();
+            for (int i = 0; i < address.Length; i++)
+            {
+                uddi.apiv2.address x = new uddi.apiv2.address();
+                x.useType = address[i].useType;
+                x.sortCode = address[i].sortCode;
+                x.tModelKey = address[i].tModelKey;
+                x.addressLine = MapAddressLine(address[i].addressLine);
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        private static uddi.apiv2.addressLine[] MapAddressLine(uddi.apiv3.addressLine[] addressLine)
+        {
+            if (addressLine == null) return null;
+            List<uddi.apiv2.addressLine> r = new List<uddi.apiv2.addressLine>();
+            for (int i = 0; i < addressLine.Length; i++)
+            {
+                uddi.apiv2.addressLine x = new uddi.apiv2.addressLine();
+                x.keyName = addressLine[i].keyName;
+                x.keyValue= addressLine[i].keyValue;
+                x.Value= addressLine[i].Value;
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static uddi.apiv2.save_tModel MapSaveTModel(uddi.apiv3.save_tModel save_tModel1)
+        {
+            if (save_tModel1 == null) return null;
+            uddi.apiv2.save_tModel r = new uddi.apiv2.save_tModel();
+            r.authInfo = save_tModel1.authInfo;
+            r.tModel = MapTModels(save_tModel1.tModel);
+            r.generic = VERSION;
+            return r;
+        }
+
+        private static uddi.apiv2.tModel[] MapTModels(uddi.apiv3.tModel[] tModel)
+        {
+            if (tModel == null) return null;
+            List<uddi.apiv2.tModel> r = new List<uddi.apiv2.tModel>();
+            for (int i = 0; i < tModel.Length; i++)
+            {
+                uddi.apiv2.tModel x = new uddi.apiv2.tModel();
+                x.categoryBag = MapCategoryBag(tModel[i].categoryBag);
+                x.description =MapDescription( tModel[i].description);
+                x.identifierBag = MapIdentBag(tModel[i].identifierBag);
+                x.name = MapName(new org.uddi.apiv3.name[]{tModel[i].name})[0];
+                x.overviewDoc = MapOverviewDoc(tModel[i].overviewDoc);
+                x.tModelKey = tModel[i].tModelKey;
+                if (x.tModelKey == null)
+                    x.tModelKey = "";
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static uddi.apiv2.set_publisherAssertions MapSetPublisherAssertions(uddi.apiv3.set_publisherAssertions set_publisherAssertions1)
+        {
+            if (set_publisherAssertions1 == null) return null;
+            uddi.apiv2.set_publisherAssertions r = new uddi.apiv2.set_publisherAssertions();
+            r.authInfo = set_publisherAssertions1.authInfo;
+            r.generic = VERSION;
+            r.publisherAssertion = MapPublisherAssertions(set_publisherAssertions1.publisherAssertion);
+
+            return r;
+        }
+    }
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[03/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/switch.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/switch.jsp b/juddi-gui/src/main/webapp/ajax/switch.jsp
index c4d3c2b..b8a25c2 100644
--- a/juddi-gui/src/main/webapp/ajax/switch.jsp
+++ b/juddi-gui/src/main/webapp/ajax/switch.jsp
@@ -1,7 +1,22 @@
 <%-- 
-    Document   : switch
+    Document   : switch, switches the ui instance to another node
     Created on : Jan 21, 2014, 4:23:25 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.commons.lang.StringEscapeUtils"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/tmodel.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/tmodel.jsp b/juddi-gui/src/main/webapp/ajax/tmodel.jsp
index b81d273..51fcd26 100644
--- a/juddi-gui/src/main/webapp/ajax/tmodel.jsp
+++ b/juddi-gui/src/main/webapp/ajax/tmodel.jsp
@@ -2,6 +2,21 @@
     Document   : addKeyGenerator
     Created on : Feb 28, 2013, 8:10:10 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/tmodelsearch.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/tmodelsearch.jsp b/juddi-gui/src/main/webapp/ajax/tmodelsearch.jsp
index 870858f..70886da 100644
--- a/juddi-gui/src/main/webapp/ajax/tmodelsearch.jsp
+++ b/juddi-gui/src/main/webapp/ajax/tmodelsearch.jsp
@@ -2,6 +2,21 @@
     Document   : tmodelsearch
     Created on : Mar 13, 2013, 8:54:47 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/toXML.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/toXML.jsp b/juddi-gui/src/main/webapp/ajax/toXML.jsp
index e36c0de..6744ee2 100644
--- a/juddi-gui/src/main/webapp/ajax/toXML.jsp
+++ b/juddi-gui/src/main/webapp/ajax/toXML.jsp
@@ -2,6 +2,21 @@
     Document   : toXML
     Created on : Mar 14, 2013, 9:17:21 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%><%@page import="javax.xml.bind.JAXB"%><%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%><%@page import="org.apache.juddi.jaxb.JAXBMarshaller"%><%@page import="org.apache.juddi.jaxb.EntityCreator"%><%@page import="org.apache.juddi.webconsole.hub.UddiHub"%><%@page import="org.apache.juddi.jaxb.PrintUDDI"%><%@page contentType="text/html" pageEncoding="UTF-8"%><%
     
         //do we need cross site request forgery project here? probably but it's left out due to adding additional end lines

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/validateSignature.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/validateSignature.jsp b/juddi-gui/src/main/webapp/ajax/validateSignature.jsp
index 1992888..07da8df 100644
--- a/juddi-gui/src/main/webapp/ajax/validateSignature.jsp
+++ b/juddi-gui/src/main/webapp/ajax/validateSignature.jsp
@@ -2,6 +2,21 @@
     Document   : validateSignature
     Created on : Apr 10, 2013, 10:14:19 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 <%@page import="java.util.Iterator"%>
 <%@page import="java.util.Map.Entry"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/assertions.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/assertions.jsp b/juddi-gui/src/main/webapp/assertions.jsp
index d526f02..ce1b43c 100644
--- a/juddi-gui/src/main/webapp/assertions.jsp
+++ b/juddi-gui/src/main/webapp/assertions.jsp
@@ -2,6 +2,21 @@
     Document   : assertions
     Created on : April 13, 2013, 9:14:01 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/autoLogoutModal.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/autoLogoutModal.jsp b/juddi-gui/src/main/webapp/autoLogoutModal.jsp
index 6a4e1af..4182833 100644
--- a/juddi-gui/src/main/webapp/autoLogoutModal.jsp
+++ b/juddi-gui/src/main/webapp/autoLogoutModal.jsp
@@ -2,6 +2,21 @@
     Document   : autoLogoutModal
     Created on : Nov 5, 2013, 6:25:56 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/bindingChooser.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/bindingChooser.jsp b/juddi-gui/src/main/webapp/bindingChooser.jsp
index 33d1899..f448675 100644
--- a/juddi-gui/src/main/webapp/bindingChooser.jsp
+++ b/juddi-gui/src/main/webapp/bindingChooser.jsp
@@ -3,6 +3,21 @@
     Created on : Apr 24, 2013, 6:25:00 PM
     Author     : Alex O'Ree
 this page is meant to be included via jsp:include
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/businessBrowse.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/businessBrowse.jsp b/juddi-gui/src/main/webapp/businessBrowse.jsp
index 4eb1881..c59957b 100644
--- a/juddi-gui/src/main/webapp/businessBrowse.jsp
+++ b/juddi-gui/src/main/webapp/businessBrowse.jsp
@@ -2,6 +2,21 @@
     Document   : browse
     Created on : Feb 24, 2013, 9:14:01 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/businessChooser.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/businessChooser.jsp b/juddi-gui/src/main/webapp/businessChooser.jsp
index 6ed7854..0ef967d 100644
--- a/juddi-gui/src/main/webapp/businessChooser.jsp
+++ b/juddi-gui/src/main/webapp/businessChooser.jsp
@@ -3,6 +3,21 @@
     Created on : Apr 24, 2013, 6:25:00 PM
     Author     : Alex O'Ree
 this page is meant to be included via jsp:include
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/businessEditor2.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/businessEditor2.jsp b/juddi-gui/src/main/webapp/businessEditor2.jsp
index f2159e5..47e459d 100644
--- a/juddi-gui/src/main/webapp/businessEditor2.jsp
+++ b/juddi-gui/src/main/webapp/businessEditor2.jsp
@@ -2,6 +2,21 @@
     Document   : businesseditor
     Created on : Feb 24, 2013, 3:31:39 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="java.net.URLEncoder"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/csrf.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/csrf.jsp b/juddi-gui/src/main/webapp/csrf.jsp
index 0ae7f88..b20c123 100644
--- a/juddi-gui/src/main/webapp/csrf.jsp
+++ b/juddi-gui/src/main/webapp/csrf.jsp
@@ -2,6 +2,21 @@
     Document   : csrf Provides basic Cross site request forgery protection
     Created on : Feb 27, 2013, 8:42:07 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.CrossSiteRequestForgeryException"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/header-bottom.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/header-bottom.jsp b/juddi-gui/src/main/webapp/header-bottom.jsp
index fe54bb1..444980e 100644
--- a/juddi-gui/src/main/webapp/header-bottom.jsp
+++ b/juddi-gui/src/main/webapp/header-bottom.jsp
@@ -2,6 +2,21 @@
     Document   : header-bottom
     Created on : Feb 24, 2013, 9:08:18 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/home.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/home.jsp b/juddi-gui/src/main/webapp/home.jsp
index be7e2e7..33bc934 100644
--- a/juddi-gui/src/main/webapp/home.jsp
+++ b/juddi-gui/src/main/webapp/home.jsp
@@ -2,6 +2,21 @@
     Document   : index
     Created on : Feb 23, 2013, 2:05:35 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/importFromWadl.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/importFromWadl.jsp b/juddi-gui/src/main/webapp/importFromWadl.jsp
index cd5e991..52d6546 100644
--- a/juddi-gui/src/main/webapp/importFromWadl.jsp
+++ b/juddi-gui/src/main/webapp/importFromWadl.jsp
@@ -2,6 +2,21 @@
     Document   : importFromWadl
     Created on : July 11, 2013, 6:52:05 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="java.util.ArrayList"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/importFromWsdl.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/importFromWsdl.jsp b/juddi-gui/src/main/webapp/importFromWsdl.jsp
index 1a49fd4..8bbe8b9 100644
--- a/juddi-gui/src/main/webapp/importFromWsdl.jsp
+++ b/juddi-gui/src/main/webapp/importFromWsdl.jsp
@@ -2,6 +2,21 @@
     Document   : importFromWsdl
     Created on : July 11, 2013, 6:52:05 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="java.util.ArrayList"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/js/bindingChooser.js
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/js/bindingChooser.js b/juddi-gui/src/main/webapp/js/bindingChooser.js
index 99ab129..301e92b 100644
--- a/juddi-gui/src/main/webapp/js/bindingChooser.js
+++ b/juddi-gui/src/main/webapp/js/bindingChooser.js
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2001-2008 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.
+ */
 /* 
  * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor 
  * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/js/bindingeditor.js
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/js/bindingeditor.js b/juddi-gui/src/main/webapp/js/bindingeditor.js
index b7b8db1..7ddc822 100644
--- a/juddi-gui/src/main/webapp/js/bindingeditor.js
+++ b/juddi-gui/src/main/webapp/js/bindingeditor.js
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2001-2008 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.
+ */
 /* 
  * Copyright 2014 The Apache Software Foundation.
  *

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/js/businessChooser.js
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/js/businessChooser.js b/juddi-gui/src/main/webapp/js/businessChooser.js
index c7faad1..61ef144 100644
--- a/juddi-gui/src/main/webapp/js/businessChooser.js
+++ b/juddi-gui/src/main/webapp/js/businessChooser.js
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2001-2008 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.
+ */
 /* 
  * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor 
  * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/js/serviceChooser.js
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/js/serviceChooser.js b/juddi-gui/src/main/webapp/js/serviceChooser.js
index c60b5b2..d527970 100644
--- a/juddi-gui/src/main/webapp/js/serviceChooser.js
+++ b/juddi-gui/src/main/webapp/js/serviceChooser.js
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2001-2008 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.
+ */
 /* 
  * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor 
  * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/js/tmodelChooser.js
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/js/tmodelChooser.js b/juddi-gui/src/main/webapp/js/tmodelChooser.js
index d8bc6a8..055a3b3 100644
--- a/juddi-gui/src/main/webapp/js/tmodelChooser.js
+++ b/juddi-gui/src/main/webapp/js/tmodelChooser.js
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2001-2008 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.
+ */
 /* 
  * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor 
  * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/js/tmodelsearch.js
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/js/tmodelsearch.js b/juddi-gui/src/main/webapp/js/tmodelsearch.js
index c89db45..cd37327 100644
--- a/juddi-gui/src/main/webapp/js/tmodelsearch.js
+++ b/juddi-gui/src/main/webapp/js/tmodelsearch.js
@@ -1,4 +1,18 @@
-
+/*
+ * Copyright 2001-2008 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.
+ */
 var offset=0; //start at the begining
 var maxrecords=10;  //record 20 at a time
 var lang="en";  //langauge english

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/keyHelpModal.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/keyHelpModal.jsp b/juddi-gui/src/main/webapp/keyHelpModal.jsp
index facfd99..8236168 100644
--- a/juddi-gui/src/main/webapp/keyHelpModal.jsp
+++ b/juddi-gui/src/main/webapp/keyHelpModal.jsp
@@ -2,6 +2,21 @@
     Document   : keyHelpModal.jsp
     Created on : Nov 5, 2013, 7:29:53 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>
 <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/login.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/login.jsp b/juddi-gui/src/main/webapp/login.jsp
index 3e5a57d..d1b7745 100644
--- a/juddi-gui/src/main/webapp/login.jsp
+++ b/juddi-gui/src/main/webapp/login.jsp
@@ -2,6 +2,21 @@
     Document   : login
     Created on : Feb 24, 2013, 9:08:02 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/logout.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/logout.jsp b/juddi-gui/src/main/webapp/logout.jsp
index 260ecdd..475eaa3 100644
--- a/juddi-gui/src/main/webapp/logout.jsp
+++ b/juddi-gui/src/main/webapp/logout.jsp
@@ -2,6 +2,21 @@
     Document   : logout page
     Created on : Feb 25, 2013, 10:25:48 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/logoutredir.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/logoutredir.jsp b/juddi-gui/src/main/webapp/logoutredir.jsp
index f2276dc..5b9843a 100644
--- a/juddi-gui/src/main/webapp/logoutredir.jsp
+++ b/juddi-gui/src/main/webapp/logoutredir.jsp
@@ -2,6 +2,21 @@
     Document   : logout page
     Created on : Feb 25, 2013, 10:25:48 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/quickref_catbag.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/quickref_catbag.jsp b/juddi-gui/src/main/webapp/quickref_catbag.jsp
index e75e436..d7224a7 100644
--- a/juddi-gui/src/main/webapp/quickref_catbag.jsp
+++ b/juddi-gui/src/main/webapp/quickref_catbag.jsp
@@ -2,6 +2,21 @@
     Document   : quickref_catbag
     Created on : Feb 9, 2014, 3:17:25 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/quickref_ident.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/quickref_ident.jsp b/juddi-gui/src/main/webapp/quickref_ident.jsp
index 94991d5..7e1e603 100644
--- a/juddi-gui/src/main/webapp/quickref_ident.jsp
+++ b/juddi-gui/src/main/webapp/quickref_ident.jsp
@@ -2,6 +2,21 @@
     Document   : quickref_ident
     Created on : Feb 9, 2014, 3:18:24 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page contentType="text/html" pageEncoding="UTF-8"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/quickref_krgrp.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/quickref_krgrp.jsp b/juddi-gui/src/main/webapp/quickref_krgrp.jsp
index efb899f..b2d3d8b 100644
--- a/juddi-gui/src/main/webapp/quickref_krgrp.jsp
+++ b/juddi-gui/src/main/webapp/quickref_krgrp.jsp
@@ -2,6 +2,21 @@
     Document   : quickref_krgrp
     Created on : Feb 9, 2014, 3:18:43 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page contentType="text/html" pageEncoding="UTF-8"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/quickref_tmodelinstance.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/quickref_tmodelinstance.jsp b/juddi-gui/src/main/webapp/quickref_tmodelinstance.jsp
index df96c85..1856dd1 100644
--- a/juddi-gui/src/main/webapp/quickref_tmodelinstance.jsp
+++ b/juddi-gui/src/main/webapp/quickref_tmodelinstance.jsp
@@ -2,6 +2,21 @@
     Document   : quickref_tmodelinstance
     Created on : Feb 9, 2014, 3:19:10 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page contentType="text/html" pageEncoding="UTF-8"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/reginfo.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/reginfo.jsp b/juddi-gui/src/main/webapp/reginfo.jsp
index bbff199..d38ec0c 100644
--- a/juddi-gui/src/main/webapp/reginfo.jsp
+++ b/juddi-gui/src/main/webapp/reginfo.jsp
@@ -2,6 +2,21 @@
     Document   : settings
     Created on : Feb 23, 2013, 2:05:35 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="java.util.concurrent.atomic.AtomicReference"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/search.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/search.jsp b/juddi-gui/src/main/webapp/search.jsp
index e563d70..fe7175f 100644
--- a/juddi-gui/src/main/webapp/search.jsp
+++ b/juddi-gui/src/main/webapp/search.jsp
@@ -2,6 +2,21 @@
     Document   : search
     Created on : Feb 24, 2013, 9:14:01 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.v3.client.UDDIConstants"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/serviceBrowse.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/serviceBrowse.jsp b/juddi-gui/src/main/webapp/serviceBrowse.jsp
index d5bff52..7da8bb6 100644
--- a/juddi-gui/src/main/webapp/serviceBrowse.jsp
+++ b/juddi-gui/src/main/webapp/serviceBrowse.jsp
@@ -2,6 +2,21 @@
     Document   : Service Browser
     Created on : Feb 24, 2013, 9:14:01 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/serviceChooser.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/serviceChooser.jsp b/juddi-gui/src/main/webapp/serviceChooser.jsp
index 3e34188..3c597fe 100644
--- a/juddi-gui/src/main/webapp/serviceChooser.jsp
+++ b/juddi-gui/src/main/webapp/serviceChooser.jsp
@@ -2,6 +2,21 @@
     Document   : serviceChooser
     Created on : Apr 28, 2013, 7:11:19 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/settings.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/settings.jsp b/juddi-gui/src/main/webapp/settings.jsp
index 9f7e047..d582f92 100644
--- a/juddi-gui/src/main/webapp/settings.jsp
+++ b/juddi-gui/src/main/webapp/settings.jsp
@@ -2,6 +2,21 @@
     Document   : settings
     Created on : Feb 23, 2013, 2:05:35 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.v3.client.config.ClientConfig"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/signer.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/signer.jsp b/juddi-gui/src/main/webapp/signer.jsp
index 87fe963..84acf46 100644
--- a/juddi-gui/src/main/webapp/signer.jsp
+++ b/juddi-gui/src/main/webapp/signer.jsp
@@ -2,6 +2,21 @@
     Document   : signer
     Created on : Mar 24, 2013, 8:23:30 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page contentType="text/html" pageEncoding="UTF-8"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/subscriptionFeed.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/subscriptionFeed.jsp b/juddi-gui/src/main/webapp/subscriptionFeed.jsp
index 491c371..550a3de 100644
--- a/juddi-gui/src/main/webapp/subscriptionFeed.jsp
+++ b/juddi-gui/src/main/webapp/subscriptionFeed.jsp
@@ -2,6 +2,21 @@
     Document   : subscriptionFeed
     Created on : Apr 14, 2013, 7:45:24 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/tmodelBrowse.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/tmodelBrowse.jsp b/juddi-gui/src/main/webapp/tmodelBrowse.jsp
index ee92eda..fc86cf1 100644
--- a/juddi-gui/src/main/webapp/tmodelBrowse.jsp
+++ b/juddi-gui/src/main/webapp/tmodelBrowse.jsp
@@ -2,6 +2,21 @@
     Document   : tmodel browser
     Created on : Feb 24, 2013, 9:14:01 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/tmodelChooser.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/tmodelChooser.jsp b/juddi-gui/src/main/webapp/tmodelChooser.jsp
index 4a6630f..0e5bb88 100644
--- a/juddi-gui/src/main/webapp/tmodelChooser.jsp
+++ b/juddi-gui/src/main/webapp/tmodelChooser.jsp
@@ -3,6 +3,21 @@
     Created on : Apr 17, 2013, 6:25:00 PM
     Author     : Alex O'Ree
 this page is meant to be included via jsp:include
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/tmodelPartitions.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/tmodelPartitions.jsp b/juddi-gui/src/main/webapp/tmodelPartitions.jsp
index 40c6051..89a3d45 100644
--- a/juddi-gui/src/main/webapp/tmodelPartitions.jsp
+++ b/juddi-gui/src/main/webapp/tmodelPartitions.jsp
@@ -2,6 +2,21 @@
     Document   : tmodelPartitions
     Created on : Feb 28, 2013, 8:21:25 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/transfer.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/transfer.jsp b/juddi-gui/src/main/webapp/transfer.jsp
index e74ca75..f6522e3 100644
--- a/juddi-gui/src/main/webapp/transfer.jsp
+++ b/juddi-gui/src/main/webapp/transfer.jsp
@@ -2,6 +2,21 @@
     Document   : transfer
     Created on : Apr 27, 2013, 8:52:12 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="java.util.ArrayList"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/user/banner.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/user/banner.jsp b/juddi-gui/src/main/webapp/user/banner.jsp
index 28715c1..c70cf87 100644
--- a/juddi-gui/src/main/webapp/user/banner.jsp
+++ b/juddi-gui/src/main/webapp/user/banner.jsp
@@ -2,6 +2,21 @@
     Document   : banner
     Created on : Nov 5, 2013, 6:08:15 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 
 Hello World!
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/user/demo.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/user/demo.jsp b/juddi-gui/src/main/webapp/user/demo.jsp
index 640015f..babc025 100644
--- a/juddi-gui/src/main/webapp/user/demo.jsp
+++ b/juddi-gui/src/main/webapp/user/demo.jsp
@@ -4,7 +4,21 @@
     Author     : Alex O'Ree
 
 This is used for the jUDDI demo instance
-
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/user/warningbanner.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/user/warningbanner.jsp b/juddi-gui/src/main/webapp/user/warningbanner.jsp
index d1261a8..a14a15d 100644
--- a/juddi-gui/src/main/webapp/user/warningbanner.jsp
+++ b/juddi-gui/src/main/webapp/user/warningbanner.jsp
@@ -2,7 +2,21 @@
     Document   : banner
     Created on : Jan 14 2014, 6:08:15 PM
     Author     : Alex O'Ree
-
+/*
+ * Copyright 2001-2008 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.
+ */
 Here's an example of an always on top banner, similar to what's used by government agencies
 --%>
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-rest-cxf/src/test/resources/META-INF/orm.xml
----------------------------------------------------------------------
diff --git a/juddi-rest-cxf/src/test/resources/META-INF/orm.xml b/juddi-rest-cxf/src/test/resources/META-INF/orm.xml
index a214e85..547a301 100644
--- a/juddi-rest-cxf/src/test/resources/META-INF/orm.xml
+++ b/juddi-rest-cxf/src/test/resources/META-INF/orm.xml
@@ -1,3 +1,19 @@
+<!--
+* 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.
+*
+*/ -->
 <entity-mappings
   xmlns="http://java.sun.com/xml/ns/persistence/orm"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-rest-cxf/src/test/resources/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/juddi-rest-cxf/src/test/resources/META-INF/persistence.xml b/juddi-rest-cxf/src/test/resources/META-INF/persistence.xml
index 36f93b9..64a8a26 100644
--- a/juddi-rest-cxf/src/test/resources/META-INF/persistence.xml
+++ b/juddi-rest-cxf/src/test/resources/META-INF/persistence.xml
@@ -1,4 +1,20 @@
 <?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.
+*
+*/ -->
 <persistence xmlns="http://java.sun.com/xml/ns/persistence" 
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-rest-cxf/src/test/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-rest-cxf/src/test/resources/META-INF/uddi.xml b/juddi-rest-cxf/src/test/resources/META-INF/uddi.xml
index d747357..f315e49 100644
--- a/juddi-rest-cxf/src/test/resources/META-INF/uddi.xml
+++ b/juddi-rest-cxf/src/test/resources/META-INF/uddi.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+* 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.
+*
+*/ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
     <reloadDelay>5000</reloadDelay>
     <client name="juddi-core-unittest-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-rest-cxf/src/test/resources/juddiv3.xml
----------------------------------------------------------------------
diff --git a/juddi-rest-cxf/src/test/resources/juddiv3.xml b/juddi-rest-cxf/src/test/resources/juddiv3.xml
index a69993a..e0b23dd 100644
--- a/juddi-rest-cxf/src/test/resources/juddiv3.xml
+++ b/juddi-rest-cxf/src/test/resources/juddiv3.xml
@@ -1,5 +1,21 @@
 <?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.
+*
+*/ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/assembly.xml
----------------------------------------------------------------------
diff --git a/juddi-tomcat/assembly.xml b/juddi-tomcat/assembly.xml
index 04c24fb..d9000e3 100644
--- a/juddi-tomcat/assembly.xml
+++ b/juddi-tomcat/assembly.xml
@@ -1,3 +1,20 @@
+<!-- 
+/*
+ * Copyright 2001-2008 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.
+ */
+ -->
 <assembly>
   <id></id>
   <formats>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/bootstrap/assembly.xml
----------------------------------------------------------------------
diff --git a/juddi-tomcat/bootstrap/assembly.xml b/juddi-tomcat/bootstrap/assembly.xml
index ca0f298..7e3b3e6 100644
--- a/juddi-tomcat/bootstrap/assembly.xml
+++ b/juddi-tomcat/bootstrap/assembly.xml
@@ -1,3 +1,20 @@
+<!-- 
+/*
+ * Copyright 2001-2008 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.
+ */
+ -->
 <assembly>
   <id></id>
   <formats>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/build.xml
----------------------------------------------------------------------
diff --git a/juddi-tomcat/build.xml b/juddi-tomcat/build.xml
index 325634f..823b894 100644
--- a/juddi-tomcat/build.xml
+++ b/juddi-tomcat/build.xml
@@ -1,3 +1,20 @@
+<!-- 
+/*
+ * Copyright 2001-2008 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.
+ */
+ -->
 <project name="juddi-tomcat" default="package-tomcat" basedir=".">
 	<property file="package.properties"/>
 	<property name="lib.dir" value="${basedir}/target/tomcat/apache-tomcat-${apache.tomcat.version}/lib"/>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/context.xml
----------------------------------------------------------------------
diff --git a/juddi-tomcat/context.xml b/juddi-tomcat/context.xml
index c1313d3..6bfc484 100644
--- a/juddi-tomcat/context.xml
+++ b/juddi-tomcat/context.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
+<!-- 
+/*
+ * Copyright 2001-2008 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.
+ */
+ -->
 <Context>
     <WatchedResource>WEB-INF/web.xml</WatchedResource>
     <!--  -->

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/index.html
----------------------------------------------------------------------
diff --git a/juddi-tomcat/index.html b/juddi-tomcat/index.html
index c38ff51..fbc0e11 100644
--- a/juddi-tomcat/index.html
+++ b/juddi-tomcat/index.html
@@ -1,4 +1,21 @@
-<html>
+<!-- 
+/*
+ * Copyright 2001-2008 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.
+ */
+ -->
+ <html>
     <head>
         <title>Apache jUDDI Registry</title>
         <style type="text/css">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/juddiv3Node2.xml
----------------------------------------------------------------------
diff --git a/juddi-tomcat/juddiv3Node2.xml b/juddi-tomcat/juddiv3Node2.xml
index ceaa7e7..1efb830 100644
--- a/juddi-tomcat/juddiv3Node2.xml
+++ b/juddi-tomcat/juddiv3Node2.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"  ?>
+<!-- 
+/*
+ * Copyright 2001-2008 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.
+ */
+ -->
 <!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/uddiNode2.xml
----------------------------------------------------------------------
diff --git a/juddi-tomcat/uddiNode2.xml b/juddi-tomcat/uddiNode2.xml
index 71c865a..2eb7e9f 100644
--- a/juddi-tomcat/uddiNode2.xml
+++ b/juddi-tomcat/uddiNode2.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!-- 
+/*
+ * Copyright 2001-2008 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 config is for the juddi-gui.
 
 It currently does not use the ValueSet, jUDDI, Replication, or REST APIs

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/orm.xml.example
----------------------------------------------------------------------
diff --git a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/orm.xml.example b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/orm.xml.example
index cb9c92a..660655e 100644
--- a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/orm.xml.example
+++ b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/orm.xml.example
@@ -1,4 +1,21 @@
-<entity-mappings
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
+ --><entity-mappings
   xmlns="http://java.sun.com/xml/ns/persistence/orm"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm classpath:schemas/orm_1_0.xsd"

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/persistence.xml b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/persistence.xml
index 5b2cdb0..2480261 100644
--- a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/persistence.xml
+++ b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/persistence.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    /*
+ * Copyright 2001-2008 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.
+ *
+ */
+-->
 <persistence xmlns="http://java.sun.com/xml/ns/persistence" 
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://java.sun.com/xml/ns/persistence classpath:schemas/persistence_1_0.xsd" 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/index.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/index.jsp b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/index.jsp
index 4dca117..3908cde 100644
--- a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/index.jsp
+++ b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/index.jsp
@@ -1,4 +1,22 @@
 <%@ page session="false" %>
+<%
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
+ %>
 <%@ page import="java.util.List,
                  org.apache.juddi.config.Install,
                  javax.xml.bind.JAXBException,

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/jboss-web.xml
----------------------------------------------------------------------
diff --git a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/jboss-web.xml b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/jboss-web.xml
index aea1b89..3f356a0 100644
--- a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/jboss-web.xml
+++ b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/jboss-web.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
+<!--
+	/*
+ * Copyright 2001-2008 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.
+ *
+ */
+-->
 <!DOCTYPE jboss-web PUBLIC 
 	"-//JBoss//DTD Web Application 2.3V2//EN"
     "http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/orm.xml.example
----------------------------------------------------------------------
diff --git a/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/orm.xml.example b/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/orm.xml.example
index cb9c92a..deb90a2 100644
--- a/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/orm.xml.example
+++ b/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/orm.xml.example
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <entity-mappings
   xmlns="http://java.sun.com/xml/ns/persistence/orm"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/persistence.xml b/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/persistence.xml
index d310f35..433defb 100644
--- a/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/persistence.xml
+++ b/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/persistence.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/jboss-web.xml
----------------------------------------------------------------------
diff --git a/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/jboss-web.xml b/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/jboss-web.xml
index a3cba11..108b011 100644
--- a/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/jboss-web.xml
+++ b/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/jboss-web.xml
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <jboss-web>
     <context-root>juddiv3</context-root>
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/orm.xml.example
----------------------------------------------------------------------
diff --git a/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/orm.xml.example b/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/orm.xml.example
index cb9c92a..2aed627 100644
--- a/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/orm.xml.example
+++ b/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/orm.xml.example
@@ -1,4 +1,22 @@
-<entity-mappings
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
+ -->
+ <entity-mappings
   xmlns="http://java.sun.com/xml/ns/persistence/orm"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm classpath:schemas/orm_1_0.xsd"

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/persistence.xml b/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/persistence.xml
index 5cb247d..b6d91ab 100644
--- a/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/persistence.xml
+++ b/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/persistence.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    /*
+ * Copyright 2001-2008 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.
+ *
+ */
+-->
 <persistence xmlns="http://java.sun.com/xml/ns/persistence" 
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://java.sun.com/xml/ns/persistence classpath:schemas/persistence_1_0.xsd" 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate/WEB-INF/classes/log4j.properties
----------------------------------------------------------------------
diff --git a/juddiv3-war/JPA/Hibernate/WEB-INF/classes/log4j.properties b/juddiv3-war/JPA/Hibernate/WEB-INF/classes/log4j.properties
index b37c93a..5d85a79 100644
--- a/juddiv3-war/JPA/Hibernate/WEB-INF/classes/log4j.properties
+++ b/juddiv3-war/JPA/Hibernate/WEB-INF/classes/log4j.properties
@@ -1,4 +1,16 @@
-
+# Copyright 2001-2008 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.
 log4j.rootLogger=INFO, logfile
 
 # in case any output is given to stdout, format it

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/orm.xml.example
----------------------------------------------------------------------
diff --git a/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/orm.xml.example b/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/orm.xml.example
index cb9c92a..deb90a2 100644
--- a/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/orm.xml.example
+++ b/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/orm.xml.example
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <entity-mappings
   xmlns="http://java.sun.com/xml/ns/persistence/orm"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/persistence.xml b/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/persistence.xml
index 9594254..2e1cf93 100644
--- a/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/persistence.xml
+++ b/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/persistence.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <persistence xmlns="http://java.sun.com/xml/ns/persistence" 
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://java.sun.com/xml/ns/persistence classpath:schemas/persistence_1_0.xsd" 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/log4j.properties
----------------------------------------------------------------------
diff --git a/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/log4j.properties b/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/log4j.properties
index b37c93a..7e5e4e0 100644
--- a/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/log4j.properties
+++ b/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/log4j.properties
@@ -1,3 +1,20 @@
+#
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you 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.
 
 log4j.rootLogger=INFO, logfile
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/PostBackConstants.java
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/PostBackConstants.java b/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/PostBackConstants.java
index 1c68b50..88cf1ee 100644
--- a/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/PostBackConstants.java
+++ b/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/PostBackConstants.java
@@ -1,6 +1,18 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * Copyright 2001-2008 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.
+ *
  */
 package org.apache.juddi.adminconsole;
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/StartupServlet.java
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/StartupServlet.java b/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/StartupServlet.java
index 281f988..9cbb028 100644
--- a/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/StartupServlet.java
+++ b/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/StartupServlet.java
@@ -1,6 +1,18 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * Copyright 2001-2008 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.
+ *
  */
 package org.apache.juddi.adminconsole;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[25/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Database_Setup_1.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Database_Setup_1.xmlt b/docs/devguide/en-US/extras/Database_Setup_1.xmlt
deleted file mode 100644
index 604ee3d..0000000
--- a/docs/devguide/en-US/extras/Database_Setup_1.xmlt
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<persistence xmlns="http://java.sun.com/xml/ns/persistence" 
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://java.sun.com/xml/ns/persistence 
-    http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" 
-    version="1.0">
-    <persistence-unit name="juddiDatabase" transaction-type="RESOURCE_LOCAL">
-        <provider>org.hibernate.ejb.HibernatePersistence</provider>
-        <jta-data-source>java:comp/env/jdbc/JuddiDS</jta-data-source>
-        <!-- entity classes -->
-        <class>org.apache.juddi.model.Address</class>
-        <class>org.apache.juddi.model.AddressLine</class>
-        <class>org.apache.juddi.model.AuthToken</class>
-        <class>org.apache.juddi.model.BindingCategoryBag</class>
-        <class>org.apache.juddi.model.BindingDescr</class>
-        <class>org.apache.juddi.model.BindingTemplate</class>
-        <class>org.apache.juddi.model.BusinessCategoryBag</class>
-        <class>org.apache.juddi.model.BusinessDescr</class>
-        <class>org.apache.juddi.model.BusinessEntity</class>
-        <class>org.apache.juddi.model.BusinessIdentifier</class>
-        <class>org.apache.juddi.model.BusinessName</class>
-        <class>org.apache.juddi.model.BusinessService</class>
-        <class>org.apache.juddi.model.CanonicalizationMethod</class>
-        <class>org.apache.juddi.model.CategoryBag</class>
-        <class>org.apache.juddi.model.Clerk</class>
-        <class>org.apache.juddi.model.ClientSubscriptionInfo</class>
-        <class>org.apache.juddi.model.Contact</class>
-        <class>org.apache.juddi.model.ContactDescr</class>
-        <class>org.apache.juddi.model.DiscoveryUrl</class>
-        <class>org.apache.juddi.model.Email</class>
-        <class>org.apache.juddi.model.InstanceDetailsDescr</class>
-        <class>org.apache.juddi.model.InstanceDetailsDocDescr</class>
-        <class>org.apache.juddi.model.KeyedReference</class>
-        <class>org.apache.juddi.model.KeyedReferenceGroup</class>
-        <class>org.apache.juddi.model.KeyDataValue</class>
-        <class>org.apache.juddi.model.KeyInfo</class>
-        <class>org.apache.juddi.model.Node</class>
-        <class>org.apache.juddi.model.ObjectType</class>
-        <class>org.apache.juddi.model.ObjectTypeContent</class>
-        <class>org.apache.juddi.model.OverviewDoc</class>
-        <class>org.apache.juddi.model.OverviewDocDescr</class>
-        <class>org.apache.juddi.model.PersonName</class>
-        <class>org.apache.juddi.model.Phone</class>
-        <class>org.apache.juddi.model.Publisher</class>
-        <class>org.apache.juddi.model.PublisherAssertion</class>
-        <class>org.apache.juddi.model.PublisherAssertionId</class>
-        <class>org.apache.juddi.model.Reference</class>
-        <class>org.apache.juddi.model.ServiceCategoryBag</class>
-        <class>org.apache.juddi.model.ServiceDescr</class>
-        <class>org.apache.juddi.model.ServiceName</class>
-        <class>org.apache.juddi.model.ServiceProjection</class>
-        <class>org.apache.juddi.model.Signature</class>
-        <class>org.apache.juddi.model.SignatureMethod</class>
-        <class>org.apache.juddi.model.SignatureTransform</class>
-        <class>org.apache.juddi.model.SignatureTransformDataValue</class>
-        <class>org.apache.juddi.model.SignatureValue</class>
-        <class>org.apache.juddi.model.SignedInfo</class>
-        <class>org.apache.juddi.model.Subscription</class>
-        <class>org.apache.juddi.model.SubscriptionChunkToken</class>
-        <class>org.apache.juddi.model.SubscriptionMatch</class>
-        <class>org.apache.juddi.model.Tmodel</class>
-        <class>org.apache.juddi.model.TmodelCategoryBag</class>
-        <class>org.apache.juddi.model.TmodelDescr</class>
-        <class>org.apache.juddi.model.TmodelIdentifier</class>
-        <class>org.apache.juddi.model.TmodelInstanceInfo</class>
-        <class>org.apache.juddi.model.TmodelInstanceInfoDescr</class>
-        <class>org.apache.juddi.model.TransferToken</class>
-        <class>org.apache.juddi.model.TransferTokenKey</class>
-        <class>org.apache.juddi.model.UddiEntity</class>
-        <class>org.apache.juddi.model.UddiEntityPublisher</class>
-
-        <properties>
-            <property name="hibernate.archive.autodetection" value="class"/>
-            <property name="hibernate.hbm2ddl.auto" value="update"/>
-            <property name="hibernate.show_sql" value="false"/>
-            <property name="hibernate.dialect" 
-                value="org.hibernate.dialect.DerbyDialect"/>
-        </properties>
-    </persistence-unit>
-</persistence>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Database_Setup_2.screen
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Database_Setup_2.screen b/docs/devguide/en-US/extras/Database_Setup_2.screen
deleted file mode 100644
index 4befb0b..0000000
--- a/docs/devguide/en-US/extras/Database_Setup_2.screen
+++ /dev/null
@@ -1,5 +0,0 @@
-# psql
-
-postgres= CREATE USER juddi with PASSWORD 'password';
-postgres= CREATE DATABASE juddi;
-postgres= GRANT ALL PRIVILEGES ON DATABASE juddi to juddi;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Database_Setup_2.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Database_Setup_2.xmlt b/docs/devguide/en-US/extras/Database_Setup_2.xmlt
deleted file mode 100644
index aff6944..0000000
--- a/docs/devguide/en-US/extras/Database_Setup_2.xmlt
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Context>
-    <WatchedResource>WEB-INF/web.xml</WatchedResource>
-    <!--  -->
-    <Resource name="jdbc/JuddiDS" auth="Container"
-        type="javax.sql.DataSource" username="" password=""
-        driverClassName="org.apache.derby.jdbc.EmbeddedDriver" 
-        url="jdbc:derby:juddi-derby-test-db;create=true"
-        maxActive="8" 
-        />  
-</Context>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Database_Setup_3.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Database_Setup_3.xmlt b/docs/devguide/en-US/extras/Database_Setup_3.xmlt
deleted file mode 100644
index 6bb2b5a..0000000
--- a/docs/devguide/en-US/extras/Database_Setup_3.xmlt
+++ /dev/null
@@ -1 +0,0 @@
-<property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Database_Setup_4.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Database_Setup_4.xmlt b/docs/devguide/en-US/extras/Database_Setup_4.xmlt
deleted file mode 100644
index 884d0a8..0000000
--- a/docs/devguide/en-US/extras/Database_Setup_4.xmlt
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Context>
-    <WatchedResource>WEB-INF/web.xml</WatchedResource>
-    <Resource name="jdbc/JuddiDS" auth="Container"
-        type="javax.sql.DataSource" username="root" password=""
-        driverClassName="com.mysql.jdbc.Driver" 
-        url="jdbc:mysql://localhost:3306/juddiv3"
-        maxActive="8"/>  
-</Context>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Database_Setup_5.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Database_Setup_5.xmlt b/docs/devguide/en-US/extras/Database_Setup_5.xmlt
deleted file mode 100644
index b715acc..0000000
--- a/docs/devguide/en-US/extras/Database_Setup_5.xmlt
+++ /dev/null
@@ -1,21 +0,0 @@
-<datasources>
-    <local-tx-datasource>
-        <jndi-name>JuddiDS</jndi-name>
-        <connection-url>jdbc:postgresql://localhost:5432/juddi</connection-url>
-        <driver-class>org.postgresql.Driver</driver-class>
-        <user-name>juddi</user-name>
-        <password>password</password>
-        <!-- sql to call when connection is created.  Can be anything, 
-        select 1 is valid for PostgreSQL 
-        <new-connection-sql>select 1</new-connection-sql>
-        -->
-        <!-- sql to call on an existing pooled connection when it is obtained 
-        from pool.  Can be anything, select 1 is valid for PostgreSQL
-        <check-valid-connection-sql>select 1</check-valid-connection-sql>
-        -->
-        <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml -->
-        <metadata>
-            <type-mapping>PostgreSQL 8.0</type-mapping>
-        </metadata>
-    </local-tx-datasource>
-</datasources>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Database_Setup_6.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Database_Setup_6.xmlt b/docs/devguide/en-US/extras/Database_Setup_6.xmlt
deleted file mode 100644
index fc157a4..0000000
--- a/docs/devguide/en-US/extras/Database_Setup_6.xmlt
+++ /dev/null
@@ -1,3 +0,0 @@
-<jta-data-source>java:comp/env/jdbc/JuddiDS</jta-data-source>
-    .....
-<property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect"/>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Getting_Started_1.screen
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Getting_Started_1.screen b/docs/devguide/en-US/extras/Getting_Started_1.screen
deleted file mode 100644
index ba3e7bc..0000000
--- a/docs/devguide/en-US/extras/Getting_Started_1.screen
+++ /dev/null
@@ -1,2 +0,0 @@
-% cd apache-tomcat-6.0.20/bin
-% ./startup.sh
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Root_seed_data_1.properties
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Root_seed_data_1.properties b/docs/devguide/en-US/extras/Root_seed_data_1.properties
deleted file mode 100644
index 439e8d9..0000000
--- a/docs/devguide/en-US/extras/Root_seed_data_1.properties
+++ /dev/null
@@ -1 +0,0 @@
-juddi.root.publisher=root
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Root_seed_data_1.screen
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Root_seed_data_1.screen b/docs/devguide/en-US/extras/Root_seed_data_1.screen
deleted file mode 100644
index c2706d1..0000000
--- a/docs/devguide/en-US/extras/Root_seed_data_1.screen
+++ /dev/null
@@ -1,4 +0,0 @@
-<publisher>_Publisher.xml
-<publisher>_tModelKeyGen.xml
-<publisher>_BusinessEntity.xml
-<publisher>_tModels.xml
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Root_seed_data_1.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Root_seed_data_1.xmlt b/docs/devguide/en-US/extras/Root_seed_data_1.xmlt
deleted file mode 100644
index 85da3e8..0000000
--- a/docs/devguide/en-US/extras/Root_seed_data_1.xmlt
+++ /dev/null
@@ -1,4 +0,0 @@
-<publisher xmlns="urn:juddi-apache-org:api_v3" authorizedName="root">
-    <publisherName>root publisher</publisherName>
-    <isAdmin>true</isAdmin>
-</publisher>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Root_seed_data_2.screen
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Root_seed_data_2.screen b/docs/devguide/en-US/extras/Root_seed_data_2.screen
deleted file mode 100644
index 10d03de..0000000
--- a/docs/devguide/en-US/extras/Root_seed_data_2.screen
+++ /dev/null
@@ -1 +0,0 @@
-mv RENAME4Sales_juddi_custom_install_data juddi_custom_install_data
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Root_seed_data_2.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Root_seed_data_2.xmlt b/docs/devguide/en-US/extras/Root_seed_data_2.xmlt
deleted file mode 100644
index fd7e180..0000000
--- a/docs/devguide/en-US/extras/Root_seed_data_2.xmlt
+++ /dev/null
@@ -1,14 +0,0 @@
-<tModel tModelKey="uddi:juddi.apache.org:keygenerator" xmlns="urn:uddi-org:api_v3">
-    <name>uddi-org:keyGenerator</name>
-    <description>Root domain key generator</description>
-    <overviewDoc>
-        <overviewURL useType="text">
-        http://uddi.org/pubs/uddi_v3.htm#keyGen
-        </overviewURL>
-    </overviewDoc>
-    <categoryBag>
-        <keyedReference tModelKey="uddi:uddi.org:categorization:types" 
-            keyName="uddi-org:types:keyGenerator"
-            keyValue="keyGenerator" />
-    </categoryBag>
-</tModel>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Root_seed_data_3.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Root_seed_data_3.xmlt b/docs/devguide/en-US/extras/Root_seed_data_3.xmlt
deleted file mode 100644
index 12ff8d8..0000000
--- a/docs/devguide/en-US/extras/Root_seed_data_3.xmlt
+++ /dev/null
@@ -1,69 +0,0 @@
-<businessEntity xmlns="urn:uddi-org:api_v3" 
-    xmlns:xml="http://www.w3.org/XML/1998/namespace" 
-    businessKey="uddi:juddi.apache.org:businesses-asf">
-    <!-- Change the name field to represent the name of your registry -->
-    <name xml:lang="en">An Apache jUDDI Node</name>
-        <!-- Change the description field to provided 
-        a brief description of your registry -->
-        <description xml:lang="en">
-            This is a UDDI v3 registry node as implemented by Apache jUDDI.
-        </description>
-        <discoveryURLs>
-        <!-- This discovery URL should point to the home installation URL of jUDDI -->
-        <discoveryURL useType="home">
-            http://${juddi.server.name}:${juddi.server.port}/juddiv3
-        </discoveryURL>
-    </discoveryURLs>
-    <categoryBag>
-        <keyedReference tModelKey="uddi:uddi.org:categorization:nodes" keyValue="node" />
-    </categoryBag>
-
-    <businessServices>
-    <!-- As mentioned above, you may want to provide user-defined keys for 
-    these (and the services/bindingTemplates below.  Services that you
-    don't intend to support should be removed entirely -->
-        <businessService serviceKey="uddi:juddi.apache.org:services-inquiry" 
-            businessKey="uddi:juddi.apache.org:businesses-asf">
-            <name xml:lang="en">UDDI Inquiry Service</name>
-            <description xml:lang="en">Web Service supporting UDDI Inquiry API</description>
-            <bindingTemplates>
-                <bindingTemplate bindingKey="uddi:juddi.apache.org:servicebindings-inquiry-ws" 
-                    serviceKey="uddi:juddi.apache.org:services-inquiry">
-                    <description>UDDI Inquiry API V3</description>
-                    <!-- This should be changed to the WSDL URL of the inquiry API.  
-                    An access point inside a bindingTemplate will be found for every service
-                    in this file.  They all must point to their API's WSDL URL -->
-                    <accessPoint useType="wsdlDeployment">
-                        http://${juddi.server.name}:${juddi.server.port}/juddiv3/services/inquiry?wsdl
-                    </accessPoint>
-                    <tModelInstanceDetails>
-                        <tModelInstanceInfo tModelKey="uddi:uddi.org:v3_inquiry">
-                            <instanceDetails>
-                                <instanceParms>
-                                <![CDATA[
-                                <?xml version="1.0" encoding="utf-8" ?>
-                                <UDDIinstanceParmsContainer 
-                                    xmlns="urn:uddi-org:policy_v3_instanceParms">
-                                    <defaultSortOrder>
-                                        uddi:uddi.org:sortorder:binarysort
-                                    </defaultSortOrder>
-                                </UDDIinstanceParmsContainer>
-                                ]]>
-                                </instanceParms>
-                            </instanceDetails>
-                        </tModelInstanceInfo>
-                    </tModelInstanceDetails>
-                    <categoryBag>
-                        <keyedReference keyName="uddi-org:types:wsdl" keyValue="wsdlDeployment" 
-                            tModelKey="uddi:uddi.org:categorization:types"/>
-                    </categoryBag>
-                </bindingTemplate>
-            </bindingTemplates>
-        </businessService>
-        <businessService serviceKey="uddi:juddi.apache.org:services-publish" 
-            businessKey="uddi:juddi.apache.org:businesses-asf">
-            <name xml:lang="en">UDDI Publish Service</name>
-            ...........
-        </businessService>
-    </businessServices>
-</businessEntity>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Subscription_1.properties
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Subscription_1.properties b/docs/devguide/en-US/extras/Subscription_1.properties
deleted file mode 100644
index 90fc766..0000000
--- a/docs/devguide/en-US/extras/Subscription_1.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-juddi.server.name=sales
-juddi.server.port=8080
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Subscription_1.screen
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Subscription_1.screen b/docs/devguide/en-US/extras/Subscription_1.screen
deleted file mode 100644
index 26bc2d2..0000000
--- a/docs/devguide/en-US/extras/Subscription_1.screen
+++ /dev/null
@@ -1,2 +0,0 @@
-cd juddiv3/WEB-INF/classes
-mv RENAME4SALES_juddi_custom_install_data juddi_custom_install_data
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Subscription_1.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Subscription_1.xmlt b/docs/devguide/en-US/extras/Subscription_1.xmlt
deleted file mode 100644
index 1a4f8a0..0000000
--- a/docs/devguide/en-US/extras/Subscription_1.xmlt
+++ /dev/null
@@ -1,6 +0,0 @@
-<name>default-ws</name>
-<properties>
-    <property name="serverName" value="sales"/>
-    <property name="serverPort" value="8080"/>
-    <property name="rmiPort" value="1099"/>
-</properties>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Subscription_2.properties
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Subscription_2.properties b/docs/devguide/en-US/extras/Subscription_2.properties
deleted file mode 100644
index af00d7d..0000000
--- a/docs/devguide/en-US/extras/Subscription_2.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-juddi.server.name=marketing
-juddi.server.port=8080
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Subscription_2.screen
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Subscription_2.screen b/docs/devguide/en-US/extras/Subscription_2.screen
deleted file mode 100644
index 90fc766..0000000
--- a/docs/devguide/en-US/extras/Subscription_2.screen
+++ /dev/null
@@ -1,2 +0,0 @@
-juddi.server.name=sales
-juddi.server.port=8080
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Subscription_2.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Subscription_2.xmlt b/docs/devguide/en-US/extras/Subscription_2.xmlt
deleted file mode 100644
index 1a4f8a0..0000000
--- a/docs/devguide/en-US/extras/Subscription_2.xmlt
+++ /dev/null
@@ -1,6 +0,0 @@
-<name>default-ws</name>
-<properties>
-    <property name="serverName" value="sales"/>
-    <property name="serverPort" value="8080"/>
-    <property name="rmiPort" value="1099"/>
-</properties>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Subscription_3.screen
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Subscription_3.screen b/docs/devguide/en-US/extras/Subscription_3.screen
deleted file mode 100644
index ed7eef0..0000000
--- a/docs/devguide/en-US/extras/Subscription_3.screen
+++ /dev/null
@@ -1 +0,0 @@
-bin/startup.sh
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Subscription_3.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Subscription_3.xmlt b/docs/devguide/en-US/extras/Subscription_3.xmlt
deleted file mode 100644
index cccc89b..0000000
--- a/docs/devguide/en-US/extras/Subscription_3.xmlt
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<uddi>
-    <reloadDelay>5000</reloadDelay>
-    <manager name="example-manager">
-        <nodes>
-            <node>
-                <name>default</name>
-                <description>Sales jUDDI node</description>  
-                <properties>
-                    <property name="serverName"  value="sales"/>
-                    <property name="serverPort"  value="8080"/>
-                    <property name="keyDomain"   value="sales.apache.org"/>
-                    <property name="department"  value="sales" />
-                </properties>
-                <proxyTransport>
-                    org.apache.juddi.v3.client.transport.InVMTransport
-                </proxyTransport>
-                <custodyTransferUrl>
-                    org.apache.juddi.api.impl.UDDICustodyTransferImpl
-                </custodyTransferUrl>
-                <inquiryUrl>org.apache.juddi.api.impl.UDDIInquiryImpl</inquiryUrl>
-                <publishUrl>org.apache.juddi.api.impl.UDDIPublicationImpl</publishUrl>
-                <securityUrl>org.apache.juddi.api.impl.UDDISecurityImpl</securityUrl>
-                <subscriptionUrl>
-                    org.apache.juddi.api.impl.UDDISubscriptionImpl
-                </subscriptionUrl>
-                <subscriptionListenerUrl>
-                    org.apache.juddi.api.impl.UDDISubscriptionListenerImpl
-                </subscriptionListenerUrl>
-                <juddiApiUrl>org.apache.juddi.api.impl.JUDDIApiImpl</juddiApiUrl>
-            </node>
-        </nodes>
-    </manager>
-</uddi>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Subscription_4.screen
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Subscription_4.screen b/docs/devguide/en-US/extras/Subscription_4.screen
deleted file mode 100644
index a727e81..0000000
--- a/docs/devguide/en-US/extras/Subscription_4.screen
+++ /dev/null
@@ -1,2 +0,0 @@
-cd juddiv3/WEB-INF/classes
-mv RENAME4MARKETING_juddi_custom_install_data juddi_custom_install_data
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Subscription_4.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Subscription_4.xmlt b/docs/devguide/en-US/extras/Subscription_4.xmlt
deleted file mode 100644
index 424ba2a..0000000
--- a/docs/devguide/en-US/extras/Subscription_4.xmlt
+++ /dev/null
@@ -1,48 +0,0 @@
-<save_tModel xmlns="urn:uddi-org:api_v3">
-
-    <tModel tModelKey="uddi:marketing.apache.org:keygenerator" xmlns="urn:uddi-org:api_v3">
-        <name>marketing-apache-org:keyGenerator</name>
-        <description>Marketing domain key generator</description>
-        <overviewDoc>
-            <overviewURL useType="text">
-                http://uddi.org/pubs/uddi_v3.htm#keyGen
-            </overviewURL>
-        </overviewDoc>
-        <categoryBag>
-            <keyedReference tModelKey="uddi:uddi.org:categorization:types" 
-                keyName="uddi-org:types:keyGenerator"
-                keyValue="keyGenerator" />
-        </categoryBag>
-    </tModel>
-    
-    <tModel tModelKey="uddi:marketing.apache.org:subscription:keygenerator" 
-        xmlns="urn:uddi-org:api_v3">
-        <name>marketing-apache-org:subscription:keyGenerator</name>
-        <description>Marketing Subscriptions domain key generator</description>
-        <overviewDoc>
-            <overviewURL useType="text">
-                http://uddi.org/pubs/uddi_v3.htm#keyGen
-            </overviewURL>
-        </overviewDoc>
-        <categoryBag>
-            <keyedReference tModelKey="uddi:uddi.org:categorization:types" 
-                keyName="uddi-org:types:keyGenerator"
-                keyValue="keyGenerator" />
-        </categoryBag>
-    </tModel>
-
-    <tModel tModelKey="uddi:sales.apache.org:keygenerator" xmlns="urn:uddi-org:api_v3">
-        <name>sales-apache-org:keyGenerator</name>
-        <description>Sales Root domain key generator</description>
-        <overviewDoc>
-            <overviewURL useType="text">
-                http://uddi.org/pubs/uddi_v3.htm#keyGen
-            </overviewURL>
-        </overviewDoc>
-        <categoryBag>
-            <keyedReference tModelKey="uddi:uddi.org:categorization:types" 
-                keyName="uddi-org:types:keyGenerator"
-                keyValue="keyGenerator" />
-        </categoryBag>
-    </tModel>
-</save_tModel>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Subscription_5.screen
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Subscription_5.screen b/docs/devguide/en-US/extras/Subscription_5.screen
deleted file mode 100644
index ed7eef0..0000000
--- a/docs/devguide/en-US/extras/Subscription_5.screen
+++ /dev/null
@@ -1 +0,0 @@
-bin/startup.sh
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Subscription_5.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Subscription_5.xmlt b/docs/devguide/en-US/extras/Subscription_5.xmlt
deleted file mode 100644
index 0eb7fcc..0000000
--- a/docs/devguide/en-US/extras/Subscription_5.xmlt
+++ /dev/null
@@ -1,14 +0,0 @@
-<clerks registerOnStartup="false">
-    <clerk  name="MarketingCratchit"    node="default-ws" 
-            publisher="marketing"       password="marketing"/>
-
-    <clerk  name="SalesCratchit"        node="sales-ws"   
-            publisher="marketing"       password="marketing"/>
-    <!--  optional 
-    <xregister>
-        <servicebinding 
-            entityKey="uddi:marketing.apache.org:servicebindings-subscriptionlistener-ws" 
-            fromClerk="MarketingCratchit" toClerk="SalesCratchit"/>
-    </xregister>
-    -->
-</clerks>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Using_jUDDI-Client_1.java
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Using_jUDDI-Client_1.java b/docs/devguide/en-US/extras/Using_jUDDI-Client_1.java
deleted file mode 100644
index 3acf9a8..0000000
--- a/docs/devguide/en-US/extras/Using_jUDDI-Client_1.java
+++ /dev/null
@@ -1 +0,0 @@
-juddi.jndi.registration=true
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Using_jUDDI-Client_1.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Using_jUDDI-Client_1.xmlt b/docs/devguide/en-US/extras/Using_jUDDI-Client_1.xmlt
deleted file mode 100644
index 4bd8c31..0000000
--- a/docs/devguide/en-US/extras/Using_jUDDI-Client_1.xmlt
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<uddi>
-    <reloadDelay>5000</reloadDelay>
-    <manager name="example-manager">
-        <nodes>
-            <node>
-                <name>default</name>
-                <description>Main jUDDI node</description>  
-                <properties>
-                    <property name="serverName"  value="localhost"/>
-                    <property name="serverPort"  value="8080"/>
-                    <property name="keyDomain"   value="juddi.apache.org"/>
-                    <property name="department"  value="businesses" />
-                </properties>
-                <proxyTransport>
-                    org.apache.juddi.v3.client.transport.InVMTransport
-                </proxyTransport>
-                <custodyTransferUrl>
-                    org.apache.juddi.api.impl.UDDICustodyTransferImpl
-                </custodyTransferUrl>
-                <inquiryUrl>org.apache.juddi.api.impl.UDDIInquiryImpl</inquiryUrl>
-                <publishUrl>org.apache.juddi.api.impl.UDDIPublicationImpl</publishUrl>
-                <securityUrl>org.apache.juddi.api.impl.UDDISecurityImpl</securityUrl>
-                <subscriptionUrl>org.apache.juddi.api.impl.UDDISubscriptionImpl
-                </subscriptionUrl>
-                <subscriptionListenerUrl>
-                    org.apache.juddi.api.impl.UDDISubscriptionListenerImpl
-                </subscriptionListenerUrl>
-                <juddiApiUrl>org.apache.juddi.api.impl.JUDDIApiImpl</juddiApiUrl>
-            </node>
-        </nodes>
-    </manager>
-</uddi>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Using_jUDDI-Client_2.java
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Using_jUDDI-Client_2.java b/docs/devguide/en-US/extras/Using_jUDDI-Client_2.java
deleted file mode 100644
index 690d446..0000000
--- a/docs/devguide/en-US/extras/Using_jUDDI-Client_2.java
+++ /dev/null
@@ -1 +0,0 @@
-Registry.start()
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Using_jUDDI-Client_2.xmlt
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Using_jUDDI-Client_2.xmlt b/docs/devguide/en-US/extras/Using_jUDDI-Client_2.xmlt
deleted file mode 100644
index aeff673..0000000
--- a/docs/devguide/en-US/extras/Using_jUDDI-Client_2.xmlt
+++ /dev/null
@@ -1,23 +0,0 @@
-<!-- JAX-WS Transport -->
-<proxyTransport>org.apache.juddi.v3.client.transport.JAXWSTransport</proxyTransport>
-    <custodyTransferUrl>
-        http://${serverName}:${serverPort}/juddiv3/services/custody-transfer?wsdl
-    </custodyTransferUrl>
-    <inquiryUrl>
-        http://${serverName}:${serverPort}/juddiv3/services/inquiry?wsdl
-    </inquiryUrl>
-    <publishUrl>
-        http://${serverName}:${serverPort}/juddiv3/services/publish?wsdl
-    </publishUrl>
-    <securityUrl>
-        http://${serverName}:${serverPort}/juddiv3/services/security?wsdl
-    </securityUrl>
-    <subscriptionUrl>
-        http://${serverName}:${serverPort}/juddiv3/services/subscription?wsdl
-    </subscriptionUrl>
-    <subscriptionListenerUrl>
-        http://${serverName}:${serverPort}/juddiv3/services/subscription-listener?wsdl
-    </subscriptionListenerUrl>
-    <juddiApiUrl>
-        http://${serverName}:${serverPort}/juddiv3/services/juddi-api?wsdl
-    </juddiApiUrl>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Using_jUDDI-Client_3.java
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Using_jUDDI-Client_3.java b/docs/devguide/en-US/extras/Using_jUDDI-Client_3.java
deleted file mode 100644
index e24d0bb..0000000
--- a/docs/devguide/en-US/extras/Using_jUDDI-Client_3.java
+++ /dev/null
@@ -1 +0,0 @@
-Registry.stop()
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/Using_jUDDI-Client_4.java
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/Using_jUDDI-Client_4.java b/docs/devguide/en-US/extras/Using_jUDDI-Client_4.java
deleted file mode 100644
index 580abea..0000000
--- a/docs/devguide/en-US/extras/Using_jUDDI-Client_4.java
+++ /dev/null
@@ -1,22 +0,0 @@
-public void testAuthToken() {
-    try {
-        String clazz = ClientConfig.getConfiguration().getString(
-            Property.UDDI_PROXY_TRANSPORT,Property.DEFAULT_UDDI_PROXY_TRANSPORT);
-        Class<?> transportClass = Loader.loadClass(clazz);
-        if (transportClass!=null) {
-            Transport transport = (Transport) transportClass.newInstance();
-            UDDISecurityPortType securityService = transport.getSecurityService();
-            GetAuthToken getAuthToken = new GetAuthToken();
-            getAuthToken.setUserID("root");
-            getAuthToken.setCred("");
-            AuthToken authToken = securityService.getAuthToken(getAuthToken);
-            System.out.println(authToken.getAuthInfo());
-            Assert.assertNotNull(authToken);
-        } else {
-            Assert.fail();
-        }
-    } catch (Exception e) {
-        e.printStackTrace();
-        Assert.fail();
-    } 
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/jUDDI_configuration_1.properties
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/jUDDI_configuration_1.properties b/docs/devguide/en-US/extras/jUDDI_configuration_1.properties
deleted file mode 100644
index fa22b10..0000000
--- a/docs/devguide/en-US/extras/jUDDI_configuration_1.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# Days before a subscription expires
-juddi.subscription.expiration.days=365
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/extras/jUDDI_configuration_2.properties
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/extras/jUDDI_configuration_2.properties b/docs/devguide/en-US/extras/jUDDI_configuration_2.properties
deleted file mode 100644
index 18c6566..0000000
--- a/docs/devguide/en-US/extras/jUDDI_configuration_2.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# Minutes before a "chunked" subscription call expires
-juddi.subscription.chunkexpiration.minutes=5
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/images/eclipse_javaagent.png
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/images/eclipse_javaagent.png b/docs/devguide/en-US/images/eclipse_javaagent.png
deleted file mode 100644
index 3683f84..0000000
Binary files a/docs/devguide/en-US/images/eclipse_javaagent.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/images/eclipse_maven.png
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/images/eclipse_maven.png b/docs/devguide/en-US/images/eclipse_maven.png
deleted file mode 100644
index 218bd70..0000000
Binary files a/docs/devguide/en-US/images/eclipse_maven.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/images/eclise_unittest.png
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/images/eclise_unittest.png b/docs/devguide/en-US/images/eclise_unittest.png
deleted file mode 100644
index 48b2349..0000000
Binary files a/docs/devguide/en-US/images/eclise_unittest.png and /dev/null differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[06/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Inquiry3to2.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Inquiry3to2.cs b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Inquiry3to2.cs
index d6e5576..db8cd99 100644
--- a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Inquiry3to2.cs
+++ b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Inquiry3to2.cs
@@ -1,172 +1,191 @@
-using org.apache.juddi.client.org.apache.juddi.v3.client.mapping;
-using org.apache.juddi.v3.client.mapping;
-using org.uddi.apiv2;
-using org.uddi.apiv3;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace org.apache.juddi.v3.client.transport.wrapper
-{
-    /// <summary>
-    /// This class provides a wrapper to enable UDDIv3 clients to talk to UDDIv2 servers
-    ///  via JAXWS Transport. It handles all translations for Inquiry service methods.
-    ///  @author <a href="alexoree@apache.org">Alex O'Ree</a>
-    ///  @since 3.2.1
-    /// </summary>
-    public class Inquiry3to2 : UDDI_Inquiry_SoapBinding, IDisposable
-    {
-
-        private InquireSoap inquiry = new InquireSoap();
-        public Inquiry3to2(string endpointURL)
-        {
-            // TODO: Complete member initialization
-            this.Url = endpointURL;
-        }
-
-        public Inquiry3to2()
-        {
-
-        }
-
-        public  void Dispose()
-        {
-            if (inquiry != null)
-            {
-                inquiry.Dispose();
-                inquiry = null;
-            }
-        }
-
-        private void Init()
-        {
-            inquiry.Url = this.Url;
-        }
-
-        public override org.uddi.apiv3.bindingDetail find_binding(org.uddi.apiv3.find_binding find_binding1)
-        {
-            Init();
-            return MapUDDIv2to3.MapBindingDetail(inquiry.find_binding(MapUDDIv3to2.MapFindBinding(find_binding1)));
-        }
-
-        public override org.uddi.apiv3.businessList find_business(org.uddi.apiv3.find_business fb)
-        {
-            Init();
-            return MapUDDIv2to3.MapBusinessList(inquiry.find_business(MapUDDIv3to2.MapFindBusiness(fb)));
-        }
-
-        public override uddi.apiv3.serviceList find_service(uddi.apiv3.find_service find_service1)
-        {
-            Init();
-            return MapUDDIv2to3.MapServiceList(inquiry.find_service(MapUDDIv3to2.MapFindService(find_service1)));
-        }
-        public override uddi.apiv3.relatedBusinessesList find_relatedBusinesses(uddi.apiv3.find_relatedBusinesses find_relatedBusinesses1)
-        {
-            Init();
-            return MapUDDIv2to3.MapRelatedBusinessList(inquiry.find_relatedBusinesses(MapUDDIv3to2.MapFindRelatedBusinesses(find_relatedBusinesses1)));
-        }
-        public override uddi.apiv3.tModelList find_tModel(uddi.apiv3.find_tModel find_tModel1)
-        {
-            Init();
-            return MapUDDIv2to3.MapTModelList(inquiry.find_tModel(MapUDDIv3to2.MapFindTModel(find_tModel1)));
-        }
-        public override uddi.apiv3.bindingDetail get_bindingDetail(uddi.apiv3.get_bindingDetail get_bindingDetail1)
-        {
-            Init();
-            return MapUDDIv2to3.MapBindingDetail(inquiry.get_bindingDetail(MapUDDIv3to2.MapGetBindingDetail(get_bindingDetail1)));
-        }
-
-        public override uddi.apiv3.businessDetail get_businessDetail(uddi.apiv3.get_businessDetail get_businessDetail1)
-        {
-            Init();
-            return MapUDDIv2to3.MapBusinessDetail(inquiry.get_businessDetail(MapUDDIv2to3.MapGetBusinessDetail(get_businessDetail1)));
-        }
-        public static readonly String VERSION = "2.0";
-        public override operationalInfos get_operationalInfo(get_operationalInfo get_operationalInfo1)
-        {
-            Init();
-            operationalInfos ret = new operationalInfos();
-            List<operationalInfo> r = new List<operationalInfo>();
-            for (int i = 0; i < get_operationalInfo1.entityKey.Length; i++)
-            {
-                operationalInfo oi = new operationalInfo();
-                oi.entityKey=(get_operationalInfo1.entityKey[i]);
-                try
-                {
-                    org.uddi.apiv2.get_businessDetail businessDetail = new org.uddi.apiv2.get_businessDetail();
-                    businessDetail.generic=(VERSION);
-                    businessDetail.businessKey = new string[]{get_operationalInfo1.entityKey[i]};
-                    org.uddi.apiv2.businessDetail z = inquiry.get_businessDetail(businessDetail);
-                    oi.nodeID=(z.@operator);
-                    oi.authorizedName=(z.businessEntity[0].authorizedName);
-                }
-                catch (Exception ex)
-                {
-                }
-                if (oi.authorizedName != null)
-                {
-                    r.Add(oi);
-                    continue;
-                }
-                try
-                {
-                    org.uddi.apiv2.get_tModelDetail tModelDetail = new org.uddi.apiv2.get_tModelDetail();
-                    tModelDetail.generic=(VERSION);
-                    tModelDetail.tModelKey = new string[] { get_operationalInfo1.entityKey[i] };
-                    org.uddi.apiv2.tModelDetail z = inquiry.get_tModelDetail(tModelDetail);
-                    oi.nodeID=(z.@operator);
-                    oi.authorizedName=(z.tModel[0].authorizedName);
-                }
-                catch (Exception ex)
-                {
-                }
-                if (oi.authorizedName != null)
-                {
-                    r.Add(oi);
-                    continue;
-                }
-                try
-                {
-                    //get the service
-                    org.uddi.apiv2.get_serviceDetail serviceDetail = new org.uddi.apiv2.get_serviceDetail();
-                    serviceDetail.generic=(VERSION);
-                    serviceDetail.serviceKey = new string[] { get_operationalInfo1.entityKey[i] };
-                    org.uddi.apiv2.serviceDetail z = inquiry.get_serviceDetail(serviceDetail);
-                    oi.nodeID=(z.@operator);
-
-                    org.uddi.apiv2.get_businessDetail businessDetail = new org.uddi.apiv2.get_businessDetail();
-                    businessDetail.generic=(VERSION);
-                    //its owning business
-                    businessDetail.businessKey = new string[] { z.businessService[0].businessKey };
-                    org.uddi.apiv2.businessDetail z2 = inquiry.get_businessDetail(businessDetail);
-                    oi.nodeID = (z2.@operator);
-                    oi.authorizedName=(z2.businessEntity[0].authorizedName);
-                    r.Add(oi);
-                }
-                catch (Exception ex)
-                {
-                }
-
-                
-            }
-            ret.truncated = (false);
-            ret.operationalInfo = r.ToArray();
-            return ret;
-
-
-            
-        }
-        public override uddi.apiv3.serviceDetail get_serviceDetail(uddi.apiv3.get_serviceDetail get_serviceDetail1)
-        {
-            Init();
-            return MapUDDIv2to3.MapServiceDetail(inquiry.get_serviceDetail(MapUDDIv3to2.MapGetServiceDetail(get_serviceDetail1)));
-        }
-        public override uddi.apiv3.tModelDetail get_tModelDetail(uddi.apiv3.get_tModelDetail get_tModelDetail1)
-        {
-            Init();
-            return MapUDDIv2to3.MapTModelDetail(inquiry.get_tModelDetail(MapUDDIv3to2.MapGetTModelDetail(get_tModelDetail1)));
-        }
-
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using org.apache.juddi.client.org.apache.juddi.v3.client.mapping;
+using org.apache.juddi.v3.client.mapping;
+using org.uddi.apiv2;
+using org.uddi.apiv3;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace org.apache.juddi.v3.client.transport.wrapper
+{
+    /// <summary>
+    /// This class provides a wrapper to enable UDDIv3 clients to talk to UDDIv2 servers
+    ///  via JAXWS Transport. It handles all translations for Inquiry service methods.
+    ///  @author <a href="alexoree@apache.org">Alex O'Ree</a>
+    ///  @since 3.2.1
+    /// </summary>
+    public class Inquiry3to2 : UDDI_Inquiry_SoapBinding, IDisposable
+    {
+
+        private InquireSoap inquiry = new InquireSoap();
+        public Inquiry3to2(string endpointURL)
+        {
+            // TODO: Complete member initialization
+            this.Url = endpointURL;
+        }
+
+        public Inquiry3to2()
+        {
+
+        }
+
+        public  void Dispose()
+        {
+            if (inquiry != null)
+            {
+                inquiry.Dispose();
+                inquiry = null;
+            }
+        }
+
+        private void Init()
+        {
+            inquiry.Url = this.Url;
+        }
+
+        public override org.uddi.apiv3.bindingDetail find_binding(org.uddi.apiv3.find_binding find_binding1)
+        {
+            Init();
+            return MapUDDIv2to3.MapBindingDetail(inquiry.find_binding(MapUDDIv3to2.MapFindBinding(find_binding1)));
+        }
+
+        public override org.uddi.apiv3.businessList find_business(org.uddi.apiv3.find_business fb)
+        {
+            Init();
+            return MapUDDIv2to3.MapBusinessList(inquiry.find_business(MapUDDIv3to2.MapFindBusiness(fb)));
+        }
+
+        public override uddi.apiv3.serviceList find_service(uddi.apiv3.find_service find_service1)
+        {
+            Init();
+            return MapUDDIv2to3.MapServiceList(inquiry.find_service(MapUDDIv3to2.MapFindService(find_service1)));
+        }
+        public override uddi.apiv3.relatedBusinessesList find_relatedBusinesses(uddi.apiv3.find_relatedBusinesses find_relatedBusinesses1)
+        {
+            Init();
+            return MapUDDIv2to3.MapRelatedBusinessList(inquiry.find_relatedBusinesses(MapUDDIv3to2.MapFindRelatedBusinesses(find_relatedBusinesses1)));
+        }
+        public override uddi.apiv3.tModelList find_tModel(uddi.apiv3.find_tModel find_tModel1)
+        {
+            Init();
+            return MapUDDIv2to3.MapTModelList(inquiry.find_tModel(MapUDDIv3to2.MapFindTModel(find_tModel1)));
+        }
+        public override uddi.apiv3.bindingDetail get_bindingDetail(uddi.apiv3.get_bindingDetail get_bindingDetail1)
+        {
+            Init();
+            return MapUDDIv2to3.MapBindingDetail(inquiry.get_bindingDetail(MapUDDIv3to2.MapGetBindingDetail(get_bindingDetail1)));
+        }
+
+        public override uddi.apiv3.businessDetail get_businessDetail(uddi.apiv3.get_businessDetail get_businessDetail1)
+        {
+            Init();
+            return MapUDDIv2to3.MapBusinessDetail(inquiry.get_businessDetail(MapUDDIv2to3.MapGetBusinessDetail(get_businessDetail1)));
+        }
+        public static readonly String VERSION = "2.0";
+        public override operationalInfos get_operationalInfo(get_operationalInfo get_operationalInfo1)
+        {
+            Init();
+            operationalInfos ret = new operationalInfos();
+            List<operationalInfo> r = new List<operationalInfo>();
+            for (int i = 0; i < get_operationalInfo1.entityKey.Length; i++)
+            {
+                operationalInfo oi = new operationalInfo();
+                oi.entityKey=(get_operationalInfo1.entityKey[i]);
+                try
+                {
+                    org.uddi.apiv2.get_businessDetail businessDetail = new org.uddi.apiv2.get_businessDetail();
+                    businessDetail.generic=(VERSION);
+                    businessDetail.businessKey = new string[]{get_operationalInfo1.entityKey[i]};
+                    org.uddi.apiv2.businessDetail z = inquiry.get_businessDetail(businessDetail);
+                    oi.nodeID=(z.@operator);
+                    oi.authorizedName=(z.businessEntity[0].authorizedName);
+                }
+                catch (Exception ex)
+                {
+                }
+                if (oi.authorizedName != null)
+                {
+                    r.Add(oi);
+                    continue;
+                }
+                try
+                {
+                    org.uddi.apiv2.get_tModelDetail tModelDetail = new org.uddi.apiv2.get_tModelDetail();
+                    tModelDetail.generic=(VERSION);
+                    tModelDetail.tModelKey = new string[] { get_operationalInfo1.entityKey[i] };
+                    org.uddi.apiv2.tModelDetail z = inquiry.get_tModelDetail(tModelDetail);
+                    oi.nodeID=(z.@operator);
+                    oi.authorizedName=(z.tModel[0].authorizedName);
+                }
+                catch (Exception ex)
+                {
+                }
+                if (oi.authorizedName != null)
+                {
+                    r.Add(oi);
+                    continue;
+                }
+                try
+                {
+                    //get the service
+                    org.uddi.apiv2.get_serviceDetail serviceDetail = new org.uddi.apiv2.get_serviceDetail();
+                    serviceDetail.generic=(VERSION);
+                    serviceDetail.serviceKey = new string[] { get_operationalInfo1.entityKey[i] };
+                    org.uddi.apiv2.serviceDetail z = inquiry.get_serviceDetail(serviceDetail);
+                    oi.nodeID=(z.@operator);
+
+                    org.uddi.apiv2.get_businessDetail businessDetail = new org.uddi.apiv2.get_businessDetail();
+                    businessDetail.generic=(VERSION);
+                    //its owning business
+                    businessDetail.businessKey = new string[] { z.businessService[0].businessKey };
+                    org.uddi.apiv2.businessDetail z2 = inquiry.get_businessDetail(businessDetail);
+                    oi.nodeID = (z2.@operator);
+                    oi.authorizedName=(z2.businessEntity[0].authorizedName);
+                    r.Add(oi);
+                }
+                catch (Exception ex)
+                {
+                }
+
+                
+            }
+            ret.truncated = (false);
+            ret.operationalInfo = r.ToArray();
+            return ret;
+
+
+            
+        }
+        public override uddi.apiv3.serviceDetail get_serviceDetail(uddi.apiv3.get_serviceDetail get_serviceDetail1)
+        {
+            Init();
+            return MapUDDIv2to3.MapServiceDetail(inquiry.get_serviceDetail(MapUDDIv3to2.MapGetServiceDetail(get_serviceDetail1)));
+        }
+        public override uddi.apiv3.tModelDetail get_tModelDetail(uddi.apiv3.get_tModelDetail get_tModelDetail1)
+        {
+            Init();
+            return MapUDDIv2to3.MapTModelDetail(inquiry.get_tModelDetail(MapUDDIv3to2.MapGetTModelDetail(get_tModelDetail1)));
+        }
+
+    }
+}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Publish3to2.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Publish3to2.cs b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Publish3to2.cs
index 8dc4226..edf4adf 100644
--- a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Publish3to2.cs
+++ b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Publish3to2.cs
@@ -1,102 +1,121 @@
-using org.apache.juddi.v3.client.mapping;
-using org.uddi.apiv2;
-using org.uddi.apiv3;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace org.apache.juddi.v3.client.transport.wrapper
-{
-    public class Publish3to2 : UDDI_Publication_SoapBinding, IDisposable
-    {
-        public static readonly String VERSION = "2.0";
-        private string endpointURL;
-        private PublishSoap publish = new PublishSoap();
-        public Publish3to2(string endpointURL)
-        {
-            // TODO: Complete member initialization
-            this.endpointURL = endpointURL;
-        }
-
-        public Publish3to2()
-        {
-            // TODO: Complete member initialization
-        }
-        protected  void Dispose()
-        {
-            base.Dispose();
-            publish.Dispose();
-        }
-        private void Init()
-        {
-            publish.Url = this.Url;
-        }
-        public override void delete_business(uddi.apiv3.delete_business delete_business1)
-        {
-            Init();
-            publish.delete_business(MapUDDIv3to2.MapDeleteBusiness(delete_business1));
-            
-        }
-        public override void delete_service(uddi.apiv3.delete_service delete_service1)
-        {
-            Init();
-            publish.delete_service(MapUDDIv3to2.MapDeleteService(delete_service1));
-        }
-        public override void delete_publisherAssertions(uddi.apiv3.delete_publisherAssertions delete_publisherAssertions1)
-        {
-            Init();
-            publish.delete_publisherAssertions(MapUDDIv3to2.MapDeletePublisherAssertion(delete_publisherAssertions1));
-        }
-        public override void delete_tModel(uddi.apiv3.delete_tModel delete_tModel1)
-        {
-            Init();
-            publish.delete_tModel(MapUDDIv3to2.MapDeleteTModel(delete_tModel1));
-            
-        }
-        public override uddi.apiv3.assertionStatusItem[] get_assertionStatusReport(uddi.apiv3.get_assertionStatusReport get_assertionStatusReport1)
-        {
-            Init();
-            return MapUDDIv2to3.MapAssertionStatusItems(publish.get_assertionStatusReport(MapUDDIv3to2.MapGetAssertionStatusReport(get_assertionStatusReport1)));
-            
-        }
-        public override uddi.apiv3.registeredInfo get_registeredInfo(uddi.apiv3.get_registeredInfo get_registeredInfo1)
-        {
-            Init();
-            return MapUDDIv2to3.MapRegisteredInfo(publish.get_registeredInfo(MapUDDIv3to2.MapRegisteredInfo(get_registeredInfo1)));
-            
-        }
-        public override uddi.apiv3.publisherAssertion[] get_publisherAssertions(uddi.apiv3.get_publisherAssertions get_publisherAssertions1)
-        {
-            Init();
-            return MapUDDIv2to3.MapPublisherAssertions(publish.get_publisherAssertions(MapUDDIv3to2.MapGetPublisherAssertions(get_publisherAssertions1)));
-        }
-
-        public override uddi.apiv3.bindingDetail save_binding(uddi.apiv3.save_binding save_binding1)
-        {
-            Init();
-            return MapUDDIv2to3.MapBindingDetail(publish.save_binding(MapUDDIv3to2.MapSaveBinding(save_binding1)));
-        }
-        public override uddi.apiv3.serviceDetail save_service(uddi.apiv3.save_service save_service1)
-        {
-            Init();
-            return MapUDDIv2to3.MapServiceDetail(publish.save_service(MapUDDIv3to2.MapSaveService(save_service1)));
-        }
-        public override uddi.apiv3.businessDetail save_business(uddi.apiv3.save_business save_business1)
-        {
-            Init();
-            return MapUDDIv2to3.MapBusinessDetail(publish.save_business(MapUDDIv3to2.MapSaveBusiness(save_business1)));
-        }
-        public override uddi.apiv3.tModelDetail save_tModel(uddi.apiv3.save_tModel save_tModel1)
-        {
-            Init();
-            return MapUDDIv2to3.MapTModelDetail(publish.save_tModel(MapUDDIv3to2.MapSaveTModel(save_tModel1)));
-        }
-        public override uddi.apiv3.publisherAssertion[] set_publisherAssertions(uddi.apiv3.set_publisherAssertions set_publisherAssertions1)
-        {
-            Init();
-            return MapUDDIv2to3.MapPublisherAssertions(publish.set_publisherAssertions(MapUDDIv3to2.MapSetPublisherAssertions(set_publisherAssertions1)));
-        }
-
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using org.apache.juddi.v3.client.mapping;
+using org.uddi.apiv2;
+using org.uddi.apiv3;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace org.apache.juddi.v3.client.transport.wrapper
+{
+    public class Publish3to2 : UDDI_Publication_SoapBinding, IDisposable
+    {
+        public static readonly String VERSION = "2.0";
+        private string endpointURL;
+        private PublishSoap publish = new PublishSoap();
+        public Publish3to2(string endpointURL)
+        {
+            // TODO: Complete member initialization
+            this.endpointURL = endpointURL;
+        }
+
+        public Publish3to2()
+        {
+            // TODO: Complete member initialization
+        }
+        protected  void Dispose()
+        {
+            base.Dispose();
+            publish.Dispose();
+        }
+        private void Init()
+        {
+            publish.Url = this.Url;
+        }
+        public override void delete_business(uddi.apiv3.delete_business delete_business1)
+        {
+            Init();
+            publish.delete_business(MapUDDIv3to2.MapDeleteBusiness(delete_business1));
+            
+        }
+        public override void delete_service(uddi.apiv3.delete_service delete_service1)
+        {
+            Init();
+            publish.delete_service(MapUDDIv3to2.MapDeleteService(delete_service1));
+        }
+        public override void delete_publisherAssertions(uddi.apiv3.delete_publisherAssertions delete_publisherAssertions1)
+        {
+            Init();
+            publish.delete_publisherAssertions(MapUDDIv3to2.MapDeletePublisherAssertion(delete_publisherAssertions1));
+        }
+        public override void delete_tModel(uddi.apiv3.delete_tModel delete_tModel1)
+        {
+            Init();
+            publish.delete_tModel(MapUDDIv3to2.MapDeleteTModel(delete_tModel1));
+            
+        }
+        public override uddi.apiv3.assertionStatusItem[] get_assertionStatusReport(uddi.apiv3.get_assertionStatusReport get_assertionStatusReport1)
+        {
+            Init();
+            return MapUDDIv2to3.MapAssertionStatusItems(publish.get_assertionStatusReport(MapUDDIv3to2.MapGetAssertionStatusReport(get_assertionStatusReport1)));
+            
+        }
+        public override uddi.apiv3.registeredInfo get_registeredInfo(uddi.apiv3.get_registeredInfo get_registeredInfo1)
+        {
+            Init();
+            return MapUDDIv2to3.MapRegisteredInfo(publish.get_registeredInfo(MapUDDIv3to2.MapRegisteredInfo(get_registeredInfo1)));
+            
+        }
+        public override uddi.apiv3.publisherAssertion[] get_publisherAssertions(uddi.apiv3.get_publisherAssertions get_publisherAssertions1)
+        {
+            Init();
+            return MapUDDIv2to3.MapPublisherAssertions(publish.get_publisherAssertions(MapUDDIv3to2.MapGetPublisherAssertions(get_publisherAssertions1)));
+        }
+
+        public override uddi.apiv3.bindingDetail save_binding(uddi.apiv3.save_binding save_binding1)
+        {
+            Init();
+            return MapUDDIv2to3.MapBindingDetail(publish.save_binding(MapUDDIv3to2.MapSaveBinding(save_binding1)));
+        }
+        public override uddi.apiv3.serviceDetail save_service(uddi.apiv3.save_service save_service1)
+        {
+            Init();
+            return MapUDDIv2to3.MapServiceDetail(publish.save_service(MapUDDIv3to2.MapSaveService(save_service1)));
+        }
+        public override uddi.apiv3.businessDetail save_business(uddi.apiv3.save_business save_business1)
+        {
+            Init();
+            return MapUDDIv2to3.MapBusinessDetail(publish.save_business(MapUDDIv3to2.MapSaveBusiness(save_business1)));
+        }
+        public override uddi.apiv3.tModelDetail save_tModel(uddi.apiv3.save_tModel save_tModel1)
+        {
+            Init();
+            return MapUDDIv2to3.MapTModelDetail(publish.save_tModel(MapUDDIv3to2.MapSaveTModel(save_tModel1)));
+        }
+        public override uddi.apiv3.publisherAssertion[] set_publisherAssertions(uddi.apiv3.set_publisherAssertions set_publisherAssertions1)
+        {
+            Init();
+            return MapUDDIv2to3.MapPublisherAssertions(publish.set_publisherAssertions(MapUDDIv3to2.MapSetPublisherAssertions(set_publisherAssertions1)));
+        }
+
+    }
+}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Security3to2.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Security3to2.cs b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Security3to2.cs
index 6e2ecd0..007c4b1 100644
--- a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Security3to2.cs
+++ b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport.wrapper/Security3to2.cs
@@ -1,63 +1,82 @@
-using org.uddi.apiv2;
-using org.uddi.apiv3;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace org.apache.juddi.v3.client.transport.wrapper
-{
-    public class Security3to2 : UDDI_Security_SoapBinding, IDisposable
-    {
-        private string endpointURL;
-        private PublishSoap publishv2 = new PublishSoap();
-
-        public Security3to2(string endpointURL)
-        {
-            // TODO: Complete member initialization
-            this.endpointURL = endpointURL;
-        }
-
-        public Security3to2()
-        {
-            // TODO: Complete member initialization
-        }
-        public  void Dispose()
-        {
-            base.Dispose();
-            if (publishv2 != null)
-            {
-                publishv2.Dispose();
-                publishv2 = null;
-            }
-        }
-        private void Init()
-        {
-            publishv2.Url = this.Url;
-        }
-
-        public override void discard_authToken(uddi.apiv3.discard_authToken discard_authToken1)
-        {
-            Init();
-            uddi.apiv2.discard_authToken r = new uddi.apiv2.discard_authToken();
-            r.authInfo = discard_authToken1.authInfo;
-            r.generic = VERSION;
-            publishv2.discard_authToken(r);
-        }
-        public override uddi.apiv3.authToken get_authToken(uddi.apiv3.get_authToken get_authToken1)
-        {
-            Init();
-            uddi.apiv2.get_authToken r = new uddi.apiv2.get_authToken();
-            r.cred = get_authToken1.cred;
-            r.generic = VERSION;
-            r.userID = get_authToken1.userID;
-            uddi.apiv2.authToken res = publishv2.get_authToken(r);
-
-            uddi.apiv3.authToken x = new uddi.apiv3.authToken();
-            x.authInfo = res.authInfo;
-            return x;
-
-        }
-        public static readonly String VERSION = "2.0";
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using org.uddi.apiv2;
+using org.uddi.apiv3;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace org.apache.juddi.v3.client.transport.wrapper
+{
+    public class Security3to2 : UDDI_Security_SoapBinding, IDisposable
+    {
+        private string endpointURL;
+        private PublishSoap publishv2 = new PublishSoap();
+
+        public Security3to2(string endpointURL)
+        {
+            // TODO: Complete member initialization
+            this.endpointURL = endpointURL;
+        }
+
+        public Security3to2()
+        {
+            // TODO: Complete member initialization
+        }
+        public  void Dispose()
+        {
+            base.Dispose();
+            if (publishv2 != null)
+            {
+                publishv2.Dispose();
+                publishv2 = null;
+            }
+        }
+        private void Init()
+        {
+            publishv2.Url = this.Url;
+        }
+
+        public override void discard_authToken(uddi.apiv3.discard_authToken discard_authToken1)
+        {
+            Init();
+            uddi.apiv2.discard_authToken r = new uddi.apiv2.discard_authToken();
+            r.authInfo = discard_authToken1.authInfo;
+            r.generic = VERSION;
+            publishv2.discard_authToken(r);
+        }
+        public override uddi.apiv3.authToken get_authToken(uddi.apiv3.get_authToken get_authToken1)
+        {
+            Init();
+            uddi.apiv2.get_authToken r = new uddi.apiv2.get_authToken();
+            r.cred = get_authToken1.cred;
+            r.generic = VERSION;
+            r.userID = get_authToken1.userID;
+            uddi.apiv2.authToken res = publishv2.get_authToken(r);
+
+            uddi.apiv3.authToken x = new uddi.apiv3.authToken();
+            x.authInfo = res.authInfo;
+            return x;
+
+        }
+        public static readonly String VERSION = "2.0";
+    }
+}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport/AspNetv2TranslationTransport.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport/AspNetv2TranslationTransport.cs b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport/AspNetv2TranslationTransport.cs
index 9fa766e..c3b34da 100644
--- a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport/AspNetv2TranslationTransport.cs
+++ b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.transport/AspNetv2TranslationTransport.cs
@@ -1,85 +1,104 @@
-using org.apache.juddi.apiv3;
-using org.apache.juddi.v3.client.transport.wrapper;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace org.apache.juddi.v3.client.transport
-{
-    public class AspNetv2TranslationTransport : AspNetTransport, IDisposable
-    {
-
-        String nodeName = null;
-        String clientName = null;
-        Inquiry3to2 inquiryService = new Inquiry3to2();
-        Publish3to2 publishService = new Publish3to2();
-        Security3to2 securityService = new Security3to2();
-        
-        JUDDIApiService publisherService = new JUDDIApiService();
-        private string managerName;
-        private config.ClientConfig clientConfig;
-
-
-        public AspNetv2TranslationTransport(string managerName, string nodeName, config.ClientConfig clientConfig)
-        {
-            this.managerName = managerName;
-            this.nodeName = nodeName;
-            this.clientConfig = clientConfig;
-            this.inquiryService.Url = clientConfig.getUDDINode(nodeName).getInquiryUrl();
-            this.publisherService.Url = clientConfig.getUDDINode(nodeName).getJuddiApiUrl();
-            this.publishService.Url = clientConfig.getUDDINode(nodeName).getPublishUrl();
-            this.securityService.Url = clientConfig.getUDDINode(nodeName).getPublishUrl();
-           
-        }
-        public override uddi.apiv3.UDDI_Inquiry_SoapBinding getUDDIInquiryService()
-        {
-            return inquiryService;
-        }
-        /// <summary>
-        /// callers must call .Dispose of returned objects
-        /// </summary>
-        /// <param name="endpointURL"></param>
-        /// <returns></returns>
-        public override uddi.apiv3.UDDI_Inquiry_SoapBinding getUDDIInquiryService(string endpointURL)
-        {
-            return new Inquiry3to2(endpointURL);
-        }
-        /// <summary>
-        /// callers must call .Dispose of returned objects
-        /// </summary>
-        /// <param name="endpointURL"></param>
-        /// <returns></returns>
-        public override uddi.apiv3.UDDI_Publication_SoapBinding getUDDIPublishService(string endpointURL)
-        {
-            return new Publish3to2(endpointURL);
-        }
-        public override uddi.apiv3.UDDI_Publication_SoapBinding getUDDIPublishService()
-        {
-            return this.publishService;
-        }
-        public override uddi.apiv3.UDDI_Security_SoapBinding getUDDISecurityService()
-        {
-            return this.securityService;
-        }
-        /// <summary>
-        /// callers must call .Dispose of returned objects
-        /// </summary>
-        /// <param name="endpointURL"></param>
-        /// <returns></returns>
-        public override uddi.apiv3.UDDI_Security_SoapBinding getUDDISecurityService(string endpointURL)
-        {
-            return new Security3to2(endpointURL);
-        }
-
-        public void Dispose()
-        {
-            inquiryService.Dispose();
-            publishService.Dispose();
-            publisherService.Dispose();
-            securityService.Dispose();
-            base.Dispose();
-        }
-        
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using org.apache.juddi.apiv3;
+using org.apache.juddi.v3.client.transport.wrapper;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace org.apache.juddi.v3.client.transport
+{
+    public class AspNetv2TranslationTransport : AspNetTransport, IDisposable
+    {
+
+        String nodeName = null;
+        String clientName = null;
+        Inquiry3to2 inquiryService = new Inquiry3to2();
+        Publish3to2 publishService = new Publish3to2();
+        Security3to2 securityService = new Security3to2();
+        
+        JUDDIApiService publisherService = new JUDDIApiService();
+        private string managerName;
+        private config.ClientConfig clientConfig;
+
+
+        public AspNetv2TranslationTransport(string managerName, string nodeName, config.ClientConfig clientConfig)
+        {
+            this.managerName = managerName;
+            this.nodeName = nodeName;
+            this.clientConfig = clientConfig;
+            this.inquiryService.Url = clientConfig.getUDDINode(nodeName).getInquiryUrl();
+            this.publisherService.Url = clientConfig.getUDDINode(nodeName).getJuddiApiUrl();
+            this.publishService.Url = clientConfig.getUDDINode(nodeName).getPublishUrl();
+            this.securityService.Url = clientConfig.getUDDINode(nodeName).getPublishUrl();
+           
+        }
+        public override uddi.apiv3.UDDI_Inquiry_SoapBinding getUDDIInquiryService()
+        {
+            return inquiryService;
+        }
+        /// <summary>
+        /// callers must call .Dispose of returned objects
+        /// </summary>
+        /// <param name="endpointURL"></param>
+        /// <returns></returns>
+        public override uddi.apiv3.UDDI_Inquiry_SoapBinding getUDDIInquiryService(string endpointURL)
+        {
+            return new Inquiry3to2(endpointURL);
+        }
+        /// <summary>
+        /// callers must call .Dispose of returned objects
+        /// </summary>
+        /// <param name="endpointURL"></param>
+        /// <returns></returns>
+        public override uddi.apiv3.UDDI_Publication_SoapBinding getUDDIPublishService(string endpointURL)
+        {
+            return new Publish3to2(endpointURL);
+        }
+        public override uddi.apiv3.UDDI_Publication_SoapBinding getUDDIPublishService()
+        {
+            return this.publishService;
+        }
+        public override uddi.apiv3.UDDI_Security_SoapBinding getUDDISecurityService()
+        {
+            return this.securityService;
+        }
+        /// <summary>
+        /// callers must call .Dispose of returned objects
+        /// </summary>
+        /// <param name="endpointURL"></param>
+        /// <returns></returns>
+        public override uddi.apiv3.UDDI_Security_SoapBinding getUDDISecurityService(string endpointURL)
+        {
+            return new Security3to2(endpointURL);
+        }
+
+        public void Dispose()
+        {
+            inquiryService.Dispose();
+            publishService.Dispose();
+            publisherService.Dispose();
+            securityService.Dispose();
+            base.Dispose();
+        }
+        
+    }
+}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client/LogLevel.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client/LogLevel.cs b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client/LogLevel.cs
index c45a2b2..41d83f1 100644
--- a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client/LogLevel.cs
+++ b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client/LogLevel.cs
@@ -1,19 +1,38 @@
-using System;
-using System.Collections.Generic;
-
-using System.Text;
-
-namespace org.apache.juddi.v3.client
-{
-    /// <summary>
-    /// Log Level uses for the logging system
-    /// </summary>
-    /// <author><a href="mailto:alexoree@apache.org">Alex O'Ree</a></author> 
-    public enum LogLevel
-    {
-        DEBUG=0,
-        INFO=1, 
-        WARN=2,
-        ERROR=3
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using System;
+using System.Collections.Generic;
+
+using System.Text;
+
+namespace org.apache.juddi.v3.client
+{
+    /// <summary>
+    /// Log Level uses for the logging system
+    /// </summary>
+    /// <author><a href="mailto:alexoree@apache.org">Alex O'Ree</a></author> 
+    public enum LogLevel
+    {
+        DEBUG=0,
+        INFO=1, 
+        WARN=2,
+        ERROR=3
+    }
+}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-installer/App.config
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-installer/App.config b/juddi-client.net/juddi-installer/App.config
index e1240f7..5d3a1b9 100644
--- a/juddi-client.net/juddi-installer/App.config
+++ b/juddi-client.net/juddi-installer/App.config
@@ -1,6 +1,26 @@
-<?xml version="1.0"?>
-<configuration>
-    <startup> 
-        
-    <supportedRuntime version="v2.0.50727"/></startup>
-</configuration>
+<?xml version="1.0"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<configuration>
+    <startup> 
+        
+    <supportedRuntime version="v2.0.50727"/></startup>
+</configuration>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-installer/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-installer/Properties/AssemblyInfo.cs b/juddi-client.net/juddi-installer/Properties/AssemblyInfo.cs
index ecf3a07..4ca01fe 100644
--- a/juddi-client.net/juddi-installer/Properties/AssemblyInfo.cs
+++ b/juddi-client.net/juddi-installer/Properties/AssemblyInfo.cs
@@ -1,36 +1,55 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("juddi-installer")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Hewlett-Packard")]
-[assembly: AssemblyProduct("juddi-installer")]
-[assembly: AssemblyCopyright("Copyright © Hewlett-Packard 2013")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible 
-// to COM components.  If you need to access a type in this assembly from 
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("0e08fb3c-39e9-4225-a918-6fdbea18b848")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.2.1.0")]
-[assembly: AssemblyFileVersion("3.2.1.0")]
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("juddi-installer")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Hewlett-Packard")]
+[assembly: AssemblyProduct("juddi-installer")]
+[assembly: AssemblyCopyright("Copyright © Hewlett-Packard 2013")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("0e08fb3c-39e9-4225-a918-6fdbea18b848")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers 
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("3.2.1.0")]
+[assembly: AssemblyFileVersion("3.2.1.0")]

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-installer/juddi-installer-mono.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-installer/juddi-installer-mono.csproj b/juddi-client.net/juddi-installer/juddi-installer-mono.csproj
index 7223f0a..3ccc3d5 100644
--- a/juddi-client.net/juddi-installer/juddi-installer-mono.csproj
+++ b/juddi-client.net/juddi-installer/juddi-installer-mono.csproj
@@ -1,64 +1,84 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>juddi_installer</RootNamespace>
-    <AssemblyName>juddi-installer</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Runtime.Serialization" />
-    <Reference Include="System.ServiceProcess" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Program.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="App.config" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\juddi-client.net\juddi-client.net-mono.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net-mono</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>juddi_installer</RootNamespace>
+    <AssemblyName>juddi-installer</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Runtime.Serialization" />
+    <Reference Include="System.ServiceProcess" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="App.config" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\juddi-client.net\juddi-client.net-mono.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net-mono</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-installer/juddi-installer.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-installer/juddi-installer.csproj b/juddi-client.net/juddi-installer/juddi-installer.csproj
index 2f686da..85d93a9 100644
--- a/juddi-client.net/juddi-installer/juddi-installer.csproj
+++ b/juddi-client.net/juddi-installer/juddi-installer.csproj
@@ -1,64 +1,84 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>juddi_installer</RootNamespace>
-    <AssemblyName>juddi-installer</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Runtime.Serialization" />
-    <Reference Include="System.ServiceProcess" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Program.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="App.config" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\juddi-client.net\juddi-client.net.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{DE0FBD9D-0DD0-4062-B2B3-6DD608F761A0}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>juddi_installer</RootNamespace>
+    <AssemblyName>juddi-installer</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Runtime.Serialization" />
+    <Reference Include="System.ServiceProcess" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="App.config" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\juddi-client.net\juddi-client.net.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/killTomcat.bat
----------------------------------------------------------------------
diff --git a/juddi-client.net/killTomcat.bat b/juddi-client.net/killTomcat.bat
index 5519942..af87758 100644
--- a/juddi-client.net/killTomcat.bat
+++ b/juddi-client.net/killTomcat.bat
@@ -1,3 +1,19 @@
-cd juddi-tomcat\target\tomcat\apache-tomcat-6.0.26\bin\
-call shutdown.bat
-cd ..\..\..\..\..
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
+rem 
+rem   http://www.apache.org/licenses/LICENSE-2.0
+rem 
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
+cd juddi-tomcat\target\tomcat\apache-tomcat-6.0.26\bin\
+call shutdown.bat
+cd ..\..\..\..\..

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/packages/repositories.config
----------------------------------------------------------------------
diff --git a/juddi-client.net/packages/repositories.config b/juddi-client.net/packages/repositories.config
index 97c2db3..8db94fa 100644
--- a/juddi-client.net/packages/repositories.config
+++ b/juddi-client.net/packages/repositories.config
@@ -1,4 +1,24 @@
-<?xml version="1.0" encoding="utf-8"?>
-<repositories>
-  <repository path="..\juddi-client.net.test\packages.config" />
-</repositories>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<repositories>
+  <repository path="..\juddi-client.net.test\packages.config" />
+</repositories>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/main/java/org/apache/juddi/v3/client/JUDDIApiService.java
----------------------------------------------------------------------
diff --git a/juddi-client/src/main/java/org/apache/juddi/v3/client/JUDDIApiService.java b/juddi-client/src/main/java/org/apache/juddi/v3/client/JUDDIApiService.java
index 61a1607..70e798e 100644
--- a/juddi-client/src/main/java/org/apache/juddi/v3/client/JUDDIApiService.java
+++ b/juddi-client/src/main/java/org/apache/juddi/v3/client/JUDDIApiService.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.v3.client;
 
 import java.net.URL;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/main/java/org/apache/juddi/v3/client/UDDIConstants.java
----------------------------------------------------------------------
diff --git a/juddi-client/src/main/java/org/apache/juddi/v3/client/UDDIConstants.java b/juddi-client/src/main/java/org/apache/juddi/v3/client/UDDIConstants.java
index 2a38438..bd092db 100644
--- a/juddi-client/src/main/java/org/apache/juddi/v3/client/UDDIConstants.java
+++ b/juddi-client/src/main/java/org/apache/juddi/v3/client/UDDIConstants.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.v3.client;
 
 import org.apache.juddi.v3.client.config.Property;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/ServiceRegistrationResponse.java
----------------------------------------------------------------------
diff --git a/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/ServiceRegistrationResponse.java b/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/ServiceRegistrationResponse.java
index ab7a5da..c6e9949 100644
--- a/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/ServiceRegistrationResponse.java
+++ b/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/ServiceRegistrationResponse.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.v3.client.mapping;
 
 import org.uddi.api_v3.BusinessService;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/UDDIServiceCacheMBean.java
----------------------------------------------------------------------
diff --git a/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/UDDIServiceCacheMBean.java b/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/UDDIServiceCacheMBean.java
index 1e77ebd..4cc14a9 100644
--- a/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/UDDIServiceCacheMBean.java
+++ b/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/UDDIServiceCacheMBean.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.v3.client.mapping;
 
 import java.util.Set;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/main/resources/org/apache/juddi/v3/client/mapping/UDDIClientSubscriptionListener.wsdl
----------------------------------------------------------------------
diff --git a/juddi-client/src/main/resources/org/apache/juddi/v3/client/mapping/UDDIClientSubscriptionListener.wsdl b/juddi-client/src/main/resources/org/apache/juddi/v3/client/mapping/UDDIClientSubscriptionListener.wsdl
index a356ebb..63734bd 100644
--- a/juddi-client/src/main/resources/org/apache/juddi/v3/client/mapping/UDDIClientSubscriptionListener.wsdl
+++ b/juddi-client/src/main/resources/org/apache/juddi/v3/client/mapping/UDDIClientSubscriptionListener.wsdl
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <definitions name='UDDIClientSubscriptionListenerService' targetNamespace='urn:uddi-org:v3_service' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='urn:uddi-org:api_v3' xmlns:ns2='urn:uddi-org:sub_v3' xmlns:ns3='http://www.w3.org/2000/09/xmldsig#' xmlns:ns4='urn:uddi-org:subr_v3' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='urn:uddi-org:v3_service' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
  <types>
   <xs:schema elementFormDefault='qualified' targetNamespace='urn:uddi-org:api_v3' version='1.0' xmlns:ns1='http://www.w3.org/2000/09/xmldsig#' xmlns:tns='urn:uddi-org:api_v3' xmlns:xs='http://www.w3.org/2001/XMLSchema'>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/main/resources/xsd/uddi-client.xsd
----------------------------------------------------------------------
diff --git a/juddi-client/src/main/resources/xsd/uddi-client.xsd b/juddi-client/src/main/resources/xsd/uddi-client.xsd
index 68847f4..02bf04d 100644
--- a/juddi-client/src/main/resources/xsd/uddi-client.xsd
+++ b/juddi-client/src/main/resources/xsd/uddi-client.xsd
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <xsd:schema elementFormDefault='qualified'
   targetNamespace='urn:juddi-apache-org:v3_client' version='1.0'
             xmlns:tns='urn:juddi-apache-org:v3_client'

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/java/org/apache/juddi/v3/annotations/HelloWorldMockup.java
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/java/org/apache/juddi/v3/annotations/HelloWorldMockup.java b/juddi-client/src/test/java/org/apache/juddi/v3/annotations/HelloWorldMockup.java
index 7c3db65..17ee71a 100644
--- a/juddi-client/src/test/java/org/apache/juddi/v3/annotations/HelloWorldMockup.java
+++ b/juddi-client/src/test/java/org/apache/juddi/v3/annotations/HelloWorldMockup.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.v3.annotations;
 
 import javax.jws.WebService;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/java/org/apache/juddi/v3/annotations/HelloWorldMockup2.java
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/java/org/apache/juddi/v3/annotations/HelloWorldMockup2.java b/juddi-client/src/test/java/org/apache/juddi/v3/annotations/HelloWorldMockup2.java
index 907d94b..e670bbd 100644
--- a/juddi-client/src/test/java/org/apache/juddi/v3/annotations/HelloWorldMockup2.java
+++ b/juddi-client/src/test/java/org/apache/juddi/v3/annotations/HelloWorldMockup2.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.v3.annotations;
 
 import org.apache.juddi.v3.annotations.UDDIService;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/java/org/apache/juddi/v3/client/HelloWorldMockup.java
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/java/org/apache/juddi/v3/client/HelloWorldMockup.java b/juddi-client/src/test/java/org/apache/juddi/v3/client/HelloWorldMockup.java
index 0786edd..fa444f6 100644
--- a/juddi-client/src/test/java/org/apache/juddi/v3/client/HelloWorldMockup.java
+++ b/juddi-client/src/test/java/org/apache/juddi/v3/client/HelloWorldMockup.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.v3.client;
 
 import javax.jws.WebService;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/META-INF/configtests.xml
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/META-INF/configtests.xml b/juddi-client/src/test/resources/META-INF/configtests.xml
index de58a62..85b3fff 100644
--- a/juddi-client/src/test/resources/META-INF/configtests.xml
+++ b/juddi-client/src/test/resources/META-INF/configtests.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+* 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.
+*
+*/ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema">
         <reloadDelay>5000</reloadDelay>
         <client name="test-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/META-INF/subscription.xml
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/META-INF/subscription.xml b/juddi-client/src/test/resources/META-INF/subscription.xml
index 4e8c356..bdde534 100644
--- a/juddi-client/src/test/resources/META-INF/subscription.xml
+++ b/juddi-client/src/test/resources/META-INF/subscription.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+* 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.
+*
+*/ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema">
     <reloadDelay>5000</reloadDelay>
     <client name="test-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/META-INF/uddi-subcallback1.xml
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/META-INF/uddi-subcallback1.xml b/juddi-client/src/test/resources/META-INF/uddi-subcallback1.xml
index d4d09c5..a763591 100644
--- a/juddi-client/src/test/resources/META-INF/uddi-subcallback1.xml
+++ b/juddi-client/src/test/resources/META-INF/uddi-subcallback1.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+* 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.
+*
+*/ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema">
     <reloadDelay>5000</reloadDelay>
     <client name="test-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/META-INF/uddi-subcallback2.xml
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/META-INF/uddi-subcallback2.xml b/juddi-client/src/test/resources/META-INF/uddi-subcallback2.xml
index 83709d7..20fa9ce 100644
--- a/juddi-client/src/test/resources/META-INF/uddi-subcallback2.xml
+++ b/juddi-client/src/test/resources/META-INF/uddi-subcallback2.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+* 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.
+*
+*/ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema">
     <reloadDelay>5000</reloadDelay>
     <client name="test-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/META-INF/uddi-subcallback3.xml
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/META-INF/uddi-subcallback3.xml b/juddi-client/src/test/resources/META-INF/uddi-subcallback3.xml
index 0f8126d..10b1a7d 100644
--- a/juddi-client/src/test/resources/META-INF/uddi-subcallback3.xml
+++ b/juddi-client/src/test/resources/META-INF/uddi-subcallback3.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+* 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.
+*
+*/ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema">
     <reloadDelay>5000</reloadDelay>
     <client name="test-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/META-INF/uddi.xml b/juddi-client/src/test/resources/META-INF/uddi.xml
index b2941f2..d3adccb 100644
--- a/juddi-client/src/test/resources/META-INF/uddi.xml
+++ b/juddi-client/src/test/resources/META-INF/uddi.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+* 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.
+*
+*/ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema">
     <reloadDelay>5000</reloadDelay>
     <client name="test-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/META-INF/uddi2.xml
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/META-INF/uddi2.xml b/juddi-client/src/test/resources/META-INF/uddi2.xml
index 84e46fe..9a3ed5c 100644
--- a/juddi-client/src/test/resources/META-INF/uddi2.xml
+++ b/juddi-client/src/test/resources/META-INF/uddi2.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!--
+* 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.
+*
+*/ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema">
     <reloadDelay>5000</reloadDelay>
     <client name="second-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client/src/test/resources/META-INF/uddi3-enc-aes128.xml
----------------------------------------------------------------------
diff --git a/juddi-client/src/test/resources/META-INF/uddi3-enc-aes128.xml b/juddi-client/src/test/resources/META-INF/uddi3-enc-aes128.xml
index 947903a..749b6e1 100644
--- a/juddi-client/src/test/resources/META-INF/uddi3-enc-aes128.xml
+++ b/juddi-client/src/test/resources/META-INF/uddi3-enc-aes128.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+* 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.
+*
+*/ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema">
         <reloadDelay>5000</reloadDelay>
         <client name="second-client">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[02/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/resources/ResourceLoader.java
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/resources/ResourceLoader.java b/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/resources/ResourceLoader.java
index 2349a59..323e0cd 100644
--- a/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/resources/ResourceLoader.java
+++ b/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/resources/ResourceLoader.java
@@ -1,6 +1,18 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * Copyright 2001-2008 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.
+ *
  */
 package org.apache.juddi.adminconsole.resources;
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/resources/META-INF/uddi.xml b/juddiv3-war/src/main/resources/META-INF/uddi.xml
index 00e928f..de49eb3 100644
--- a/juddiv3-war/src/main/resources/META-INF/uddi.xml
+++ b/juddiv3-war/src/main/resources/META-INF/uddi.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <uddi>
     <reloadDelay>5000</reloadDelay>
     <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/resources/commons-logging.properties
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/resources/commons-logging.properties b/juddiv3-war/src/main/resources/commons-logging.properties
index aacf15a..bbeeb5b 100644
--- a/juddiv3-war/src/main/resources/commons-logging.properties
+++ b/juddiv3-war/src/main/resources/commons-logging.properties
@@ -1 +1,19 @@
+
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you 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.
+
 org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties b/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties
index 84a15e5..45f3381 100644
--- a/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties
+++ b/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties
@@ -1,5 +1,19 @@
-# To change this template, choose Tools | Templates
-# and open the template in the editor.
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
 
 language=en
 direction=LTR

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties b/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties
index e9148cf..3807e3c 100644
--- a/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties
+++ b/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties
@@ -1,5 +1,19 @@
-# To change this template, choose Tools | Templates
-# and open the template in the editor.
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
 
 language=es
 direction=LTR

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml b/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml
index f7c5555..c27f730 100644
--- a/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml
+++ b/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"  ?>
+
 <!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/WEB-INF/config.properties
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/WEB-INF/config.properties b/juddiv3-war/src/main/webapp/WEB-INF/config.properties
index 1df38e4..323473d 100644
--- a/juddiv3-war/src/main/webapp/WEB-INF/config.properties
+++ b/juddiv3-war/src/main/webapp/WEB-INF/config.properties
@@ -1,3 +1,18 @@
+
+# * Copyright 2001-2008 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.
+
 ## Hey! 
 
 # This file is used for the jUDDI Administrative console

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/about.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/about.jsp b/juddiv3-war/src/main/webapp/admin/about.jsp
index 3bf6f2f..0f1b6fd 100644
--- a/juddiv3-war/src/main/webapp/admin/about.jsp
+++ b/juddiv3-war/src/main/webapp/admin/about.jsp
@@ -2,6 +2,22 @@
     Document   : about
     Created on : Apr 28, 2013, 4:26:58 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/admin.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/admin.jsp b/juddiv3-war/src/main/webapp/admin/admin.jsp
index fa38558..cddda77 100644
--- a/juddiv3-war/src/main/webapp/admin/admin.jsp
+++ b/juddiv3-war/src/main/webapp/admin/admin.jsp
@@ -2,6 +2,22 @@
     Document   : admin
     Created on : Feb 23, 2013, 2:05:35 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/ajax/advanced.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/ajax/advanced.jsp b/juddiv3-war/src/main/webapp/admin/ajax/advanced.jsp
index deac59a..26919a9 100644
--- a/juddiv3-war/src/main/webapp/admin/ajax/advanced.jsp
+++ b/juddiv3-war/src/main/webapp/admin/ajax/advanced.jsp
@@ -2,6 +2,22 @@
     Document   : advanced
     Created on : Aug 9, 2013, 4:09:06 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%>
 
 <%@page import="org.apache.juddi.adminconsole.hub.JUDDIRequestsAsXML"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/ajax/go.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/ajax/go.jsp b/juddiv3-war/src/main/webapp/admin/ajax/go.jsp
index f074f78..ba5ee27 100644
--- a/juddiv3-war/src/main/webapp/admin/ajax/go.jsp
+++ b/juddiv3-war/src/main/webapp/admin/ajax/go.jsp
@@ -2,6 +2,22 @@
     Document   : go - handles requests for the admin actions page
     Created on : Aug 9, 2013, 6:52:50 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%>
 
 <%@page import="org.apache.juddi.adminconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/ajax/loginpost.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/ajax/loginpost.jsp b/juddiv3-war/src/main/webapp/admin/ajax/loginpost.jsp
index adb4226..aa03246 100644
--- a/juddiv3-war/src/main/webapp/admin/ajax/loginpost.jsp
+++ b/juddiv3-war/src/main/webapp/admin/ajax/loginpost.jsp
@@ -2,6 +2,22 @@
     Document   : loginpost
     Created on : Feb 24, 2013, 3:36:37 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%>
 
 <%@page import="java.io.FileInputStream"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/ajax/saveconfig.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/ajax/saveconfig.jsp b/juddiv3-war/src/main/webapp/admin/ajax/saveconfig.jsp
index 8419526..a3afb93 100644
--- a/juddiv3-war/src/main/webapp/admin/ajax/saveconfig.jsp
+++ b/juddiv3-war/src/main/webapp/admin/ajax/saveconfig.jsp
@@ -2,6 +2,22 @@
     Document   : saveconfig
     Created on : Jul 31, 2013, 6:52:50 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%>
 
 <%@page import="org.apache.juddi.adminconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/configure.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/configure.jsp b/juddiv3-war/src/main/webapp/admin/configure.jsp
index 41d3aa3..666a251 100644
--- a/juddiv3-war/src/main/webapp/admin/configure.jsp
+++ b/juddiv3-war/src/main/webapp/admin/configure.jsp
@@ -2,6 +2,22 @@
     Document   : configure jUDDI
     Created on : Feb 23, 2013, 2:05:35 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/csrf.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/csrf.jsp b/juddiv3-war/src/main/webapp/admin/csrf.jsp
index 88c2e3c..edff942 100644
--- a/juddiv3-war/src/main/webapp/admin/csrf.jsp
+++ b/juddiv3-war/src/main/webapp/admin/csrf.jsp
@@ -2,6 +2,22 @@
     Document   : csrf Provides basic Cross site request forgery protection
     Created on : Feb 27, 2013, 8:42:07 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%>
 
 <%@page import="org.apache.juddi.adminconsole.hub.UddiAdminHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/header-bottom.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/header-bottom.jsp b/juddiv3-war/src/main/webapp/admin/header-bottom.jsp
index 4059c47..1c27955 100644
--- a/juddiv3-war/src/main/webapp/admin/header-bottom.jsp
+++ b/juddiv3-war/src/main/webapp/admin/header-bottom.jsp
@@ -2,6 +2,22 @@
     Document   : header-bottom
     Created on : Feb 24, 2013, 9:08:18 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%>
 
 <%@page import="org.apache.commons.lang.StringEscapeUtils"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/home.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/home.jsp b/juddiv3-war/src/main/webapp/admin/home.jsp
index 30b29c1..f237f5e 100644
--- a/juddiv3-war/src/main/webapp/admin/home.jsp
+++ b/juddiv3-war/src/main/webapp/admin/home.jsp
@@ -2,6 +2,22 @@
     Document   : index
     Created on : Feb 23, 2013, 2:05:35 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%>
 
 <%@page contentType="text/html" pageEncoding="UTF-8"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/js/bindingChooser.js
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/js/bindingChooser.js b/juddiv3-war/src/main/webapp/admin/js/bindingChooser.js
index 22cd877..25d7b40 100644
--- a/juddiv3-war/src/main/webapp/admin/js/bindingChooser.js
+++ b/juddiv3-war/src/main/webapp/admin/js/bindingChooser.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 /* 
  * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor 
  * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/js/businessChooser.js
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/js/businessChooser.js b/juddiv3-war/src/main/webapp/admin/js/businessChooser.js
index a87817b..3a82993 100644
--- a/juddiv3-war/src/main/webapp/admin/js/businessChooser.js
+++ b/juddiv3-war/src/main/webapp/admin/js/businessChooser.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 /* 
  * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor 
  * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/js/serviceChooser.js
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/js/serviceChooser.js b/juddiv3-war/src/main/webapp/admin/js/serviceChooser.js
index 499648b..0d93a1c 100644
--- a/juddiv3-war/src/main/webapp/admin/js/serviceChooser.js
+++ b/juddiv3-war/src/main/webapp/admin/js/serviceChooser.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 /* 
  * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor 
  * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/js/tmodelChooser.js
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/js/tmodelChooser.js b/juddiv3-war/src/main/webapp/admin/js/tmodelChooser.js
index 22d21b1..d875ed8 100644
--- a/juddiv3-war/src/main/webapp/admin/js/tmodelChooser.js
+++ b/juddiv3-war/src/main/webapp/admin/js/tmodelChooser.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 /* 
  * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor 
  * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/js/tmodelsearch.js
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/js/tmodelsearch.js b/juddiv3-war/src/main/webapp/admin/js/tmodelsearch.js
index c848989..970748f 100644
--- a/juddiv3-war/src/main/webapp/admin/js/tmodelsearch.js
+++ b/juddiv3-war/src/main/webapp/admin/js/tmodelsearch.js
@@ -1,4 +1,19 @@
-
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 var offset=0; //start at the begining
 var maxrecords=10;  //record 20 at a time
 var lang="en";  //langauge english

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/login.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/login.jsp b/juddiv3-war/src/main/webapp/admin/login.jsp
index 4c5b56f..6209d2f 100644
--- a/juddiv3-war/src/main/webapp/admin/login.jsp
+++ b/juddiv3-war/src/main/webapp/admin/login.jsp
@@ -2,6 +2,22 @@
     Document   : login
     Created on : Feb 24, 2013, 9:08:02 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%>
 
 <%@page import="org.apache.juddi.adminconsole.hub.UddiAdminHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/logout.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/logout.jsp b/juddiv3-war/src/main/webapp/admin/logout.jsp
index 80d6bb0..7ec1146 100644
--- a/juddiv3-war/src/main/webapp/admin/logout.jsp
+++ b/juddiv3-war/src/main/webapp/admin/logout.jsp
@@ -2,6 +2,22 @@
     Document   : logout page
     Created on : Feb 25, 2013, 10:25:48 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%>
 
 <%@page import="org.apache.juddi.adminconsole.hub.UddiAdminHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/mbeans.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/mbeans.jsp b/juddiv3-war/src/main/webapp/admin/mbeans.jsp
index d34a84d..8fd0b12 100644
--- a/juddiv3-war/src/main/webapp/admin/mbeans.jsp
+++ b/juddiv3-war/src/main/webapp/admin/mbeans.jsp
@@ -2,6 +2,22 @@
     Document   : mbeans
     Created on : May 6, 2013, 9:07:43 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%><%@page import="java.util.TreeMap"%><%@page import="java.util.Map"%><%@page import="javax.management.AttributeList"%><%@page import="java.util.Map.Entry"%><%@page import="java.util.Hashtable"%><%@page import="java.util.Iterator"%><%@page import="javax.management.ObjectName"%><%@page import="java.util.Set"%><%@page import="javax.management.MBeanServerFactory"%><%@page import="java.util.ArrayList"%><%@page import="javax.management.MBeanServer"%><%@page import="java.lang.management.MemoryPoolMXBean"%><%@page import="java.lang.management.ManagementFactory"%><%@page import="java.util.List"%><%@page contentType="application/json" pageEncoding="UTF-8"%><%
 
     TreeMap data = new TreeMap<String, String>();

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/stats.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/stats.jsp b/juddiv3-war/src/main/webapp/admin/stats.jsp
index a6c8557..8b7ead5 100644
--- a/juddiv3-war/src/main/webapp/admin/stats.jsp
+++ b/juddiv3-war/src/main/webapp/admin/stats.jsp
@@ -2,6 +2,22 @@
     Document   : index
     Created on : Feb 23, 2013, 2:05:35 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/index.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/index.jsp b/juddiv3-war/src/main/webapp/index.jsp
index 1874cc1..4ed9d19 100644
--- a/juddiv3-war/src/main/webapp/index.jsp
+++ b/juddiv3-war/src/main/webapp/index.jsp
@@ -12,7 +12,26 @@
          java.io.IOException,
          org.apache.juddi.config.Release"
          %>
-
+<%
+        
+        /*
+ * Copyright 2001-2008 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.
+ *
+ */
+        
+        %>
 <!-- index.jsp -->
 <html>
     <head>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/juddi.css
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/juddi.css b/juddiv3-war/src/main/webapp/juddi.css
index c9b7657..a201a6b 100644
--- a/juddiv3-war/src/main/webapp/juddi.css
+++ b/juddiv3-war/src/main/webapp/juddi.css
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 body {
   margin:      0px 10px 10px 10px;
   font-family: "Trebuchet MS", sans-serif;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8a5bf67..7bf8694 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,424 +1,543 @@
 <?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. * */ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>org.apache</groupId>
-		<artifactId>apache</artifactId>
-		<version>13</version>
-	</parent>
-	<packaging>pom</packaging>
-	<groupId>org.apache.juddi</groupId>
-	<artifactId>juddi-parent</artifactId>
-	<version>3.3.0-SNAPSHOT</version>
-	<name>jUDDI_v3 Parent</name>
-	<description>jUDDI (pronounced "Judy") is an open source Java
-		implementation of the Universal Description, Discovery, and
-		Integration (UDDI) specification for Web Services.</description>
-	<url>http://juddi.apache.org/</url>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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
 
-	<prerequisites>
-		<maven>3.0.3</maven>
-	</prerequisites>
+  http://www.apache.org/licenses/LICENSE-2.0
 
-	<properties>
-		<sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-		<cxf.version>2.7.14</cxf.version>
-		<springframework.version>3.2.2.RELEASE</springframework.version>
-	</properties>
+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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>13</version>
+    </parent>
+    <packaging>pom</packaging>
+    <groupId>org.apache.juddi</groupId>
+    <artifactId>juddi-parent</artifactId>
+    <version>3.3.0-SNAPSHOT</version>
+    <name>jUDDI_v3 Parent</name>
+    <description>jUDDI (pronounced "Judy") is an open source Java
+        implementation of the Universal Description, Discovery, and
+        Integration (UDDI) specification for Web Services.</description>
+    <url>http://juddi.apache.org/</url>
 
-	<issueManagement>
-		<system>JIRA</system>
-		<url>http://issues.apache.org/jira/browse/JUDDI</url>
-	</issueManagement>
-	<ciManagement>
-		<system>Buildbot</system>
-		<url>http://ci.apache.org/buildbot.html</url>
-		<notifiers>
-			<notifier>
-				<sendOnError>true</sendOnError>
-				<sendOnFailure>true</sendOnFailure>
-				<sendOnSuccess>true</sendOnSuccess>
-				<sendOnWarning>true</sendOnWarning>
-				<configuration>
-					<address>dev@juddi.apache.org</address>
-				</configuration>
-			</notifier>
-		</notifiers>
-	</ciManagement>
-	<inceptionYear>2004</inceptionYear>
-	<mailingLists>
-		<mailingList>
-			<name>jUDDI User List</name>
-			<subscribe>user-subscribe@juddi.apache.org</subscribe>
-			<unsubscribe>user-unsubscribe@juddi.apache.org</unsubscribe>
-			<post>user@juddi.apache.org</post>
-			<archive>http://mail-archives.apache.org/mod_mbox/juddi-user/</archive>
-		</mailingList>
-		<mailingList>
-			<name>jUDDI Developer List</name>
-			<subscribe>dev-subscribe@juddi.apache.org</subscribe>
-			<unsubscribe>dev-unsubscribe@juddi.apache.org</unsubscribe>
-			<post>dev@juddi.apache.org</post>
-			<archive>http://mail-archives.apache.org/mod_mbox/juddi-dev/</archive>
-		</mailingList>
-		<mailingList>
-			<name>jUDDI SVN List</name>
-			<subscribe>cvs-subscribe@juddi.apache.org</subscribe>
-			<unsubscribe>cvs-unsubscribe@juddi.apache.org</unsubscribe>
-			<post>commits@juddi.apache.org</post>
-			<archive>http://mail-archives.apache.org/mod_mbox/juddi-cvs/</archive>
-		</mailingList>
-	</mailingLists>
-	<developers>
-		<developer>
-			<id>kstam</id>
-			<name>Kurt Stam</name>
-			<email>kstam AT apache.org</email>
-			<organization>ASF</organization>
-		</developer>
-		<developer>
-			<id>jfaath</id>
-			<name>Jeffrey Faath</name>
-			<email>jfaath AT apache.org</email>
-			<url>http://www.esigma.com</url>
-			<organization>ESigma</organization>
-		</developer>
-		<developer>
-			<id>tcunning</id>
-			<name>Tom Cunningham</name>
-			<email>tcunning AT apache.org</email>
-			<url>http://www.jboss.org/jbossesb</url>
-			<organization>JBoss/Red Hat</organization>
-		</developer>
-		<developer>
-			<id>sviens</id>
-			<name>Steve Viens</name>
-			<email>steve AT viens.net</email>
-			<url>http://www.viens.net</url>
-			<organization>ASF</organization>
-		</developer>
-		<developer>
-			<id>anil</id>
-			<name>Anil Saldhana</name>
-			<email>anil AT apache.org</email>
-			<url>http://www.jboss.org</url>
-			<organization>JBoss/Red Hat</organization>
-		</developer>
-		<developer>
-			<id>djencks</id>
-			<name>David Jencks</name>
-			<email>djencks AT apache.org</email>
-			<url>http://www.apache.org</url>
-			<organization>ASF</organization>
-		</developer>
-		<developer>
-			<id>alexoree</id>
-			<name>Alex O'Ree</name>
-			<email>alexoree AT apache.org</email>
-			<url>http://www.apache.org</url>
-			<organization>ASF</organization>
-		</developer>
-	</developers>
-	<contributors>
-		<contributor>
-			<name>Ken Wilson</name>
-			<organization>Dynamic Site Design</organization>
-			<url>http://www.dynamicsitedesign.com</url>
-		</contributor>
-		<contributor>
-			<name>Jeremi Thebeau</name>
-			<organization>Xceptance Software Technologies</organization>
-			<url>http://www.xceptance.com</url>
-		</contributor>
-	</contributors>
-	<licenses>
-		<license>
-			<name>The Apache Software License, Version 2.0</name>
-			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-			<distribution>repo</distribution>
-		</license>
-	</licenses>
-	<scm>
-		<connection>scm:git:https://git-wip-us.apache.org/repos/asf/juddi.git</connection>
-		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/juddi.git</developerConnection>
-		<url>https://git-wip-us.apache.org/repos/asf/juddi.git/?p=juddi.git;a=summary</url>
-	</scm>
-	<build>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-assembly-plugin</artifactId>
-					<version>2.2</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-compiler-plugin</artifactId>
-					<configuration>
-						<source>1.6</source>
-						<target>1.6</target>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-release-plugin</artifactId>
-					<version>2.1</version>
-					<configuration>
-						<autoVersionSubmodules>true</autoVersionSubmodules>
-						<preparationGoals>clean install</preparationGoals>
-						<goals>deploy</goals>
-						<releaseProfiles>apache-release</releaseProfiles>
-						<tagNameFormat>juddi-@{project.version}</tagNameFormat>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.felix</groupId>
-					<artifactId>maven-bundle-plugin</artifactId>
-					<version>2.0.1</version>
-					<extensions>true</extensions>
-					<configuration>
-						<classifier>${envClassifier}</classifier>
-						<obrRepository>target/OBRRepository.xml</obrRepository>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.codehaus.mojo</groupId>
-					<artifactId>ianal-maven-plugin</artifactId>
-					<version>1.0-alpha-1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-site-plugin</artifactId>
-					<version>2.0.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-javadoc-plugin</artifactId>
-					<configuration>
-						<aggregate>true</aggregate>
-					</configuration>
-					<executions>
-						<execution>
-							<id>aggregate</id>
-							<goals>
-								<goal>aggregate</goal>
-							</goals>
-							<phase>site</phase>
-						</execution>
-					</executions>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>ianal-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-site-plugin</artifactId>
-				<version>2.0.1</version>
-			</plugin>
-		</plugins>
-	</build>
-	<reporting>
-		<plugins>
-			<plugin>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.6.1</version>
+    <prerequisites>
+        <maven>3.0.3</maven>
+    </prerequisites>
 
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>2.1.2</version>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>jdepend-maven-plugin</artifactId>
-				<version>2.0-beta-2</version>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jxr-plugin</artifactId>
-				<version>2.2</version>
-			</plugin>
-		</plugins>
-	</reporting>
-	<modules>
-		<module>uddi-ws</module>
-		<module>uddi-tck-base</module>
-		<module>juddi-client</module>
-		<module>juddi-client-plugins</module>
-		<module>uddi-migration-tool</module>
-		<module>juddi-core</module>
-		<module>juddi-rest-cxf</module>
-		<module>juddi-core-openjpa</module>
-		<module>juddiv3-war</module>
-		<module>juddi-examples</module>
-		<module>juddi-gui-dsig</module>
-		<module>juddi-gui</module>
-		<module>juddi-tomcat</module>
-  </modules>
-	<distributionManagement>
-		<site>
-			<id>website</id>
-			<url>scpexe://people.apache.org/www/juddi.apache.org/</url>
-		</site>
-	</distributionManagement>
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.11</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-logging</groupId>
-			<artifactId>commons-logging-api</artifactId>
-			<version>1.1</version>
-		</dependency>
-	</dependencies>
-	<repositories>
-		<repository>
-			<id>maven2-repository.dev.java.net</id>
-			<name>Java.net Maven 2 Repository</name>
-			<url>http://download.java.net/maven/2</url>
-			<layout>default</layout>
-		</repository>
-		<repository>
-			<id>apache.nexus</id>
-			<name>Apache NEXUS Maven 2 Repository</name>
-			<url>https://repository.apache.org/content/repositories/releases/</url>
-			<layout>default</layout>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</repository>
-		<repository>
-			<id>jboss</id>
-			<name>JBoss Repository</name>
-			<url>http://repository.jboss.org/nexus/content/groups/public</url>
-			<layout>default</layout>
-		</repository>
-	</repositories>
-	<pluginRepositories>
-		<pluginRepository>
-			<id>maven2-repository.dev.java.net</id>
-			<url>http://download.java.net/maven/2</url>
-		</pluginRepository>
-		<pluginRepository>
-			<id>nexus.codehaus</id>
-			<url>https://nexus.codehaus.org/content/repositories/releases/</url>
-		</pluginRepository>
+    <properties>
+        <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+        <cxf.version>2.7.14</cxf.version>
+        <springframework.version>3.2.2.RELEASE</springframework.version>
+    </properties>
 
-	</pluginRepositories>
-	<profiles>
-		<!-- inherit from the apache parent: release-profile -->
-		<profile>
-			<id>apache-release</id>
-			<modules>
-				<!-- adding these modules for release only -->
-				<module>uddi-tck</module>
-				<module>uddi-tck-runner</module>
-				<module>juddi-ddl-generator</module>
-				<module>docs</module>
-				<module>juddi-dist</module>
-				<module>uddi-client-dist</module>
-			</modules>
-		</profile>
+    <issueManagement>
+        <system>JIRA</system>
+        <url>http://issues.apache.org/jira/browse/JUDDI</url>
+    </issueManagement>
+    <ciManagement>
+        <system>Buildbot</system>
+        <url>http://ci.apache.org/buildbot.html</url>
+        <notifiers>
+            <notifier>
+                <sendOnError>true</sendOnError>
+                <sendOnFailure>true</sendOnFailure>
+                <sendOnSuccess>true</sendOnSuccess>
+                <sendOnWarning>true</sendOnWarning>
+                <configuration>
+                    <address>dev@juddi.apache.org</address>
+                </configuration>
+            </notifier>
+        </notifiers>
+    </ciManagement>
+    <inceptionYear>2004</inceptionYear>
+    <mailingLists>
+        <mailingList>
+            <name>jUDDI User List</name>
+            <subscribe>user-subscribe@juddi.apache.org</subscribe>
+            <unsubscribe>user-unsubscribe@juddi.apache.org</unsubscribe>
+            <post>user@juddi.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/juddi-user/</archive>
+        </mailingList>
+        <mailingList>
+            <name>jUDDI Developer List</name>
+            <subscribe>dev-subscribe@juddi.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@juddi.apache.org</unsubscribe>
+            <post>dev@juddi.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/juddi-dev/</archive>
+        </mailingList>
+        <mailingList>
+            <name>jUDDI SVN List</name>
+            <subscribe>cvs-subscribe@juddi.apache.org</subscribe>
+            <unsubscribe>cvs-unsubscribe@juddi.apache.org</unsubscribe>
+            <post>commits@juddi.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/juddi-cvs/</archive>
+        </mailingList>
+    </mailingLists>
+    <developers>
+        <developer>
+            <id>kstam</id>
+            <name>Kurt Stam</name>
+            <email>kstam AT apache.org</email>
+            <organization>ASF</organization>
+        </developer>
+        <developer>
+            <id>jfaath</id>
+            <name>Jeffrey Faath</name>
+            <email>jfaath AT apache.org</email>
+            <url>http://www.esigma.com</url>
+            <organization>ESigma</organization>
+        </developer>
+        <developer>
+            <id>tcunning</id>
+            <name>Tom Cunningham</name>
+            <email>tcunning AT apache.org</email>
+            <url>http://www.jboss.org/jbossesb</url>
+            <organization>JBoss/Red Hat</organization>
+        </developer>
+        <developer>
+            <id>sviens</id>
+            <name>Steve Viens</name>
+            <email>steve AT viens.net</email>
+            <url>http://www.viens.net</url>
+            <organization>ASF</organization>
+        </developer>
+        <developer>
+            <id>anil</id>
+            <name>Anil Saldhana</name>
+            <email>anil AT apache.org</email>
+            <url>http://www.jboss.org</url>
+            <organization>JBoss/Red Hat</organization>
+        </developer>
+        <developer>
+            <id>djencks</id>
+            <name>David Jencks</name>
+            <email>djencks AT apache.org</email>
+            <url>http://www.apache.org</url>
+            <organization>ASF</organization>
+        </developer>
+        <developer>
+            <id>alexoree</id>
+            <name>Alex O'Ree</name>
+            <email>alexoree AT apache.org</email>
+            <url>http://www.apache.org</url>
+            <organization>ASF</organization>
+        </developer>
+    </developers>
+    <contributors>
+        <contributor>
+            <name>Ken Wilson</name>
+            <organization>Dynamic Site Design</organization>
+            <url>http://www.dynamicsitedesign.com</url>
+        </contributor>
+        <contributor>
+            <name>Jeremi Thebeau</name>
+            <organization>Xceptance Software Technologies</organization>
+            <url>http://www.xceptance.com</url>
+        </contributor>
+    </contributors>
+    <licenses>
+        <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/juddi.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/juddi.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf/juddi.git/?p=juddi.git;a=summary</url>
+    </scm>
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <version>2.2</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <configuration>
+                        <source>1.6</source>
+                        <target>1.6</target>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <version>2.1</version>
+                    <configuration>
+                        <autoVersionSubmodules>true</autoVersionSubmodules>
+                        <preparationGoals>clean install</preparationGoals>
+                        <goals>deploy</goals>
+                        <releaseProfiles>apache-release</releaseProfiles>
+                        <tagNameFormat>juddi-@{project.version}</tagNameFormat>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-bundle-plugin</artifactId>
+                    <version>2.0.1</version>
+                    <extensions>true</extensions>
+                    <configuration>
+                        <classifier>${envClassifier}</classifier>
+                        <obrRepository>target/OBRRepository.xml</obrRepository>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>ianal-maven-plugin</artifactId>
+                    <version>1.0-alpha-1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <version>2.0.1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <configuration>
+                        <aggregate>true</aggregate>
+                    </configuration>
+                    <executions>
+                        <execution>
+                            <id>aggregate</id>
+                            <goals>
+                                <goal>aggregate</goal>
+                            </goals>
+                            <phase>site</phase>
+                        </execution>
+                    </executions>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>ianal-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>2.0.1</version>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <version>0.11</version>
+            </plugin>
+            <plugin>
+                <artifactId>maven-clean-plugin</artifactId>
+                <version>2.6.1</version>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>.</directory>
+                            <includes>
+                                <include>*.ddl</include>
+                                <include>*.log</include>
+                            </includes>
+			          
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.6.1</version>
 
-		<!-- same as the apache-release minus signing. CI should use this -->
-		<profile>
-			<id>dist</id>
-			<modules>
-				<!-- adding these module for dist only -->
-				<module>uddi-tck</module>
-				<module>uddi-tck-runner</module>
-				<module>juddi-ddl-generator</module>
-				<module>docs</module>
-				<module>juddi-dist</module>
-				<module>uddi-client-dist</module>
-			</modules>
-			<build>
-				<plugins>
-					<!-- Create a source-release artifact that contains the fully buildable 
-						project directory source structure. This is the artifact which is the official 
-						subject of any release vote. -->
-					<plugin>
-						<artifactId>maven-assembly-plugin</artifactId>
-						<dependencies>
-							<dependency>
-								<groupId>org.apache.apache.resources</groupId>
-								<artifactId>apache-source-release-assembly-descriptor</artifactId>
-								<version>1.0.4</version>
-							</dependency>
-						</dependencies>
-						<executions>
-							<execution>
-								<id>source-release-assembly</id>
-								<phase>package</phase>
-								<goals>
-									<goal>single</goal>
-								</goals>
-								<configuration>
-									<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-									<descriptorRefs>
-										<descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
-									</descriptorRefs>
-									<tarLongFileFormat>gnu</tarLongFileFormat>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-					<!-- We want to deploy the artifact to a staging location for perusal -->
-					<plugin>
-						<inherited>true</inherited>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-deploy-plugin</artifactId>
-						<configuration>
-							<updateReleaseInfo>true</updateReleaseInfo>
-						</configuration>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-source-plugin</artifactId>
-						<executions>
-							<execution>
-								<id>attach-sources</id>
-								<goals>
-									<goal>jar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-javadoc-plugin</artifactId>
-						<executions>
-							<execution>
-								<id>attach-javadocs</id>
-								<goals>
-									<goal>jar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.1.2</version>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jdepend-maven-plugin</artifactId>
+                <version>2.0-beta-2</version>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jxr-plugin</artifactId>
+                <version>2.2</version>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <version>0.11</version>
+            </plugin>
+        </plugins>
+    </reporting>
+    <modules>
+        <module>uddi-ws</module>
+        <module>uddi-tck-base</module>
+        <module>juddi-client</module>
+        <module>juddi-client-plugins</module>
+        <module>uddi-migration-tool</module>
+        <module>juddi-core</module>
+        <module>juddi-rest-cxf</module>
+        <module>juddi-core-openjpa</module>
+        <module>juddiv3-war</module>
+        <module>juddi-examples</module>
+        <module>juddi-gui-dsig</module>
+        <module>juddi-gui</module>
+        <module>juddi-tomcat</module>
+    </modules>
+    <distributionManagement>
+        <site>
+            <id>website</id>
+            <url>scpexe://people.apache.org/www/juddi.apache.org/</url>
+        </site>
+    </distributionManagement>
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.11</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging-api</artifactId>
+            <version>1.1</version>
+        </dependency>
+    </dependencies>
+    <repositories>
+        <repository>
+            <id>maven2-repository.dev.java.net</id>
+            <name>Java.net Maven 2 Repository</name>
+            <url>http://download.java.net/maven/2</url>
+            <layout>default</layout>
+        </repository>
+        <repository>
+            <id>apache.nexus</id>
+            <name>Apache NEXUS Maven 2 Repository</name>
+            <url>https://repository.apache.org/content/repositories/releases/</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>jboss</id>
+            <name>JBoss Repository</name>
+            <url>http://repository.jboss.org/nexus/content/groups/public</url>
+            <layout>default</layout>
+        </repository>
+    </repositories>
+    <pluginRepositories>
+        <pluginRepository>
+            <id>maven2-repository.dev.java.net</id>
+            <url>http://download.java.net/maven/2</url>
+        </pluginRepository>
+        <pluginRepository>
+            <id>nexus.codehaus</id>
+            <url>https://nexus.codehaus.org/content/repositories/releases/</url>
+        </pluginRepository>
+
+    </pluginRepositories>
+    <profiles>
+        <!-- inherit from the apache parent: release-profile -->
+        <profile>
+            <id>apache-release</id>
+            <modules>
+                <!-- adding these modules for release only -->
+                <module>uddi-tck</module>
+                <module>uddi-tck-runner</module>
+                <module>juddi-ddl-generator</module>
+                <module>docs</module>
+                <module>juddi-dist</module>
+                <module>uddi-client-dist</module>
+            </modules>
+        </profile>
+
+        <!-- same as the apache-release minus signing. CI should use this -->
+        <profile>
+            <id>dist</id>
+            <modules>
+                <!-- adding these module for dist only -->
+                <module>uddi-tck</module>
+                <module>uddi-tck-runner</module>
+                <module>juddi-ddl-generator</module>
+                <module>docs</module>
+                <module>juddi-dist</module>
+                <module>uddi-client-dist</module>
+            </modules>
+            <build>
+                <plugins>
+                    <!-- Create a source-release artifact that contains the fully buildable 
+                    project directory source structure. This is the artifact which is the official 
+                    subject of any release vote. -->
+                    <plugin>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                        <dependencies>
+                            <dependency>
+                                <groupId>org.apache.apache.resources</groupId>
+                                <artifactId>apache-source-release-assembly-descriptor</artifactId>
+                                <version>1.0.4</version>
+                            </dependency>
+                        </dependencies>
+                        <executions>
+                            <execution>
+                                <id>source-release-assembly</id>
+                                <phase>package</phase>
+                                <goals>
+                                    <goal>single</goal>
+                                </goals>
+                                <configuration>
+                                    <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+                                    <descriptorRefs>
+                                        <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
+                                    </descriptorRefs>
+                                    <tarLongFileFormat>gnu</tarLongFileFormat>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <!-- We want to deploy the artifact to a staging location for perusal -->
+                    <plugin>
+                        <inherited>true</inherited>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-deploy-plugin</artifactId>
+                        <configuration>
+                            <updateReleaseInfo>true</updateReleaseInfo>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-source-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>attach-sources</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>attach-javadocs</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.rat</groupId>
+                        <artifactId>apache-rat-plugin</artifactId>
+                        <version>0.11</version>
+                        <configuration>
+                            <excludes>
+
+                                <exclude>**/*.ddl</exclude>
+                                <exclude>Doxyfile</exclude>
+                                <exclude>**/*log</exclude>
+                                <exclude>*.log</exclude>
+                                <exclude>qa/*.*</exclude>
+                                <exclude>qa/**/*.*</exclude>
+                                <exclude>juddi-client.net/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec</exclude>
+                                <exclude>juddi-client.net/clean.txt</exclude>
+                                <exclude>juddi-client.net/input.txt</exclude>
+                                <exclude>juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/wadl.xsd</exclude>
+                                <exclude>juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/wsdl.xsd</exclude>
+                                <exclude>juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/XMLSchema.xsd</exclude>
+                                <exclude>juddi-client.net/packages/NUnit.2.6.2/lib/nunit.framework.xml</exclude>
+                                <exclude>juddi-client.net/example/AspnetServiceLifeCycle/global.asa</exclude>
+                                <!-- uddi-ws-->
+                                <exclude>src/main/resources/inquire_v2.wsdl</exclude>
+                                <exclude>src/main/resources/publish_v2.wsdl</exclude>
+                                <exclude>src/main/resources/uddi_v2.xsd</exclude>
+                                <exclude>src/main/resources/uddi_v2custody.xsd</exclude>
+                                <exclude>src/main/resources/uddi_v2replication.xsd</exclude>
+                                <exclude>**/datatypes.dtd</exclude>
+                                <exclude>**/xml.xsd</exclude>
+                                <exclude>**/XMLSchema.dtd</exclude>
+                                <exclude>**/xmldsig-core-schema.xsd</exclude>
+ 
+                                <!-- TCK BASE -->
+                                <exclude>src/main/resources/uddi_data/bpel/riftsaw/bpel-technote.bpel</exclude>
+                                <exclude>src/main/resources/uddi_data/bpel/riftsaw/bpel-technote.wsdl</exclude>
+                                <!-- juddi-client-->
+                                <exclude>src/test/resources/bpel/bpel-technote.bpel</exclude>
+                                <exclude>src/test/resources/bpel/bpel-technote.wsdl</exclude>
+                                <exclude>**/*.key</exclude>
+                                <exclude>**/log4j.xml</exclude>
+
+                                <exclude>**/spring-beans.xsd</exclude>
+                                <exclude>**/spring-util.xsd</exclude>
+                                <exclude>**/spring-beans.xsd</exclude>
+
+                                <exclude>**/font-awesome*</exclude>
+                                <exclude>**/jquery*.css</exclude>
+                                <exclude>**/*.svg</exclude>
+                                <exclude>**/jquery*.js</exclude>
+                                <exclude>**/log4j.properties</exclude>
+                                <exclude>**/log4j.xml</exclude>
+                                <exclude>**/*.sh</exclude>
+                                <exclude>**/*.bat</exclude>
+                                <exclude>**/*.policy</exclude>
+                                <exclude>**/*.form</exclude>
+                                <exclude>**/jboss-deployment-structure.xml</exclude>
+                                <exclude>**/MANIFEST.MF</exclude>
+                                <exclude>**/license/*.*</exclude>
+                                <exclude>src/main/resources/schemas/orm_1_0.xsd</exclude>
+                                <exclude>src/main/resources/schemas/persistence_1_0.xsd</exclude>
+                                <exclude>src/main/resources/spring-beans.xsd.xml</exclude>
+  
+                                <exclude>**/bootstrap-timepicker.*</exclude>
+                                <exclude>**/test/selenium/*.*</exclude>
+                                <exclude>**/*.properties</exclude>
+                                <exclude>**/*.asciidoc</exclude>
+                                <exclude>**/TermsOfUse.txt</exclude>
+                                <exclude>**/pref-rpt*.txt</exclude>
+                                <exclude>**/asciidoctor.css</exclude>
+                                <exclude>**/Guardfile</exclude>
+
+                            </excludes>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>check</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-client-dist/src/main/bin/uddi.xml
----------------------------------------------------------------------
diff --git a/uddi-client-dist/src/main/bin/uddi.xml b/uddi-client-dist/src/main/bin/uddi.xml
index 35dd804..aab7bb2 100644
--- a/uddi-client-dist/src/main/bin/uddi.xml
+++ b/uddi-client-dist/src/main/bin/uddi.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-
+<!--
+/*
+ * Copyright 2001-2008 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.
+ */
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
     <reloadDelay>5000</reloadDelay>
     <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-migration-tool/src/test/java/org/apache/juddi/juddi/migration/tool/AppTest.java
----------------------------------------------------------------------
diff --git a/uddi-migration-tool/src/test/java/org/apache/juddi/juddi/migration/tool/AppTest.java b/uddi-migration-tool/src/test/java/org/apache/juddi/juddi/migration/tool/AppTest.java
index 3ea4e28..7aa065c 100644
--- a/uddi-migration-tool/src/test/java/org/apache/juddi/juddi/migration/tool/AppTest.java
+++ b/uddi-migration-tool/src/test/java/org/apache/juddi/juddi/migration/tool/AppTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.juddi.migration.tool;
 
 import junit.framework.Test;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/Property.java
----------------------------------------------------------------------
diff --git a/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/Property.java b/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/Property.java
index 7d11f59..a8e1c1b 100644
--- a/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/Property.java
+++ b/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/Property.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.v3.tck;
 
 public class Property {

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckSigningUtil.java
----------------------------------------------------------------------
diff --git a/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckSigningUtil.java b/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckSigningUtil.java
index 906a27d..e4a8804 100644
--- a/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckSigningUtil.java
+++ b/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckSigningUtil.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.v3.tck;
 
 import java.io.BufferedReader;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck-base/src/main/resources/tck.properties
----------------------------------------------------------------------
diff --git a/uddi-tck-base/src/main/resources/tck.properties b/uddi-tck-base/src/main/resources/tck.properties
index 27182bb..137c349 100644
--- a/uddi-tck-base/src/main/resources/tck.properties
+++ b/uddi-tck-base/src/main/resources/tck.properties
@@ -1,3 +1,18 @@
+# Copyright 2001-2008 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. 
+
+
 #some user with administrative rights
 root.publisher = root
 root.password  = root

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck-runner/src/test/java/org/apache/juddi/tckrunner/AppTest.java
----------------------------------------------------------------------
diff --git a/uddi-tck-runner/src/test/java/org/apache/juddi/tckrunner/AppTest.java b/uddi-tck-runner/src/test/java/org/apache/juddi/tckrunner/AppTest.java
deleted file mode 100644
index 14b310f..0000000
--- a/uddi-tck-runner/src/test/java/org/apache/juddi/tckrunner/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package org.apache.juddi.tckrunner;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck-runner/uddi.xml
----------------------------------------------------------------------
diff --git a/uddi-tck-runner/uddi.xml b/uddi-tck-runner/uddi.xml
index 628cbe4..c051e53 100644
--- a/uddi-tck-runner/uddi.xml
+++ b/uddi-tck-runner/uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ */
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
     <reloadDelay>5000</reloadDelay>
     <client name="test-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/context.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/context.xml b/uddi-tck/context.xml
index aee55e6..a58f0d2 100644
--- a/uddi-tck/context.xml
+++ b/uddi-tck/context.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
+<!-- 
+/*
+ * Copyright 2001-2008 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.
+ */
+ -->
 <Context>
     <WatchedResource>WEB-INF/web.xml</WatchedResource>
     <!--  -->

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/juddiv3Node1.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/juddiv3Node1.xml b/uddi-tck/juddiv3Node1.xml
index a930b12..962a920 100644
--- a/uddi-tck/juddiv3Node1.xml
+++ b/uddi-tck/juddiv3Node1.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"  ?>
+<!-- 
+/*
+ * Copyright 2001-2008 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.
+ */
+ -->
 <!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/juddiv3Node2.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/juddiv3Node2.xml b/uddi-tck/juddiv3Node2.xml
index d0a574d..3a8008c 100644
--- a/uddi-tck/juddiv3Node2.xml
+++ b/uddi-tck/juddiv3Node2.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"  ?>
+<!-- 
+/*
+ * Copyright 2001-2008 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.
+ */
+ -->
 <!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/src/main/java/org/apache/juddi/v2/tck/Dummy.java
----------------------------------------------------------------------
diff --git a/uddi-tck/src/main/java/org/apache/juddi/v2/tck/Dummy.java b/uddi-tck/src/main/java/org/apache/juddi/v2/tck/Dummy.java
index 6e6fd1b..661253a 100644
--- a/uddi-tck/src/main/java/org/apache/juddi/v2/tck/Dummy.java
+++ b/uddi-tck/src/main/java/org/apache/juddi/v2/tck/Dummy.java
@@ -1,5 +1,19 @@
-package org.apache.juddi.v2.tck;
-
+package org.apache.juddi.v2.tck; 
+/*
+ * Copyright 2001-2008 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.
+ */
 public class Dummy {
 
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[07/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/XMLSchema.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/XMLSchema.cs b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/XMLSchema.cs
index fb2a5e7..dd0c868 100644
--- a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/XMLSchema.cs
+++ b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/XMLSchema.cs
@@ -1,2589 +1,2608 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//     This code was generated by a tool.
-//     Runtime Version:4.0.30319.18052
-//
-//     Changes to this file may cause incorrect behavior and will be lost if
-//     the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-using System.Xml.Serialization;
-
-// 
-// This source code was auto-generated by xsd, Version=4.0.30319.17929.
-// 
-
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class schema : openAttrs {
-    
-    private openAttrs[] itemsField;
-    
-    private topLevelSimpleType[] simpleTypeField;
-    
-    private topLevelComplexType[] complexTypeField;
-    
-    private namedGroup[] groupField;
-    
-    private namedAttributeGroup[] attributeGroupField;
-    
-    private topLevelElement[] elementField;
-    
-    private topLevelAttribute[] attributeField;
-    
-    private notation[] notationField;
-    
-    private annotation[] annotationField;
-    
-    private string targetNamespaceField;
-    
-    private string versionField;
-    
-    private string finalDefaultField;
-    
-    private string blockDefaultField;
-    
-    private formChoice attributeFormDefaultField;
-    
-    private formChoice elementFormDefaultField;
-    
-    private string idField;
-    
-    private string langField;
-    
-    public schema() {
-        this.finalDefaultField = "";
-        this.blockDefaultField = "";
-        this.attributeFormDefaultField = formChoice.unqualified;
-        this.elementFormDefaultField = formChoice.unqualified;
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("annotation", typeof(annotation))]
-    [System.Xml.Serialization.XmlElementAttribute("import", typeof(import))]
-    [System.Xml.Serialization.XmlElementAttribute("include", typeof(include))]
-    [System.Xml.Serialization.XmlElementAttribute("redefine", typeof(redefine))]
-    public openAttrs[] Items {
-        get {
-            return this.itemsField;
-        }
-        set {
-            this.itemsField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("simpleType")]
-    public topLevelSimpleType[] simpleType {
-        get {
-            return this.simpleTypeField;
-        }
-        set {
-            this.simpleTypeField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("complexType")]
-    public topLevelComplexType[] complexType {
-        get {
-            return this.complexTypeField;
-        }
-        set {
-            this.complexTypeField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("group")]
-    public namedGroup[] group {
-        get {
-            return this.groupField;
-        }
-        set {
-            this.groupField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("attributeGroup")]
-    public namedAttributeGroup[] attributeGroup {
-        get {
-            return this.attributeGroupField;
-        }
-        set {
-            this.attributeGroupField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("element")]
-    public topLevelElement[] element {
-        get {
-            return this.elementField;
-        }
-        set {
-            this.elementField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("attribute")]
-    public topLevelAttribute[] attribute {
-        get {
-            return this.attributeField;
-        }
-        set {
-            this.attributeField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("notation")]
-    public notation[] notation {
-        get {
-            return this.notationField;
-        }
-        set {
-            this.notationField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("annotation")]
-    public annotation[] annotation {
-        get {
-            return this.annotationField;
-        }
-        set {
-            this.annotationField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
-    public string targetNamespace {
-        get {
-            return this.targetNamespaceField;
-        }
-        set {
-            this.targetNamespaceField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="token")]
-    public string version {
-        get {
-            return this.versionField;
-        }
-        set {
-            this.versionField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute("")]
-    public string finalDefault {
-        get {
-            return this.finalDefaultField;
-        }
-        set {
-            this.finalDefaultField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute("")]
-    public string blockDefault {
-        get {
-            return this.blockDefaultField;
-        }
-        set {
-            this.blockDefaultField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute(formChoice.unqualified)]
-    public formChoice attributeFormDefault {
-        get {
-            return this.attributeFormDefaultField;
-        }
-        set {
-            this.attributeFormDefaultField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute(formChoice.unqualified)]
-    public formChoice elementFormDefault {
-        get {
-            return this.elementFormDefaultField;
-        }
-        set {
-            this.elementFormDefaultField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
-    public string id {
-        get {
-            return this.idField;
-        }
-        set {
-            this.idField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://www.w3.org/XML/1998/namespace")]
-    public string lang {
-        get {
-            return this.langField;
-        }
-        set {
-            this.langField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class annotation : openAttrs {
-    
-    private object[] itemsField;
-    
-    private string idField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("appinfo", typeof(appinfo))]
-    [System.Xml.Serialization.XmlElementAttribute("documentation", typeof(documentation))]
-    public object[] Items {
-        get {
-            return this.itemsField;
-        }
-        set {
-            this.itemsField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
-    public string id {
-        get {
-            return this.idField;
-        }
-        set {
-            this.idField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class appinfo {
-    
-    private System.Xml.XmlNode[] anyField;
-    
-    private string sourceField;
-    
-    private System.Xml.XmlAttribute[] anyAttrField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlTextAttribute()]
-    [System.Xml.Serialization.XmlAnyElementAttribute()]
-    public System.Xml.XmlNode[] Any {
-        get {
-            return this.anyField;
-        }
-        set {
-            this.anyField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
-    public string source {
-        get {
-            return this.sourceField;
-        }
-        set {
-            this.sourceField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAnyAttributeAttribute()]
-    public System.Xml.XmlAttribute[] AnyAttr {
-        get {
-            return this.anyAttrField;
-        }
-        set {
-            this.anyAttrField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(annotated))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(extensionType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(simpleExtensionType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(attributeGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(namedAttributeGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(attributeGroupRef))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(wildcard))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(keybase))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(element))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(localElement))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(narrowMaxMin))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(topLevelElement))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(group))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(explicitGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(all))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(simpleExplicitGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(realGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(groupRef))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(namedGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(restrictionType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(simpleRestrictionType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(complexRestrictionType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(complexType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(topLevelComplexType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(localComplexType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(facet))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(numFacet))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(noFixedFacet))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(simpleType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(topLevelSimpleType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(localSimpleType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(attribute))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(topLevelAttribute))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class openAttrs {
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(extensionType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(simpleExtensionType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(attributeGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(namedAttributeGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(attributeGroupRef))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(wildcard))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(keybase))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(element))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(localElement))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(narrowMaxMin))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(topLevelElement))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(group))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(explicitGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(all))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(simpleExplicitGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(realGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(groupRef))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(namedGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(restrictionType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(simpleRestrictionType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(complexRestrictionType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(complexType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(topLevelComplexType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(localComplexType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(facet))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(numFacet))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(noFixedFacet))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(simpleType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(topLevelSimpleType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(localSimpleType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(attribute))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(topLevelAttribute))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class annotated : openAttrs {
-    
-    private annotation annotationField;
-    
-    private string idField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute(Order=0)]
-    public annotation annotation {
-        get {
-            return this.annotationField;
-        }
-        set {
-            this.annotationField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
-    public string id {
-        get {
-            return this.idField;
-        }
-        set {
-            this.idField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(simpleExtensionType))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class extensionType : annotated {
-    
-    private groupRef groupField;
-    
-    private all allField;
-    
-    private explicitGroup choiceField;
-    
-    private explicitGroup sequenceField;
-    
-    private annotated[] itemsField;
-    
-    private wildcard anyAttributeField;
-    
-    private System.Xml.XmlQualifiedName baseField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute(Order=0)]
-    public groupRef group {
-        get {
-            return this.groupField;
-        }
-        set {
-            this.groupField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute(Order=1)]
-    public all all {
-        get {
-            return this.allField;
-        }
-        set {
-            this.allField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute(Order=2)]
-    public explicitGroup choice {
-        get {
-            return this.choiceField;
-        }
-        set {
-            this.choiceField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute(Order=3)]
-    public explicitGroup sequence {
-        get {
-            return this.sequenceField;
-        }
-        set {
-            this.sequenceField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("attribute", typeof(attribute), Order=4)]
-    [System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(attributeGroupRef), Order=4)]
-    public annotated[] Items {
-        get {
-            return this.itemsField;
-        }
-        set {
-            this.itemsField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute(Order=5)]
-    public wildcard anyAttribute {
-        get {
-            return this.anyAttributeField;
-        }
-        set {
-            this.anyAttributeField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public System.Xml.XmlQualifiedName @base {
-        get {
-            return this.baseField;
-        }
-        set {
-            this.baseField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class groupRef : realGroup {
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(groupRef))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(namedGroup))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class realGroup : group {
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(explicitGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(all))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(simpleExplicitGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(realGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(groupRef))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(namedGroup))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public abstract partial class group : annotated {
-    
-    private annotated[] itemsField;
-    
-    private ItemsChoiceType[] itemsElementNameField;
-    
-    private string nameField;
-    
-    private System.Xml.XmlQualifiedName refField;
-    
-    private string minOccursField;
-    
-    private string maxOccursField;
-    
-    public group() {
-        this.minOccursField = "1";
-        this.maxOccursField = "1";
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("all", typeof(all), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("any", typeof(any), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("choice", typeof(explicitGroup), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("element", typeof(localElement), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("group", typeof(groupRef), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("sequence", typeof(explicitGroup), Order=0)]
-    [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
-    public annotated[] Items {
-        get {
-            return this.itemsField;
-        }
-        set {
-            this.itemsField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
-    [System.Xml.Serialization.XmlIgnoreAttribute()]
-    public ItemsChoiceType[] ItemsElementName {
-        get {
-            return this.itemsElementNameField;
-        }
-        set {
-            this.itemsElementNameField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="NCName")]
-    public string name {
-        get {
-            return this.nameField;
-        }
-        set {
-            this.nameField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public System.Xml.XmlQualifiedName @ref {
-        get {
-            return this.refField;
-        }
-        set {
-            this.refField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="nonNegativeInteger")]
-    [System.ComponentModel.DefaultValueAttribute("1")]
-    public string minOccurs {
-        get {
-            return this.minOccursField;
-        }
-        set {
-            this.minOccursField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute("1")]
-    public string maxOccurs {
-        get {
-            return this.maxOccursField;
-        }
-        set {
-            this.maxOccursField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class all : explicitGroup {
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(all))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(simpleExplicitGroup))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute("choice", Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class explicitGroup : group {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class simpleExplicitGroup : explicitGroup {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class any : wildcard {
-    
-    private string minOccursField;
-    
-    private string maxOccursField;
-    
-    public any() {
-        this.minOccursField = "1";
-        this.maxOccursField = "1";
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="nonNegativeInteger")]
-    [System.ComponentModel.DefaultValueAttribute("1")]
-    public string minOccurs {
-        get {
-            return this.minOccursField;
-        }
-        set {
-            this.minOccursField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute("1")]
-    public string maxOccurs {
-        get {
-            return this.maxOccursField;
-        }
-        set {
-            this.maxOccursField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute("anyAttribute", Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class wildcard : annotated {
-    
-    private string namespaceField;
-    
-    private wildcardProcessContents processContentsField;
-    
-    public wildcard() {
-        this.namespaceField = "##any";
-        this.processContentsField = wildcardProcessContents.strict;
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute("##any")]
-    public string @namespace {
-        get {
-            return this.namespaceField;
-        }
-        set {
-            this.namespaceField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute(wildcardProcessContents.strict)]
-    public wildcardProcessContents processContents {
-        get {
-            return this.processContentsField;
-        }
-        set {
-            this.processContentsField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-public enum wildcardProcessContents {
-    
-    /// <remarks/>
-    skip,
-    
-    /// <remarks/>
-    lax,
-    
-    /// <remarks/>
-    strict,
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(narrowMaxMin))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class localElement : element {
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(localElement))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(narrowMaxMin))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(topLevelElement))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public abstract partial class element : annotated {
-    
-    private annotated itemField;
-    
-    private keybase[] uniqueField;
-    
-    private keybase[] keyField;
-    
-    private keyref[] keyrefField;
-    
-    private string nameField;
-    
-    private System.Xml.XmlQualifiedName refField;
-    
-    private System.Xml.XmlQualifiedName typeField;
-    
-    private System.Xml.XmlQualifiedName substitutionGroupField;
-    
-    private string minOccursField;
-    
-    private string maxOccursField;
-    
-    private string defaultField;
-    
-    private string fixedField;
-    
-    private bool nillableField;
-    
-    private bool abstractField;
-    
-    private string finalField;
-    
-    private string blockField;
-    
-    private formChoice formField;
-    
-    private bool formFieldSpecified;
-    
-    public element() {
-        this.minOccursField = "1";
-        this.maxOccursField = "1";
-        this.nillableField = false;
-        this.abstractField = false;
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("complexType", typeof(localComplexType), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(localSimpleType), Order=0)]
-    public annotated Item {
-        get {
-            return this.itemField;
-        }
-        set {
-            this.itemField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("unique", Order=1)]
-    public keybase[] unique {
-        get {
-            return this.uniqueField;
-        }
-        set {
-            this.uniqueField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("key", Order=2)]
-    public keybase[] key {
-        get {
-            return this.keyField;
-        }
-        set {
-            this.keyField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("keyref", Order=3)]
-    public keyref[] keyref {
-        get {
-            return this.keyrefField;
-        }
-        set {
-            this.keyrefField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="NCName")]
-    public string name {
-        get {
-            return this.nameField;
-        }
-        set {
-            this.nameField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public System.Xml.XmlQualifiedName @ref {
-        get {
-            return this.refField;
-        }
-        set {
-            this.refField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public System.Xml.XmlQualifiedName type {
-        get {
-            return this.typeField;
-        }
-        set {
-            this.typeField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public System.Xml.XmlQualifiedName substitutionGroup {
-        get {
-            return this.substitutionGroupField;
-        }
-        set {
-            this.substitutionGroupField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="nonNegativeInteger")]
-    [System.ComponentModel.DefaultValueAttribute("1")]
-    public string minOccurs {
-        get {
-            return this.minOccursField;
-        }
-        set {
-            this.minOccursField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute("1")]
-    public string maxOccurs {
-        get {
-            return this.maxOccursField;
-        }
-        set {
-            this.maxOccursField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public string @default {
-        get {
-            return this.defaultField;
-        }
-        set {
-            this.defaultField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public string @fixed {
-        get {
-            return this.fixedField;
-        }
-        set {
-            this.fixedField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute(false)]
-    public bool nillable {
-        get {
-            return this.nillableField;
-        }
-        set {
-            this.nillableField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute(false)]
-    public bool @abstract {
-        get {
-            return this.abstractField;
-        }
-        set {
-            this.abstractField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public string final {
-        get {
-            return this.finalField;
-        }
-        set {
-            this.finalField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public string block {
-        get {
-            return this.blockField;
-        }
-        set {
-            this.blockField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public formChoice form {
-        get {
-            return this.formField;
-        }
-        set {
-            this.formField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlIgnoreAttribute()]
-    public bool formSpecified {
-        get {
-            return this.formFieldSpecified;
-        }
-        set {
-            this.formFieldSpecified = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class localComplexType : complexType {
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(topLevelComplexType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(localComplexType))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public abstract partial class complexType : annotated {
-    
-    private annotated[] itemsField;
-    
-    private ItemsChoiceType2[] itemsElementNameField;
-    
-    private string nameField;
-    
-    private bool mixedField;
-    
-    private bool abstractField;
-    
-    private string finalField;
-    
-    private string blockField;
-    
-    public complexType() {
-        this.mixedField = false;
-        this.abstractField = false;
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("all", typeof(all), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("anyAttribute", typeof(wildcard), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("attribute", typeof(attribute), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(attributeGroupRef), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("choice", typeof(explicitGroup), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("complexContent", typeof(complexContent), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("group", typeof(groupRef), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("sequence", typeof(explicitGroup), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("simpleContent", typeof(simpleContent), Order=0)]
-    [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
-    public annotated[] Items {
-        get {
-            return this.itemsField;
-        }
-        set {
-            this.itemsField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
-    [System.Xml.Serialization.XmlIgnoreAttribute()]
-    public ItemsChoiceType2[] ItemsElementName {
-        get {
-            return this.itemsElementNameField;
-        }
-        set {
-            this.itemsElementNameField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="NCName")]
-    public string name {
-        get {
-            return this.nameField;
-        }
-        set {
-            this.nameField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute(false)]
-    public bool mixed {
-        get {
-            return this.mixedField;
-        }
-        set {
-            this.mixedField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute(false)]
-    public bool @abstract {
-        get {
-            return this.abstractField;
-        }
-        set {
-            this.abstractField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public string final {
-        get {
-            return this.finalField;
-        }
-        set {
-            this.finalField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public string block {
-        get {
-            return this.blockField;
-        }
-        set {
-            this.blockField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(topLevelAttribute))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class attribute : annotated {
-    
-    private localSimpleType simpleTypeField;
-    
-    private string nameField;
-    
-    private System.Xml.XmlQualifiedName refField;
-    
-    private System.Xml.XmlQualifiedName typeField;
-    
-    private attributeUse useField;
-    
-    private string defaultField;
-    
-    private string fixedField;
-    
-    private formChoice formField;
-    
-    private bool formFieldSpecified;
-    
-    public attribute() {
-        this.useField = attributeUse.optional;
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute(Order=0)]
-    public localSimpleType simpleType {
-        get {
-            return this.simpleTypeField;
-        }
-        set {
-            this.simpleTypeField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="NCName")]
-    public string name {
-        get {
-            return this.nameField;
-        }
-        set {
-            this.nameField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public System.Xml.XmlQualifiedName @ref {
-        get {
-            return this.refField;
-        }
-        set {
-            this.refField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public System.Xml.XmlQualifiedName type {
-        get {
-            return this.typeField;
-        }
-        set {
-            this.typeField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute(attributeUse.optional)]
-    public attributeUse use {
-        get {
-            return this.useField;
-        }
-        set {
-            this.useField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public string @default {
-        get {
-            return this.defaultField;
-        }
-        set {
-            this.defaultField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public string @fixed {
-        get {
-            return this.fixedField;
-        }
-        set {
-            this.fixedField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public formChoice form {
-        get {
-            return this.formField;
-        }
-        set {
-            this.formField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlIgnoreAttribute()]
-    public bool formSpecified {
-        get {
-            return this.formFieldSpecified;
-        }
-        set {
-            this.formFieldSpecified = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class localSimpleType : simpleType {
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(topLevelSimpleType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(localSimpleType))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public abstract partial class simpleType : annotated {
-    
-    private annotated itemField;
-    
-    private string finalField;
-    
-    private string nameField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("list", typeof(list), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("restriction", typeof(restriction), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("union", typeof(union), Order=0)]
-    public annotated Item {
-        get {
-            return this.itemField;
-        }
-        set {
-            this.itemField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public string final {
-        get {
-            return this.finalField;
-        }
-        set {
-            this.finalField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="NCName")]
-    public string name {
-        get {
-            return this.nameField;
-        }
-        set {
-            this.nameField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class list : annotated {
-    
-    private localSimpleType simpleTypeField;
-    
-    private System.Xml.XmlQualifiedName itemTypeField;
-    
-    /// <remarks/>
-    public localSimpleType simpleType {
-        get {
-            return this.simpleTypeField;
-        }
-        set {
-            this.simpleTypeField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public System.Xml.XmlQualifiedName itemType {
-        get {
-            return this.itemTypeField;
-        }
-        set {
-            this.itemTypeField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class restriction : annotated {
-    
-    private localSimpleType simpleTypeField;
-    
-    private facet[] minExclusiveField;
-    
-    private facet[] minInclusiveField;
-    
-    private facet[] maxExclusiveField;
-    
-    private facet[] maxInclusiveField;
-    
-    private totalDigits[] totalDigitsField;
-    
-    private numFacet[] fractionDigitsField;
-    
-    private numFacet[] lengthField;
-    
-    private numFacet[] minLengthField;
-    
-    private numFacet[] maxLengthField;
-    
-    private noFixedFacet[] enumerationField;
-    
-    private whiteSpace[] whiteSpaceField;
-    
-    private pattern[] patternField;
-    
-    private System.Xml.XmlQualifiedName baseField;
-    
-    /// <remarks/>
-    public localSimpleType simpleType {
-        get {
-            return this.simpleTypeField;
-        }
-        set {
-            this.simpleTypeField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("minExclusive")]
-    public facet[] minExclusive {
-        get {
-            return this.minExclusiveField;
-        }
-        set {
-            this.minExclusiveField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("minInclusive")]
-    public facet[] minInclusive {
-        get {
-            return this.minInclusiveField;
-        }
-        set {
-            this.minInclusiveField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("maxExclusive")]
-    public facet[] maxExclusive {
-        get {
-            return this.maxExclusiveField;
-        }
-        set {
-            this.maxExclusiveField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("maxInclusive")]
-    public facet[] maxInclusive {
-        get {
-            return this.maxInclusiveField;
-        }
-        set {
-            this.maxInclusiveField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("totalDigits")]
-    public totalDigits[] totalDigits {
-        get {
-            return this.totalDigitsField;
-        }
-        set {
-            this.totalDigitsField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("fractionDigits")]
-    public numFacet[] fractionDigits {
-        get {
-            return this.fractionDigitsField;
-        }
-        set {
-            this.fractionDigitsField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("length")]
-    public numFacet[] length {
-        get {
-            return this.lengthField;
-        }
-        set {
-            this.lengthField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("minLength")]
-    public numFacet[] minLength {
-        get {
-            return this.minLengthField;
-        }
-        set {
-            this.minLengthField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("maxLength")]
-    public numFacet[] maxLength {
-        get {
-            return this.maxLengthField;
-        }
-        set {
-            this.maxLengthField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("enumeration")]
-    public noFixedFacet[] enumeration {
-        get {
-            return this.enumerationField;
-        }
-        set {
-            this.enumerationField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("whiteSpace")]
-    public whiteSpace[] whiteSpace {
-        get {
-            return this.whiteSpaceField;
-        }
-        set {
-            this.whiteSpaceField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("pattern")]
-    public pattern[] pattern {
-        get {
-            return this.patternField;
-        }
-        set {
-            this.patternField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public System.Xml.XmlQualifiedName @base {
-        get {
-            return this.baseField;
-        }
-        set {
-            this.baseField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(numFacet))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(noFixedFacet))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute("minExclusive", Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class facet : annotated {
-    
-    private string valueField;
-    
-    private bool fixedField;
-    
-    public facet() {
-        this.fixedField = false;
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public string value {
-        get {
-            return this.valueField;
-        }
-        set {
-            this.valueField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    [System.ComponentModel.DefaultValueAttribute(false)]
-    public bool @fixed {
-        get {
-            return this.fixedField;
-        }
-        set {
-            this.fixedField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class totalDigits : numFacet {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute("fractionDigits", Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class numFacet : facet {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute("enumeration", Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class noFixedFacet : facet {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class whiteSpace : facet {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class pattern : noFixedFacet {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class union : annotated {
-    
-    private localSimpleType[] simpleTypeField;
-    
-    private System.Xml.XmlQualifiedName[] memberTypesField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("simpleType")]
-    public localSimpleType[] simpleType {
-        get {
-            return this.simpleTypeField;
-        }
-        set {
-            this.simpleTypeField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public System.Xml.XmlQualifiedName[] memberTypes {
-        get {
-            return this.memberTypesField;
-        }
-        set {
-            this.memberTypesField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-public enum attributeUse {
-    
-    /// <remarks/>
-    prohibited,
-    
-    /// <remarks/>
-    optional,
-    
-    /// <remarks/>
-    required,
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public enum formChoice {
-    
-    /// <remarks/>
-    qualified,
-    
-    /// <remarks/>
-    unqualified,
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class attributeGroupRef : attributeGroup {
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(namedAttributeGroup))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(attributeGroupRef))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public abstract partial class attributeGroup : annotated {
-    
-    private annotated[] itemsField;
-    
-    private wildcard anyAttributeField;
-    
-    private string nameField;
-    
-    private System.Xml.XmlQualifiedName refField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("attribute", typeof(attribute), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(attributeGroupRef), Order=0)]
-    public annotated[] Items {
-        get {
-            return this.itemsField;
-        }
-        set {
-            this.itemsField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute(Order=1)]
-    public wildcard anyAttribute {
-        get {
-            return this.anyAttributeField;
-        }
-        set {
-            this.anyAttributeField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="NCName")]
-    public string name {
-        get {
-            return this.nameField;
-        }
-        set {
-            this.nameField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public System.Xml.XmlQualifiedName @ref {
-        get {
-            return this.refField;
-        }
-        set {
-            this.refField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class complexContent : annotated {
-    
-    private annotated itemField;
-    
-    private bool mixedField;
-    
-    private bool mixedFieldSpecified;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("extension", typeof(extensionType))]
-    [System.Xml.Serialization.XmlElementAttribute("restriction", typeof(complexRestrictionType))]
-    public annotated Item {
-        get {
-            return this.itemField;
-        }
-        set {
-            this.itemField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public bool mixed {
-        get {
-            return this.mixedField;
-        }
-        set {
-            this.mixedField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlIgnoreAttribute()]
-    public bool mixedSpecified {
-        get {
-            return this.mixedFieldSpecified;
-        }
-        set {
-            this.mixedFieldSpecified = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class complexRestrictionType : restrictionType {
-}
-
-/// <remarks/>
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(simpleRestrictionType))]
-[System.Xml.Serialization.XmlIncludeAttribute(typeof(complexRestrictionType))]
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class restrictionType : annotated {
-    
-    private annotated[] itemsField;
-    
-    private ItemsChoiceType1[] itemsElementNameField;
-    
-    private annotated[] items1Field;
-    
-    private wildcard anyAttributeField;
-    
-    private System.Xml.XmlQualifiedName baseField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("all", typeof(all), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("choice", typeof(explicitGroup), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("enumeration", typeof(noFixedFacet), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("fractionDigits", typeof(numFacet), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("group", typeof(groupRef), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("length", typeof(numFacet), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("maxExclusive", typeof(facet), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("maxInclusive", typeof(facet), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("maxLength", typeof(numFacet), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("minExclusive", typeof(facet), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("minInclusive", typeof(facet), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("minLength", typeof(numFacet), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("pattern", typeof(pattern), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("sequence", typeof(explicitGroup), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(localSimpleType), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("totalDigits", typeof(totalDigits), Order=0)]
-    [System.Xml.Serialization.XmlElementAttribute("whiteSpace", typeof(whiteSpace), Order=0)]
-    [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
-    public annotated[] Items {
-        get {
-            return this.itemsField;
-        }
-        set {
-            this.itemsField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
-    [System.Xml.Serialization.XmlIgnoreAttribute()]
-    public ItemsChoiceType1[] ItemsElementName {
-        get {
-            return this.itemsElementNameField;
-        }
-        set {
-            this.itemsElementNameField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("attribute", typeof(attribute), Order=2)]
-    [System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(attributeGroupRef), Order=2)]
-    public annotated[] Items1 {
-        get {
-            return this.items1Field;
-        }
-        set {
-            this.items1Field = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute(Order=3)]
-    public wildcard anyAttribute {
-        get {
-            return this.anyAttributeField;
-        }
-        set {
-            this.anyAttributeField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public System.Xml.XmlQualifiedName @base {
-        get {
-            return this.baseField;
-        }
-        set {
-            this.baseField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IncludeInSchema=false)]
-public enum ItemsChoiceType1 {
-    
-    /// <remarks/>
-    all,
-    
-    /// <remarks/>
-    choice,
-    
-    /// <remarks/>
-    enumeration,
-    
-    /// <remarks/>
-    fractionDigits,
-    
-    /// <remarks/>
-    group,
-    
-    /// <remarks/>
-    length,
-    
-    /// <remarks/>
-    maxExclusive,
-    
-    /// <remarks/>
-    maxInclusive,
-    
-    /// <remarks/>
-    maxLength,
-    
-    /// <remarks/>
-    minExclusive,
-    
-    /// <remarks/>
-    minInclusive,
-    
-    /// <remarks/>
-    minLength,
-    
-    /// <remarks/>
-    pattern,
-    
-    /// <remarks/>
-    sequence,
-    
-    /// <remarks/>
-    simpleType,
-    
-    /// <remarks/>
-    totalDigits,
-    
-    /// <remarks/>
-    whiteSpace,
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class simpleRestrictionType : restrictionType {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class simpleContent : annotated {
-    
-    private annotated itemField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("extension", typeof(simpleExtensionType))]
-    [System.Xml.Serialization.XmlElementAttribute("restriction", typeof(simpleRestrictionType))]
-    public annotated Item {
-        get {
-            return this.itemField;
-        }
-        set {
-            this.itemField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class simpleExtensionType : extensionType {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IncludeInSchema=false)]
-public enum ItemsChoiceType2 {
-    
-    /// <remarks/>
-    all,
-    
-    /// <remarks/>
-    anyAttribute,
-    
-    /// <remarks/>
-    attribute,
-    
-    /// <remarks/>
-    attributeGroup,
-    
-    /// <remarks/>
-    choice,
-    
-    /// <remarks/>
-    complexContent,
-    
-    /// <remarks/>
-    group,
-    
-    /// <remarks/>
-    sequence,
-    
-    /// <remarks/>
-    simpleContent,
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute("unique", Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class keybase : annotated {
-    
-    private selector selectorField;
-    
-    private field[] fieldField;
-    
-    private string nameField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute(Order=0)]
-    public selector selector {
-        get {
-            return this.selectorField;
-        }
-        set {
-            this.selectorField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("field", Order=1)]
-    public field[] field {
-        get {
-            return this.fieldField;
-        }
-        set {
-            this.fieldField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="NCName")]
-    public string name {
-        get {
-            return this.nameField;
-        }
-        set {
-            this.nameField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class selector : annotated {
-    
-    private string xpathField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="token")]
-    public string xpath {
-        get {
-            return this.xpathField;
-        }
-        set {
-            this.xpathField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class field : annotated {
-    
-    private string xpathField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="token")]
-    public string xpath {
-        get {
-            return this.xpathField;
-        }
-        set {
-            this.xpathField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class keyref : keybase {
-    
-    private System.Xml.XmlQualifiedName referField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute()]
-    public System.Xml.XmlQualifiedName refer {
-        get {
-            return this.referField;
-        }
-        set {
-            this.referField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-public partial class narrowMaxMin : localElement {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IncludeInSchema=false)]
-public enum ItemsChoiceType {
-    
-    /// <remarks/>
-    all,
-    
-    /// <remarks/>
-    any,
-    
-    /// <remarks/>
-    choice,
-    
-    /// <remarks/>
-    element,
-    
-    /// <remarks/>
-    group,
-    
-    /// <remarks/>
-    sequence,
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class documentation {
-    
-    private System.Xml.XmlNode[] anyField;
-    
-    private string sourceField;
-    
-    private string langField;
-    
-    private System.Xml.XmlAttribute[] anyAttrField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlTextAttribute()]
-    [System.Xml.Serialization.XmlAnyElementAttribute()]
-    public System.Xml.XmlNode[] Any {
-        get {
-            return this.anyField;
-        }
-        set {
-            this.anyField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
-    public string source {
-        get {
-            return this.sourceField;
-        }
-        set {
-            this.sourceField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://www.w3.org/XML/1998/namespace")]
-    public string lang {
-        get {
-            return this.langField;
-        }
-        set {
-            this.langField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAnyAttributeAttribute()]
-    public System.Xml.XmlAttribute[] AnyAttr {
-        get {
-            return this.anyAttrField;
-        }
-        set {
-            this.anyAttrField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class import : annotated {
-    
-    private string namespaceField;
-    
-    private string schemaLocationField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
-    public string @namespace {
-        get {
-            return this.namespaceField;
-        }
-        set {
-            this.namespaceField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
-    public string schemaLocation {
-        get {
-            return this.schemaLocationField;
-        }
-        set {
-            this.schemaLocationField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class include : annotated {
-    
-    private string schemaLocationField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
-    public string schemaLocation {
-        get {
-            return this.schemaLocationField;
-        }
-        set {
-            this.schemaLocationField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class redefine : openAttrs {
-    
-    private openAttrs[] itemsField;
-    
-    private string schemaLocationField;
-    
-    private string idField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute("annotation", typeof(annotation))]
-    [System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(namedAttributeGroup))]
-    [System.Xml.Serialization.XmlElementAttribute("complexType", typeof(topLevelComplexType))]
-    [System.Xml.Serialization.XmlElementAttribute("group", typeof(namedGroup))]
-    [System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(topLevelSimpleType))]
-    public openAttrs[] Items {
-        get {
-            return this.itemsField;
-        }
-        set {
-            this.itemsField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
-    public string schemaLocation {
-        get {
-            return this.schemaLocationField;
-        }
-        set {
-            this.schemaLocationField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
-    public string id {
-        get {
-            return this.idField;
-        }
-        set {
-            this.idField = value;
-        }
-    }
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute("attributeGroup", Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class namedAttributeGroup : attributeGroup {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute("complexType", Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class topLevelComplexType : complexType {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute("group", Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class namedGroup : realGroup {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute("simpleType", Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class topLevelSimpleType : simpleType {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute("element", Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class topLevelElement : element {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute("attribute", Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class topLevelAttribute : attribute {
-}
-
-/// <remarks/>
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
-[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
-public partial class notation : annotated {
-    
-    private string nameField;
-    
-    private string publicField;
-    
-    private string systemField;
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="NCName")]
-    public string name {
-        get {
-            return this.nameField;
-        }
-        set {
-            this.nameField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="token")]
-    public string @public {
-        get {
-            return this.publicField;
-        }
-        set {
-            this.publicField = value;
-        }
-    }
-    
-    /// <remarks/>
-    [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
-    public string system {
-        get {
-            return this.systemField;
-        }
-        set {
-            this.systemField = value;
-        }
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     This code was generated by a tool.
+//     Runtime Version:4.0.30319.18052
+//
+//     Changes to this file may cause incorrect behavior and will be lost if
+//     the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System.Xml.Serialization;
+
+// 
+// This source code was auto-generated by xsd, Version=4.0.30319.17929.
+// 
+
+
+/// <remarks/>
+[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
+[System.SerializableAttribute()]
+[System.Diagnostics.DebuggerStepThroughAttribute()]
+[System.ComponentModel.DesignerCategoryAttribute("code")]
+[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.w3.org/2001/XMLSchema")]
+[System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.w3.org/2001/XMLSchema", IsNullable=false)]
+public partial class schema : openAttrs {
+    
+    private openAttrs[] itemsField;
+    
+    private topLevelSimpleType[] simpleTypeField;
+    
+    private topLevelComplexType[] complexTypeField;
+    
+    private namedGroup[] groupField;
+    
+    private namedAttributeGroup[] attributeGroupField;
+    
+    private topLevelElement[] elementField;
+    
+    private topLevelAttribute[] attributeField;
+    
+    private notation[] notationField;
+    
+    private annotation[] annotationField;
+    
+    private string targetNamespaceField;
+    
+    private string versionField;
+    
+    private string finalDefaultField;
+    
+    private string blockDefaultField;
+    
+    private formChoice attributeFormDefaultField;
+    
+    private formChoice elementFormDefaultField;
+    
+    private string idField;
+    
+    private string langField;
+    
+    public schema() {
+        this.finalDefaultField = "";
+        this.blockDefaultField = "";
+        this.attributeFormDefaultField = formChoice.unqualified;
+        this.elementFormDefaultField = formChoice.unqualified;
+    }
+    
+    /// <remarks/>
+    [System.Xml.Serialization.XmlElementAttribute("annotation", typeof(annotation))]
+    [System.Xml.Serialization.XmlElementAttribute("import", typeof(import))]
+    [System.Xml.Serialization.XmlElementAttribute("include", typeof(include))]
+    [System.Xml.Serialization.XmlElementAttribute("redefine", typeof(redefine))]
+    public openAttrs[] Items {
+        get {
+            return this.itemsField;
+        }
+        set {
+            this.itemsField = value;
+        }
+    }
+    
+    /// <remarks/>
+    [System.Xml.Serialization.XmlElementAttribute("simpleType")]
+    public topLevelSimpleType[] simpleType {
+        get {
+            return this.simpleTypeField;
+        }
+        set {
+            this.simpleTypeField = value;
+        }
+    }
+    
+    /// <remarks/>
+    [System.Xml.Serialization.XmlElementAttribute

<TRUNCATED>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[18/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/marketing_node_installation.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/marketing_node_installation.png b/docs/userguide/en-US/images/marketing_node_installation.png
deleted file mode 100644
index b3dff8b..0000000
Binary files a/docs/userguide/en-US/images/marketing_node_installation.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/marketing_services.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/marketing_services.png b/docs/userguide/en-US/images/marketing_services.png
deleted file mode 100644
index 4b9f9a4..0000000
Binary files a/docs/userguide/en-US/images/marketing_services.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/newly_saved_subscription.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/newly_saved_subscription.png b/docs/userguide/en-US/images/newly_saved_subscription.png
deleted file mode 100644
index 0c23fbd..0000000
Binary files a/docs/userguide/en-US/images/newly_saved_subscription.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/raw_XML_response_synchronous_subscription_request.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/raw_XML_response_synchronous_subscription_request.png b/docs/userguide/en-US/images/raw_XML_response_synchronous_subscription_request.png
deleted file mode 100644
index 901f4b2..0000000
Binary files a/docs/userguide/en-US/images/raw_XML_response_synchronous_subscription_request.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/registration_by_annotation.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/registration_by_annotation.png b/docs/userguide/en-US/images/registration_by_annotation.png
deleted file mode 100644
index 830d4da..0000000
Binary files a/docs/userguide/en-US/images/registration_by_annotation.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/registry_info_helloworld.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/registry_info_helloworld.png b/docs/userguide/en-US/images/registry_info_helloworld.png
deleted file mode 100644
index 0eaf803..0000000
Binary files a/docs/userguide/en-US/images/registry_info_helloworld.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/sales_node_installation.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/sales_node_installation.png b/docs/userguide/en-US/images/sales_node_installation.png
deleted file mode 100644
index d18c9f4..0000000
Binary files a/docs/userguide/en-US/images/sales_node_installation.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/sales_services.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/sales_services.png b/docs/userguide/en-US/images/sales_services.png
deleted file mode 100644
index 49fe1dc..0000000
Binary files a/docs/userguide/en-US/images/sales_services.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/set_coverage_period.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/set_coverage_period.png b/docs/userguide/en-US/images/set_coverage_period.png
deleted file mode 100644
index 7d3bc0a..0000000
Binary files a/docs/userguide/en-US/images/set_coverage_period.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/subscriptions_portal.png
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/subscriptions_portal.png b/docs/userguide/en-US/images/subscriptions_portal.png
deleted file mode 100644
index 985b635..0000000
Binary files a/docs/userguide/en-US/images/subscriptions_portal.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/images/uddi_core_datastructures.gif
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/images/uddi_core_datastructures.gif b/docs/userguide/en-US/images/uddi_core_datastructures.gif
deleted file mode 100644
index f77a9d9..0000000
Binary files a/docs/userguide/en-US/images/uddi_core_datastructures.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/jUDDI_User_Guide.ent
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/jUDDI_User_Guide.ent b/docs/userguide/en-US/jUDDI_User_Guide.ent
deleted file mode 100644
index e9c2d2e..0000000
--- a/docs/userguide/en-US/jUDDI_User_Guide.ent
+++ /dev/null
@@ -1,20 +0,0 @@
-<!--
- * 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.
- *
- */ -->
-<!ENTITY BOOKID "jUDDI_User_Guide">
-<!ENTITY HOLDER "jUDDI Community.">
-<!ENTITY YEAR "2009">
-<!ENTITY VERSION "5.0">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/jUDDI_User_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/jUDDI_User_Guide.xml b/docs/userguide/en-US/jUDDI_User_Guide.xml
deleted file mode 100644
index 225722f..0000000
--- a/docs/userguide/en-US/jUDDI_User_Guide.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<book status="final">
-	<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-	<xi:include href="UDDI_Registry.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Getting_Started.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-	<xi:include href="Authentication.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Database_Setup.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Root_seed_data.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="jUDDI_configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Using_jUDDI-Client.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-    <xi:include href="SimplePublish.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-
-	<xi:include href="Subscription.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Administration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-        <xi:include href="JBoss6Deploy.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>	
-	<xi:include href="GlassfishDeploy.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-
-	<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-</book>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/jUDDI_configuration.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/jUDDI_configuration.xml b/docs/userguide/en-US/jUDDI_configuration.xml
deleted file mode 100644
index 6d859e7..0000000
--- a/docs/userguide/en-US/jUDDI_configuration.xml
+++ /dev/null
@@ -1,215 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: Getting Started -->
-<chapter id="chap-jUDDI_Configuration">
-    <title>jUDDI_Configuration</title>
-
-    <!-- section:  -->
-    <section id="sect-config_Introduction">
-        <title>Introduction</title>
-        <para>
-        jUDDI will look for a juddiv3.properties file on the root of the classpath. In the
-        <filename>juddiv3.war</filename> you can find it in
-        <filename>juddiv3.war/WEB_INF/classes/juddiv3.properties</filename>
-        </para>
-    </section>
-    
-	<!-- section: Authentication -->
-    <section id="sect-config_authentication">
-        <title>Authentication</title>
-        <programlisting><xi:include href="extras/jUDDI_configuration_authenticate_Inquiry.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		This flag determines whether authentication (the presence of a getAuthToken) is required on queries invoking the Inquiry API.      By default, jUDDI sets this to
-		false for ease of use.
-        </para>
-
-        <programlisting><xi:include href="extras/jUDDI_configuration_authenticator.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		The jUDDI authenticator class to use.    See Chapter 3 of the Userguide for the choices provided.
-        </para>
-	</section>
-	
-    <!-- section: Startup -->
-    <section id="sect-startup">
-        <title>Startup</title>
-		<programlisting><xi:include href="extras/jUDDI_configuration_server_baseurl.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-        Token that can be accessed in accessPointURLs and resolved at runtime.
-		</para>
-		
-		<programlisting><xi:include href="extras/jUDDI_configuration_root_publisher.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-        The username for the jUDDI root publisher.     This is usually just set to "root".
-		</para>
-		
-		<programlisting><xi:include href="extras/jUDDI_configuration_seed_always.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		Forces seeding of the jUDDI data. This will re-apply all files with
-        the exception of the root data files. Note that this can lead to losing data that
-        was added to the entities that are re-seeded, since data is not merged.
-		</para>
-
-		<programlisting><xi:include href="extras/jUDDI_configuration_load_install_data.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		This property allows you to cancel loading of the jUDDI install data.
-		</para>
-
-		<programlisting><xi:include href="extras/jUDDI_configuration_locale.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		The default local to use.
-		</para>
-
-		<programlisting><xi:include href="extras/jUDDI_configuration_persistenceunit_name.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		The persistence name for the jUDDI database that is specified in the <filename>persistence.xml</filename> file.
-		</para>
-
-		<programlisting><xi:include href="extras/jUDDI_configuration_reload_delay.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		The time in milliseconds in which juddiv3.properties is polled for changes.
-		</para>
-
-		<programlisting><xi:include href="extras/jUDDI_configuration_server_name.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		The server name and port number of the server.
-		</para>
-
-		<programlisting><xi:include href="extras/jUDDI_configuration_operatorEmailAddress.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		The jUDDI operator email address.
-		</para>
-		
-    </section>
-	
-	<!-- section: Queries -->
-    <section id="sect-config_queries">
-        <title>Queries</title>
-        <programlisting><xi:include href="extras/jUDDI_configuration_maxBindingsPerService.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		The maximum number of bindings that can be specified per service.
-        </para>
-
-        <programlisting><xi:include href="extras/jUDDI_configuration_maxBusinessesPerPublisher.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		The maximum number of businesses that can be registered per publisher.
-        </para>
-		
-		<programlisting><xi:include href="extras/jUDDI_configuration_maxInClause.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		The maximum number of parameters within an IN clause.
-        </para>
-		
-		<programlisting><xi:include href="extras/jUDDI_configuration_maxNameElementsAllowed.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		Maximum number of name elements allowed in a jUDDI query.
-        </para>
-		
-		<programlisting><xi:include href="extras/jUDDI_configuration_maxNameLength.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		Maximum name size within a jUDDI query. 
-        </para>
-		
-		<programlisting><xi:include href="extras/jUDDI_configuration_maxRows.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		Maximum number of rows within a response.
-        </para>
-
-		<programlisting><xi:include href="extras/jUDDI_configuration_maxServicesPerBusiness.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		Maxmimum number of services in a business.
-        </para>
-		
-		<programlisting><xi:include href="extras/jUDDI_configuration_maxTModelsPerPublisher.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		Maximum number of TModels a publisher can create.
-        </para>
-
-    </section>
-    
-	<!-- section: Proxy -->
-    <section id="sect-config_proxy">
-        <title>Proxy Settings</title>
-        <programlisting><xi:include href="extras/jUDDI_configuration_proxy.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-        This is the upper boundary set by the registry. Between the user defined endDate
-        of a Subscription and this value, the registry will pick the earliest date.
-        </para>
-    </section>
-
-	<!-- section: Key Generation -->
-    <section id="sect-config_keygeneration">
-        <title>KeyGeneration</title>
-        <programlisting><xi:include href="extras/jUDDI_configuration_cryptor.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		Cryptor implementation that jUDDI will use.
-        </para>
-
-        <programlisting><xi:include href="extras/jUDDI_configuration_keygenerator.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		Key generator implementation that jUDDI will use.
-        </para>
-
-        <programlisting><xi:include href="extras/jUDDI_configuration_uuidgen.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		UUID generation implementation that jUDDI will use.
-        </para>
-
-    </section>
-	
-    <!-- section: Subscription -->
-    <section id="sect-config_subscription">
-        <title>Subscription</title>
-        <programlisting><xi:include href="extras/jUDDI_configuration_subscription_chunkexpiration_minutes.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-        This is the expiration time of a subscription “chunk”.
-        </para>
-		
-		<programlisting><xi:include href="extras/jUDDI_configuration_subscription_expiration_days.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		This is the upper boundary set by the registry. Between the user defined endDate
-        of a Subscription and this value, the registry will pick the earliest date.
-        </para>
-		
-		<programlisting><xi:include href="extras/jUDDI_configuration_notification_interval.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		Specifies the interval at which the notification timer triggers.
-		</para>
-				
-		<programlisting><xi:include href="extras/jUDDI_configuration_notification_start_buffer.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-		Specifies the amount of time to wait before the notification timer initially fires.
-        </para>		
-    </section>
-	
-	<!-- section: Transfer -->
-    <section id="sect-config_transfer">
-        <title>Transfer</title>
-        <programlisting><xi:include href="extras/jUDDI_configuration_transfer_expiration_days.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-        Days before a transfer request expires.
-		</para>
-	</section>
-    
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/pom.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/pom.xml b/docs/userguide/pom.xml
deleted file mode 100644
index 22bcd92..0000000
--- a/docs/userguide/pom.xml
+++ /dev/null
@@ -1,266 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-<!--
- * 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.
- *
- */ -->
-
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-	<groupId>org.apache.juddi</groupId>
-	<artifactId>juddi-parent</artifactId>
-	<version>3.2.1-SNAPSHOT</version>
-	<relativePath>../../pom.xml</relativePath>
-  </parent>
-  <groupId>org.apache.juddi</groupId>
-  <artifactId>userguide</artifactId>
-  <packaging>jdocbook</packaging>
-  <name>jUDDI User Guide -(en-US)</name>
-
-  <properties>
-    <translation>en-US</translation>
-    <docname>userguide</docname>
-    <bookname>jUDDI User Guide</bookname>
-  </properties> 
-    <repositories>
-        <repository>
-            <id>jboss-public-repository-group</id>
-            <name>JBoss Public Repository Group</name>
-            <url>http://repository.jboss.org/nexus/content/groups/public/</url>
-            <layout>default</layout>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>never</updatePolicy>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>never</updatePolicy>
-            </snapshots>
-        </repository>
-    </repositories>
-
-  <pluginRepositories>
-        <pluginRepository>
-            <id>jboss-public-repository-group</id>
-            <name>JBoss Public Repository Group</name>
-            <url>http://repository.jboss.org/nexus/content/groups/public/</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </pluginRepository>
-
-    <pluginRepository>
-		<id>snapshots</id>
-		<name>Apache SnapShot Repository</name>
-		<layout>default</layout>
-		<url>http://people.apache.org/repo/m2-snapshot-repository</url>
-		<snapshots>
-			<enabled>true</enabled>
-		</snapshots>
-	</pluginRepository>
-  </pluginRepositories>
-  
-  <profiles>
-
-    <!-- mvn compile -->
-    <profile>
-      <id>all</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <build>
-    		<plugins>
-    			<plugin>
-    				<groupId>org.jboss.maven.plugins</groupId>
-    				<artifactId>maven-jdocbook-plugin</artifactId>
-    				<version>2.2.0</version>
-    				<extensions>true</extensions>
-                                <dependencies>
-                                <!-- Overwrite jboss-highlight -->
-                                <dependency>
-                                    <groupId>org.richfaces.docs</groupId>
-                                    <artifactId>highlight</artifactId>
-                                    <version>3.3.3.Final</version>
-                                </dependency>
-			        </dependencies>
-    				<configuration>
-    				  <formats>
-        				<format>
-        				  <formatName>pdf</formatName>
-        					<stylesheetResource>classpath:/xslt/org/apache/juddi/pdf.xsl</stylesheetResource>
-        					<finalName>${docname}.pdf</finalName>
-        				</format>
-    					<format>
-    					  <formatName>html</formatName>
-    					  <stylesheetResource>classpath:/xslt/org/apache/juddi/xhtml.xsl</stylesheetResource>
-    					  <finalName>index.html</finalName>
-    					  </format>
-        				<format>
-        				  <formatName>html_single</formatName>
-        				  <stylesheetResource>classpath:/xslt/org/apache/juddi/xhtml-single.xsl</stylesheetResource>
-        				  <finalName>index.html</finalName>
-        				</format>
-    					</formats>
-                                        <options>
-                                           <xincludeSupported>true</xincludeSupported>
-                                           <xmlTransformerType>saxon</xmlTransformerType>
-                                           <docbookVersion>1.72.0</docbookVersion>
-                                        </options>
-  					</configuration>
-  				</plugin>
-				</plugins>
-			</build>
-		</profile>
-
-    <!-- mvn compile -Phtml -->
-    <profile>
-      <id>html</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-    		<plugins>
-    			<plugin>
-    				<groupId>org.jboss.maven.plugins</groupId>
-    				<artifactId>maven-jdocbook-plugin</artifactId>
-    				<version>2.2.0</version>
-    				<extensions>true</extensions>
-    				<configuration>
-    				  <formats>
-    					  <format>
-    					    <formatName>html</formatName>
-    						  <stylesheetResource>classpath:/xslt/org/apache/juddi/xhtml.xsl</stylesheetResource>
-    						  <finalName>index.html</finalName>
-    					  </format>
-    					</formats>
-  					</configuration>
-  				</plugin>
-				</plugins>
-			</build>
-		</profile>
-
-    <!-- mvn compile -Phtml-single -->
-    <profile>
-      <id>html-single</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-    		<plugins>
-    			<plugin>
-    				<groupId>org.jboss.maven.plugins</groupId>
-    				<artifactId>maven-jdocbook-plugin</artifactId>
-    				<version>2.2.0</version>
-    				<extensions>true</extensions>
-    				<configuration>
-    				  <formats>
-        				<format>
-        				  <formatName>html_single</formatName>
-        					<stylesheetResource>classpath:/xslt/org/apache/juddi/xhtml-single.xsl</stylesheetResource>
-        					<finalName>index.html</finalName>
-        				</format>
-    					</formats>
-  					</configuration>
-  				</plugin>
-				</plugins>
-			</build>
-		</profile>
-
-    <!-- mvn compile -Ppdf -->
-    <profile>
-      <id>pdf</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-    		<plugins>
-    			<plugin>
-    				<groupId>org.jboss.maven.plugins</groupId>
-    				<artifactId>maven-jdocbook-plugin</artifactId>
-    				<version>2.2.0</version>
-    				<extensions>true</extensions>
-    				<configuration>
-    				  <formats>
-        				<format>
-        				  <formatName>pdf</formatName>
-        					<stylesheetResource>classpath:/xslt/org/apache/juddi/pdf.xsl</stylesheetResource>
-        					<finalName>${docname}.pdf</finalName>
-        				</format>
-    					</formats>
-  					</configuration>
-  				</plugin>
-				</plugins>
-			</build>
-		</profile>
-
-  </profiles>
-
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.jboss.maven.plugins</groupId>
-				<artifactId>maven-jdocbook-plugin</artifactId>
-				<version>2.2.0</version>
-				<extensions>true</extensions>
-				  
-				<dependencies>	
-					<dependency>
-						<groupId>org.apache.juddi</groupId>
-						<artifactId>juddi-docbook-xslt</artifactId>
-						<version>1.0.1-SNAPSHOT</version>
-					</dependency>
-					<dependency>
-						<groupId>org.apache.juddi</groupId>
-						<artifactId>juddi-docbook-style</artifactId>
-						<version>1.0.1-SNAPSHOT</version>
-						<type>jdocbook-style</type>
-					</dependency>
-				</dependencies>
-				
-				<configuration>
-		      		<sourceDocumentName>jUDDI_User_Guide.xml</sourceDocumentName>
-			  	<sourceDirectory>.</sourceDirectory>
-				<imageResource>
-					  <directory>${basedir}/${translation}</directory>
-					  <includes>
-						  <include>images/*</include>
-					  </includes>
-				  </imageResource>
-				  <options>
-					  <xincludeSupported>true</xincludeSupported>
-					  <xmlTransformerType>saxon</xmlTransformerType>
-					  <!-- needed for uri-resolvers; can be ommitted if using 'current' uri scheme -->
-					  <!--     could also locate the docbook dependency and inspect its version... -->
-					  <docbookVersion>1.72.0</docbookVersion>
-    				<transformerParameters>
-    				  <property>
-    					  <name>javax.xml.parsers.DocumentBuilderFactory</name>
-    						<value>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</value>
-    					</property>
-    					<property>
-    						<name>javax.xml.parsers.SAXParserFactory</name>
-    						<value>org.apache.xerces.jaxp.SAXParserFactoryImpl</value>
-    					</property>
-    				</transformerParameters>
-    			</options>
-			  </configuration>
-		  </plugin>
-		  
-	  </plugins>
-  </build>
-
-</project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client-plugins/src/test/java/org/apache/juddi/client/plugins/AppTest.java
----------------------------------------------------------------------
diff --git a/juddi-client-plugins/src/test/java/org/apache/juddi/client/plugins/AppTest.java b/juddi-client-plugins/src/test/java/org/apache/juddi/client/plugins/AppTest.java
index 295ab69..d192587 100644
--- a/juddi-client-plugins/src/test/java/org/apache/juddi/client/plugins/AppTest.java
+++ b/juddi-client-plugins/src/test/java/org/apache/juddi/client/plugins/AppTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
 package org.apache.juddi.client.plugins;
 
 import junit.framework.Test;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/bb-win7.bat
----------------------------------------------------------------------
diff --git a/juddi-client.net/bb-win7.bat b/juddi-client.net/bb-win7.bat
index 7708dc4..9a44da4 100644
--- a/juddi-client.net/bb-win7.bat
+++ b/juddi-client.net/bb-win7.bat
@@ -1,16 +1,32 @@
-@echo off
-rem Hi, this is for running nunit tests on ASF's build bot CI servers, specifically the Windows 7 bb server
-if "%NUNIT_HOME%"=="" (
-	set NUNIT_HOME=c:\juddi\NUnit-2.6.1
-	echo WARN - NUNIT_HOME is not defined, using default value, which is probably wrong
-)
-if not exist "%NUNIT_HOME%"   (
-	echo The path %NUNIT_HOME% does not exist, download Nunit and setup the environment variable
-	goto exit
-)
-echo Using %NUNIT_HOME% for NUNIT location
-
-set errorlevel=
-rem c:\juddi\NUnit-2.6.1\bin\nunit-console.exe juddi-client.net\juddi-client.net.test\bin\Debug\juddi-client.net.test.dll
-"%NUNIT_HOME%\bin\nunit-console.exe" juddi-client.net\juddi-client.net.test\bin\Debug\juddi-client.net.test.dll
-exit /b %errorlevel%
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
+rem 
+rem   http://www.apache.org/licenses/LICENSE-2.0
+rem 
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
+rem Hi, this is for running nunit tests on ASF's build bot CI servers, specifically the Windows 7 bb server
+if "%NUNIT_HOME%"=="" (
+	set NUNIT_HOME=c:\juddi\NUnit-2.6.1
+	echo WARN - NUNIT_HOME is not defined, using default value, which is probably wrong
+)
+if not exist "%NUNIT_HOME%"   (
+	echo The path %NUNIT_HOME% does not exist, download Nunit and setup the environment variable
+	goto exit
+)
+echo Using %NUNIT_HOME% for NUNIT location
+
+set errorlevel=
+rem c:\juddi\NUnit-2.6.1\bin\nunit-console.exe juddi-client.net\juddi-client.net.test\bin\Debug\juddi-client.net.test.dll
+"%NUNIT_HOME%\bin\nunit-console.exe" juddi-client.net\juddi-client.net.test\bin\Debug\juddi-client.net.test.dll
+exit /b %errorlevel%

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/example/AspnetServiceLifeCycle/App.config
----------------------------------------------------------------------
diff --git a/juddi-client.net/example/AspnetServiceLifeCycle/App.config b/juddi-client.net/example/AspnetServiceLifeCycle/App.config
index 37cbe35..b0d2f50 100644
--- a/juddi-client.net/example/AspnetServiceLifeCycle/App.config
+++ b/juddi-client.net/example/AspnetServiceLifeCycle/App.config
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+* 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.
+*
+*/ -->
 <configuration>
     <startup> 
         

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/example/AspnetServiceLifeCycle/AspnetServiceLifeCycle-mono.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/example/AspnetServiceLifeCycle/AspnetServiceLifeCycle-mono.csproj b/juddi-client.net/example/AspnetServiceLifeCycle/AspnetServiceLifeCycle-mono.csproj
index 02e8f08..3ad58ff 100644
--- a/juddi-client.net/example/AspnetServiceLifeCycle/AspnetServiceLifeCycle-mono.csproj
+++ b/juddi-client.net/example/AspnetServiceLifeCycle/AspnetServiceLifeCycle-mono.csproj
@@ -1,71 +1,91 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{53F50B81-088B-4593-9F1C-F3D3F499F28C}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>AspnetServiceLifeCycle</RootNamespace>
-    <AssemblyName>AspnetServiceLifeCycle</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Web" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Hello_ServiceInterfaces.cs" />
-    <Compile Include="Program.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="App.config" />
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="uddi.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\..\juddi-client.net\juddi-client.net-mono.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net-mono</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{53F50B81-088B-4593-9F1C-F3D3F499F28C}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>AspnetServiceLifeCycle</RootNamespace>
+    <AssemblyName>AspnetServiceLifeCycle</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Web" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Hello_ServiceInterfaces.cs" />
+    <Compile Include="Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="App.config" />
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="uddi.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\..\juddi-client.net\juddi-client.net-mono.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net-mono</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/example/AspnetServiceLifeCycle/AspnetServiceLifeCycle.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/example/AspnetServiceLifeCycle/AspnetServiceLifeCycle.csproj b/juddi-client.net/example/AspnetServiceLifeCycle/AspnetServiceLifeCycle.csproj
index 3173cb8..ff50dd8 100644
--- a/juddi-client.net/example/AspnetServiceLifeCycle/AspnetServiceLifeCycle.csproj
+++ b/juddi-client.net/example/AspnetServiceLifeCycle/AspnetServiceLifeCycle.csproj
@@ -1,72 +1,92 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{53F50B81-088B-4593-9F1C-F3D3F499F28C}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>AspnetServiceLifeCycle</RootNamespace>
-    <AssemblyName>AspnetServiceLifeCycle</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Web" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Hello_ServiceInterfaces.cs" />
-    <Compile Include="Program.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="App.config" />
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="global.asa" />
-    <Content Include="uddi.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\..\juddi-client.net\juddi-client.net.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{53F50B81-088B-4593-9F1C-F3D3F499F28C}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>AspnetServiceLifeCycle</RootNamespace>
+    <AssemblyName>AspnetServiceLifeCycle</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Web" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Hello_ServiceInterfaces.cs" />
+    <Compile Include="Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="App.config" />
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="global.asa" />
+    <Content Include="uddi.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\..\juddi-client.net\juddi-client.net.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/example/AspnetServiceLifeCycle/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/example/AspnetServiceLifeCycle/Properties/AssemblyInfo.cs b/juddi-client.net/example/AspnetServiceLifeCycle/Properties/AssemblyInfo.cs
index 04214aa..773a157 100644
--- a/juddi-client.net/example/AspnetServiceLifeCycle/Properties/AssemblyInfo.cs
+++ b/juddi-client.net/example/AspnetServiceLifeCycle/Properties/AssemblyInfo.cs
@@ -1,36 +1,55 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("AspnetServiceLifeCycle")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Apache Software Foundation")]
-[assembly: AssemblyProduct("AspnetServiceLifeCycle")]
-[assembly: AssemblyCopyright("Copyright © ASF 2013")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible 
-// to COM components.  If you need to access a type in this assembly from 
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("8185b28c-1d75-4bdd-83b2-3b6d83e16381")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.2.1.0")]
-[assembly: AssemblyFileVersion("3.2.1.0")]
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("AspnetServiceLifeCycle")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Apache Software Foundation")]
+[assembly: AssemblyProduct("AspnetServiceLifeCycle")]
+[assembly: AssemblyCopyright("Copyright © ASF 2013")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("8185b28c-1d75-4bdd-83b2-3b6d83e16381")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers 
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("3.2.1.0")]
+[assembly: AssemblyFileVersion("3.2.1.0")]

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/example/AspnetServiceLifeCycle/output.config
----------------------------------------------------------------------
diff --git a/juddi-client.net/example/AspnetServiceLifeCycle/output.config b/juddi-client.net/example/AspnetServiceLifeCycle/output.config
index 0ef9697..df0f0d3 100644
--- a/juddi-client.net/example/AspnetServiceLifeCycle/output.config
+++ b/juddi-client.net/example/AspnetServiceLifeCycle/output.config
@@ -1,4 +1,20 @@
 <?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.
+*
+*/ -->
 <configuration>
     <system.serviceModel>
         <bindings>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/example/AspnetServiceLifeCycle/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-client.net/example/AspnetServiceLifeCycle/uddi.xml b/juddi-client.net/example/AspnetServiceLifeCycle/uddi.xml
index 73ad259..5f98537 100644
--- a/juddi-client.net/example/AspnetServiceLifeCycle/uddi.xml
+++ b/juddi-client.net/example/AspnetServiceLifeCycle/uddi.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:juddi-apache-org:v3_client ..\..\..\juddi-client\src\main\resources\xsd\uddi-client.xsd">
   <reloadDelay>5000</reloadDelay>
   <client name="test-client">
@@ -86,4 +106,4 @@
       <IgnoreSSLErrors>false</IgnoreSSLErrors>
     </XtoWsdl>
   </client>
-</uddi>
\ No newline at end of file
+</uddi>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/example/WcfServiceLifeCycle/App.config
----------------------------------------------------------------------
diff --git a/juddi-client.net/example/WcfServiceLifeCycle/App.config b/juddi-client.net/example/WcfServiceLifeCycle/App.config
index 37cbe35..d90660e 100644
--- a/juddi-client.net/example/WcfServiceLifeCycle/App.config
+++ b/juddi-client.net/example/WcfServiceLifeCycle/App.config
@@ -1,11 +1,31 @@
-<?xml version="1.0"?>
-<configuration>
-    <startup> 
-        
-    <supportedRuntime version="v2.0.50727"/></startup>
-  <appSettings>
-    <add key="org.apache.juddi.v3.client.log.level" value="DEBUG" />
-    <!-- options are CONSOLE, EVENTLOG, FILE-->
-    <add key="org.apache.juddi.v3.client.log.target" value="CONSOLE" />
-  </appSettings>
-</configuration>
+<?xml version="1.0"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<configuration>
+    <startup> 
+        
+    <supportedRuntime version="v2.0.50727"/></startup>
+  <appSettings>
+    <add key="org.apache.juddi.v3.client.log.level" value="DEBUG" />
+    <!-- options are CONSOLE, EVENTLOG, FILE-->
+    <add key="org.apache.juddi.v3.client.log.target" value="CONSOLE" />
+  </appSettings>
+</configuration>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/example/WcfServiceLifeCycle/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/example/WcfServiceLifeCycle/Properties/AssemblyInfo.cs b/juddi-client.net/example/WcfServiceLifeCycle/Properties/AssemblyInfo.cs
index 587d2b6..0baf794 100644
--- a/juddi-client.net/example/WcfServiceLifeCycle/Properties/AssemblyInfo.cs
+++ b/juddi-client.net/example/WcfServiceLifeCycle/Properties/AssemblyInfo.cs
@@ -1,36 +1,55 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("WcfServiceLifeCycle")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Apache Software Foundation")]
-[assembly: AssemblyProduct("WcfServiceLifeCycle")]
-[assembly: AssemblyCopyright("Copyright © ASF 2013")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible 
-// to COM components.  If you need to access a type in this assembly from 
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("eefed695-e83d-40dd-9e00-a588df381538")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.2.1.0")]
-[assembly: AssemblyFileVersion("3.2.1.0")]
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("WcfServiceLifeCycle")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Apache Software Foundation")]
+[assembly: AssemblyProduct("WcfServiceLifeCycle")]
+[assembly: AssemblyCopyright("Copyright © ASF 2013")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("eefed695-e83d-40dd-9e00-a588df381538")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers 
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("3.2.1.0")]
+[assembly: AssemblyFileVersion("3.2.1.0")]

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/example/WcfServiceLifeCycle/WcfServiceLifeCycle-mono.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/example/WcfServiceLifeCycle/WcfServiceLifeCycle-mono.csproj b/juddi-client.net/example/WcfServiceLifeCycle/WcfServiceLifeCycle-mono.csproj
index 25798fb..38a0e77 100644
--- a/juddi-client.net/example/WcfServiceLifeCycle/WcfServiceLifeCycle-mono.csproj
+++ b/juddi-client.net/example/WcfServiceLifeCycle/WcfServiceLifeCycle-mono.csproj
@@ -1,74 +1,94 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>WcfServiceLifeCycle</RootNamespace>
-    <AssemblyName>WcfServiceLifeCycle</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Runtime.Serialization" />
-    <Reference Include="System.ServiceModel" />
-    <Reference Include="System.Web" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="HelloService.cs" />
-    <Compile Include="Program.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="App.config" />
-    <None Include="sample.wsdl" />
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="uddi.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\..\juddi-client.net\juddi-client.net-mono.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net-mono</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>WcfServiceLifeCycle</RootNamespace>
+    <AssemblyName>WcfServiceLifeCycle</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Runtime.Serialization" />
+    <Reference Include="System.ServiceModel" />
+    <Reference Include="System.Web" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="HelloService.cs" />
+    <Compile Include="Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="App.config" />
+    <None Include="sample.wsdl" />
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="uddi.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\..\juddi-client.net\juddi-client.net-mono.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net-mono</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/example/WcfServiceLifeCycle/WcfServiceLifeCycle.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/example/WcfServiceLifeCycle/WcfServiceLifeCycle.csproj b/juddi-client.net/example/WcfServiceLifeCycle/WcfServiceLifeCycle.csproj
index 8c544c2..4b546cb 100644
--- a/juddi-client.net/example/WcfServiceLifeCycle/WcfServiceLifeCycle.csproj
+++ b/juddi-client.net/example/WcfServiceLifeCycle/WcfServiceLifeCycle.csproj
@@ -1,74 +1,94 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>WcfServiceLifeCycle</RootNamespace>
-    <AssemblyName>WcfServiceLifeCycle</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Runtime.Serialization" />
-    <Reference Include="System.ServiceModel" />
-    <Reference Include="System.Web" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="HelloService.cs" />
-    <Compile Include="Program.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="App.config" />
-    <None Include="sample.wsdl" />
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="uddi.xml">
-      <SubType>Designer</SubType>
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\..\juddi-client.net\juddi-client.net.csproj">
-      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
-      <Name>juddi-client.net</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{072F737E-86E5-4B8E-A7FB-864A3ABB0D9A}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>WcfServiceLifeCycle</RootNamespace>
+    <AssemblyName>WcfServiceLifeCycle</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Runtime.Serialization" />
+    <Reference Include="System.ServiceModel" />
+    <Reference Include="System.Web" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="HelloService.cs" />
+    <Compile Include="Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="App.config" />
+    <None Include="sample.wsdl" />
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="uddi.xml">
+      <SubType>Designer</SubType>
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\..\juddi-client.net\juddi-client.net.csproj">
+      <Project>{c3d005cd-6c26-49fd-a4d8-08699b66af6f}</Project>
+      <Name>juddi-client.net</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/example/WcfServiceLifeCycle/sample.wsdl
----------------------------------------------------------------------
diff --git a/juddi-client.net/example/WcfServiceLifeCycle/sample.wsdl b/juddi-client.net/example/WcfServiceLifeCycle/sample.wsdl
index c28ebf9..84d5882 100644
--- a/juddi-client.net/example/WcfServiceLifeCycle/sample.wsdl
+++ b/juddi-client.net/example/WcfServiceLifeCycle/sample.wsdl
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <definitions name="HelloService"
    targetNamespace="http://www.examples.com/wsdl/HelloService.wsdl"
    xmlns="http://schemas.xmlsoap.org/wsdl/"

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/example/WcfServiceLifeCycle/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-client.net/example/WcfServiceLifeCycle/uddi.xml b/juddi-client.net/example/WcfServiceLifeCycle/uddi.xml
index e2cacf3..d2ff345 100644
--- a/juddi-client.net/example/WcfServiceLifeCycle/uddi.xml
+++ b/juddi-client.net/example/WcfServiceLifeCycle/uddi.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:juddi-apache-org:v3_client ..\..\..\juddi-client\src\main\resources\xsd\uddi-client.xsd">
   <reloadDelay>5000</reloadDelay>
   <client name="test-client">
@@ -82,4 +102,4 @@
       <IgnoreSSLErrors>false</IgnoreSSLErrors>
     </XtoWsdl>
   </client>
-</uddi>
\ No newline at end of file
+</uddi>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/generate.bat
----------------------------------------------------------------------
diff --git a/juddi-client.net/generate.bat b/juddi-client.net/generate.bat
index 014c9f3..86b9b64 100644
--- a/juddi-client.net/generate.bat
+++ b/juddi-client.net/generate.bat
@@ -1,9 +1,25 @@
-rem This will generate the client proxy code using the juddi wsdls and xsds via .NET 2.0 ASP.NET (System.Web.Services.WebClient)
-
-set path=%path%;C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools
-
-
-wsdl  ..\uddi-ws\src\main\resources\juddi_api_v1.wsdl ..\uddi-ws\src\main\resources\uddi_api_v3_binding.wsdl  ..\uddi-ws\src\main\resources\uddi_api_v3_portType.wsdl ..\uddi-ws\src\main\resources\uddi_custody_v3_binding.wsdl ..\uddi-ws\src\main\resources\uddi_custody_v3_portType.wsdl ..\uddi-ws\src\main\resources\uddi_repl_v3_binding.wsdl ..\uddi-ws\src\main\resources\uddi_repl_v3_portType.wsdl ..\uddi-ws\src\main\resources\uddi_subr_v3_binding.wsdl ..\uddi-ws\src\main\resources\uddi_subr_v3_portType.wsdl ..\uddi-ws\src\main\resources\uddi_sub_v3_binding.wsdl ..\uddi-ws\src\main\resources\uddi_sub_v3_portType.wsdl ..\uddi-ws\src\main\resources\uddi_v3_service.wsdl ..\uddi-ws\src\main\resources\uddi_vscache_v3_binding.wsdl ..\uddi-ws\src\main\resources\uddi_vscache_v3_portType.wsdl ..\uddi-ws\src\main\resources\uddi_vs_v3_binding.wsdl ..\uddi-ws\src\main\resources\uddi_vs_v3_portType.wsdl  ..\uddi-ws\src\main\resources\uddi_v3.xsd ..\uddi-ws\src\main\resources\uddi_v3custody.xsd ..\u
 ddi-ws\src\main\resources\uddi_v3policy.xsd ..\uddi-ws\src\main\resources\uddi_v3policy_instanceParms.xsd ..\uddi-ws\src\main\resources\uddi_v3replication.xsd ..\uddi-ws\src\main\resources\uddi_v3subscription.xsd ..\uddi-ws\src\main\resources\uddi_v3subscriptionListener.xsd ..\uddi-ws\src\main\resources\uddi_v3valueset.xsd ..\uddi-ws\src\main\resources\uddi_v3valuesetcaching.xsd 
-
-rem this is for the configuration file
-xsd /c ..\juddi-client\src\main\resources\xsd\uddi-client.xsd /namespace:org.apache.juddi.v3.client.config 
\ No newline at end of file
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
+rem 
+rem   http://www.apache.org/licenses/LICENSE-2.0
+rem 
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
+rem This will generate the client proxy code using the juddi wsdls and xsds via .NET 2.0 ASP.NET (System.Web.Services.WebClient)
+
+set path=%path%;C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools
+
+
+wsdl  ..\uddi-ws\src\main\resources\juddi_api_v1.wsdl ..\uddi-ws\src\main\resources\uddi_api_v3_binding.wsdl  ..\uddi-ws\src\main\resources\uddi_api_v3_portType.wsdl ..\uddi-ws\src\main\resources\uddi_custody_v3_binding.wsdl ..\uddi-ws\src\main\resources\uddi_custody_v3_portType.wsdl ..\uddi-ws\src\main\resources\uddi_repl_v3_binding.wsdl ..\uddi-ws\src\main\resources\uddi_repl_v3_portType.wsdl ..\uddi-ws\src\main\resources\uddi_subr_v3_binding.wsdl ..\uddi-ws\src\main\resources\uddi_subr_v3_portType.wsdl ..\uddi-ws\src\main\resources\uddi_sub_v3_binding.wsdl ..\uddi-ws\src\main\resources\uddi_sub_v3_portType.wsdl ..\uddi-ws\src\main\resources\uddi_v3_service.wsdl ..\uddi-ws\src\main\resources\uddi_vscache_v3_binding.wsdl ..\uddi-ws\src\main\resources\uddi_vscache_v3_portType.wsdl ..\uddi-ws\src\main\resources\uddi_vs_v3_binding.wsdl ..\uddi-ws\src\main\resources\uddi_vs_v3_portType.wsdl  ..\uddi-ws\src\main\resources\uddi_v3.xsd ..\uddi-ws\src\main\resources\uddi_v3custody.xsd ..\u
 ddi-ws\src\main\resources\uddi_v3policy.xsd ..\uddi-ws\src\main\resources\uddi_v3policy_instanceParms.xsd ..\uddi-ws\src\main\resources\uddi_v3replication.xsd ..\uddi-ws\src\main\resources\uddi_v3subscription.xsd ..\uddi-ws\src\main\resources\uddi_v3subscriptionListener.xsd ..\uddi-ws\src\main\resources\uddi_v3valueset.xsd ..\uddi-ws\src\main\resources\uddi_v3valuesetcaching.xsd 
+
+rem this is for the configuration file
+xsd /c ..\juddi-client\src\main\resources\xsd\uddi-client.xsd /namespace:org.apache.juddi.v3.client.config 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[04/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/hello-world-embedded/src/main/resources/META-INF/embedded-uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/hello-world-embedded/src/main/resources/META-INF/embedded-uddi.xml b/juddi-examples/hello-world-embedded/src/main/resources/META-INF/embedded-uddi.xml
index f014e14..5fde41f 100644
--- a/juddi-examples/hello-world-embedded/src/main/resources/META-INF/embedded-uddi.xml
+++ b/juddi-examples/hello-world-embedded/src/main/resources/META-INF/embedded-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
     <reloadDelay>5000</reloadDelay>
     <client name="client-and-server">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/hello-world-embedded/src/main/resources/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/hello-world-embedded/src/main/resources/META-INF/persistence.xml b/juddi-examples/hello-world-embedded/src/main/resources/META-INF/persistence.xml
index 225f6b2..ded67a3 100644
--- a/juddi-examples/hello-world-embedded/src/main/resources/META-INF/persistence.xml
+++ b/juddi-examples/hello-world-embedded/src/main/resources/META-INF/persistence.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <persistence xmlns="http://java.sun.com/xml/ns/persistence" 
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/hello-world-embedded/src/main/resources/juddiv3.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/hello-world-embedded/src/main/resources/juddiv3.xml b/juddi-examples/hello-world-embedded/src/main/resources/juddiv3.xml
index e042446..f1ade4b 100644
--- a/juddi-examples/hello-world-embedded/src/main/resources/juddiv3.xml
+++ b/juddi-examples/hello-world-embedded/src/main/resources/juddiv3.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"  ?>
 <!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/hello-world/src/main/resources/META-INF/hello-world-uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/hello-world/src/main/resources/META-INF/hello-world-uddi.xml b/juddi-examples/hello-world/src/main/resources/META-INF/hello-world-uddi.xml
index 39bd8c4..67ce554 100644
--- a/juddi-examples/hello-world/src/main/resources/META-INF/hello-world-uddi.xml
+++ b/juddi-examples/hello-world/src/main/resources/META-INF/hello-world-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
     <reloadDelay>5000</reloadDelay>
     <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples/FindBusinessBugHunt.java
----------------------------------------------------------------------
diff --git a/juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples/FindBusinessBugHunt.java b/juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples/FindBusinessBugHunt.java
index e921197..0e507ea 100644
--- a/juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples/FindBusinessBugHunt.java
+++ b/juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples/FindBusinessBugHunt.java
@@ -1,6 +1,17 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * Copyright 2001-2008 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.
  */
 package org.apache.juddi.samples;
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/more-uddi-samples/src/main/resources/META-INF/simple-publish-uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/more-uddi-samples/src/main/resources/META-INF/simple-publish-uddi.xml b/juddi-examples/more-uddi-samples/src/main/resources/META-INF/simple-publish-uddi.xml
index c78a3d0..2e681ca 100644
--- a/juddi-examples/more-uddi-samples/src/main/resources/META-INF/simple-publish-uddi.xml
+++ b/juddi-examples/more-uddi-samples/src/main/resources/META-INF/simple-publish-uddi.xml
@@ -1,5 +1,22 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
+<?xml version="1.0" encoding="UTF-8"  ?>
 
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema">
         <reloadDelay>5000</reloadDelay>
         <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/service-version/src/main/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/service-version/src/main/resources/META-INF/uddi.xml b/juddi-examples/service-version/src/main/resources/META-INF/uddi.xml
index 223a7ef..7e1e8a1 100644
--- a/juddi-examples/service-version/src/main/resources/META-INF/uddi.xml
+++ b/juddi-examples/service-version/src/main/resources/META-INF/uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
     <reloadDelay>5000</reloadDelay>
     <client name="default">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/simple-browse/src/main/resources/META-INF/simple-browse-uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/simple-browse/src/main/resources/META-INF/simple-browse-uddi.xml b/juddi-examples/simple-browse/src/main/resources/META-INF/simple-browse-uddi.xml
index a2e2a21..3e8a051 100644
--- a/juddi-examples/simple-browse/src/main/resources/META-INF/simple-browse-uddi.xml
+++ b/juddi-examples/simple-browse/src/main/resources/META-INF/simple-browse-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
     <reloadDelay>5000</reloadDelay>
     <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/simple-publish-clerk/src/main/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/simple-publish-clerk/src/main/resources/META-INF/uddi.xml b/juddi-examples/simple-publish-clerk/src/main/resources/META-INF/uddi.xml
index c8555fe..0def5cc 100644
--- a/juddi-examples/simple-publish-clerk/src/main/resources/META-INF/uddi.xml
+++ b/juddi-examples/simple-publish-clerk/src/main/resources/META-INF/uddi.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
         <reloadDelay>5000</reloadDelay>
         <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/simple-publish-portable/src/main/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/simple-publish-portable/src/main/resources/META-INF/uddi.xml b/juddi-examples/simple-publish-portable/src/main/resources/META-INF/uddi.xml
index b3418e1..9f8d4be 100644
--- a/juddi-examples/simple-publish-portable/src/main/resources/META-INF/uddi.xml
+++ b/juddi-examples/simple-publish-portable/src/main/resources/META-INF/uddi.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
     <reloadDelay>5000</reloadDelay>
     <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/subscription-notification-amqp/src/main/resources/META-INF/subscription-notification-client-uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/subscription-notification-amqp/src/main/resources/META-INF/subscription-notification-client-uddi.xml b/juddi-examples/subscription-notification-amqp/src/main/resources/META-INF/subscription-notification-client-uddi.xml
index 9ae99b1..bcc6fce 100644
--- a/juddi-examples/subscription-notification-amqp/src/main/resources/META-INF/subscription-notification-client-uddi.xml
+++ b/juddi-examples/subscription-notification-amqp/src/main/resources/META-INF/subscription-notification-client-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
         <reloadDelay>5000</reloadDelay>
         <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/uddi-annotations/src/main/resources/META-INF/sales-uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/uddi-annotations/src/main/resources/META-INF/sales-uddi.xml b/juddi-examples/uddi-annotations/src/main/resources/META-INF/sales-uddi.xml
index 4949047..b7fc0a3 100644
--- a/juddi-examples/uddi-annotations/src/main/resources/META-INF/sales-uddi.xml
+++ b/juddi-examples/uddi-annotations/src/main/resources/META-INF/sales-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
     <reloadDelay>5000</reloadDelay>
     <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/uddi-annotations/src/main/resources/META-INF/uddi-annotations.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/uddi-annotations/src/main/resources/META-INF/uddi-annotations.xml b/juddi-examples/uddi-annotations/src/main/resources/META-INF/uddi-annotations.xml
index cff9fed..ffdd35a 100644
--- a/juddi-examples/uddi-annotations/src/main/resources/META-INF/uddi-annotations.xml
+++ b/juddi-examples/uddi-annotations/src/main/resources/META-INF/uddi-annotations.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
     <reloadDelay>5000</reloadDelay>
     <client name="uddi-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/uddi-annotations/src/main/webapp/META-INF/context.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/uddi-annotations/src/main/webapp/META-INF/context.xml b/juddi-examples/uddi-annotations/src/main/webapp/META-INF/context.xml
index 579fede..d79e1ab 100644
--- a/juddi-examples/uddi-annotations/src/main/webapp/META-INF/context.xml
+++ b/juddi-examples/uddi-annotations/src/main/webapp/META-INF/context.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <Context>
     <WatchedResource>WEB-INF/web.xml</WatchedResource>
     <!--  -->

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.xml b/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.xml
index b8413c6..831647f 100644
--- a/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.xml
+++ b/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"  ?>
 <!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
+<!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/uddiv2-api-bridge-example/src/main/resources/META-INF/uddiv2-browse-uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/uddiv2-api-bridge-example/src/main/resources/META-INF/uddiv2-browse-uddi.xml b/juddi-examples/uddiv2-api-bridge-example/src/main/resources/META-INF/uddiv2-browse-uddi.xml
index a2e54b8..75d9fd7 100644
--- a/juddi-examples/uddiv2-api-bridge-example/src/main/resources/META-INF/uddiv2-browse-uddi.xml
+++ b/juddi-examples/uddiv2-api-bridge-example/src/main/resources/META-INF/uddiv2-browse-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
    <reloadDelay>5000</reloadDelay>
    <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/META-INF/wsdl2uddi-uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/META-INF/wsdl2uddi-uddi.xml b/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/META-INF/wsdl2uddi-uddi.xml
index 28b35e8..b925c37 100644
--- a/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/META-INF/wsdl2uddi-uddi.xml
+++ b/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/META-INF/wsdl2uddi-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd" >
     <reloadDelay>5000</reloadDelay>
     <client name="example-client" >

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/wsdl/helloworld.wsdl
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/wsdl/helloworld.wsdl b/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/wsdl/helloworld.wsdl
index eb6d782..121c244 100644
--- a/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/wsdl/helloworld.wsdl
+++ b/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/wsdl/helloworld.wsdl
@@ -1,4 +1,22 @@
-<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions name="HelloWorld" targetNamespace="http://samples.juddi.apache.org/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://samples.juddi.apache.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<?xml version='1.0' encoding='UTF-8'?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
+<wsdl:definitions name="HelloWorld" targetNamespace="http://samples.juddi.apache.org/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://samples.juddi.apache.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <wsdl:types>
 <xs:schema elementFormDefault="unqualified" targetNamespace="http://samples.juddi.apache.org/" version="1.0" xmlns:tns="http://samples.juddi.apache.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 <xs:element name="sayHi" type="tns:sayHi"/>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld.java
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld.java b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld.java
index c1ad94d..7caca7e 100644
--- a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld.java
+++ b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld.java
@@ -1,4 +1,19 @@
-
+/*
+ * Copyright 2001-2010 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.
+ *
+ */
 package org.apache.juddi.samples;
 
 import javax.jws.WebMethod;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java
index dbc2fa4..8cd9f62 100644
--- a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java
+++ b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java
@@ -1,4 +1,19 @@
-
+/*
+ * Copyright 2001-2010 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.
+ *
+ */
 package org.apache.juddi.samples;
 
 import java.net.URL;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/ObjectFactory.java
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/ObjectFactory.java b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/ObjectFactory.java
index 5f1c9e1..7dc98aa 100644
--- a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/ObjectFactory.java
+++ b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/ObjectFactory.java
@@ -1,4 +1,19 @@
-
+/*
+ * Copyright 2001-2010 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.
+ *
+ */
 package org.apache.juddi.samples;
 
 import javax.xml.bind.JAXBElement;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHi.java
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHi.java b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHi.java
index 81c153a..6b3939b 100644
--- a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHi.java
+++ b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHi.java
@@ -1,4 +1,19 @@
-
+/*
+ * Copyright 2001-2010 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.
+ *
+ */
 package org.apache.juddi.samples;
 
 import javax.xml.bind.annotation.XmlAccessType;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHiResponse.java
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHiResponse.java b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHiResponse.java
index 7403301..5fe1818 100644
--- a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHiResponse.java
+++ b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHiResponse.java
@@ -1,4 +1,19 @@
-
+/*
+ * Copyright 2001-2010 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.
+ *
+ */
 package org.apache.juddi.samples;
 
 import javax.xml.bind.annotation.XmlAccessType;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/package-info.java
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/package-info.java b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/package-info.java
index 80ed051..b3eead3 100644
--- a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/package-info.java
+++ b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/package-info.java
@@ -1,2 +1,18 @@
+/*
+ * Copyright 2001-2010 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.
+ *
+ */
 @javax.xml.bind.annotation.XmlSchema(namespace = "http://samples.juddi.apache.org/")
 package org.apache.juddi.samples;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/resources/META-INF/wsdl2uddi-uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi/src/main/resources/META-INF/wsdl2uddi-uddi.xml b/juddi-examples/wsdl2uddi/src/main/resources/META-INF/wsdl2uddi-uddi.xml
index cdb2c1e..71fd986 100644
--- a/juddi-examples/wsdl2uddi/src/main/resources/META-INF/wsdl2uddi-uddi.xml
+++ b/juddi-examples/wsdl2uddi/src/main/resources/META-INF/wsdl2uddi-uddi.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd"  >
     <reloadDelay>5000</reloadDelay>
     <client name="example-client" callbackUrl="http://localhost:8079/subscriptionlistener_uddi_client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/resources/wsdl/helloworld.wsdl
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi/src/main/resources/wsdl/helloworld.wsdl b/juddi-examples/wsdl2uddi/src/main/resources/wsdl/helloworld.wsdl
index ff7c7d1..796b7ad 100644
--- a/juddi-examples/wsdl2uddi/src/main/resources/wsdl/helloworld.wsdl
+++ b/juddi-examples/wsdl2uddi/src/main/resources/wsdl/helloworld.wsdl
@@ -1,4 +1,23 @@
-<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions name="HelloWorld" targetNamespace="http://samples.juddi.apache.org/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://samples.juddi.apache.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<?xml version='1.0' encoding='UTF-8'?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
+
+<wsdl:definitions name="HelloWorld" targetNamespace="http://samples.juddi.apache.org/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://samples.juddi.apache.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <wsdl:types>
 <xs:schema elementFormDefault="unqualified" targetNamespace="http://samples.juddi.apache.org/" version="1.0" xmlns:tns="http://samples.juddi.apache.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 <xs:element name="sayHi" type="tns:sayHi"/>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/java/org/apache/juddi/webconsole/hub/builders/SubscriptionHelper.java
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/java/org/apache/juddi/webconsole/hub/builders/SubscriptionHelper.java b/juddi-gui/src/main/java/org/apache/juddi/webconsole/hub/builders/SubscriptionHelper.java
index 353332b..1d20c4f 100644
--- a/juddi-gui/src/main/java/org/apache/juddi/webconsole/hub/builders/SubscriptionHelper.java
+++ b/juddi-gui/src/main/java/org/apache/juddi/webconsole/hub/builders/SubscriptionHelper.java
@@ -1,12 +1,22 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * Copyright 2001-2008 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.
  */
 package org.apache.juddi.webconsole.hub.builders;
 
 import java.util.List;
 import org.apache.commons.lang.StringEscapeUtils;
-import org.apache.juddi.webconsole.resources.ResourceLoader;
 import org.uddi.api_v3.FindQualifiers;
 import org.uddi.sub_v3.Subscription;
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/java/org/apache/juddi/webconsole/resources/ResourceLoader.java
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/java/org/apache/juddi/webconsole/resources/ResourceLoader.java b/juddi-gui/src/main/java/org/apache/juddi/webconsole/resources/ResourceLoader.java
index 8a48dcf..e91ef85 100644
--- a/juddi-gui/src/main/java/org/apache/juddi/webconsole/resources/ResourceLoader.java
+++ b/juddi-gui/src/main/java/org/apache/juddi/webconsole/resources/ResourceLoader.java
@@ -1,6 +1,17 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * Copyright 2001-2008 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.
  */
 package org.apache.juddi.webconsole.resources;
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/resources/META-INF/uddi.xml b/juddi-gui/src/main/resources/META-INF/uddi.xml
index 284b5d8..a3f6262 100644
--- a/juddi-gui/src/main/resources/META-INF/uddi.xml
+++ b/juddi-gui/src/main/resources/META-INF/uddi.xml
@@ -1,8 +1,25 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!-- 
+/*
+ * Copyright 2001-2008 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 config is for the juddi-gui.
 
 It currently does not use the ValueSet, jUDDI, Replication, or REST APIs
+
 -->
 <uddi>
     <reloadDelay>5000</reloadDelay>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties b/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
index 534032d..38367e0 100644
--- a/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
+++ b/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
@@ -1,5 +1,18 @@
-# To change this template, choose Tools | Templates
-# and open the template in the editor.
+
+# Copyright 2001-2008 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.
+ 
 
 language=en
 direction=LTR

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties b/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
index 31a64b3..3b5d064 100644
--- a/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
+++ b/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
@@ -1,6 +1,18 @@
-# To change this template, choose Tools | Templates
-# and open the template in the editor.
 
+# Copyright 2001-2008 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.
+ 
 language=es
 direction=LTR
 title=Apache jUDDI - de C\u00f3digo Abierto UDDI Descubrimiento de Servicios

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/META-INF/context.xml
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/META-INF/context.xml b/juddi-gui/src/main/webapp/META-INF/context.xml
index e8a9c7f..9763bd2 100644
--- a/juddi-gui/src/main/webapp/META-INF/context.xml
+++ b/juddi-gui/src/main/webapp/META-INF/context.xml
@@ -1,2 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ */
+ -->
 <Context antiJARLocking="true" path="/juddi-gui"/>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/WEB-INF/web.xml b/juddi-gui/src/main/webapp/WEB-INF/web.xml
index 5aca3ff..a051314 100644
--- a/juddi-gui/src/main/webapp/WEB-INF/web.xml
+++ b/juddi-gui/src/main/webapp/WEB-INF/web.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ */
+ -->
 <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
 
         <display-name>jUDDI Graphical User Interface (juddi-gui)</display-name>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/about.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/about.jsp b/juddi-gui/src/main/webapp/about.jsp
index 284654f..26627a9 100644
--- a/juddi-gui/src/main/webapp/about.jsp
+++ b/juddi-gui/src/main/webapp/about.jsp
@@ -2,6 +2,21 @@
     Document   : about
     Created on : Apr 28, 2013, 4:26:58 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/advanced.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/advanced.jsp b/juddi-gui/src/main/webapp/advanced.jsp
index c6ad3c8..5941a25 100644
--- a/juddi-gui/src/main/webapp/advanced.jsp
+++ b/juddi-gui/src/main/webapp/advanced.jsp
@@ -2,6 +2,21 @@
     Document   : Advanced query page
     Created on : July 30, 2013, 4:26:58 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/abortTransferToken.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/abortTransferToken.jsp b/juddi-gui/src/main/webapp/ajax/abortTransferToken.jsp
index a9d68d4..b29f145 100644
--- a/juddi-gui/src/main/webapp/ajax/abortTransferToken.jsp
+++ b/juddi-gui/src/main/webapp/ajax/abortTransferToken.jsp
@@ -2,6 +2,21 @@
     Document   : abortTransferToken
     Created on : Apr 27, 2013, 1:20:37 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/acceptTransferToken.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/acceptTransferToken.jsp b/juddi-gui/src/main/webapp/ajax/acceptTransferToken.jsp
index af45f85..dddf2a2 100644
--- a/juddi-gui/src/main/webapp/ajax/acceptTransferToken.jsp
+++ b/juddi-gui/src/main/webapp/ajax/acceptTransferToken.jsp
@@ -2,6 +2,21 @@
     Document   : acceptTransferToken
     Created on : Apr 27, 2013, 2:17:35 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/advanced.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/advanced.jsp b/juddi-gui/src/main/webapp/ajax/advanced.jsp
index a999c30..d870c55 100644
--- a/juddi-gui/src/main/webapp/ajax/advanced.jsp
+++ b/juddi-gui/src/main/webapp/ajax/advanced.jsp
@@ -2,6 +2,21 @@
     Document   : advanced
     Created on : Aug 9, 2013, 4:09:06 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.hub.UDDIRequestsAsXML"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/assertions.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/assertions.jsp b/juddi-gui/src/main/webapp/ajax/assertions.jsp
index 7854912..11aa721 100644
--- a/juddi-gui/src/main/webapp/ajax/assertions.jsp
+++ b/juddi-gui/src/main/webapp/ajax/assertions.jsp
@@ -2,6 +2,21 @@
     Document   : assertions
     Created on : Apr 13, 2013, 7:44:30 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.uddi.api_v3.CompletionStatus"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/bindingsearch.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/bindingsearch.jsp b/juddi-gui/src/main/webapp/ajax/bindingsearch.jsp
index 3ad9f9a..31b3dff 100644
--- a/juddi-gui/src/main/webapp/ajax/bindingsearch.jsp
+++ b/juddi-gui/src/main/webapp/ajax/bindingsearch.jsp
@@ -2,6 +2,21 @@
     Document   : tmodelsearch
     Created on : Mar 13, 2013, 8:54:47 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/businessAsSelect.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/businessAsSelect.jsp b/juddi-gui/src/main/webapp/ajax/businessAsSelect.jsp
index a964976..c917df5 100644
--- a/juddi-gui/src/main/webapp/ajax/businessAsSelect.jsp
+++ b/juddi-gui/src/main/webapp/ajax/businessAsSelect.jsp
@@ -2,6 +2,21 @@
     Document   : businessAsSelect This actually returns a list of all businesses and/or tmodel keys owned by the current user
     Created on : Apr 27, 2013, 10:05:21 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/businesssearch.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/businesssearch.jsp b/juddi-gui/src/main/webapp/ajax/businesssearch.jsp
index c67899f..c64903a 100644
--- a/juddi-gui/src/main/webapp/ajax/businesssearch.jsp
+++ b/juddi-gui/src/main/webapp/ajax/businesssearch.jsp
@@ -2,6 +2,21 @@
     Document   : businessbrowse
     Created on : Mar 12, 2013, 9:40:19 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/copyitem.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/copyitem.jsp b/juddi-gui/src/main/webapp/ajax/copyitem.jsp
index 6f09ea6..e40a6a4 100644
--- a/juddi-gui/src/main/webapp/ajax/copyitem.jsp
+++ b/juddi-gui/src/main/webapp/ajax/copyitem.jsp
@@ -2,6 +2,21 @@
     Document   : copyitem
     Created on : Nov 6, 2013, 7:57:31 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/deletebinding.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/deletebinding.jsp b/juddi-gui/src/main/webapp/ajax/deletebinding.jsp
index 2cc21dd..a647dca 100644
--- a/juddi-gui/src/main/webapp/ajax/deletebinding.jsp
+++ b/juddi-gui/src/main/webapp/ajax/deletebinding.jsp
@@ -2,6 +2,21 @@
     Document   : savebinding
     Created on : Feb 8, 2014, 7:55:57 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.commons.lang.StringEscapeUtils"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/deletebusiness.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/deletebusiness.jsp b/juddi-gui/src/main/webapp/ajax/deletebusiness.jsp
index 2b528af..e1d687f 100644
--- a/juddi-gui/src/main/webapp/ajax/deletebusiness.jsp
+++ b/juddi-gui/src/main/webapp/ajax/deletebusiness.jsp
@@ -2,6 +2,21 @@
     Document   : deletebusiness
     Created on : Feb 27, 2013, 8:39:54 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/deleteservice.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/deleteservice.jsp b/juddi-gui/src/main/webapp/ajax/deleteservice.jsp
index 94676ec..9f2e09d 100644
--- a/juddi-gui/src/main/webapp/ajax/deleteservice.jsp
+++ b/juddi-gui/src/main/webapp/ajax/deleteservice.jsp
@@ -2,6 +2,21 @@
     Document   : deleteservice
     Created on : Mar 16, 2013, 12:25:13 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/deletetmodel.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/deletetmodel.jsp b/juddi-gui/src/main/webapp/ajax/deletetmodel.jsp
index 44a3396..facc7c9 100644
--- a/juddi-gui/src/main/webapp/ajax/deletetmodel.jsp
+++ b/juddi-gui/src/main/webapp/ajax/deletetmodel.jsp
@@ -2,6 +2,21 @@
     Document   : deleteTmodel
     Created on : Feb 27, 2013, 8:39:54 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/getCert.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/getCert.jsp b/juddi-gui/src/main/webapp/ajax/getCert.jsp
index 9a4f108..75f1665 100644
--- a/juddi-gui/src/main/webapp/ajax/getCert.jsp
+++ b/juddi-gui/src/main/webapp/ajax/getCert.jsp
@@ -2,6 +2,21 @@
     Document   : getCert - returns a base64 PKI certificate
     Created on : Mar 28, 2013, 6:39:09 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%><%@page import="org.apache.juddi.webconsole.hub.UddiHub"%><%
         //note CSRF left off due to additiona endlines being injected (screws with parsing of the x509 cert)
     String type = request.getParameter("type");

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/getTransferToken.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/getTransferToken.jsp b/juddi-gui/src/main/webapp/ajax/getTransferToken.jsp
index 9128fb2..a014eff 100644
--- a/juddi-gui/src/main/webapp/ajax/getTransferToken.jsp
+++ b/juddi-gui/src/main/webapp/ajax/getTransferToken.jsp
@@ -2,6 +2,21 @@
     Document   : getTransferToken
     Created on : Apr 27, 2013, 9:13:27 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/importFromWadl.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/importFromWadl.jsp b/juddi-gui/src/main/webapp/ajax/importFromWadl.jsp
index 2f495b8..11b568e 100644
--- a/juddi-gui/src/main/webapp/ajax/importFromWadl.jsp
+++ b/juddi-gui/src/main/webapp/ajax/importFromWadl.jsp
@@ -2,6 +2,21 @@
     Document   : importFromWadl
     Created on : July 11, 2013, 3:26:42 PM
     Author     : Alex O'Ree 
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>
 <%@page import="org.apache.juddi.jaxb.PrintUDDI"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/importFromWsdl.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/importFromWsdl.jsp b/juddi-gui/src/main/webapp/ajax/importFromWsdl.jsp
index f392552..1e55867 100644
--- a/juddi-gui/src/main/webapp/ajax/importFromWsdl.jsp
+++ b/juddi-gui/src/main/webapp/ajax/importFromWsdl.jsp
@@ -2,6 +2,21 @@
     Document   : importFromWsdl
     Created on : May 11, 2013, 3:26:42 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>
 <%@page import="org.apache.juddi.v3.client.config.TokenResolver"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/loginpost.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/loginpost.jsp b/juddi-gui/src/main/webapp/ajax/loginpost.jsp
index fa426fe..1adb02c 100644
--- a/juddi-gui/src/main/webapp/ajax/loginpost.jsp
+++ b/juddi-gui/src/main/webapp/ajax/loginpost.jsp
@@ -2,6 +2,21 @@
     Document   : loginpost
     Created on : Feb 24, 2013, 3:36:37 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/opInfo.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/opInfo.jsp b/juddi-gui/src/main/webapp/ajax/opInfo.jsp
index 14bbcf2..53b5ddb 100644
--- a/juddi-gui/src/main/webapp/ajax/opInfo.jsp
+++ b/juddi-gui/src/main/webapp/ajax/opInfo.jsp
@@ -2,6 +2,21 @@
     Document   : opInfo
     Created on : Mar 28, 2013, 10:25:03 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/saveFromXML.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/saveFromXML.jsp b/juddi-gui/src/main/webapp/ajax/saveFromXML.jsp
index 01cce50..3c8f8f5 100644
--- a/juddi-gui/src/main/webapp/ajax/saveFromXML.jsp
+++ b/juddi-gui/src/main/webapp/ajax/saveFromXML.jsp
@@ -2,6 +2,21 @@
     Document   : fromXML
     Created on : Mar 24, 2013, 9:31:37 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%><%@page import="java.util.concurrent.atomic.AtomicReference"%>
 <%@page import="java.util.Map.Entry"%>
 <%@page import="java.util.Iterator"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/savebinding.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/savebinding.jsp b/juddi-gui/src/main/webapp/ajax/savebinding.jsp
index 850aeba..e3c0eb3 100644
--- a/juddi-gui/src/main/webapp/ajax/savebinding.jsp
+++ b/juddi-gui/src/main/webapp/ajax/savebinding.jsp
@@ -2,6 +2,21 @@
     Document   : savebinding
     Created on : Feb 8, 2014, 7:55:57 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/savebusiness.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/savebusiness.jsp b/juddi-gui/src/main/webapp/ajax/savebusiness.jsp
index 72bd9b9..515311f 100644
--- a/juddi-gui/src/main/webapp/ajax/savebusiness.jsp
+++ b/juddi-gui/src/main/webapp/ajax/savebusiness.jsp
@@ -2,6 +2,21 @@
    Document   : savebusiness
    Created on : Feb 26, 2013, 6:57:52 AM
    Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/saveservicedetails.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/saveservicedetails.jsp b/juddi-gui/src/main/webapp/ajax/saveservicedetails.jsp
index d378adc..ebf83d8 100644
--- a/juddi-gui/src/main/webapp/ajax/saveservicedetails.jsp
+++ b/juddi-gui/src/main/webapp/ajax/saveservicedetails.jsp
@@ -2,6 +2,21 @@
     Document   : saveservicedetails
     Created on : Feb 24, 2013, 3:12:11 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/savetmodel.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/savetmodel.jsp b/juddi-gui/src/main/webapp/ajax/savetmodel.jsp
index 5169e96..588a64a 100644
--- a/juddi-gui/src/main/webapp/ajax/savetmodel.jsp
+++ b/juddi-gui/src/main/webapp/ajax/savetmodel.jsp
@@ -2,6 +2,21 @@
    Document   : savebusiness
    Created on : Feb 26, 2013, 6:57:52 AM
    Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/search.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/search.jsp b/juddi-gui/src/main/webapp/ajax/search.jsp
index bd4c7de..eed035d 100644
--- a/juddi-gui/src/main/webapp/ajax/search.jsp
+++ b/juddi-gui/src/main/webapp/ajax/search.jsp
@@ -2,6 +2,21 @@
     Document   : search
     Created on : Mar 19, 2013, 2:01:55 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/servicedetails.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/servicedetails.jsp b/juddi-gui/src/main/webapp/ajax/servicedetails.jsp
index 6c5a78d..2d447eb 100644
--- a/juddi-gui/src/main/webapp/ajax/servicedetails.jsp
+++ b/juddi-gui/src/main/webapp/ajax/servicedetails.jsp
@@ -2,6 +2,21 @@
     Document   : servicedetails
     Created on : Feb 24, 2013, 1:55:14 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/servicelist.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/servicelist.jsp b/juddi-gui/src/main/webapp/ajax/servicelist.jsp
index 9edb087..42650df 100644
--- a/juddi-gui/src/main/webapp/ajax/servicelist.jsp
+++ b/juddi-gui/src/main/webapp/ajax/servicelist.jsp
@@ -2,6 +2,21 @@
     Document   : businesslist
     Created on : Feb 24, 2013, 10:27:22 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/servicesearch.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/servicesearch.jsp b/juddi-gui/src/main/webapp/ajax/servicesearch.jsp
index 5682b3f..2c69381 100644
--- a/juddi-gui/src/main/webapp/ajax/servicesearch.jsp
+++ b/juddi-gui/src/main/webapp/ajax/servicesearch.jsp
@@ -2,6 +2,21 @@
     Document   : servicesearch
     Created on : Feb 27, 2013, 4:46:08 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/settings.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/settings.jsp b/juddi-gui/src/main/webapp/ajax/settings.jsp
index d5c4045..46aec41 100644
--- a/juddi-gui/src/main/webapp/ajax/settings.jsp
+++ b/juddi-gui/src/main/webapp/ajax/settings.jsp
@@ -2,6 +2,21 @@
     Document   : settings
     Created on : Apr 6, 2013, 9:45:02 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/subscription.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/subscription.jsp b/juddi-gui/src/main/webapp/ajax/subscription.jsp
index fdadcc6..3b710a4 100644
--- a/juddi-gui/src/main/webapp/ajax/subscription.jsp
+++ b/juddi-gui/src/main/webapp/ajax/subscription.jsp
@@ -2,6 +2,21 @@
     Document   : subscription
     Created on : Apr 21, 2013, 12:00:30 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/subscriptionFeed.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/subscriptionFeed.jsp b/juddi-gui/src/main/webapp/ajax/subscriptionFeed.jsp
index fdd8d1c..8eb7caa 100644
--- a/juddi-gui/src/main/webapp/ajax/subscriptionFeed.jsp
+++ b/juddi-gui/src/main/webapp/ajax/subscriptionFeed.jsp
@@ -2,6 +2,21 @@
     Document   : subscriptionFeed
     Created on : Apr 14, 2013, 7:56:16 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="java.util.Calendar"%>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[09/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/MapUDDIv2to3.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/MapUDDIv2to3.cs b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/MapUDDIv2to3.cs
index 6ae19d2..7229a3e 100644
--- a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/MapUDDIv2to3.cs
+++ b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/MapUDDIv2to3.cs
@@ -1,565 +1,584 @@
-using org.uddi.apiv3;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace org.apache.juddi.v3.client.mapping
-{
-    class MapUDDIv2to3
-    {
-        public static uddi.apiv3.bindingDetail MapBindingDetail(uddi.apiv2.bindingDetail bindingDetail)
-        {
-            if (bindingDetail == null) return null;
-            uddi.apiv3.bindingDetail r = new uddi.apiv3.bindingDetail();
-
-            r.bindingTemplate = MapBinding(bindingDetail.bindingTemplate);
-            r.truncated = bindingDetail.truncated == uddi.apiv2.truncated.@true;
-            r.truncatedSpecified = bindingDetail.truncatedSpecified;
-            return r;
-        }
-
-        public static uddi.apiv3.businessList MapBusinessList(uddi.apiv2.businessList businessList)
-        {
-            if (businessList == null) return null;
-            uddi.apiv3.businessList r = new uddi.apiv3.businessList();
-            r.truncated = (businessList.truncated != null && businessList.truncated == uddi.apiv2.truncated.@true);
-            r.truncatedSpecified = businessList.truncatedSpecified;
-            r.listDescription = new uddi.apiv3.listDescription();
-
-            r.businessInfos = MapBusinessInfo(businessList.businessInfos);
-            return r;
-        }
-
-        public static uddi.apiv3.businessInfo[] MapBusinessInfo(uddi.apiv2.businessInfo[] businessInfo)
-        {
-            if (businessInfo == null)
-                return null;
-            List<uddi.apiv3.businessInfo> r = new List<uddi.apiv3.businessInfo>();
-            for (int i = 0; i < businessInfo.Length; i++)
-            {
-                uddi.apiv3.businessInfo x = new uddi.apiv3.businessInfo();
-                x.businessKey = businessInfo[i].businessKey;
-                x.description = MapDescription(businessInfo[i].description);
-                x.name = MapNames(businessInfo[i].name);
-                x.serviceInfos = MapServiceInfos(businessInfo[i].serviceInfos);
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static uddi.apiv3.serviceInfo[] MapServiceInfos(uddi.apiv2.serviceInfo[] serviceInfo)
-        {
-            if (serviceInfo == null) return null;
-            List<uddi.apiv3.serviceInfo> r = new List<uddi.apiv3.serviceInfo>();
-            for (int i = 0; i < serviceInfo.Length; i++)
-            {
-                uddi.apiv3.serviceInfo x = new uddi.apiv3.serviceInfo();
-                x.businessKey = serviceInfo[i].businessKey;
-                x.serviceKey = serviceInfo[i].serviceKey;
-                x.name = MapNames(serviceInfo[i].name);
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static uddi.apiv3.name[] MapNames(uddi.apiv2.name[] name)
-        {
-            if (name == null) return null;
-            List<uddi.apiv3.name> r = new List<uddi.apiv3.name>();
-            for (int i = 0; i < name.Length; i++)
-            {
-                uddi.apiv3.name x = new uddi.apiv3.name();
-                x.Value = name[i].Value;
-                x.lang = name[i].lang;
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static uddi.apiv3.description[] MapDescription(uddi.apiv2.description[] description)
-        {
-            if (description == null) return null;
-            List<uddi.apiv3.description> r = new List<uddi.apiv3.description>();
-            for (int i = 0; i < description.Length; i++)
-            {
-                uddi.apiv3.description x = new uddi.apiv3.description();
-                x.Value = description[i].Value;
-                x.lang = description[i].lang;
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static uddi.apiv3.assertionStatusItem[] MapAssertionStatusItems(uddi.apiv2.assertionStatusReport assertionStatusReport)
-        {
-            if (assertionStatusReport == null || assertionStatusReport.assertionStatusItem == null)
-                return null;
-            List<uddi.apiv3.assertionStatusItem> r = new List<uddi.apiv3.assertionStatusItem>();
-            for (int i = 0; i < assertionStatusReport.assertionStatusItem.Length; i++)
-            {
-                uddi.apiv3.assertionStatusItem x = new assertionStatusItem();
-                x.fromKey = assertionStatusReport.assertionStatusItem[i].fromKey;
-                x.toKey = assertionStatusReport.assertionStatusItem[i].toKey;
-                x.keysOwned = MapKeysOwned(assertionStatusReport.assertionStatusItem[i].keysOwned);
-                if (assertionStatusReport.assertionStatusItem[i].keyedReference != null)
-                {
-                    x.keyedReference = new keyedReference(assertionStatusReport.assertionStatusItem[i].keyedReference.tModelKey,
-                        assertionStatusReport.assertionStatusItem[i].keyedReference.keyName,
-                        assertionStatusReport.assertionStatusItem[i].keyedReference.keyValue);
-
-                }
-                switch (assertionStatusReport.assertionStatusItem[i].completionStatus.ToLower())
-                {
-                    case "status:complete":
-                        x.completionStatus = completionStatus.statuscomplete;
-                        break;
-                    case "status:toKey_incomplete":
-                        x.completionStatus = completionStatus.statustoKey_incomplete;
-                        break;
-                    case "status:fromKey_incomplete":
-                        x.completionStatus = completionStatus.statusfromKey_incomplete;
-                        break;
-                    default:
-                        x.completionStatus = completionStatus.statusboth_incomplete;
-                        break;
-                }
-                r.Add(x);
-
-            }
-            return r.ToArray();
-        }
-
-        private static keysOwned MapKeysOwned(uddi.apiv2.keysOwned keysOwned)
-        {
-            if (keysOwned == null) return null;
-            keysOwned r = new uddi.apiv3.keysOwned();
-            r.Items = new string[] { keysOwned.fromKey, keysOwned.toKey };
-            r.ItemsElementName = new ItemsChoiceType3[] { ItemsChoiceType3.fromKey, ItemsChoiceType3.toKey };
-            return r;
-        }
-
-        public static uddi.apiv3.publisherAssertion[] MapPublisherAssertions(uddi.apiv2.publisherAssertions publisherAssertions)
-        {
-            if (publisherAssertions == null) return null;
-            return MapPublisherAssertions(publisherAssertions.publisherAssertion);
-        }
-
-        public static uddi.apiv3.publisherAssertion[] MapPublisherAssertions(uddi.apiv2.publisherAssertion[] publisherAssertions)
-        {
-            if (publisherAssertions == null) return null;
-            List<uddi.apiv3.publisherAssertion> r = new List<publisherAssertion>();
-            for (int i = 0; i < publisherAssertions.Length; i++)
-            {
-                uddi.apiv3.publisherAssertion x = new publisherAssertion();
-                x.fromKey = publisherAssertions[i].fromKey;
-                x.toKey = publisherAssertions[i].toKey;
-                if (publisherAssertions[i].keyedReference != null)
-                    x.keyedReference = new keyedReference(publisherAssertions[i].keyedReference.tModelKey,
-                        publisherAssertions[i].keyedReference.keyName, publisherAssertions[i].keyedReference.keyValue);
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static uddi.apiv3.serviceList MapServiceList(uddi.apiv2.serviceList serviceList)
-        {
-            if (serviceList == null)
-                return null;
-            uddi.apiv3.serviceList r = new serviceList();
-            r.listDescription = new listDescription();
-            r.listDescription.actualCount = serviceList.serviceInfos.Length;
-            r.truncated = serviceList.truncated == uddi.apiv2.truncated.@true;
-            r.truncatedSpecified = serviceList.truncatedSpecified;
-            r.serviceInfos = MapServiceInfos(serviceList.serviceInfos);
-            return r;
-        }
-
-        public static uddi.apiv3.relatedBusinessesList MapRelatedBusinessList(uddi.apiv2.relatedBusinessesList relatedBusinessesList)
-        {
-            if (relatedBusinessesList == null)
-                return null;
-            uddi.apiv3.relatedBusinessesList r = new relatedBusinessesList();
-            r.businessKey = relatedBusinessesList.businessKey;
-            List<relatedBusinessInfo> x = new List<relatedBusinessInfo>();
-            for (int i = 0; i < relatedBusinessesList.relatedBusinessInfos.Length; i++)
-            {
-                relatedBusinessInfo s = new relatedBusinessInfo();
-                s.businessKey = relatedBusinessesList.relatedBusinessInfos[i].businessKey;
-                s.description = MapDescription(relatedBusinessesList.relatedBusinessInfos[i].description);
-                s.name = MapNames(relatedBusinessesList.relatedBusinessInfos[i].name);
-                s.sharedRelationships = MapSharedRelationships(relatedBusinessesList.relatedBusinessInfos[i].sharedRelationships);
-                x.Add(s);
-            }
-            r.relatedBusinessInfos = x.ToArray();
-            r.listDescription = new listDescription();
-
-            return r;
-        }
-
-        private static sharedRelationships[] MapSharedRelationships(uddi.apiv2.sharedRelationships[] sharedRelationships)
-        {
-            if (sharedRelationships == null) return null;
-            List<sharedRelationships> r = new List<sharedRelationships>();
-            for (int i = 0; i < sharedRelationships.Length; i++)
-            {
-                sharedRelationships x = new sharedRelationships();
-                switch (sharedRelationships[i].direction)
-                {
-                    case uddi.apiv2.direction.fromKey:
-                        x.direction = direction.fromKey;
-                        break;
-                    case uddi.apiv2.direction.toKey:
-                        x.direction = direction.toKey;
-                        break;
-                }
-                x.keyedReference = MapIdentifierBag(sharedRelationships[i].keyedReference);
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static uddi.apiv3.tModelList MapTModelList(uddi.apiv2.tModelList tModelList)
-        {
-            if (tModelList == null) return null;
-            uddi.apiv3.tModelList r = new tModelList();
-            List<tModelInfo> x = new List<tModelInfo>();
-            if (tModelList.tModelInfos != null)
-                for (int i = 0; i < tModelList.tModelInfos.Length; i++)
-                {
-                    tModelInfo s = new tModelInfo();
-                    s.tModelKey = tModelList.tModelInfos[i].tModelKey;
-                    if (tModelList.tModelInfos[i].name != null)
-                        s.name = new name(tModelList.tModelInfos[i].name.Value, tModelList.tModelInfos[i].name.lang);
-                    x.Add(s);
-                }
-            r.tModelInfos = x.ToArray();
-            r.listDescription = new listDescription();
-            r.listDescription.actualCount = r.tModelInfos.Length;
-            r.listDescription.includeCount = r.tModelInfos.Length;
-            r.truncated = tModelList.truncated == uddi.apiv2.truncated.@true;
-            r.truncatedSpecified = tModelList.truncatedSpecified;
-            return r;
-        }
-
-        public static uddi.apiv2.get_businessDetail MapGetBusinessDetail(uddi.apiv3.get_businessDetail get_businessDetail1)
-        {
-            if (get_businessDetail1 == null) return null;
-            uddi.apiv2.get_businessDetail r = new uddi.apiv2.get_businessDetail();
-
-            r.businessKey = get_businessDetail1.businessKey;
-            r.generic = MapUDDIv3to2.VERSION;
-            return r;
-        }
-
-        public static uddi.apiv3.businessDetail MapBusinessDetail(uddi.apiv2.businessDetail businessDetail)
-        {
-            if (businessDetail == null) return null;
-            uddi.apiv3.businessDetail r = new uddi.apiv3.businessDetail();
-            List<businessEntity> tx = new List<businessEntity>();
-            if (businessDetail.businessEntity != null)
-                for (int i = 0; i < businessDetail.businessEntity.Length; i++)
-                {
-                    tx.Add(MapBusinessEntity(businessDetail.businessEntity[i]));
-                }
-            r.businessEntity = tx.ToArray();
-            r.truncated = businessDetail.truncated == uddi.apiv2.truncated.@true;
-            r.truncatedSpecified = businessDetail.truncatedSpecified;
-            return r;
-        }
-
-        public static businessEntity MapBusinessEntity(uddi.apiv2.businessEntity businessEntity)
-        {
-            if (businessEntity == null) return null;
-            businessEntity be = new businessEntity();
-            be.businessKey = businessEntity.businessKey;
-            be.categoryBag = MapCategoryBag(businessEntity.categoryBag);
-            be.contacts = MapContacts(businessEntity.contacts);
-            be.description = MapDescription(businessEntity.description);
-            be.discoveryURLs = MapDiscoUrls(businessEntity.discoveryURLs);
-            be.name = MapNames(businessEntity.name);
-            be.identifierBag = MapIdentifierBag(businessEntity.identifierBag);
-            be.businessServices = MapBusinessServices(businessEntity.businessServices);
-            return be;
-        }
-
-        public static businessService[] MapBusinessServices(uddi.apiv2.businessService[] businessService)
-        {
-            if (businessService == null) return null;
-            List<businessService> r = new List<businessService>();
-            for (int i = 0; i < businessService.Length; i++)
-            {
-                businessService x = MapService(businessService[i]);
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static businessService MapService(uddi.apiv2.businessService businessService)
-        {
-            if (businessService == null) return null;
-            businessService r = new businessService();
-            r.bindingTemplates = MapBinding(businessService.bindingTemplates);
-            r.businessKey = businessService.businessKey;
-            r.categoryBag = MapCategoryBag(businessService.categoryBag);
-            r.description = MapDescription(businessService.description);
-            r.name = MapNames(businessService.name);
-            r.serviceKey = businessService.serviceKey;
-            return r;
-        }
-
-        public static bindingTemplate[] MapBinding(uddi.apiv2.bindingTemplate[] bindingTemplate)
-        {
-            if (bindingTemplate == null) return null;
-            List<bindingTemplate> r = new List<bindingTemplate>();
-            for (int i = 0; i < bindingTemplate.Length; i++)
-            {
-                r.Add(MapBindingTemplate(bindingTemplate[i]));
-            }
-            return r.ToArray();
-        }
-
-        public static bindingTemplate MapBindingTemplate(uddi.apiv2.bindingTemplate bindingTemplate)
-        {
-            if (bindingTemplate == null) return null;
-            bindingTemplate r = new bindingTemplate();
-            r.bindingKey = bindingTemplate.bindingKey;
-            r.description = MapDescription(bindingTemplate.description);
-            r.serviceKey = bindingTemplate.serviceKey;
-            if (bindingTemplate.Item is org.uddi.apiv2.accessPoint)
-            {
-                org.uddi.apiv2.accessPoint old = new uddi.apiv2.accessPoint();
-                accessPoint a = new accessPoint();
-                a.Value = old.Value;
-                a.useType = old.URLType.ToString();
-                r.Item = a;
-            }
-            r.tModelInstanceDetails = MapTmodelInstanceDetail(bindingTemplate.tModelInstanceDetails);
-            return r;
-        }
-
-        public static tModelInstanceInfo[] MapTmodelInstanceDetail(uddi.apiv2.tModelInstanceInfo[] tModelInstanceInfo)
-        {
-            if (tModelInstanceInfo == null) return null;
-            List<tModelInstanceInfo> r = new List<tModelInstanceInfo>();
-            for (int i = 0; i < tModelInstanceInfo.Length; i++)
-            {
-                tModelInstanceInfo x = new tModelInstanceInfo();
-                x.description = MapDescription(tModelInstanceInfo[i].description);
-                x.tModelKey = tModelInstanceInfo[i].tModelKey;
-                x.instanceDetails = MapInstanceDetails(tModelInstanceInfo[i].instanceDetails);
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static instanceDetails MapInstanceDetails(uddi.apiv2.instanceDetails instanceDetails)
-        {
-            if (instanceDetails == null) return null;
-            instanceDetails r = new instanceDetails();
-            r.description = MapDescription(instanceDetails.description);
-            r.instanceParms = instanceDetails.instanceParms;
-            r.Items = MapOverviewDoc(instanceDetails.overviewDoc);
-            return r;
-        }
-
-        public static overviewDoc[] MapOverviewDoc(uddi.apiv2.overviewDoc overviewDoc)
-        {
-
-            if (overviewDoc == null) return null;
-            overviewDoc x = new overviewDoc();
-            x.descriptions = MapDescription(overviewDoc.description);
-            x.overviewURLs = MapOverviewUrl(overviewDoc.overviewURL);
-            return new overviewDoc[] { x };
-        }
-
-        public static overviewURL[] MapOverviewUrl(string p)
-        {
-            if (p == null) return null;
-            overviewURL xx = new overviewURL();
-            xx.Value = p;
-            return new overviewURL[] { xx };
-        }
-
-        public static contact[] MapContacts(uddi.apiv2.contact[] contact)
-        {
-            if (contact == null) return null;
-            List<contact> r = new List<contact>();
-            for (int i = 0; i < contact.Length; i++)
-            {
-                contact x = new uddi.apiv3.contact();
-                x.personName = new personName[] { new personName(contact[i].personName, null) };
-                x.useType = contact[i].useType;
-                x.description = MapDescription(contact[i].description);
-                x.email = MapEmail(contact[i].email);
-                x.address = MapAddress(contact[i].address);
-                x.phone = MapPhone(contact[i].phone);
-                r.Add(x);
-            }
-
-            return r.ToArray();
-        }
-
-        public static phone[] MapPhone(uddi.apiv2.phone[] phone)
-        {
-            if (phone == null) return null;
-            List<phone> r = new List<phone>();
-            for (int i = 0; i < phone.Length; i++)
-            {
-                phone x = new phone();
-                x.Value = phone[i].Value;
-                x.useType = phone[i].useType;
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static address[] MapAddress(uddi.apiv2.address[] address)
-        {
-            if (address == null) return null;
-            List<address> r = new List<address>();
-            for (int i = 0; i < address.Length; i++)
-            {
-                address x = new address();
-                x.sortCode = address[i].sortCode;
-                x.tModelKey = address[i].tModelKey;
-                x.addressLine = MapAddressLine(address[i].addressLine);
-                x.useType = address[i].useType;
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static addressLine[] MapAddressLine(uddi.apiv2.addressLine[] addressLine)
-        {
-            if (addressLine == null) return null;
-            List<addressLine> r = new List<addressLine>();
-            for (int i = 0; i < addressLine.Length; i++)
-            {
-                addressLine x = new addressLine();
-                x.Value = addressLine[i].Value;
-                x.keyValue = addressLine[i].keyValue;
-                x.keyName = addressLine[i].keyName;
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static email[] MapEmail(uddi.apiv2.email[] email)
-        {
-            if (email == null) return null;
-            List<email> r = new List<email>();
-            for (int i = 0; i < email.Length; i++)
-            {
-                email x = new email();
-                x.Value = email[i].Value;
-                x.useType = email[i].useType;
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static discoveryURL[] MapDiscoUrls(uddi.apiv2.discoveryURL[] discoveryURL)
-        {
-            if (discoveryURL == null) return null;
-            List<discoveryURL> r = new List<discoveryURL>();
-            for (int i = 0; i < discoveryURL.Length; i++)
-            {
-                discoveryURL x = new discoveryURL();
-                x.Value = discoveryURL[i].Value;
-                x.useType = discoveryURL[i].useType;
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static keyedReference[] MapIdentifierBag(uddi.apiv2.keyedReference[] keyedReference)
-        {
-            if (keyedReference == null)
-                return null;
-            List<keyedReference> r = new List<keyedReference>();
-            for (int i = 0; i < keyedReference.Length; i++)
-            {
-                keyedReference x = new keyedReference();
-                x.tModelKey = keyedReference[i].tModelKey;
-                x.keyValue = keyedReference[i].keyValue;
-                x.keyName = keyedReference[i].keyName;
-                r.Add(x);
-            }
-            return r.ToArray();
-        }
-
-        public static categoryBag MapCategoryBag(uddi.apiv2.keyedReference[] keyedReference)
-        {
-            if (keyedReference == null || keyedReference.Length == 0)
-                return null;
-            categoryBag c = new categoryBag();
-            c.Items = MapIdentifierBag(keyedReference);
-            return c;
-        }
-
-        public static uddi.apiv3.serviceDetail MapServiceDetail(uddi.apiv2.serviceDetail serviceDetail)
-        {
-            if (serviceDetail == null) return null;
-            uddi.apiv3.serviceDetail r = new serviceDetail();
-            r.businessService = MapBusinessServices(serviceDetail.businessService);
-            r.truncated = serviceDetail.truncated == uddi.apiv2.truncated.@true;
-            r.truncatedSpecified = serviceDetail.truncatedSpecified;
-            return r;
-        }
-
-        public static uddi.apiv3.tModelDetail MapTModelDetail(uddi.apiv2.tModelDetail tModelDetail)
-        {
-            if (tModelDetail == null) return null;
-            uddi.apiv3.tModelDetail r = new tModelDetail();
-            r.truncated = tModelDetail.truncated == uddi.apiv2.truncated.@true;
-            r.truncatedSpecified = tModelDetail.truncatedSpecified;
-            r.tModel = MapTModels(tModelDetail.tModel);
-            return r;
-        }
-
-        public static tModel[] MapTModels(uddi.apiv2.tModel[] tModel)
-        {
-            if (tModel == null) return null;
-            List<tModel> r = new List<tModel>();
-            for (int i = 0; i < tModel.Length; i++)
-            {
-                tModel x = new tModel();
-                x.categoryBag = MapCategoryBag(tModel[i].categoryBag);
-                x.deleted = false;
-                x.description = MapDescription(tModel[i].description);
-                x.identifierBag = MapIdentifierBag(tModel[i].identifierBag);
-                x.name = new name(tModel[i].name.Value, tModel[i].name.lang);
-                x.tModelKey = tModel[i].tModelKey;
-                r.Add(x);
-            }
-
-            return r.ToArray();
-        }
-
-        public static registeredInfo MapRegisteredInfo(uddi.apiv2.registeredInfo registeredInfo)
-        {
-            if (registeredInfo == null) return null;
-            registeredInfo r = new registeredInfo();
-            r.businessInfos = MapBusinessInfo(registeredInfo.businessInfos);
-            r.truncated = registeredInfo.truncated == uddi.apiv2.truncated.@true;
-            r.truncatedSpecified = registeredInfo.truncatedSpecified;
-
-            List<tModelInfo> x = new List<tModelInfo>();
-            if (registeredInfo.tModelInfos != null)
-            {
-                for (int i = 0; i < registeredInfo.tModelInfos.Length; i++)
-                {
-                    tModelInfo t = new tModelInfo();
-                    t.tModelKey = registeredInfo.tModelInfos[i].tModelKey;
-                    if (registeredInfo.tModelInfos[i].name != null)
-                        t.name = new name(
-                            registeredInfo.tModelInfos[i].name.Value, registeredInfo.tModelInfos[i].name.lang);
-                    x.Add(t);
-                }
-            }
-            r.tModelInfos = x.ToArray();
-            return r;
-        }
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using org.uddi.apiv3;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace org.apache.juddi.v3.client.mapping
+{
+    class MapUDDIv2to3
+    {
+        public static uddi.apiv3.bindingDetail MapBindingDetail(uddi.apiv2.bindingDetail bindingDetail)
+        {
+            if (bindingDetail == null) return null;
+            uddi.apiv3.bindingDetail r = new uddi.apiv3.bindingDetail();
+
+            r.bindingTemplate = MapBinding(bindingDetail.bindingTemplate);
+            r.truncated = bindingDetail.truncated == uddi.apiv2.truncated.@true;
+            r.truncatedSpecified = bindingDetail.truncatedSpecified;
+            return r;
+        }
+
+        public static uddi.apiv3.businessList MapBusinessList(uddi.apiv2.businessList businessList)
+        {
+            if (businessList == null) return null;
+            uddi.apiv3.businessList r = new uddi.apiv3.businessList();
+            r.truncated = (businessList.truncated != null && businessList.truncated == uddi.apiv2.truncated.@true);
+            r.truncatedSpecified = businessList.truncatedSpecified;
+            r.listDescription = new uddi.apiv3.listDescription();
+
+            r.businessInfos = MapBusinessInfo(businessList.businessInfos);
+            return r;
+        }
+
+        public static uddi.apiv3.businessInfo[] MapBusinessInfo(uddi.apiv2.businessInfo[] businessInfo)
+        {
+            if (businessInfo == null)
+                return null;
+            List<uddi.apiv3.businessInfo> r = new List<uddi.apiv3.businessInfo>();
+            for (int i = 0; i < businessInfo.Length; i++)
+            {
+                uddi.apiv3.businessInfo x = new uddi.apiv3.businessInfo();
+                x.businessKey = businessInfo[i].businessKey;
+                x.description = MapDescription(businessInfo[i].description);
+                x.name = MapNames(businessInfo[i].name);
+                x.serviceInfos = MapServiceInfos(businessInfo[i].serviceInfos);
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static uddi.apiv3.serviceInfo[] MapServiceInfos(uddi.apiv2.serviceInfo[] serviceInfo)
+        {
+            if (serviceInfo == null) return null;
+            List<uddi.apiv3.serviceInfo> r = new List<uddi.apiv3.serviceInfo>();
+            for (int i = 0; i < serviceInfo.Length; i++)
+            {
+                uddi.apiv3.serviceInfo x = new uddi.apiv3.serviceInfo();
+                x.businessKey = serviceInfo[i].businessKey;
+                x.serviceKey = serviceInfo[i].serviceKey;
+                x.name = MapNames(serviceInfo[i].name);
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static uddi.apiv3.name[] MapNames(uddi.apiv2.name[] name)
+        {
+            if (name == null) return null;
+            List<uddi.apiv3.name> r = new List<uddi.apiv3.name>();
+            for (int i = 0; i < name.Length; i++)
+            {
+                uddi.apiv3.name x = new uddi.apiv3.name();
+                x.Value = name[i].Value;
+                x.lang = name[i].lang;
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static uddi.apiv3.description[] MapDescription(uddi.apiv2.description[] description)
+        {
+            if (description == null) return null;
+            List<uddi.apiv3.description> r = new List<uddi.apiv3.description>();
+            for (int i = 0; i < description.Length; i++)
+            {
+                uddi.apiv3.description x = new uddi.apiv3.description();
+                x.Value = description[i].Value;
+                x.lang = description[i].lang;
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static uddi.apiv3.assertionStatusItem[] MapAssertionStatusItems(uddi.apiv2.assertionStatusReport assertionStatusReport)
+        {
+            if (assertionStatusReport == null || assertionStatusReport.assertionStatusItem == null)
+                return null;
+            List<uddi.apiv3.assertionStatusItem> r = new List<uddi.apiv3.assertionStatusItem>();
+            for (int i = 0; i < assertionStatusReport.assertionStatusItem.Length; i++)
+            {
+                uddi.apiv3.assertionStatusItem x = new assertionStatusItem();
+                x.fromKey = assertionStatusReport.assertionStatusItem[i].fromKey;
+                x.toKey = assertionStatusReport.assertionStatusItem[i].toKey;
+                x.keysOwned = MapKeysOwned(assertionStatusReport.assertionStatusItem[i].keysOwned);
+                if (assertionStatusReport.assertionStatusItem[i].keyedReference != null)
+                {
+                    x.keyedReference = new keyedReference(assertionStatusReport.assertionStatusItem[i].keyedReference.tModelKey,
+                        assertionStatusReport.assertionStatusItem[i].keyedReference.keyName,
+                        assertionStatusReport.assertionStatusItem[i].keyedReference.keyValue);
+
+                }
+                switch (assertionStatusReport.assertionStatusItem[i].completionStatus.ToLower())
+                {
+                    case "status:complete":
+                        x.completionStatus = completionStatus.statuscomplete;
+                        break;
+                    case "status:toKey_incomplete":
+                        x.completionStatus = completionStatus.statustoKey_incomplete;
+                        break;
+                    case "status:fromKey_incomplete":
+                        x.completionStatus = completionStatus.statusfromKey_incomplete;
+                        break;
+                    default:
+                        x.completionStatus = completionStatus.statusboth_incomplete;
+                        break;
+                }
+                r.Add(x);
+
+            }
+            return r.ToArray();
+        }
+
+        private static keysOwned MapKeysOwned(uddi.apiv2.keysOwned keysOwned)
+        {
+            if (keysOwned == null) return null;
+            keysOwned r = new uddi.apiv3.keysOwned();
+            r.Items = new string[] { keysOwned.fromKey, keysOwned.toKey };
+            r.ItemsElementName = new ItemsChoiceType3[] { ItemsChoiceType3.fromKey, ItemsChoiceType3.toKey };
+            return r;
+        }
+
+        public static uddi.apiv3.publisherAssertion[] MapPublisherAssertions(uddi.apiv2.publisherAssertions publisherAssertions)
+        {
+            if (publisherAssertions == null) return null;
+            return MapPublisherAssertions(publisherAssertions.publisherAssertion);
+        }
+
+        public static uddi.apiv3.publisherAssertion[] MapPublisherAssertions(uddi.apiv2.publisherAssertion[] publisherAssertions)
+        {
+            if (publisherAssertions == null) return null;
+            List<uddi.apiv3.publisherAssertion> r = new List<publisherAssertion>();
+            for (int i = 0; i < publisherAssertions.Length; i++)
+            {
+                uddi.apiv3.publisherAssertion x = new publisherAssertion();
+                x.fromKey = publisherAssertions[i].fromKey;
+                x.toKey = publisherAssertions[i].toKey;
+                if (publisherAssertions[i].keyedReference != null)
+                    x.keyedReference = new keyedReference(publisherAssertions[i].keyedReference.tModelKey,
+                        publisherAssertions[i].keyedReference.keyName, publisherAssertions[i].keyedReference.keyValue);
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static uddi.apiv3.serviceList MapServiceList(uddi.apiv2.serviceList serviceList)
+        {
+            if (serviceList == null)
+                return null;
+            uddi.apiv3.serviceList r = new serviceList();
+            r.listDescription = new listDescription();
+            r.listDescription.actualCount = serviceList.serviceInfos.Length;
+            r.truncated = serviceList.truncated == uddi.apiv2.truncated.@true;
+            r.truncatedSpecified = serviceList.truncatedSpecified;
+            r.serviceInfos = MapServiceInfos(serviceList.serviceInfos);
+            return r;
+        }
+
+        public static uddi.apiv3.relatedBusinessesList MapRelatedBusinessList(uddi.apiv2.relatedBusinessesList relatedBusinessesList)
+        {
+            if (relatedBusinessesList == null)
+                return null;
+            uddi.apiv3.relatedBusinessesList r = new relatedBusinessesList();
+            r.businessKey = relatedBusinessesList.businessKey;
+            List<relatedBusinessInfo> x = new List<relatedBusinessInfo>();
+            for (int i = 0; i < relatedBusinessesList.relatedBusinessInfos.Length; i++)
+            {
+                relatedBusinessInfo s = new relatedBusinessInfo();
+                s.businessKey = relatedBusinessesList.relatedBusinessInfos[i].businessKey;
+                s.description = MapDescription(relatedBusinessesList.relatedBusinessInfos[i].description);
+                s.name = MapNames(relatedBusinessesList.relatedBusinessInfos[i].name);
+                s.sharedRelationships = MapSharedRelationships(relatedBusinessesList.relatedBusinessInfos[i].sharedRelationships);
+                x.Add(s);
+            }
+            r.relatedBusinessInfos = x.ToArray();
+            r.listDescription = new listDescription();
+
+            return r;
+        }
+
+        private static sharedRelationships[] MapSharedRelationships(uddi.apiv2.sharedRelationships[] sharedRelationships)
+        {
+            if (sharedRelationships == null) return null;
+            List<sharedRelationships> r = new List<sharedRelationships>();
+            for (int i = 0; i < sharedRelationships.Length; i++)
+            {
+                sharedRelationships x = new sharedRelationships();
+                switch (sharedRelationships[i].direction)
+                {
+                    case uddi.apiv2.direction.fromKey:
+                        x.direction = direction.fromKey;
+                        break;
+                    case uddi.apiv2.direction.toKey:
+                        x.direction = direction.toKey;
+                        break;
+                }
+                x.keyedReference = MapIdentifierBag(sharedRelationships[i].keyedReference);
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static uddi.apiv3.tModelList MapTModelList(uddi.apiv2.tModelList tModelList)
+        {
+            if (tModelList == null) return null;
+            uddi.apiv3.tModelList r = new tModelList();
+            List<tModelInfo> x = new List<tModelInfo>();
+            if (tModelList.tModelInfos != null)
+                for (int i = 0; i < tModelList.tModelInfos.Length; i++)
+                {
+                    tModelInfo s = new tModelInfo();
+                    s.tModelKey = tModelList.tModelInfos[i].tModelKey;
+                    if (tModelList.tModelInfos[i].name != null)
+                        s.name = new name(tModelList.tModelInfos[i].name.Value, tModelList.tModelInfos[i].name.lang);
+                    x.Add(s);
+                }
+            r.tModelInfos = x.ToArray();
+            r.listDescription = new listDescription();
+            r.listDescription.actualCount = r.tModelInfos.Length;
+            r.listDescription.includeCount = r.tModelInfos.Length;
+            r.truncated = tModelList.truncated == uddi.apiv2.truncated.@true;
+            r.truncatedSpecified = tModelList.truncatedSpecified;
+            return r;
+        }
+
+        public static uddi.apiv2.get_businessDetail MapGetBusinessDetail(uddi.apiv3.get_businessDetail get_businessDetail1)
+        {
+            if (get_businessDetail1 == null) return null;
+            uddi.apiv2.get_businessDetail r = new uddi.apiv2.get_businessDetail();
+
+            r.businessKey = get_businessDetail1.businessKey;
+            r.generic = MapUDDIv3to2.VERSION;
+            return r;
+        }
+
+        public static uddi.apiv3.businessDetail MapBusinessDetail(uddi.apiv2.businessDetail businessDetail)
+        {
+            if (businessDetail == null) return null;
+            uddi.apiv3.businessDetail r = new uddi.apiv3.businessDetail();
+            List<businessEntity> tx = new List<businessEntity>();
+            if (businessDetail.businessEntity != null)
+                for (int i = 0; i < businessDetail.businessEntity.Length; i++)
+                {
+                    tx.Add(MapBusinessEntity(businessDetail.businessEntity[i]));
+                }
+            r.businessEntity = tx.ToArray();
+            r.truncated = businessDetail.truncated == uddi.apiv2.truncated.@true;
+            r.truncatedSpecified = businessDetail.truncatedSpecified;
+            return r;
+        }
+
+        public static businessEntity MapBusinessEntity(uddi.apiv2.businessEntity businessEntity)
+        {
+            if (businessEntity == null) return null;
+            businessEntity be = new businessEntity();
+            be.businessKey = businessEntity.businessKey;
+            be.categoryBag = MapCategoryBag(businessEntity.categoryBag);
+            be.contacts = MapContacts(businessEntity.contacts);
+            be.description = MapDescription(businessEntity.description);
+            be.discoveryURLs = MapDiscoUrls(businessEntity.discoveryURLs);
+            be.name = MapNames(businessEntity.name);
+            be.identifierBag = MapIdentifierBag(businessEntity.identifierBag);
+            be.businessServices = MapBusinessServices(businessEntity.businessServices);
+            return be;
+        }
+
+        public static businessService[] MapBusinessServices(uddi.apiv2.businessService[] businessService)
+        {
+            if (businessService == null) return null;
+            List<businessService> r = new List<businessService>();
+            for (int i = 0; i < businessService.Length; i++)
+            {
+                businessService x = MapService(businessService[i]);
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static businessService MapService(uddi.apiv2.businessService businessService)
+        {
+            if (businessService == null) return null;
+            businessService r = new businessService();
+            r.bindingTemplates = MapBinding(businessService.bindingTemplates);
+            r.businessKey = businessService.businessKey;
+            r.categoryBag = MapCategoryBag(businessService.categoryBag);
+            r.description = MapDescription(businessService.description);
+            r.name = MapNames(businessService.name);
+            r.serviceKey = businessService.serviceKey;
+            return r;
+        }
+
+        public static bindingTemplate[] MapBinding(uddi.apiv2.bindingTemplate[] bindingTemplate)
+        {
+            if (bindingTemplate == null) return null;
+            List<bindingTemplate> r = new List<bindingTemplate>();
+            for (int i = 0; i < bindingTemplate.Length; i++)
+            {
+                r.Add(MapBindingTemplate(bindingTemplate[i]));
+            }
+            return r.ToArray();
+        }
+
+        public static bindingTemplate MapBindingTemplate(uddi.apiv2.bindingTemplate bindingTemplate)
+        {
+            if (bindingTemplate == null) return null;
+            bindingTemplate r = new bindingTemplate();
+            r.bindingKey = bindingTemplate.bindingKey;
+            r.description = MapDescription(bindingTemplate.description);
+            r.serviceKey = bindingTemplate.serviceKey;
+            if (bindingTemplate.Item is org.uddi.apiv2.accessPoint)
+            {
+                org.uddi.apiv2.accessPoint old = new uddi.apiv2.accessPoint();
+                accessPoint a = new accessPoint();
+                a.Value = old.Value;
+                a.useType = old.URLType.ToString();
+                r.Item = a;
+            }
+            r.tModelInstanceDetails = MapTmodelInstanceDetail(bindingTemplate.tModelInstanceDetails);
+            return r;
+        }
+
+        public static tModelInstanceInfo[] MapTmodelInstanceDetail(uddi.apiv2.tModelInstanceInfo[] tModelInstanceInfo)
+        {
+            if (tModelInstanceInfo == null) return null;
+            List<tModelInstanceInfo> r = new List<tModelInstanceInfo>();
+            for (int i = 0; i < tModelInstanceInfo.Length; i++)
+            {
+                tModelInstanceInfo x = new tModelInstanceInfo();
+                x.description = MapDescription(tModelInstanceInfo[i].description);
+                x.tModelKey = tModelInstanceInfo[i].tModelKey;
+                x.instanceDetails = MapInstanceDetails(tModelInstanceInfo[i].instanceDetails);
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static instanceDetails MapInstanceDetails(uddi.apiv2.instanceDetails instanceDetails)
+        {
+            if (instanceDetails == null) return null;
+            instanceDetails r = new instanceDetails();
+            r.description = MapDescription(instanceDetails.description);
+            r.instanceParms = instanceDetails.instanceParms;
+            r.Items = MapOverviewDoc(instanceDetails.overviewDoc);
+            return r;
+        }
+
+        public static overviewDoc[] MapOverviewDoc(uddi.apiv2.overviewDoc overviewDoc)
+        {
+
+            if (overviewDoc == null) return null;
+            overviewDoc x = new overviewDoc();
+            x.descriptions = MapDescription(overviewDoc.description);
+            x.overviewURLs = MapOverviewUrl(overviewDoc.overviewURL);
+            return new overviewDoc[] { x };
+        }
+
+        public static overviewURL[] MapOverviewUrl(string p)
+        {
+            if (p == null) return null;
+            overviewURL xx = new overviewURL();
+            xx.Value = p;
+            return new overviewURL[] { xx };
+        }
+
+        public static contact[] MapContacts(uddi.apiv2.contact[] contact)
+        {
+            if (contact == null) return null;
+            List<contact> r = new List<contact>();
+            for (int i = 0; i < contact.Length; i++)
+            {
+                contact x = new uddi.apiv3.contact();
+                x.personName = new personName[] { new personName(contact[i].personName, null) };
+                x.useType = contact[i].useType;
+                x.description = MapDescription(contact[i].description);
+                x.email = MapEmail(contact[i].email);
+                x.address = MapAddress(contact[i].address);
+                x.phone = MapPhone(contact[i].phone);
+                r.Add(x);
+            }
+
+            return r.ToArray();
+        }
+
+        public static phone[] MapPhone(uddi.apiv2.phone[] phone)
+        {
+            if (phone == null) return null;
+            List<phone> r = new List<phone>();
+            for (int i = 0; i < phone.Length; i++)
+            {
+                phone x = new phone();
+                x.Value = phone[i].Value;
+                x.useType = phone[i].useType;
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static address[] MapAddress(uddi.apiv2.address[] address)
+        {
+            if (address == null) return null;
+            List<address> r = new List<address>();
+            for (int i = 0; i < address.Length; i++)
+            {
+                address x = new address();
+                x.sortCode = address[i].sortCode;
+                x.tModelKey = address[i].tModelKey;
+                x.addressLine = MapAddressLine(address[i].addressLine);
+                x.useType = address[i].useType;
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static addressLine[] MapAddressLine(uddi.apiv2.addressLine[] addressLine)
+        {
+            if (addressLine == null) return null;
+            List<addressLine> r = new List<addressLine>();
+            for (int i = 0; i < addressLine.Length; i++)
+            {
+                addressLine x = new addressLine();
+                x.Value = addressLine[i].Value;
+                x.keyValue = addressLine[i].keyValue;
+                x.keyName = addressLine[i].keyName;
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static email[] MapEmail(uddi.apiv2.email[] email)
+        {
+            if (email == null) return null;
+            List<email> r = new List<email>();
+            for (int i = 0; i < email.Length; i++)
+            {
+                email x = new email();
+                x.Value = email[i].Value;
+                x.useType = email[i].useType;
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static discoveryURL[] MapDiscoUrls(uddi.apiv2.discoveryURL[] discoveryURL)
+        {
+            if (discoveryURL == null) return null;
+            List<discoveryURL> r = new List<discoveryURL>();
+            for (int i = 0; i < discoveryURL.Length; i++)
+            {
+                discoveryURL x = new discoveryURL();
+                x.Value = discoveryURL[i].Value;
+                x.useType = discoveryURL[i].useType;
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static keyedReference[] MapIdentifierBag(uddi.apiv2.keyedReference[] keyedReference)
+        {
+            if (keyedReference == null)
+                return null;
+            List<keyedReference> r = new List<keyedReference>();
+            for (int i = 0; i < keyedReference.Length; i++)
+            {
+                keyedReference x = new keyedReference();
+                x.tModelKey = keyedReference[i].tModelKey;
+                x.keyValue = keyedReference[i].keyValue;
+                x.keyName = keyedReference[i].keyName;
+                r.Add(x);
+            }
+            return r.ToArray();
+        }
+
+        public static categoryBag MapCategoryBag(uddi.apiv2.keyedReference[] keyedReference)
+        {
+            if (keyedReference == null || keyedReference.Length == 0)
+                return null;
+            categoryBag c = new categoryBag();
+            c.Items = MapIdentifierBag(keyedReference);
+            return c;
+        }
+
+        public static uddi.apiv3.serviceDetail MapServiceDetail(uddi.apiv2.serviceDetail serviceDetail)
+        {
+            if (serviceDetail == null) return null;
+            uddi.apiv3.serviceDetail r = new serviceDetail();
+            r.businessService = MapBusinessServices(serviceDetail.businessService);
+            r.truncated = serviceDetail.truncated == uddi.apiv2.truncated.@true;
+            r.truncatedSpecified = serviceDetail.truncatedSpecified;
+            return r;
+        }
+
+        public static uddi.apiv3.tModelDetail MapTModelDetail(uddi.apiv2.tModelDetail tModelDetail)
+        {
+            if (tModelDetail == null) return null;
+            uddi.apiv3.tModelDetail r = new tModelDetail();
+            r.truncated = tModelDetail.truncated == uddi.apiv2.truncated.@true;
+            r.truncatedSpecified = tModelDetail.truncatedSpecified;
+            r.tModel = MapTModels(tModelDetail.tModel);
+            return r;
+        }
+
+        public static tModel[] MapTModels(uddi.apiv2.tModel[] tModel)
+        {
+            if (tModel == null) return null;
+            List<tModel> r = new List<tModel>();
+            for (int i = 0; i < tModel.Length; i++)
+            {
+                tModel x = new tModel();
+                x.categoryBag = MapCategoryBag(tModel[i].categoryBag);
+                x.deleted = false;
+                x.description = MapDescription(tModel[i].description);
+                x.identifierBag = MapIdentifierBag(tModel[i].identifierBag);
+                x.name = new name(tModel[i].name.Value, tModel[i].name.lang);
+                x.tModelKey = tModel[i].tModelKey;
+                r.Add(x);
+            }
+
+            return r.ToArray();
+        }
+
+        public static registeredInfo MapRegisteredInfo(uddi.apiv2.registeredInfo registeredInfo)
+        {
+            if (registeredInfo == null) return null;
+            registeredInfo r = new registeredInfo();
+            r.businessInfos = MapBusinessInfo(registeredInfo.businessInfos);
+            r.truncated = registeredInfo.truncated == uddi.apiv2.truncated.@true;
+            r.truncatedSpecified = registeredInfo.truncatedSpecified;
+
+            List<tModelInfo> x = new List<tModelInfo>();
+            if (registeredInfo.tModelInfos != null)
+            {
+                for (int i = 0; i < registeredInfo.tModelInfos.Length; i++)
+                {
+                    tModelInfo t = new tModelInfo();
+                    t.tModelKey = registeredInfo.tModelInfos[i].tModelKey;
+                    if (registeredInfo.tModelInfos[i].name != null)
+                        t.name = new name(
+                            registeredInfo.tModelInfos[i].name.Value, registeredInfo.tModelInfos[i].name.lang);
+                    x.Add(t);
+                }
+            }
+            r.tModelInfos = x.ToArray();
+            return r;
+        }
+    }
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[11/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/bindings/events.cs
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/bindings/events.cs b/juddi-client.net/juddi-client.net/bindings/events.cs
index 756523a..1266fab 100644
--- a/juddi-client.net/juddi-client.net/bindings/events.cs
+++ b/juddi-client.net/juddi-client.net/bindings/events.cs
@@ -1,926 +1,945 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-namespace org.uddi.apiv3
-{
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void find_bindingCompletedEventHandler(object sender, find_bindingCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class find_bindingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal find_bindingCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public bindingDetail Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((bindingDetail)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void find_businessCompletedEventHandler(object sender, find_businessCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class find_businessCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal find_businessCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public businessList Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((businessList)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void find_relatedBusinessesCompletedEventHandler(object sender, find_relatedBusinessesCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class find_relatedBusinessesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal find_relatedBusinessesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public relatedBusinessesList Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((relatedBusinessesList)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void find_serviceCompletedEventHandler(object sender, find_serviceCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class find_serviceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal find_serviceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public serviceList Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((serviceList)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void find_tModelCompletedEventHandler(object sender, find_tModelCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class find_tModelCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal find_tModelCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public tModelList Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((tModelList)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_bindingDetailCompletedEventHandler(object sender, get_bindingDetailCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_bindingDetailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_bindingDetailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public bindingDetail Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((bindingDetail)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_businessDetailCompletedEventHandler(object sender, get_businessDetailCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_businessDetailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_businessDetailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public businessDetail Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((businessDetail)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_operationalInfoCompletedEventHandler(object sender, get_operationalInfoCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_operationalInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_operationalInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public operationalInfos Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((operationalInfos)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_serviceDetailCompletedEventHandler(object sender, get_serviceDetailCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_serviceDetailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_serviceDetailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public serviceDetail Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((serviceDetail)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_tModelDetailCompletedEventHandler(object sender, get_tModelDetailCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_tModelDetailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_tModelDetailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public tModelDetail Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((tModelDetail)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void add_publisherAssertionsCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void delete_bindingCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void delete_businessCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void delete_publisherAssertionsCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void delete_serviceCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void delete_tModelCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_assertionStatusReportCompletedEventHandler(object sender, get_assertionStatusReportCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_assertionStatusReportCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_assertionStatusReportCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public assertionStatusItem[] Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((assertionStatusItem[])(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_publisherAssertionsCompletedEventHandler(object sender, get_publisherAssertionsCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_publisherAssertionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_publisherAssertionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public publisherAssertion[] Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((publisherAssertion[])(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_registeredInfoCompletedEventHandler(object sender, get_registeredInfoCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_registeredInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_registeredInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public registeredInfo Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((registeredInfo)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void save_bindingCompletedEventHandler(object sender, save_bindingCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class save_bindingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal save_bindingCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public bindingDetail Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((bindingDetail)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void save_businessCompletedEventHandler(object sender, save_businessCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class save_businessCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal save_businessCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public businessDetail Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((businessDetail)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void save_serviceCompletedEventHandler(object sender, save_serviceCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class save_serviceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal save_serviceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public serviceDetail Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((serviceDetail)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void save_tModelCompletedEventHandler(object sender, save_tModelCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class save_tModelCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal save_tModelCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public tModelDetail Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((tModelDetail)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void set_publisherAssertionsCompletedEventHandler(object sender, set_publisherAssertionsCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class set_publisherAssertionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal set_publisherAssertionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public publisherAssertion[] Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((publisherAssertion[])(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void discard_authTokenCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_authTokenCompletedEventHandler(object sender, get_authTokenCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_authTokenCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_authTokenCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public authToken Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((authToken)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void discard_transferTokenCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_transferTokenCompletedEventHandler(object sender, get_transferTokenCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_transferTokenCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_transferTokenCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public transferToken Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((transferToken)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void transfer_entitiesCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_changeRecordsCompletedEventHandler(object sender, get_changeRecordsCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_changeRecordsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_changeRecordsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public changeRecord[] Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((changeRecord[])(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void notify_changeRecordsAvailableCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void do_pingCompletedEventHandler(object sender, do_pingCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class do_pingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal do_pingCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public string Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((string)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_highWaterMarksCompletedEventHandler(object sender, get_highWaterMarksCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_highWaterMarksCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_highWaterMarksCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public changeRecordID_type[] Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((changeRecordID_type[])(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void transfer_custodyCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void delete_subscriptionCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_subscriptionResultsCompletedEventHandler(object sender, get_subscriptionResultsCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_subscriptionResultsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_subscriptionResultsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public subscriptionResultsList Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((subscriptionResultsList)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_subscriptionsCompletedEventHandler(object sender, get_subscriptionsCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_subscriptionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_subscriptionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public subscription[] Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((subscription[])(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void save_subscriptionCompletedEventHandler(object sender, save_subscriptionCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class save_subscriptionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal save_subscriptionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public subscription[] Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((subscription[])(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void notify_subscriptionListenerCompletedEventHandler(object sender, notify_subscriptionListenerCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class notify_subscriptionListenerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal notify_subscriptionListenerCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public dispositionReport Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((dispositionReport)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void validate_valuesCompletedEventHandler(object sender, validate_valuesCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class validate_valuesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal validate_valuesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public dispositionReport Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((dispositionReport)(this.results[0]));
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    public delegate void get_allValidValuesCompletedEventHandler(object sender, get_allValidValuesCompletedEventArgs e);
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_allValidValuesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
-    {
-
-        private object[] results;
-
-        internal get_allValidValuesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
-            base(exception, cancelled, userState)
-        {
-            this.results = results;
-        }
-
-        /// <remarks/>
-        public validValuesList Result
-        {
-            get
-            {
-                this.RaiseExceptionIfNecessary();
-                return ((validValuesList)(this.results[0]));
-            }
-        }
-    }
-
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace org.uddi.apiv3
+{
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void find_bindingCompletedEventHandler(object sender, find_bindingCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class find_bindingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal find_bindingCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public bindingDetail Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((bindingDetail)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void find_businessCompletedEventHandler(object sender, find_businessCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class find_businessCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal find_businessCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public businessList Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((businessList)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void find_relatedBusinessesCompletedEventHandler(object sender, find_relatedBusinessesCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class find_relatedBusinessesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal find_relatedBusinessesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public relatedBusinessesList Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((relatedBusinessesList)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void find_serviceCompletedEventHandler(object sender, find_serviceCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class find_serviceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal find_serviceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public serviceList Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((serviceList)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void find_tModelCompletedEventHandler(object sender, find_tModelCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class find_tModelCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal find_tModelCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public tModelList Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((tModelList)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_bindingDetailCompletedEventHandler(object sender, get_bindingDetailCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_bindingDetailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_bindingDetailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public bindingDetail Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((bindingDetail)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_businessDetailCompletedEventHandler(object sender, get_businessDetailCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_businessDetailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_businessDetailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public businessDetail Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((businessDetail)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_operationalInfoCompletedEventHandler(object sender, get_operationalInfoCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_operationalInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_operationalInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public operationalInfos Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((operationalInfos)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_serviceDetailCompletedEventHandler(object sender, get_serviceDetailCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_serviceDetailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_serviceDetailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public serviceDetail Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((serviceDetail)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_tModelDetailCompletedEventHandler(object sender, get_tModelDetailCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_tModelDetailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_tModelDetailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public tModelDetail Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((tModelDetail)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void add_publisherAssertionsCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void delete_bindingCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void delete_businessCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void delete_publisherAssertionsCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void delete_serviceCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void delete_tModelCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_assertionStatusReportCompletedEventHandler(object sender, get_assertionStatusReportCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_assertionStatusReportCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_assertionStatusReportCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public assertionStatusItem[] Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((assertionStatusItem[])(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_publisherAssertionsCompletedEventHandler(object sender, get_publisherAssertionsCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_publisherAssertionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_publisherAssertionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public publisherAssertion[] Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((publisherAssertion[])(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_registeredInfoCompletedEventHandler(object sender, get_registeredInfoCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_registeredInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_registeredInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public registeredInfo Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((registeredInfo)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void save_bindingCompletedEventHandler(object sender, save_bindingCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class save_bindingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal save_bindingCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public bindingDetail Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((bindingDetail)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void save_businessCompletedEventHandler(object sender, save_businessCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class save_businessCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal save_businessCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public businessDetail Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((businessDetail)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void save_serviceCompletedEventHandler(object sender, save_serviceCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class save_serviceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal save_serviceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public serviceDetail Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((serviceDetail)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void save_tModelCompletedEventHandler(object sender, save_tModelCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class save_tModelCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal save_tModelCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public tModelDetail Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((tModelDetail)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void set_publisherAssertionsCompletedEventHandler(object sender, set_publisherAssertionsCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class set_publisherAssertionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal set_publisherAssertionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public publisherAssertion[] Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((publisherAssertion[])(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void discard_authTokenCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_authTokenCompletedEventHandler(object sender, get_authTokenCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_authTokenCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_authTokenCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public authToken Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((authToken)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void discard_transferTokenCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_transferTokenCompletedEventHandler(object sender, get_transferTokenCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_transferTokenCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_transferTokenCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public transferToken Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((transferToken)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void transfer_entitiesCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_changeRecordsCompletedEventHandler(object sender, get_changeRecordsCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_changeRecordsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_changeRecordsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public changeRecord[] Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((changeRecord[])(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void notify_changeRecordsAvailableCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void do_pingCompletedEventHandler(object sender, do_pingCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class do_pingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal do_pingCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public string Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((string)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_highWaterMarksCompletedEventHandler(object sender, get_highWaterMarksCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_highWaterMarksCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_highWaterMarksCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public changeRecordID_type[] Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((changeRecordID_type[])(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void transfer_custodyCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void delete_subscriptionCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_subscriptionResultsCompletedEventHandler(object sender, get_subscriptionResultsCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_subscriptionResultsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_subscriptionResultsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public subscriptionResultsList Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((subscriptionResultsList)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_subscriptionsCompletedEventHandler(object sender, get_subscriptionsCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_subscriptionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_subscriptionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public subscription[] Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((subscription[])(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void save_subscriptionCompletedEventHandler(object sender, save_subscriptionCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class save_subscriptionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal save_subscriptionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public subscription[] Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((subscription[])(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void notify_subscriptionListenerCompletedEventHandler(object sender, notify_subscriptionListenerCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class notify_subscriptionListenerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal notify_subscriptionListenerCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public dispositionReport Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((dispositionReport)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void validate_valuesCompletedEventHandler(object sender, validate_valuesCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class validate_valuesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal validate_valuesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public dispositionReport Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((dispositionReport)(this.results[0]));
+            }
+        }
+    }
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    public delegate void get_allValidValuesCompletedEventHandler(object sender, get_allValidValuesCompletedEventArgs e);
+
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_allValidValuesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+    {
+
+        private object[] results;
+
+        internal get_allValidValuesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+        {
+            this.results = results;
+        }
+
+        /// <remarks/>
+        public validValuesList Result
+        {
+            get
+            {
+                this.RaiseExceptionIfNecessary();
+                return ((validValuesList)(this.results[0]));
+            }
+        }
+    }
+
+}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-client.net/juddi-client.net/juddi-client.net-mono.csproj
----------------------------------------------------------------------
diff --git a/juddi-client.net/juddi-client.net/juddi-client.net-mono.csproj b/juddi-client.net/juddi-client.net/juddi-client.net-mono.csproj
index 2a02703..209c74b 100644
--- a/juddi-client.net/juddi-client.net/juddi-client.net-mono.csproj
+++ b/juddi-client.net/juddi-client.net/juddi-client.net-mono.csproj
@@ -1,122 +1,142 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>org.apache.juddi.client</RootNamespace>
-    <AssemblyName>juddi-dotnet-client</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-    <RunCodeAnalysis>true</RunCodeAnalysis>
-    <DocumentationFile>bin\Debug\juddi-dotnet-client.XML</DocumentationFile>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.configuration" />
-    <Reference Include="System.Runtime.Serialization" />
-    <Reference Include="System.Security" />
-    <Reference Include="System.ServiceModel" />
-    <Reference Include="System.Web.Services" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="bindings\datamodel-mono.cs" />
-    <Compile Include="bindings\events.cs" />
-    <Compile Include="bindings\ext.cs" />
-    <Compile Include="bindings\JUDDIApiService.cs" />
-    <Compile Include="org.apache.juddi.jaxb\PrintJUDDI.cs" />
-    <Compile Include="org.apache.juddi.jaxb\PrintUDDI.cs" />
-    <Compile Include="org.apache.juddi.v3.client.annotations\AnnotationProcessor.cs" />
-    <Compile Include="org.apache.juddi.v3.client.annotations\UDDIService.cs" />
-    <Compile Include="org.apache.juddi.v3.client.annotations\UDDIServiceBinding.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\BackgroundRegistration.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\ClientConfig.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\Properties.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\Property.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\TokenResolver.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\uddi-client-ext.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\uddi-client.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\UDDIClerk.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\UDDIKeyConvention.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\UDDINode.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\XmlConfiguration.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\XRegistration.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\AES128Cryptor.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\AES256Cryptor.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\AESCryptor.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\Cryptor.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\CryptorFactory.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\DigSigUtil.cs" />
-    <Compile Include="org.apache.juddi.v3.client.cryptor\TripleDESCryptor.cs" />
-    <Compile Include="org.apache.juddi.v3.client.ext.wsdm\WSDMQosConstants.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\easyWsdl.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\ServiceRegistrationResponse.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\URLLocalizer.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\wadl.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\WADL2UDDI.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\wsdl.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\WSDL2UDDI.cs" />
-    <Compile Include="org.apache.juddi.v3.client.mapping\XMLSchema.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\ISubscriptionCallback.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\RegistrationAbortedException.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\ServiceAlreadyStartedException.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\SubscriptionCallbackListener.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\UDDISubscriptionListenerService.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\UnableToSignException.cs" />
-    <Compile Include="org.apache.juddi.v3.client.subscription\UnexpectedResponseException.cs" />
-    <Compile Include="org.apache.juddi.v3.client.transport\AspNetTransport.cs" />
-    <Compile Include="org.apache.juddi.v3.client.util\TModelInstanceDetailsComparator.cs" />
-    <Compile Include="org.apache.juddi.v3.client\ConsoleLogger.cs" />
-    <Compile Include="org.apache.juddi.v3.client\EventLogger.cs" />
-    <Compile Include="org.apache.juddi.v3.client\FileLogger.cs" />
-    <Compile Include="org.apache.juddi.v3.client\Log.cs" />
-    <Compile Include="org.apache.juddi.v3.client\LogFactory.cs" />
-    <Compile Include="org.apache.juddi.v3.client\LogLevel.cs" />
-    <Compile Include="org.apache.juddi.v3.client\Release.cs" />
-    <Compile Include="org.apache.juddi.v3.client.transport\Transport.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\UDDIClient.cs" />
-    <Compile Include="org.apache.juddi.v3.client.config\UDDIClientContainer.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="bindings\bindings.cs">
-      <SubType>Component</SubType>
-    </Compile>
-    <Compile Include="org.apache.juddi.v3.client\UDDIConstants.cs" />
-    <Compile Include="org.apache.juddi.v3.client\UDDIService.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <WCFMetadata Include="Service References\" />
-  </ItemGroup>
-  <ItemGroup />
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{C3D005CD-6C26-49FD-A4D8-08699B66AF6F}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>org.apache.juddi.client</RootNamespace>
+    <AssemblyName>juddi-dotnet-client</AssemblyName>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <RunCodeAnalysis>true</RunCodeAnalysis>
+    <DocumentationFile>bin\Debug\juddi-dotnet-client.XML</DocumentationFile>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.configuration" />
+    <Reference Include="System.Runtime.Serialization" />
+    <Reference Include="System.Security" />
+    <Reference Include="System.ServiceModel" />
+    <Reference Include="System.Web.Services" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="bindings\datamodel-mono.cs" />
+    <Compile Include="bindings\events.cs" />
+    <Compile Include="bindings\ext.cs" />
+    <Compile Include="bindings\JUDDIApiService.cs" />
+    <Compile Include="org.apache.juddi.jaxb\PrintJUDDI.cs" />
+    <Compile Include="org.apache.juddi.jaxb\PrintUDDI.cs" />
+    <Compile Include="org.apache.juddi.v3.client.annotations\AnnotationProcessor.cs" />
+    <Compile Include="org.apache.juddi.v3.client.annotations\UDDIService.cs" />
+    <Compile Include="org.apache.juddi.v3.client.annotations\UDDIServiceBinding.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\BackgroundRegistration.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\ClientConfig.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\Properties.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\Property.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\TokenResolver.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\uddi-client-ext.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\uddi-client.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\UDDIClerk.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\UDDIKeyConvention.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\UDDINode.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\XmlConfiguration.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\XRegistration.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\AES128Cryptor.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\AES256Cryptor.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\AESCryptor.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\Cryptor.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\CryptorFactory.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\DigSigUtil.cs" />
+    <Compile Include="org.apache.juddi.v3.client.cryptor\TripleDESCryptor.cs" />
+    <Compile Include="org.apache.juddi.v3.client.ext.wsdm\WSDMQosConstants.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\easyWsdl.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\ServiceRegistrationResponse.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\URLLocalizer.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\wadl.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\WADL2UDDI.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\wsdl.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\WSDL2UDDI.cs" />
+    <Compile Include="org.apache.juddi.v3.client.mapping\XMLSchema.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\ISubscriptionCallback.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\RegistrationAbortedException.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\ServiceAlreadyStartedException.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\SubscriptionCallbackListener.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\UDDISubscriptionListenerService.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\UnableToSignException.cs" />
+    <Compile Include="org.apache.juddi.v3.client.subscription\UnexpectedResponseException.cs" />
+    <Compile Include="org.apache.juddi.v3.client.transport\AspNetTransport.cs" />
+    <Compile Include="org.apache.juddi.v3.client.util\TModelInstanceDetailsComparator.cs" />
+    <Compile Include="org.apache.juddi.v3.client\ConsoleLogger.cs" />
+    <Compile Include="org.apache.juddi.v3.client\EventLogger.cs" />
+    <Compile Include="org.apache.juddi.v3.client\FileLogger.cs" />
+    <Compile Include="org.apache.juddi.v3.client\Log.cs" />
+    <Compile Include="org.apache.juddi.v3.client\LogFactory.cs" />
+    <Compile Include="org.apache.juddi.v3.client\LogLevel.cs" />
+    <Compile Include="org.apache.juddi.v3.client\Release.cs" />
+    <Compile Include="org.apache.juddi.v3.client.transport\Transport.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\UDDIClient.cs" />
+    <Compile Include="org.apache.juddi.v3.client.config\UDDIClientContainer.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="bindings\bindings.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="org.apache.juddi.v3.client\UDDIConstants.cs" />
+    <Compile Include="org.apache.juddi.v3.client\UDDIService.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <WCFMetadata Include="Service References\" />
+  </ItemGroup>
+  <ItemGroup />
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[24/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/images/icon.svg
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/images/icon.svg b/docs/devguide/en-US/images/icon.svg
deleted file mode 100644
index c471a60..0000000
--- a/docs/devguide/en-US/images/icon.svg
+++ /dev/null
@@ -1,3936 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:ns="http://ns.adobe.com/AdobeSVGViewerExtensions/3/"
-   xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.0"
-   width="32"
-   height="32"
-   id="svg3017"
-   sodipodi:version="0.32"
-   inkscape:version="0.44+devel"
-   sodipodi:docname="book.svg"
-   sodipodi:docbase="/home/andy/Desktop">
-  <metadata
-     id="metadata489">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <sodipodi:namedview
-     inkscape:window-height="480"
-     inkscape:window-width="858"
-     inkscape:pageshadow="0"
-     inkscape:pageopacity="0.0"
-     guidetolerance="10.0"
-     gridtolerance="10.0"
-     objecttolerance="10.0"
-     borderopacity="1.0"
-     bordercolor="#666666"
-     pagecolor="#ffffff"
-     id="base"
-     inkscape:zoom="1"
-     inkscape:cx="16"
-     inkscape:cy="15.944056"
-     inkscape:window-x="0"
-     inkscape:window-y="33"
-     inkscape:current-layer="svg3017" />
-  <defs
-     id="defs3019">
-    <linearGradient
-       id="linearGradient2381">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="stop2383" />
-      <stop
-         style="stop-color:white;stop-opacity:0"
-         offset="1"
-         id="stop2385" />
-    </linearGradient>
-    <linearGradient
-       x1="415.73831"
-       y1="11.854"
-       x2="418.13361"
-       y2="18.8104"
-       id="XMLID_1758_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8362,0.5206,-1.1904,0.992,147.62,-30.9374)">
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="0"
-         id="stop3903" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="1"
-         id="stop3905" />
-      <a:midPointStop
-         style="stop-color:#CCCCCC"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#CCCCCC"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#F2F2F2"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="500.70749"
-       y1="-13.2441"
-       x2="513.46442"
-       y2="-2.1547"
-       id="XMLID_1757_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
-      <stop
-         style="stop-color:#5387ba;stop-opacity:1"
-         offset="0"
-         id="stop3890" />
-      <stop
-         style="stop-color:#96bad6;stop-opacity:1"
-         offset="1"
-         id="stop3892" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#96BAD6"
-         offset="1" />
-    </linearGradient>
-    <clipPath
-       id="XMLID_1755_">
-      <use
-         id="use3874"
-         x="0"
-         y="0"
-         width="744.09448"
-         height="600"
-         xlink:href="#XMLID_343_" />
-    </clipPath>
-    <linearGradient
-       x1="505.62939"
-       y1="-14.9526"
-       x2="527.49402"
-       y2="-0.7536"
-       id="XMLID_1756_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="0"
-         id="stop3877" />
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="0.51120001"
-         id="stop3879" />
-      <stop
-         style="stop-color:#5387ba;stop-opacity:1"
-         offset="0.64609998"
-         id="stop3881" />
-      <stop
-         style="stop-color:#16336e;stop-opacity:1"
-         offset="1"
-         id="stop3883" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5112" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.6461" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#16336E"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="471.0806"
-       y1="201.07761"
-       x2="481.91711"
-       y2="210.4977"
-       id="XMLID_1754_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#6498c1;stop-opacity:1"
-         offset="0.005618"
-         id="stop3863" />
-      <stop
-         style="stop-color:#79a9cc;stop-opacity:1"
-         offset="0.2332"
-         id="stop3865" />
-      <stop
-         style="stop-color:#a4cde2;stop-opacity:1"
-         offset="0.74049997"
-         id="stop3867" />
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="1"
-         id="stop3869" />
-      <a:midPointStop
-         style="stop-color:#6498C1"
-         offset="5.618000e-003" />
-      <a:midPointStop
-         style="stop-color:#6498C1"
-         offset="0.4438" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="516.57672"
-       y1="-15.769"
-       x2="516.57672"
-       y2="0.84280002"
-       id="XMLID_1753_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0"
-         id="stop3851" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="1"
-         id="stop3853" />
-      <a:midPointStop
-         style="stop-color:#B2B2B2"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#B2B2B2"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#F2F2F2"
-         offset="1" />
-    </linearGradient>
-    <clipPath
-       id="XMLID_1751_">
-      <use
-         id="use3837"
-         x="0"
-         y="0"
-         width="744.09448"
-         height="600"
-         xlink:href="#XMLID_338_" />
-    </clipPath>
-    <linearGradient
-       x1="506.09909"
-       y1="-11.5137"
-       x2="527.99609"
-       y2="2.7063999"
-       id="XMLID_1752_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="0"
-         id="stop3840" />
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="0.51120001"
-         id="stop3842" />
-      <stop
-         style="stop-color:#5387ba;stop-opacity:1"
-         offset="0.64609998"
-         id="stop3844" />
-      <stop
-         style="stop-color:#16336e;stop-opacity:1"
-         offset="1"
-         id="stop3846" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5112" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.6461" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#16336E"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="468.2915"
-       y1="204.7612"
-       x2="479.39871"
-       y2="214.4166"
-       id="XMLID_1750_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#5387ba;stop-opacity:1"
-         offset="0"
-         id="stop3830" />
-      <stop
-         style="stop-color:#96bad6;stop-opacity:1"
-         offset="1"
-         id="stop3832" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#96BAD6"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="502.70749"
-       y1="115.3013"
-       x2="516.39001"
-       y2="127.1953"
-       id="XMLID_1749_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.9703,0.2419,-0.2419,0.9703,11.0227,-35.6159)">
-      <stop
-         style="stop-color:#5387ba;stop-opacity:1"
-         offset="0"
-         id="stop3818" />
-      <stop
-         style="stop-color:#96bad6;stop-opacity:1"
-         offset="1"
-         id="stop3820" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#96BAD6"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="501.0903"
-       y1="-19.2544"
-       x2="531.85413"
-       y2="0.72390002"
-       id="XMLID_1748_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="0"
-         id="stop3803" />
-      <stop
-         style="stop-color:#b4daea;stop-opacity:1"
-         offset="0.51120001"
-         id="stop3805" />
-      <stop
-         style="stop-color:#5387ba;stop-opacity:1"
-         offset="0.64609998"
-         id="stop3807" />
-      <stop
-         style="stop-color:#16336e;stop-opacity:1"
-         offset="1"
-         id="stop3809" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5112" />
-      <a:midPointStop
-         style="stop-color:#B4DAEA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.6461" />
-      <a:midPointStop
-         style="stop-color:#5387BA"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#16336E"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="481.23969"
-       y1="212.5742"
-       x2="472.92981"
-       y2="207.4967"
-       id="XMLID_2275_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#f3403f;stop-opacity:1"
-         offset="0"
-         id="stop9947" />
-      <stop
-         style="stop-color:#d02a28;stop-opacity:1"
-         offset="0.37889999"
-         id="stop9949" />
-      <stop
-         style="stop-color:#b21714;stop-opacity:1"
-         offset="0.77649999"
-         id="stop9951" />
-      <stop
-         style="stop-color:#a6100c;stop-opacity:1"
-         offset="1"
-         id="stop9953" />
-      <a:midPointStop
-         style="stop-color:#F3403F"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#F3403F"
-         offset="0.4213" />
-      <a:midPointStop
-         style="stop-color:#A6100C"
-         offset="1" />
-    </linearGradient>
-    <clipPath
-       id="XMLID_2273_">
-      <use
-         id="use9933"
-         x="0"
-         y="0"
-         width="744.09448"
-         height="600"
-         xlink:href="#XMLID_960_" />
-    </clipPath>
-    <linearGradient
-       x1="473.7681"
-       y1="209.17529"
-       x2="486.98099"
-       y2="213.2001"
-       id="XMLID_2274_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#f3403f;stop-opacity:1"
-         offset="0"
-         id="stop9936" />
-      <stop
-         style="stop-color:#d02a28;stop-opacity:1"
-         offset="0.37889999"
-         id="stop9938" />
-      <stop
-         style="stop-color:#b21714;stop-opacity:1"
-         offset="0.77649999"
-         id="stop9940" />
-      <stop
-         style="stop-color:#a6100c;stop-opacity:1"
-         offset="1"
-         id="stop9942" />
-      <a:midPointStop
-         style="stop-color:#F3403F"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#F3403F"
-         offset="0.4213" />
-      <a:midPointStop
-         style="stop-color:#A6100C"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="478.21341"
-       y1="-131.9297"
-       x2="469.85818"
-       y2="-140.28481"
-       id="XMLID_2272_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.5592,0.829,-0.829,0.5592,101.3357,-104.791)">
-      <stop
-         style="stop-color:#f3403f;stop-opacity:1"
-         offset="0"
-         id="stop9917" />
-      <stop
-         style="stop-color:#d02a28;stop-opacity:1"
-         offset="0.37889999"
-         id="stop9919" />
-      <stop
-         style="stop-color:#b21714;stop-opacity:1"
-         offset="0.77649999"
-         id="stop9921" />
-      <stop
-         style="stop-color:#a6100c;stop-opacity:1"
-         offset="1"
-         id="stop9923" />
-      <a:midPointStop
-         style="stop-color:#F3403F"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#F3403F"
-         offset="0.4213" />
-      <a:midPointStop
-         style="stop-color:#A6100C"
-         offset="1" />
-    </linearGradient>
-    <marker
-       refX="0"
-       refY="0"
-       orient="auto"
-       style="overflow:visible"
-       id="TriangleInM">
-      <path
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z "
-         transform="scale(-0.4,-0.4)"
-         style="fill:#5c5c4f"
-         id="path3197" />
-    </marker>
-    <linearGradient
-       x1="200.7363"
-       y1="100.4028"
-       x2="211.99519"
-       y2="89.143997"
-       id="XMLID_3298_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#bfbfbf;stop-opacity:1"
-         offset="0"
-         id="stop20103" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="1"
-         id="stop20105" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#BFBFBF" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#BFBFBF" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#F2F2F2" />
-    </linearGradient>
-    <linearGradient
-       x1="200.7363"
-       y1="100.4028"
-       x2="211.99519"
-       y2="89.143997"
-       id="linearGradient36592"
-       xlink:href="#XMLID_3298_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <linearGradient
-       x1="181.2925"
-       y1="110.8481"
-       x2="192.6369"
-       y2="99.5037"
-       id="XMLID_3297_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0"
-         id="stop20096" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="stop20098" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#CCCCCC" />
-    </linearGradient>
-    <linearGradient
-       x1="181.2925"
-       y1="110.8481"
-       x2="192.6369"
-       y2="99.5037"
-       id="linearGradient36595"
-       xlink:href="#XMLID_3297_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <linearGradient
-       x1="211.77589"
-       y1="105.7749"
-       x2="212.6619"
-       y2="108.2092"
-       id="XMLID_3296_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#0f6124;stop-opacity:1"
-         offset="0"
-         id="stop20087" />
-      <stop
-         style="stop-color:#219630;stop-opacity:1"
-         offset="1"
-         id="stop20089" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#0F6124" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#0F6124" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#219630" />
-    </linearGradient>
-    <linearGradient
-       x1="211.77589"
-       y1="105.7749"
-       x2="212.6619"
-       y2="108.2092"
-       id="linearGradient36677"
-       xlink:href="#XMLID_3296_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <linearGradient
-       x1="208.9834"
-       y1="116.8296"
-       x2="200.0811"
-       y2="96.834602"
-       id="XMLID_3295_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0"
-         id="stop20076" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0.5"
-         id="stop20078" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="stop20080" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#B2B2B2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#B2B2B2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#FFFFFF" />
-    </linearGradient>
-    <linearGradient
-       x1="208.9834"
-       y1="116.8296"
-       x2="200.0811"
-       y2="96.834602"
-       id="linearGradient36604"
-       xlink:href="#XMLID_3295_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <linearGradient
-       x1="195.5264"
-       y1="97.911102"
-       x2="213.5213"
-       y2="115.9061"
-       id="XMLID_3294_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="0"
-         id="stop20069" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="stop20071" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#CCCCCC" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#CCCCCC" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#FFFFFF" />
-    </linearGradient>
-    <linearGradient
-       x1="195.5264"
-       y1="97.911102"
-       x2="213.5213"
-       y2="115.9061"
-       id="linearGradient36607"
-       xlink:href="#XMLID_3294_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <linearGradient
-       x1="186.1938"
-       y1="109.1343"
-       x2="206.6881"
-       y2="88.639999"
-       id="XMLID_3293_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0"
-         id="stop20056" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0.16850001"
-         id="stop20058" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0.23029999"
-         id="stop20060" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0.2809"
-         id="stop20062" />
-      <stop
-         style="stop-color:#c2c2c2;stop-opacity:1"
-         offset="0.5"
-         id="stop20064" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#B2B2B2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#B2B2B2" />
-      <a:midPointStop
-         offset="0.1685"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.2303"
-         style="stop-color:#FFFFFF" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#FFFFFF" />
-      <a:midPointStop
-         offset="0.2809"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#C2C2C2" />
-    </linearGradient>
-    <linearGradient
-       x1="186.1938"
-       y1="109.1343"
-       x2="206.6881"
-       y2="88.639999"
-       id="linearGradient36610"
-       xlink:href="#XMLID_3293_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <linearGradient
-       x1="184.8569"
-       y1="112.2676"
-       x2="211.94099"
-       y2="89.541397"
-       id="XMLID_3292_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0"
-         id="stop20043" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0.16850001"
-         id="stop20045" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0.23029999"
-         id="stop20047" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0.2809"
-         id="stop20049" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="stop20051" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#B2B2B2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#B2B2B2" />
-      <a:midPointStop
-         offset="0.1685"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.2303"
-         style="stop-color:#FFFFFF" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#FFFFFF" />
-      <a:midPointStop
-         offset="0.2809"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#CCCCCC" />
-    </linearGradient>
-    <linearGradient
-       x1="184.8569"
-       y1="112.2676"
-       x2="211.94099"
-       y2="89.541397"
-       id="linearGradient36613"
-       xlink:href="#XMLID_3292_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
-    <marker
-       refX="0"
-       refY="0"
-       orient="auto"
-       style="overflow:visible"
-       id="TriangleOutM">
-      <path
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z "
-         transform="scale(0.4,0.4)"
-         style="fill:#5c5c4f;fill-rule:evenodd;stroke-width:1pt;marker-start:none"
-         id="path3238" />
-    </marker>
-    <linearGradient
-       x1="165.3"
-       y1="99.5"
-       x2="165.3"
-       y2="115.9"
-       id="XMLID_3457_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#999;stop-opacity:1"
-         offset="0"
-         id="stop8309" />
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0.30000001"
-         id="stop8311" />
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="1"
-         id="stop8313" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#999999" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#999999" />
-      <a:midPointstop
-         offset="0.3"
-         style="stop-color:#B2B2B2" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#B2B2B2" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#B2B2B2" />
-    </linearGradient>
-    <linearGradient
-       x1="165.3"
-       y1="99.5"
-       x2="165.3"
-       y2="115.9"
-       id="lg1997"
-       xlink:href="#XMLID_3457_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <linearGradient
-       x1="175"
-       y1="99.800003"
-       x2="175"
-       y2="112.5"
-       id="XMLID_3456_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#737373;stop-opacity:1"
-         offset="0"
-         id="stop8300" />
-      <stop
-         style="stop-color:#191919;stop-opacity:1"
-         offset="0.60000002"
-         id="stop8302" />
-      <stop
-         style="stop-color:#191919;stop-opacity:1"
-         offset="1"
-         id="stop8304" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#737373" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#737373" />
-      <a:midPointstop
-         offset="0.6"
-         style="stop-color:#191919" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#191919" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#191919" />
-    </linearGradient>
-    <linearGradient
-       x1="175"
-       y1="99.800003"
-       x2="175"
-       y2="112.5"
-       id="lg2000"
-       xlink:href="#XMLID_3456_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <linearGradient
-       x1="168.8"
-       y1="107.1"
-       x2="164.5"
-       y2="110"
-       id="XMLID_3455_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#666;stop-opacity:1"
-         offset="0"
-         id="stop8291" />
-      <stop
-         style="stop-color:#191919;stop-opacity:1"
-         offset="0.69999999"
-         id="stop8293" />
-      <stop
-         style="stop-color:#191919;stop-opacity:1"
-         offset="1"
-         id="stop8295" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#666666" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#666666" />
-      <a:midPointstop
-         offset="0.7"
-         style="stop-color:#191919" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#191919" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#191919" />
-    </linearGradient>
-    <linearGradient
-       x1="168.8"
-       y1="107.1"
-       x2="164.5"
-       y2="110"
-       id="lg2003"
-       xlink:href="#XMLID_3455_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <linearGradient
-       id="lg63694">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="stop63696" />
-      <stop
-         style="stop-color:white;stop-opacity:0"
-         offset="1"
-         id="stop63698" />
-    </linearGradient>
-    <linearGradient
-       x1="458"
-       y1="483"
-       x2="465.20001"
-       y2="271.39999"
-       id="lg2006"
-       xlink:href="#lg63694"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(6.3e-2,0,0,6.3e-2,-1.3,-9.8)" />
-    <linearGradient
-       x1="176.3"
-       y1="110.1"
-       x2="158.7"
-       y2="105"
-       id="XMLID_3453_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#666;stop-opacity:1"
-         offset="0"
-         id="stop8271" />
-      <stop
-         style="stop-color:#737373;stop-opacity:1"
-         offset="0.2"
-         id="stop8273" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="stop8275" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#666666" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#666666" />
-      <a:midPointstop
-         offset="0.2"
-         style="stop-color:#737373" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#737373" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#FFFFFF" />
-    </linearGradient>
-    <linearGradient
-       x1="176.3"
-       y1="110.1"
-       x2="158.7"
-       y2="105"
-       id="lg2009"
-       xlink:href="#XMLID_3453_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <linearGradient
-       x1="173.60001"
-       y1="118.9"
-       x2="172.8"
-       y2="128.2"
-       id="XMLID_3449_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ecb300;stop-opacity:1"
-         offset="0"
-         id="stop8232" />
-      <stop
-         style="stop-color:#fff95e;stop-opacity:1"
-         offset="0.60000002"
-         id="stop8234" />
-      <stop
-         style="stop-color:#ecd600;stop-opacity:1"
-         offset="1"
-         id="stop8236" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.6"
-         style="stop-color:#FFF95E" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFF95E" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#ECD600" />
-    </linearGradient>
-    <linearGradient
-       x1="173.60001"
-       y1="118.9"
-       x2="172.8"
-       y2="128.2"
-       id="lg2016"
-       xlink:href="#XMLID_3449_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <radialGradient
-       cx="284.60001"
-       cy="172.60001"
-       r="6.5"
-       fx="284.60001"
-       fy="172.60001"
-       id="XMLID_3448_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.4,0,0,1.4,-237.3,-126.8)">
-      <stop
-         style="stop-color:#ecb300;stop-opacity:1"
-         offset="0"
-         id="stop8219" />
-      <stop
-         style="stop-color:#ecb300;stop-opacity:1"
-         offset="0.30000001"
-         id="stop8221" />
-      <stop
-         style="stop-color:#c96b00;stop-opacity:1"
-         offset="0.89999998"
-         id="stop8223" />
-      <stop
-         style="stop-color:#9a5500;stop-opacity:1"
-         offset="1"
-         id="stop8225" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.3"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.9"
-         style="stop-color:#C96B00" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#C96B00" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#9A5500" />
-    </radialGradient>
-    <radialGradient
-       cx="284.60001"
-       cy="172.60001"
-       r="6.5"
-       fx="284.60001"
-       fy="172.60001"
-       id="rg2020"
-       xlink:href="#XMLID_3448_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.513992,0,0,2.347576,-689.1621,-378.5717)" />
-    <linearGradient
-       x1="158.10001"
-       y1="123"
-       x2="164.2"
-       y2="126.6"
-       id="XMLID_3447_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ecd600;stop-opacity:1"
-         offset="0"
-         id="stop8204" />
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0.30000001"
-         id="stop8206" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="stop8208" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#ECD600" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#ECD600" />
-      <a:midPointstop
-         offset="0.3"
-         style="stop-color:#FFFFB3" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFFFB3" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#FFFFFF" />
-    </linearGradient>
-    <linearGradient
-       x1="158.10001"
-       y1="123"
-       x2="164.2"
-       y2="126.6"
-       id="lg2026"
-       xlink:href="#XMLID_3447_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <radialGradient
-       cx="280.89999"
-       cy="163.7"
-       r="10.1"
-       fx="280.89999"
-       fy="163.7"
-       id="XMLID_3446_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.4,0,0,1.4,-237.3,-126.8)">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="stop8197" />
-      <stop
-         style="stop-color:#fff95e;stop-opacity:1"
-         offset="1"
-         id="stop8199" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#FFFFFF" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFFFFF" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#FFF95E" />
-    </radialGradient>
-    <radialGradient
-       cx="280.89999"
-       cy="163.7"
-       r="10.1"
-       fx="280.89999"
-       fy="163.7"
-       id="rg2029"
-       xlink:href="#XMLID_3446_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.7,0,0,1.7,-457.5,-266.8)" />
-    <linearGradient
-       x1="156.5"
-       y1="122.7"
-       x2="180.10001"
-       y2="122.7"
-       id="XMLID_3445_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ecb300;stop-opacity:1"
-         offset="0"
-         id="stop8184" />
-      <stop
-         style="stop-color:#ffe900;stop-opacity:1"
-         offset="0.2"
-         id="stop8186" />
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0.30000001"
-         id="stop8188" />
-      <stop
-         style="stop-color:#ffe900;stop-opacity:1"
-         offset="0.40000001"
-         id="stop8190" />
-      <stop
-         style="stop-color:#d68100;stop-opacity:1"
-         offset="1"
-         id="stop8192" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.2"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="0.3"
-         style="stop-color:#FFFFB3" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFFFB3" />
-      <a:midPointstop
-         offset="0.4"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#D68100" />
-    </linearGradient>
-    <linearGradient
-       x1="156.5"
-       y1="122.7"
-       x2="180.10001"
-       y2="122.7"
-       id="lg2032"
-       xlink:href="#XMLID_3445_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <linearGradient
-       x1="156.39999"
-       y1="115.4"
-       x2="180.10001"
-       y2="115.4"
-       id="XMLID_3444_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ecb300;stop-opacity:1"
-         offset="0"
-         id="stop8171" />
-      <stop
-         style="stop-color:#ffe900;stop-opacity:1"
-         offset="0.2"
-         id="stop8173" />
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0.30000001"
-         id="stop8175" />
-      <stop
-         style="stop-color:#ffe900;stop-opacity:1"
-         offset="0.40000001"
-         id="stop8177" />
-      <stop
-         style="stop-color:#d68100;stop-opacity:1"
-         offset="1"
-         id="stop8179" />
-      <a:midPointstop
-         offset="0"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#ECB300" />
-      <a:midPointstop
-         offset="0.2"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="0.3"
-         style="stop-color:#FFFFB3" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFFFB3" />
-      <a:midPointstop
-         offset="0.4"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="0.5"
-         style="stop-color:#FFE900" />
-      <a:midPointstop
-         offset="1"
-         style="stop-color:#D68100" />
-    </linearGradient>
-    <linearGradient
-       x1="156.39999"
-       y1="115.4"
-       x2="180.10001"
-       y2="115.4"
-       id="lg2035"
-       xlink:href="#XMLID_3444_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
-    <linearGradient
-       x1="379.70001"
-       y1="167.89999"
-       x2="383.89999"
-       y2="172.89999"
-       id="lg4286_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8,0.2,-0.2,0.8,78.8,38.1)">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s16159" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0.1"
-         id="s16161" />
-      <stop
-         style="stop-color:#737373;stop-opacity:1"
-         offset="1"
-         id="s16163" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.1" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#737373"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="379.60001"
-       y1="167.8"
-       x2="383.79999"
-       y2="172"
-       id="lg6416"
-       xlink:href="#lg4286_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.622156,0.623859,-0.623859,2.62182,-882.9706,-673.7921)" />
-    <linearGradient
-       x1="384.20001"
-       y1="169.8"
-       x2="384.79999"
-       y2="170.39999"
-       id="lg4285_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8,0.2,-0.2,0.8,78.8,38.1)">
-      <stop
-         style="stop-color:#737373;stop-opacity:1"
-         offset="0"
-         id="s16152" />
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="1"
-         id="s16154" />
-      <ns:midPointStop
-         style="stop-color:#737373"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#737373"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#D9D9D9"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="384.20001"
-       y1="169.8"
-       x2="384.79999"
-       y2="170.39999"
-       id="lg6453"
-       xlink:href="#lg4285_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.6,0.6,-0.6,2.6,-883,-673.8)" />
-    <linearGradient
-       x1="380.5"
-       y1="172.60001"
-       x2="382.79999"
-       y2="173.7"
-       id="lg4284_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8,0.2,-0.2,0.8,78.8,38.1)">
-      <stop
-         style="stop-color:gray;stop-opacity:1"
-         offset="0"
-         id="s16145" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="1"
-         id="s16147" />
-      <ns:midPointStop
-         style="stop-color:#808080"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#808080"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#E5E5E5"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="380.5"
-       y1="172.60001"
-       x2="382.79999"
-       y2="173.7"
-       id="lg6456"
-       xlink:href="#lg4284_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.6,0.6,-0.6,2.6,-883,-673.8)" />
-    <radialGradient
-       cx="347.29999"
-       cy="244.5"
-       r="5.1999998"
-       fx="347.29999"
-       fy="244.5"
-       id="lg4282_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.4,0,0,3.4,-1148,-802)">
-      <stop
-         style="stop-color:#333;stop-opacity:1"
-         offset="0"
-         id="s16135" />
-      <stop
-         style="stop-color:#999;stop-opacity:1"
-         offset="1"
-         id="s16137" />
-      <ns:midPointStop
-         style="stop-color:#333333"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#333333"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#999999"
-         offset="1" />
-    </radialGradient>
-    <linearGradient
-       x1="310.39999"
-       y1="397.70001"
-       x2="310.89999"
-       y2="399.5"
-       id="lg4280_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7,-0.7,0.7,0.7,-153.4,180.6)">
-      <stop
-         style="stop-color:#ffcd00;stop-opacity:1"
-         offset="0"
-         id="s16111" />
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0.60000002"
-         id="s16113" />
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="1"
-         id="s16115" />
-      <ns:midPointStop
-         style="stop-color:#FFCD00"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFCD00"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0.6" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="310.39999"
-       y1="397.70001"
-       x2="310.89999"
-       y2="399.5"
-       id="lg6467"
-       xlink:href="#lg4280_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.4,-2.4,2.4,2.4,-1663.6,-195)" />
-    <linearGradient
-       x1="310.89999"
-       y1="395.79999"
-       x2="313.29999"
-       y2="403.10001"
-       id="lg4279_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7,-0.7,0.7,0.7,-153.4,180.6)">
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0"
-         id="s16100" />
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0.40000001"
-         id="s16102" />
-      <stop
-         style="stop-color:#ffcd00;stop-opacity:1"
-         offset="0.89999998"
-         id="s16104" />
-      <stop
-         style="stop-color:#ffcd00;stop-opacity:1"
-         offset="1"
-         id="s16106" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0.4" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFCD00"
-         offset="0.9" />
-      <ns:midPointStop
-         style="stop-color:#FFCD00"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFCD00"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="310.89999"
-       y1="395.79999"
-       x2="313.29999"
-       y2="403.10001"
-       id="lg6465"
-       xlink:href="#lg4279_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.4,-2.4,2.4,2.4,-1663.6,-195)" />
-    <linearGradient
-       x1="307.79999"
-       y1="395.20001"
-       x2="313.79999"
-       y2="413.60001"
-       id="lg4278_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7,-0.7,0.7,0.7,-153.4,180.6)">
-      <stop
-         style="stop-color:#ffffb3;stop-opacity:1"
-         offset="0"
-         id="s16091" />
-      <stop
-         style="stop-color:#fcd72f;stop-opacity:1"
-         offset="0.40000001"
-         id="s16093" />
-      <stop
-         style="stop-color:#ffcd00;stop-opacity:1"
-         offset="1"
-         id="s16095" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFFFB3"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FCD72F"
-         offset="0.4" />
-      <ns:midPointStop
-         style="stop-color:#FCD72F"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFCD00"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="306.5"
-       y1="393"
-       x2="309"
-       y2="404"
-       id="lg6400"
-       xlink:href="#lg4278_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.4,-2.4,2.4,2.4,-1663.6,-195)" />
-    <linearGradient
-       x1="352.10001"
-       y1="253.60001"
-       x2="348.5"
-       y2="237.8"
-       id="lg4276_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.4,0,0,3.4,-1148,-802)">
-      <stop
-         style="stop-color:#ffff87;stop-opacity:1"
-         offset="0"
-         id="s16077" />
-      <stop
-         style="stop-color:#ffad00;stop-opacity:1"
-         offset="1"
-         id="s16079" />
-      <ns:midPointStop
-         style="stop-color:#FFFF87"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFFF87"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFAD00"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="335.60001"
-       y1="354.79999"
-       x2="337.89999"
-       y2="354.79999"
-       id="lg4275_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.9,-0.5,0.5,0.9,-121.7,105.1)">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="s16057" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0.80000001"
-         id="s16059" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="s16061" />
-      <ns:midPointStop
-         style="stop-color:#D9D9D9"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#D9D9D9"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.8" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="335.60001"
-       y1="354.79999"
-       x2="337.89999"
-       y2="354.79999"
-       id="lg6463"
-       xlink:href="#lg4275_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.9,-1.7,1.7,2.9,-1557,-448.7)" />
-    <linearGradient
-       x1="337.39999"
-       y1="353.10001"
-       x2="339.39999"
-       y2="357.10001"
-       id="lg4274_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.9,-0.5,0.5,0.9,-121.7,105.1)">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s16048" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0.1"
-         id="s16050" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="s16052" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.1" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#CCCCCC"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="337.39999"
-       y1="353.10001"
-       x2="339.39999"
-       y2="357.10001"
-       id="lg6461"
-       xlink:href="#lg4274_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.9,-1.7,1.7,2.9,-1557,-448.7)" />
-    <linearGradient
-       x1="334.39999"
-       y1="355.5"
-       x2="335.5"
-       y2="356.79999"
-       id="lg4273_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.9,-0.5,0.5,0.9,-121.7,105.1)">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s16041" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="s16043" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="5.6e-003" />
-      <ns:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#CCCCCC"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="334.39999"
-       y1="355.5"
-       x2="335.5"
-       y2="356.79999"
-       id="lg6381"
-       xlink:href="#lg4273_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.9,-1.7,1.7,2.9,-1557,-448.7)" />
-    <linearGradient
-       x1="348.39999"
-       y1="247.39999"
-       x2="354.10001"
-       y2="242"
-       id="lg4271_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.4,0,0,3.4,-1148,-802)">
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0"
-         id="s16025" />
-      <stop
-         style="stop-color:#9e9e9e;stop-opacity:1"
-         offset="0.40000001"
-         id="s16027" />
-      <stop
-         style="stop-color:black;stop-opacity:1"
-         offset="1"
-         id="s16029" />
-      <ns:midPointStop
-         style="stop-color:#F2F2F2"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#F2F2F2"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#000000"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="351.29999"
-       y1="257.29999"
-       x2="346.29999"
-       y2="235.5"
-       id="lg4270_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ffff87;stop-opacity:1"
-         offset="0"
-         id="s16007" />
-      <stop
-         style="stop-color:#ffad00;stop-opacity:1"
-         offset="1"
-         id="s16009" />
-      <ns:midPointStop
-         style="stop-color:#FFFF87"
-         offset="0" />
-      <ns:midPointStop
-         style="stop-color:#FFFF87"
-         offset="0.5" />
-      <ns:midPointStop
-         style="stop-color:#FFAD00"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="351.29999"
-       y1="257.29999"
-       x2="346.29999"
-       y2="235.5"
-       id="lg6459"
-       xlink:href="#lg4270_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.4,0,0,3.4,-1148,-802)" />
-    <linearGradient
-       x1="43.799999"
-       y1="32.5"
-       x2="63.299999"
-       y2="66.400002"
-       id="XMLID_2708_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="stop75318" />
-      <stop
-         style="stop-color:#fffcea;stop-opacity:1"
-         offset="1"
-         id="stop75320" />
-      <a:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#FFFCEA"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="43.799999"
-       y1="32.5"
-       x2="63.299999"
-       y2="66.400002"
-       id="lg1907"
-       xlink:href="#XMLID_2708_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-29,-22.6)" />
-    <linearGradient
-       x1="52.5"
-       y1="40.400002"
-       x2="58.200001"
-       y2="64"
-       id="XMLID_2707_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#ffdea0;stop-opacity:1"
-         offset="0"
-         id="stop75305" />
-      <stop
-         style="stop-color:#ffd89e;stop-opacity:1"
-         offset="0.30000001"
-         id="stop75307" />
-      <stop
-         style="stop-color:#ffd79e;stop-opacity:1"
-         offset="0.30000001"
-         id="stop75309" />
-      <stop
-         style="stop-color:#dbaf6d;stop-opacity:1"
-         offset="0.69999999"
-         id="stop75311" />
-      <stop
-         style="stop-color:#6f4c24;stop-opacity:1"
-         offset="1"
-         id="stop75313" />
-      <a:midPointStop
-         style="stop-color:#FFDEA0"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#FFDEA0"
-         offset="0.6" />
-      <a:midPointStop
-         style="stop-color:#FFD79E"
-         offset="0.3" />
-      <a:midPointStop
-         style="stop-color:#FFD79E"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#DBAF6D"
-         offset="0.7" />
-      <a:midPointStop
-         style="stop-color:#DBAF6D"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#6F4C24"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="52.5"
-       y1="40.400002"
-       x2="58.200001"
-       y2="64"
-       id="lg1910"
-       xlink:href="#XMLID_2707_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-29,-22.6)" />
-    <linearGradient
-       x1="58"
-       y1="73.199997"
-       x2="44.5"
-       y2="19"
-       id="XMLID_2704_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-29,-22.6)">
-      <stop
-         style="stop-color:#d4a96c;stop-opacity:1"
-         offset="0.5"
-         id="stop75284" />
-      <stop
-         style="stop-color:#dcb273;stop-opacity:1"
-         offset="0.60000002"
-         id="stop75286" />
-      <stop
-         style="stop-color:#f0ca87;stop-opacity:1"
-         offset="0.80000001"
-         id="stop75288" />
-      <stop
-         style="stop-color:#ffdc96;stop-opacity:1"
-         offset="0.69999999"
-         id="stop75290" />
-      <stop
-         style="stop-color:#c18a42;stop-opacity:1"
-         offset="1"
-         id="stop75292" />
-      <a:midPointStop
-         style="stop-color:#D4A96C"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#D4A96C"
-         offset="0.6" />
-      <a:midPointStop
-         style="stop-color:#FFDC96"
-         offset="0.7" />
-      <a:midPointStop
-         style="stop-color:#FFDC96"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#C18A42"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="53.700001"
-       y1="32"
-       x2="53.700001"
-       y2="64.599998"
-       id="XMLID_2703_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#e5c9b0;stop-opacity:1"
-         offset="0"
-         id="stop75268" />
-      <stop
-         style="stop-color:#e5c9b0;stop-opacity:1"
-         offset="0.40000001"
-         id="stop75270" />
-      <stop
-         style="stop-color:#c0aa94;stop-opacity:1"
-         offset="1"
-         id="stop75272" />
-      <a:midPointStop
-         style="stop-color:#E5C9B0"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#E5C9B0"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#E5C9B0"
-         offset="0.4" />
-      <a:midPointStop
-         style="stop-color:#E5C9B0"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#C0AA94"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="53.700001"
-       y1="32"
-       x2="53.700001"
-       y2="64.599998"
-       id="lg1916"
-       xlink:href="#XMLID_2703_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-29,-22.6)" />
-    <linearGradient
-       x1="224.31"
-       y1="19.450001"
-       x2="214.33"
-       y2="11.46"
-       id="XMLID_419_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#404040;stop-opacity:1"
-         offset="0"
-         id="s1903" />
-      <stop
-         style="stop-color:#6d6d6d;stop-opacity:1"
-         offset="0.33000001"
-         id="s1905" />
-      <stop
-         style="stop-color:#e9e9e9;stop-opacity:1"
-         offset="1"
-         id="s1907" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#404040" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#404040" />
-      <a:midPointStop
-         offset="0.33"
-         style="stop-color:#6D6D6D" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#6D6D6D" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#E9E9E9" />
-    </linearGradient>
-    <linearGradient
-       x1="221.84"
-       y1="32.779999"
-       x2="212.2"
-       y2="20.27"
-       id="lg1988"
-       xlink:href="#XMLID_419_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
-    <linearGradient
-       x1="228.35001"
-       y1="33.279999"
-       x2="215.42999"
-       y2="33.279999"
-       id="lg1900"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s1902" />
-      <stop
-         style="stop-color:white;stop-opacity:0"
-         offset="1"
-         id="s1906" />
-      <a:midPointStop
-         style="stop-color:#575757"
-         offset="0" />
-      <a:midPointStop
-         style="stop-color:#575757"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#6D6D6D"
-         offset="0.33" />
-      <a:midPointStop
-         style="stop-color:#6D6D6D"
-         offset="0.5" />
-      <a:midPointStop
-         style="stop-color:#D3D3D3"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="234.81"
-       y1="33.279999"
-       x2="228.27"
-       y2="33.279999"
-       id="lg1908"
-       xlink:href="#lg1900"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
-    <linearGradient
-       x1="228.35001"
-       y1="33.279999"
-       x2="215.42999"
-       y2="33.279999"
-       id="XMLID_416_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#575757;stop-opacity:1"
-         offset="0"
-         id="s1874" />
-      <stop
-         style="stop-color:#6d6d6d;stop-opacity:1"
-         offset="0.33000001"
-         id="s1876" />
-      <stop
-         style="stop-color:#d3d3d3;stop-opacity:1"
-         offset="1"
-         id="s1878" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#575757" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#575757" />
-      <a:midPointStop
-         offset="0.33"
-         style="stop-color:#6D6D6D" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#6D6D6D" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#D3D3D3" />
-    </linearGradient>
-    <linearGradient
-       x1="228.35001"
-       y1="33.279999"
-       x2="215.42999"
-       y2="33.279999"
-       id="lg1991"
-       xlink:href="#XMLID_416_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
-    <radialGradient
-       cx="603.19"
-       cy="230.77"
-       r="1.67"
-       fx="603.19"
-       fy="230.77"
-       id="x5010_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.1,0,0,1.1,-54.33,-75.4)">
-      <stop
-         style="stop-color:#c9ffc9;stop-opacity:1"
-         offset="0"
-         id="stop29201" />
-      <stop
-         style="stop-color:#23a11f;stop-opacity:1"
-         offset="1"
-         id="stop29203" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#C9FFC9" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#C9FFC9" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#23A11F" />
-    </radialGradient>
-    <radialGradient
-       cx="603.19"
-       cy="230.77"
-       r="1.67"
-       fx="603.19"
-       fy="230.77"
-       id="radialGradient5711"
-       xlink:href="#x5010_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)" />
-    <linearGradient
-       x1="592.31"
-       y1="162.60001"
-       x2="609.32001"
-       y2="145.59"
-       id="lg5722"
-       xlink:href="#x5003_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
-    <linearGradient
-       x1="601.48999"
-       y1="170.16"
-       x2="613.84003"
-       y2="170.16"
-       id="x5002_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="stop29134" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0.2"
-         id="stop29136" />
-      <stop
-         style="stop-color:#999;stop-opacity:1"
-         offset="1"
-         id="stop29138" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.20"
-         style="stop-color:#FFFFFF" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#FFFFFF" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#999999" />
-    </linearGradient>
-    <linearGradient
-       x1="601.48999"
-       y1="170.16"
-       x2="613.84003"
-       y2="170.16"
-       id="lg5725"
-       xlink:href="#x5002_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
-    <linearGradient
-       x1="592.20001"
-       y1="156.45"
-       x2="609.98999"
-       y2="174.23"
-       id="x5004_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="stop29157" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="stop29159" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#FFFFFF" />
-    </linearGradient>
-    <linearGradient
-       x1="592.20001"
-       y1="156.45"
-       x2="609.98999"
-       y2="174.23"
-       id="lg5728"
-       xlink:href="#x5004_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
-    <linearGradient
-       x1="592.31"
-       y1="162.60001"
-       x2="609.32001"
-       y2="145.59"
-       id="x5003_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0"
-         id="stop29143" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="1"
-         id="stop29145" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#F2F2F2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#F2F2F2" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#E5E5E5" />
-    </linearGradient>
-    <linearGradient
-       x1="592.31"
-       y1="162.60001"
-       x2="609.32001"
-       y2="145.59"
-       id="lg5732"
-       xlink:href="#x5003_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
-    <linearGradient
-       x1="592.20001"
-       y1="156.45"
-       x2="609.98999"
-       y2="174.24001"
-       id="x5000_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="stop29124" />
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="1"
-         id="stop29126" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#FFFFFF" />
-    </linearGradient>
-    <linearGradient
-       x1="592.20001"
-       y1="156.45"
-       x2="609.98999"
-       y2="174.24001"
-       id="lg5735"
-       xlink:href="#x5000_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
-    <linearGradient
-       x1="308.54999"
-       y1="149.89999"
-       x2="299.72"
-       y2="148.83"
-       id="XMLID_2433_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#d6d6d6;stop-opacity:1"
-         offset="0"
-         id="71615" />
-      <stop
-         style="stop-color:#a5a5a5;stop-opacity:1"
-         offset="1"
-         id="71617" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#D6D6D6" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#D6D6D6" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#A5A5A5" />
-    </linearGradient>
-    <linearGradient
-       x1="308.54999"
-       y1="149.89999"
-       x2="299.72"
-       y2="148.83"
-       id="lg1952"
-       xlink:href="#XMLID_2433_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.03,0,0,1.03,-279.57,-124.36)" />
-    <radialGradient
-       cx="307.39999"
-       cy="121"
-       r="23.35"
-       fx="307.39999"
-       fy="121"
-       id="XMLID_2432_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.98,0,0,0.98,2.88,2.75)">
-      <stop
-         style="stop-color:#d2d2d2;stop-opacity:1"
-         offset="0.19"
-         id="71592" />
-      <stop
-         style="stop-color:#cfcfcf;stop-opacity:1"
-         offset="0.44999999"
-         id="71594" />
-      <stop
-         style="stop-color:#c7c7c7;stop-opacity:1"
-         offset="0.60000002"
-         id="71596" />
-      <stop
-         style="stop-color:#b9b9b9;stop-opacity:1"
-         offset="0.74000001"
-         id="71598" />
-      <stop
-         style="stop-color:#a4a4a4;stop-opacity:1"
-         offset="0.86000001"
-         id="71600" />
-      <stop
-         style="stop-color:#8a8a8a;stop-opacity:1"
-         offset="0.95999998"
-         id="71602" />
-      <stop
-         style="stop-color:gray;stop-opacity:1"
-         offset="1"
-         id="71604" />
-      <a:midPointStop
-         offset="0.19"
-         style="stop-color:#D2D2D2" />
-      <a:midPointStop
-         offset="0.8"
-         style="stop-color:#D2D2D2" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#808080" />
-    </radialGradient>
-    <radialGradient
-       cx="307.39999"
-       cy="121"
-       r="23.35"
-       fx="307.39999"
-       fy="121"
-       id="radialGradient2331"
-       xlink:href="#XMLID_2432_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-276.62,-121.54)" />
-    <linearGradient
-       x1="294.13"
-       y1="127.07"
-       x2="294.13"
-       y2="142.2"
-       id="XMLID_2430_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#b5d8ff;stop-opacity:1"
-         offset="0"
-         id="71582" />
-      <stop
-         style="stop-color:black;stop-opacity:1"
-         offset="1"
-         id="71584" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#B5D8FF" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#B5D8FF" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#000000" />
-    </linearGradient>
-    <linearGradient
-       x1="294.13"
-       y1="127.07"
-       x2="294.13"
-       y2="142.2"
-       id="lg2820"
-       xlink:href="#XMLID_2430_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.03,0,0,1.03,-279.57,-124.36)" />
-    <linearGradient
-       x1="279.10999"
-       y1="148.03"
-       x2="309.16"
-       y2="148.03"
-       id="XMLID_2429_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#e1e1e1;stop-opacity:1"
-         offset="0"
-         id="71564" />
-      <stop
-         style="stop-color:#e1e1e1;stop-opacity:1"
-         offset="0.25"
-         id="71566" />
-      <stop
-         style="stop-color:#a5a5a5;stop-opacity:1"
-         offset="0.44"
-         id="71568" />
-      <stop
-         style="stop-color:#a5a5a5;stop-opacity:1"
-         offset="1"
-         id="71570" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#E1E1E1" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E1E1E1" />
-      <a:midPointStop
-         offset="0.25"
-         style="stop-color:#E1E1E1" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E1E1E1" />
-      <a:midPointStop
-         offset="0.44"
-         style="stop-color:#A5A5A5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#A5A5A5" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#A5A5A5" />
-    </linearGradient>
-    <linearGradient
-       x1="279.10999"
-       y1="148.03"
-       x2="309.16"
-       y2="148.03"
-       id="lg2818"
-       xlink:href="#XMLID_2429_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.03,0,0,1.03,-279.57,-124.36)" />
-    <radialGradient
-       cx="622.34302"
-       cy="14.449"
-       r="26.496"
-       fx="622.34302"
-       fy="14.449"
-       id="lg3499_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.851,0,0,0.849,69.297,51.658)">
-      <stop
-         style="stop-color:#23468e;stop-opacity:1"
-         offset="0"
-         id="stop10972" />
-      <stop
-         style="stop-color:#012859;stop-opacity:1"
-         offset="1"
-         id="stop10974" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#23468E" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#23468E" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#012859" />
-    </radialGradient>
-    <radialGradient
-       cx="622.34302"
-       cy="14.449"
-       r="26.496"
-       fx="622.34302"
-       fy="14.449"
-       id="rg5791"
-       xlink:href="#lg3499_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.858,0,0,0.857,-511.7,9.02)" />
-    <linearGradient
-       x1="616.112"
-       y1="76.247002"
-       x2="588.14099"
-       y2="60.742001"
-       id="lg3497_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#01326e;stop-opacity:1"
-         offset="0"
-         id="stop10962" />
-      <stop
-         style="stop-color:#012859;stop-opacity:1"
-         offset="1"
-         id="stop10964" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#01326E" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#01326E" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#012859" />
-    </linearGradient>
-    <linearGradient
-       x1="617.698"
-       y1="82.445999"
-       x2="585.95203"
-       y2="54.848999"
-       id="lg3496_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0"
-         id="stop10950" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="stop10952" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#E5E5E5" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#CCCCCC" />
-    </linearGradient>
-    <linearGradient
-       x1="617.698"
-       y1="82.445999"
-       x2="585.95203"
-       y2="54.848999"
-       id="lg5794"
-       xlink:href="#lg3496_"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       x1="601.39001"
-       y1="55.341"
-       x2="588.29199"
-       y2="71.515999"
-       id="lg3495_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="stop10941" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0.52200001"
-         id="stop10943" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="stop10945" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.522"
-         style="stop-color:#F2F2F2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#F2F2F2" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#CCCCCC" />
-    </linearGradient>
-    <linearGradient
-       x1="601.39001"
-       y1="55.341"
-       x2="588.29199"
-       y2="71.515999"
-       id="lg5771"
-       xlink:href="#lg3495_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.009,0,0,1.009,-581.615,-43.098)" />
-    <linearGradient
-       x1="611.34601"
-       y1="55.279999"
-       x2="590.39001"
-       y2="81.157997"
-       id="lg3494_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="stop10932" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0.52200001"
-         id="stop10934" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="stop10936" />
-      <a:midPointStop
-         offset="0"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#D9D9D9" />
-      <a:midPointStop
-         offset="0.522"
-         style="stop-color:#F2F2F2" />
-      <a:midPointStop
-         offset="0.5"
-         style="stop-color:#F2F2F2" />
-      <a:midPointStop
-         offset="1"
-         style="stop-color:#CCCCCC" />
-    </linearGradient>
-    <linearGradient
-       x1="611.34601"
-       y1="55.279999"
-       x2="590.39001"
-       y2="81.157997"
-       id="lg5774"
-       xlink:href="#lg3494_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.009,0,0,1.009,-581.616,-43.098)" />
-    <linearGradient
-       x1="798.72998"
-       y1="69.839996"
-       x2="799.04999"
-       y2="70.709999"
-       id="g3302_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#005e00;stop-opacity:1"
-         offset="0"
-         id="s6504" />
-      <stop
-         style="stop-color:#23a11f;stop-opacity:1"
-         offset="1"
-         id="s6506" />
-      <a:midPointstop
-         style="stop-color:#005E00"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#005E00"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#23A11F"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="798.72998"
-       y1="69.839996"
-       x2="799.04999"
-       y2="70.709999"
-       id="lg5851"
-       xlink:href="#g3302_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.204,0,0,1.263,-926.036,-60.001)" />
-    <linearGradient
-       x1="779.19"
-       y1="122.73"
-       x2="811.69"
-       y2="149.74001"
-       id="g3301_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,-0.25,0,1,0,129.19)">
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0"
-         id="s6483" />
-      <stop
-         style="stop-color:#eee;stop-opacity:1"
-         offset="0.17"
-         id="s6485" />
-      <stop
-         style="stop-color:#e3e3e3;stop-opacity:1"
-         offset="0.34"
-         id="s6487" />
-      <stop
-         style="stop-color:#cfcfcf;stop-opacity:1"
-         offset="0.50999999"
-         id="s6489" />
-      <stop
-         style="stop-color:#b4b4b4;stop-opacity:1"
-         offset="0.67000002"
-         id="s6491" />
-      <stop
-         style="stop-color:#919191;stop-opacity:1"
-         offset="0.83999997"
-         id="s6493" />
-      <stop
-         style="stop-color:#666;stop-opacity:1"
-         offset="1"
-         id="s6495" />
-      <a:midPointstop
-         style="stop-color:#F2F2F2"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#F2F2F2"
-         offset="0.71" />
-      <a:midPointstop
-         style="stop-color:#666666"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="779.19"
-       y1="122.73"
-       x2="811.69"
-       y2="149.74001"
-       id="lg5855"
-       xlink:href="#g3301_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.204,-0.316,0,1.263,-926.036,103.123)" />
-    <clipPath
-       id="g3299_">
-      <use
-         id="use6469"
-         x="0"
-         y="0"
-         width="1005.92"
-         height="376.97"
-         xlink:href="#g101_" />
-    </clipPath>
-    <radialGradient
-       cx="1189.9301"
-       cy="100.05"
-       r="40.400002"
-       fx="1189.9301"
-       fy="100.05"
-       id="g3300_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.34,-8.46e-2,0,0.34,394.16,137.13)">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s6472" />
-      <stop
-         style="stop-color:white;stop-opacity:0"
-         offset="1"
-         id="s6474" />
-      <a:midPointstop
-         style="stop-color:#FFFFFF"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#000000"
-         offset="1" />
-    </radialGradient>
-    <radialGradient
-       cx="1199.74"
-       cy="97.150002"
-       r="40.400002"
-       fx="1199.74"
-       fy="97.150002"
-       id="rg5860"
-       xlink:href="#g3300_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.409,-0.107,0,0.429,-451.489,113.149)" />
-    <linearGradient
-       x1="796.38"
-       y1="67.580002"
-       x2="781.28003"
-       y2="58.549999"
-       id="g3298_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#4c8bca;stop-opacity:1"
-         offset="0"
-         id="s6462" />
-      <stop
-         style="stop-color:#b7e9ff;stop-opacity:1"
-         offset="1"
-         id="s6464" />
-      <a:midPointstop
-         style="stop-color:#4C8BCA"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#4C8BCA"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#B7E9FF"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="800.97998"
-       y1="140.72"
-       x2="777.71997"
-       y2="121.76"
-       id="g3297_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,-0.25,0,1,0,129.19)">
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0"
-         id="s6448" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="s6450" />
-      <a:midPointstop
-         style="stop-color:#E5E5E5"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#E5E5E5"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#CCCCCC"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="800.97998"
-       y1="140.72"
-       x2="777.71997"
-       y2="121.76"
-       id="lg5890"
-       xlink:href="#g3297_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,-0.25,0,1,0,129.19)" />
-    <linearGradient
-       x1="790.03998"
-       y1="-16.33"
-       x2="779.84003"
-       y2="-3.73"
-       id="g3296_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,70.17)">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="s6439" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0.51999998"
-         id="s6441" />
-      <stop
-         style="stop-color:#ccc;stop-opacity:1"
-         offset="1"
-         id="s6443" />
-      <a:midPointstop
-         style="stop-color:#D9D9D9"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#D9D9D9"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#F2F2F2"
-         offset="0.52" />
-      <a:midPointstop
-         style="stop-color:#F2F2F2"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#CCCCCC"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="790.03998"
-       y1="-16.33"
-       x2="779.84003"
-       y2="-3.73"
-       id="lg5866"
-       xlink:href="#g3296_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.204,0,0,1.263,-926.036,28.6)" />
-    <linearGradient
-       x1="785.84003"
-       y1="72.989998"
-       x2="785.26001"
-       y2="76.279999"
-       id="g3293_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s6412" />
-      <stop
-         style="stop-color:#737373;stop-opacity:1"
-         offset="1"
-         id="s6414" />
-      <a:midPointstop
-         style="stop-color:#FFFFFF"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#737373"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="785.84003"
-       y1="72.989998"
-       x2="785.26001"
-       y2="76.279999"
-       id="lg5871"
-       xlink:href="#g3293_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.204,0,0,1.263,-926.036,-60.001)" />
-    <linearGradient
-       x1="789.37"
-       y1="69.879997"
-       x2="791.03998"
-       y2="77.120003"
-       id="g3292_"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         style="stop-color:#999;stop-opacity:1"
-         offset="0"
-         id="s6403" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1"
-         offset="0.28"
-         id="s6405" />
-      <stop
-         style="stop-color:#666;stop-opacity:1"
-         offset="1"
-         id="s6407" />
-      <a:midPointstop
-         style="stop-color:#999999"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#999999"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#F2F2F2"
-         offset="0.28" />
-      <a:midPointstop
-         style="stop-color:#F2F2F2"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#666666"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="789.37"
-       y1="69.879997"
-       x2="791.03998"
-       y2="77.120003"
-       id="lg5874"
-       xlink:href="#g3292_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.204,0,0,1.263,-926.036,-60.001)" />
-    <linearGradient
-       x1="786.65997"
-       y1="136.12"
-       x2="786.71002"
-       y2="134.33"
-       id="g3290_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,-0.25,0,1,0,137.29)">
-      <stop
-         style="stop-color:#d9d9d9;stop-opacity:1"
-         offset="0"
-         id="s6380" />
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="1"
-         id="s6382" />
-      <a:midPointstop
-         style="stop-color:#D9D9D9"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#D9D9D9"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#B2B2B2"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       x1="786.65997"
-       y1="136.12"
-       x2="786.71002"
-       y2="134.33"
-       id="lg5878"
-       xlink:href="#g3290_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.204,-0.316,0,1.263,-926.036,113.351)" />
-    <radialGradient
-       cx="1458.77"
-       cy="-5.0999999"
-       r="35.130001"
-       fx="1458.77"
-       fy="-5.0999999"
-       id="g3289_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.42,0,0,0.42,167.09,79.84)">
-      <stop
-         style="stop-color:white;stop-opacity:1"
-         offset="0"
-         id="s6371" />
-      <stop
-         style="stop-color:#999;stop-opacity:1"
-         offset="1"
-         id="s6373" />
-      <a:midPointstop
-         style="stop-color:#FFFFFF"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#999999"
-         offset="1" />
-    </radialGradient>
-    <radialGradient
-       cx="1458.77"
-       cy="-5.0999999"
-       r="35.130001"
-       fx="1458.77"
-       fy="-5.0999999"
-       id="rg5881"
-       xlink:href="#g3289_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.505,0,0,0.53,-724.957,40.636)" />
-    <radialGradient
-       cx="1612.98"
-       cy="-4.4699998"
-       r="36.580002"
-       fx="1612.98"
-       fy="-4.4699998"
-       id="g3288_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.34,0,0,0.36,238.56,86.87)">
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0"
-         id="s6362" />
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0.63999999"
-         id="s6364" />
-      <stop
-         style="stop-color:#737373;stop-opacity:1"
-         offset="1"
-         id="s6366" />
-      <a:midPointstop
-         style="stop-color:#E5E5E5"
-         offset="0" />
-      <a:midPointstop
-         style="stop-color:#E5E5E5"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#B2B2B2"
-         offset="0.64" />
-      <a:midPointstop
-         style="stop-color:#B2B2B2"
-         offset="0.5" />
-      <a:midPointstop
-         style="stop-color:#737373"
-         offset="1" />
-    </radialGradient>
-    <radialGradient
-       cx="1612.98"
-       cy="-4.4699998"
-       r="36.580002"
-       fx="1612.98"
-       fy="-4.4699998"
-       id="rg5884"
-       xlink:href="#g3288_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.408,0,0,0.448,-638.943,49.495)" />
-    <radialGradient
-       cx="1470.5"
-       cy="-10.21"
-       r="33.290001"
-       fx="1470.5"
-       fy="-10.21"
-       id="g3287_"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.42,0,0,0.42,167.09,79.84)">
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1"
-         offset="0"
-         id="s6347" />
-      <stop
-         style="stop-color:#b2b2b2;stop-opacity:1"
-         offset="0.38999999"
-         id="s6349" />
-      <stop
-         style="stop-color:#b1b1b1;stop-opacity:1"
-         offset="0.75"
-         id="s6351" />
-      <stop
-         style="stop-color:#aaa;stop-opacity:1"
-    

<TRUNCATED>
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/images/juddi_architecture.png
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/images/juddi_architecture.png b/docs/devguide/en-US/images/juddi_architecture.png
deleted file mode 100644
index ce453b0..0000000
Binary files a/docs/devguide/en-US/images/juddi_architecture.png and /dev/null differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[23/26] juddi git commit: JUDDI-914 done

Posted by al...@apache.org.
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/images/juddi_services.png
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/images/juddi_services.png b/docs/devguide/en-US/images/juddi_services.png
deleted file mode 100644
index b704408..0000000
Binary files a/docs/devguide/en-US/images/juddi_services.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/images/soap_request.png
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/images/soap_request.png b/docs/devguide/en-US/images/soap_request.png
deleted file mode 100644
index 071c804..0000000
Binary files a/docs/devguide/en-US/images/soap_request.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/jUDDI_Architecture.xml
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/jUDDI_Architecture.xml b/docs/devguide/en-US/jUDDI_Architecture.xml
deleted file mode 100644
index 30a6e68..0000000
--- a/docs/devguide/en-US/jUDDI_Architecture.xml
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_Dev_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: UDDI Registry -->
-<chapter id="chap-jUDDI_Architecture">
-    <title>UDDI Registry</title>
-
-    <!-- section: Introduction -->
-    <section id="jUDDI_Architecture-intro">
-        <title>jUDDI Architecture for UDDI v3 Project</title>
-
- 	<figure id="fig-jUDDI-Architecture">
-            <title>jUDDI Architecture</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/juddi_architecture.png" scalefit="1"/>
-                </imageobject>
-                <textobject>
-                    <phrase>jUDDI Architecture</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-
-
-        <para>
-The diagram above shows the software layers and components employed in the jUDDI project implementation for UDDI v3.  Here is a brief description of each item in the diagram and how they all work together to create the UDDI-compliant registry that is jUDDI:
-	</para>
-	<orderedlist>
-	<listitem>
-		<para>
-Transport - the transport layer provides the means to receive and send out requests via a network or messaging service.  The UDDI specification details an interface where XML messages are exchanged between client and server but is agnostic as to how those messages are relayed.  By default, jUDDI uses Apache CXF to transport messages via SOAP over HTTP, however, the system is designed so other methods of transport can be easily plugged in (for example, JMS).
-		</para>
-	</listitem>
-	<listitem>
-		<para>
-Security - security is provided by the UDDI specification and is based on policies defined in the specification.  jUDDI implements all the mandatory policies and can be extended to support the optional policies.  Chief among these policies is access control to the UDDI API exposed by jUDDI.  jUDDI fully implements this policy, per the specification, which allows users to easily plug in their own third-party authentication framework.
-		</para>
-	</listitem>
-	<listitem>
-		<para>
-UDDI Interface - the UDDI interface defines the methods set forth by the UDDI specification to interact with the registry.  Within jUDDI, the interface classes are generated from the UDDI WSDL and they are implemented as POJOs.  These classes are annotated with JAX-WS annotations allowing end-users to easily employ any suitable JAX-WS container to expose the interface.
-		</para>
-	</listitem>
-	<listitem>
-		<para>
-In general, the interface implementation accepts incoming UDDI-based requests and ummarshals these requests to the appropriate schema object.  This object is then served to the proceeding layers so the necessary logic can be performed to fulfill the request.  After the request is fulfilled, this layer is responsible for marshalling the result and sending the response to the requesting party.
-		</para>
-	</listitem>
-	<listitem>
-		<para>
-As the interface is implemented as POJOs, it can be accessed via an "embedded" mode.  In this scenario, the methods of the implementation classes can be called directly.  This allows users to embed jUDDI directly into their application without having to deploy a full-blown jUDDI server.
-		</para>
-	</listitem>	
-	<listitem>
-		<para>
-UDDI Schema Objects - The UDDI specification comes equipped with an XML schema for its many data structures.  jUDDI employs XML-binding technology (JAXB) to generate objects from the schema (contained within the WSDL) that are then used as the arguments for the UDDI Interface layer.  These objects needn't  originate from XML – they can also be instantiated directly to make UDDI calls directly in java code.
-		</para>
-	</listitem>
-	<listitem>
-		<para>
-Validation – the validation layer reads the schema object input from the UDDI interface layer and, based on rules defined in the specification, makes sure the input is valid for the given UDDI method.  Failed validation results in an exception and an immediate return from the method call.
-		</para>
-	</listitem>
-	<listitem>
-		<para>
-Mapping – the mapping layer is responsible for mapping the UDDI schema objects to the persistence layer model.  For all intents and purposes, the mapping layer simply copies data from a schema object to the similar model object.  This occurs in both directions, as input objects must be mapped to the model to perform the necessary logic and results obtained from the call must be mapped back to the schema as output to the caller.
-		</para>
-	</listitem>
-	<listitem>
-		<para>
-Business Logic - the business logic layer is responsible for performing all the business logic associated with the UDDI calls.  The logic layer works with objects from the persistence layer and generally consists of querying the model based on user input.
-		</para>
-	</listitem>
-	<listitem>
-		<para>
-Persistence - the persistence layer, as its name implies, is responsible for persisting registry data to a storage medium.  To this end, a third-party persistence service that implements the Java Persistence API (Apache OpenJPA, Hibernate) is utilized to manage transactions with the storage medium and also to facilitate the plugging-in of various storage types.  By default, jUDDI is packaged with Apache OpenJPA as the persistence provider and Apache Derby as the storage medium.  This can easily be configured.
-		</para>
-	</listitem>
-	</orderedlist>
-
-    </section>
-    
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/jUDDI_Dev_Guide.ent
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/jUDDI_Dev_Guide.ent b/docs/devguide/en-US/jUDDI_Dev_Guide.ent
deleted file mode 100644
index e9c2d2e..0000000
--- a/docs/devguide/en-US/jUDDI_Dev_Guide.ent
+++ /dev/null
@@ -1,20 +0,0 @@
-<!--
- * 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.
- *
- */ -->
-<!ENTITY BOOKID "jUDDI_User_Guide">
-<!ENTITY HOLDER "jUDDI Community.">
-<!ENTITY YEAR "2009">
-<!ENTITY VERSION "5.0">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/jUDDI_Dev_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/jUDDI_Dev_Guide.xml b/docs/devguide/en-US/jUDDI_Dev_Guide.xml
deleted file mode 100644
index 8727faf..0000000
--- a/docs/devguide/en-US/jUDDI_Dev_Guide.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_Dev_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<book status="final">
-	<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-	<xi:include href="jUDDI_Architecture.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Dev_Environment_Setup.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-	<xi:include href="Release_Process.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-
-	<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-</book>
-

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/en-US/jUDDI_configuration.xml
----------------------------------------------------------------------
diff --git a/docs/devguide/en-US/jUDDI_configuration.xml b/docs/devguide/en-US/jUDDI_configuration.xml
deleted file mode 100644
index 67cdf42..0000000
--- a/docs/devguide/en-US/jUDDI_configuration.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_Dev_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: Getting Started -->
-<chapter id="chap-jUDDI_Configuration">
-    <title>jUDDI_Configuration</title>
-
-    <!-- section:  -->
-    <section id="sect-config_Introduction">
-        <title>Introduction</title>
-        <para>
-        jUDDI will look for a juddiv3.properties file on the root of the classpath. In the
-        <filename>juddiv3.war</filename> you can find it in
-        <filename>juddiv3.war/WEB_INF/classes/juddiv3.properties</filename>
-        </para>
-    </section>
-    
-    <!-- section: Startup -->
-    <section id="sect-startup">
-        <title>Startup</title>
-        <para>
-        <!-- TODO -->
-        </para>
-    </section>
-    
-    <!-- section: Subscription -->
-    <section id="sect-config_subscription">
-        <title>Subscription</title>
-        <programlisting><xi:include href="extras/jUDDI_configuration_1.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-        This is the upper boundary set by the registry. Between the user defined endDate
-        of a Subscription and this value, the registry will pick the earliest date.
-        </para>
-
-        <programlisting><xi:include href="extras/jUDDI_configuration_2.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        <para>
-        This is the expiration time of a subscription “chunk”.
-        </para>
-    </section>
-    
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/devguide/pom.xml
----------------------------------------------------------------------
diff --git a/docs/devguide/pom.xml b/docs/devguide/pom.xml
deleted file mode 100644
index 73f1b44..0000000
--- a/docs/devguide/pom.xml
+++ /dev/null
@@ -1,255 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-<!--
- * 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.
- *
- */ -->
-	<modelVersion>4.0.0</modelVersion>
-        <parent>
-	    <groupId>org.apache.juddi</groupId>
-	    <artifactId>juddi-parent</artifactId>
-	    <version>3.2.1-SNAPSHOT</version>
-	    <relativePath>../../pom.xml</relativePath>
-	</parent>
-	<groupId>org.apache.juddi</groupId>
-	<artifactId>devguide</artifactId>
-	<packaging>jdocbook</packaging>
-	<name>jUDDI Dev Guide -(en-US)</name>
-	<properties>
-	    <translation>en-US</translation>
-	    <docname>devguide</docname>
-	    <bookname>jUDDI Dev Guide</bookname>
-	</properties>
-        <repositories>
-            <repository>
-                <id>jboss-public-repository-group</id>
-                <name>JBoss Public Repository Group</name>
-                <url>http://repository.jboss.org/nexus/content/groups/public/</url>
-                <layout>default</layout>
-                <releases>
-                    <enabled>true</enabled>
-                    <updatePolicy>never</updatePolicy>
-                </releases>
-                <snapshots>
-                    <enabled>true</enabled>
-                    <updatePolicy>never</updatePolicy>
-                </snapshots>
-            </repository>
-        </repositories>
-
-	<pluginRepositories>
-            <pluginRepository>
-                <id>jboss-public-repository-group</id>
-                <name>JBoss Public Repository Group</name>
-                <url>http://repository.jboss.org/nexus/content/groups/public/</url>
-                <releases>
-                    <enabled>true</enabled>
-                </releases>
-                <snapshots>
-                    <enabled>true</enabled>
-                </snapshots>
-            </pluginRepository>
-	    <pluginRepository>
-	        <id>snapshots</id>
-		<name>Apache SnapShot Repository</name>
-		<layout>default</layout>
-		<url>http://people.apache.org/repo/m2-snapshot-repository</url>
-		<snapshots>
-		    <enabled>true</enabled>
-		</snapshots>
-	    </pluginRepository>
-	</pluginRepositories>
-	<profiles>
-	<!-- mvn compile -->
-	    <profile>
-		<id>all</id>
-		<activation>
-		    <activeByDefault>true</activeByDefault>
-		</activation>
-		<build>
-		<plugins>
-		    <plugin>
-			<groupId>org.jboss.maven.plugins</groupId>
-			<artifactId>maven-jdocbook-plugin</artifactId>
-			<version>2.2.0</version>
-			<extensions>true</extensions>
-                        <dependencies>
-                        <!-- Overwrite jboss highlight-->
-                            <dependency>
-                                <groupId>org.richfaces.docs</groupId>
-                                <artifactId>highlight</artifactId>
-                                <version>3.3.3.Final</version>
-                            </dependency>
-                        </dependencies>
-
-			<configuration>
-			    <formats>
-			        <format>
-				    <formatName>pdf</formatName>
-				    <stylesheetResource>classpath:/xslt/org/apache/juddi/pdf.xsl</stylesheetResource>
-				    <finalName>${docname}.pdf</finalName>
-				</format>
-				<format>
-				    <formatName>html</formatName>
-				    <stylesheetResource>classpath:/xslt/org/apache/juddi/xhtml.xsl</stylesheetResource>
-				    <finalName>index.html</finalName>
-				</format>
-				<format>
-				    <formatName>html_single</formatName>
-				    <stylesheetResource>classpath:/xslt/org/apache/juddi/xhtml-single.xsl</stylesheetResource>
-				    <finalName>index.html</finalName>
-				</format>
-		           </formats>
-                           <options>
-                               <xincludeSupported>true</xincludeSupported>
-                               <xmlTransformerType>saxon</xmlTransformerType>
-                               <docbookVersion>1.72.0</docbookVersion>
-                           </options>
-			</configuration>
-		    </plugin>
-	        </plugins>
-            </build>
-        </profile>
-    	<!-- mvn compile -Phtml -->
-	<profile>
-	    <id>html</id>
-	    <activation>
-	        <activeByDefault>false</activeByDefault>
-	    </activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.jboss.maven.plugins</groupId>
-						<artifactId>maven-jdocbook-plugin</artifactId>
-						<version>2.2.0</version>
-						<extensions>true</extensions>
-						<configuration>
-							<formats>
-								<format>
-									<formatName>html</formatName>
-									<stylesheetResource>classpath:/xslt/org/apache/juddi/xhtml.xsl</stylesheetResource>
-									<finalName>index.html</finalName>
-								</format>
-							</formats>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-
-    <!-- mvn compile -Phtml-single -->
-		<profile>
-			<id>html-single</id>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.jboss.maven.plugins</groupId>
-						<artifactId>maven-jdocbook-plugin</artifactId>
-						<version>2.2.0</version>
-						<extensions>true</extensions>
-						<configuration>
-							<formats>
-								<format>
-									<formatName>html_single</formatName>
-									<stylesheetResource>classpath:/xslt/org/apache/juddi/xhtml-single.xsl</stylesheetResource>
-									<finalName>index.html</finalName>
-								</format>
-							</formats>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-
-    <!-- mvn compile -Ppdf -->
-		<profile>
-			<id>pdf</id>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.jboss.maven.plugins</groupId>
-						<artifactId>maven-jdocbook-plugin</artifactId>
-						<version>2.2.0</version>
-						<extensions>true</extensions>
-						<configuration>
-							<formats>
-								<format>
-									<formatName>pdf</formatName>
-									<stylesheetResource>classpath:/xslt/org/apache/juddi/pdf.xsl</stylesheetResource>
-									<finalName>${docname}.pdf</finalName>
-								</format>
-							</formats>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.jboss.maven.plugins</groupId>
-				<artifactId>maven-jdocbook-plugin</artifactId>
-				<version>2.2.0</version>
-				<extensions>true</extensions>
-				 
-				<dependencies>
-					<dependency>
-						<groupId>org.apache.juddi</groupId>
-						<artifactId>juddi-docbook-xslt</artifactId>
-						<version>1.0</version>
-					</dependency>
-					<dependency>
-						<groupId>org.apache.juddi</groupId>
-						<artifactId>juddi-docbook-style</artifactId>
-						<version>1.0</version>
-						<type>jdocbook-style</type>
-					</dependency>
-				</dependencies>
-				
-				<configuration>
-					<sourceDocumentName>jUDDI_Dev_Guide.xml</sourceDocumentName>
-					<sourceDirectory>.</sourceDirectory>
-					<imageResource>
-						<directory>${basedir}/${translation}</directory>
-						<includes>
-							<include>images/*</include>
-						</includes>
-					</imageResource>
-					<options>
-						<xincludeSupported>true</xincludeSupported>
-						<xmlTransformerType>saxon</xmlTransformerType>
-						<docbookVersion>1.74.0</docbookVersion>
-						<transformerParameters>
-							<property>
-								<name>javax.xml.parsers.DocumentBuilderFactory</name>
-								<value>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</value>
-							</property>
-							<property>
-								<name>javax.xml.parsers.SAXParserFactory</name>
-								<value>org.apache.xerces.jaxp.SAXParserFactoryImpl</value>
-							</property>
-						</transformerParameters>
-					</options>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-</project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Administration.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Administration.xml b/docs/userguide/en-US/Administration.xml
deleted file mode 100644
index 08f4cc9..0000000
--- a/docs/userguide/en-US/Administration.xml
+++ /dev/null
@@ -1,114 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: UDDI Registry -->
-<chapter id="chap-Administration">
-    <title>Administration</title>
-    
-    <!-- section: Introduction -->
-    <section id="sect-admin_intro">
-        <title>Introduction</title>
-        <para>
-        General Stuff about administration.
-        </para>
-    </section>
-    
-    <!-- section: Changing the Listener Port -->
-    <section id="sect-changing_listener_port">
-        <title>Changing the Listener Port</title>
-        <para>
-        If you want to change the port Tomcat listens on to something non-standard
-        (something other than 8080):
-        </para>
-    
-        <variablelist>
-            <varlistentry>
-                <term>jUDDI Server</term>
-                <listitem>
-                    <!-- procedure:  -->
-                    <procedure>
-                        <step>
-                            <para>
-                            edit <filename>conf/server.xml</filename> and change the port
-                            within the <code>&lt;Connector&gt;</code> element
-                            </para>
-                        </step>
-                        <step>
-                            <para>
-                            edit
-                            <filename>webapps/juddiv3/WEB-INF/classes/juddiv3.properties</filename>
-                            and change the port number
-                            </para>
-                        </step>
-                    </procedure>
-                </listitem>
-            </varlistentry>
-            <varlistentry>
-                <term>jUDDI Portal</term>
-                <listitem>
-                    <!-- procedure:  -->
-                    <procedure>
-                        <step>
-                            <para>
-                            edit
-                            <filename>webapps/uddi-portlets/WEB-INF/classes/META-INF/uddi.xml</filename>
-                            and change the port numbers within the endpoint URLs
-                            </para>
-                        </step>
-                        <step>
-                            <para>
-                            edit <filename>pluto/WEB-INF/classes/server.xml</filename> and
-                            change the port within the <code>&lt;Connector&gt;</code>
-                            element
-                            </para>
-                        </step>
-                    </procedure>
-                </listitem>
-            </varlistentry>
-        </variablelist>
-        
-
-
-
-        
-        
-    </section>
-    <section id="sect-changing_oracle_sequence_name">
-        <title>Changing the Oracle Sequence name</title>
-        <para>
-	If you are using Hibernate as a persistence layer for jUDDI, then Oracle will generate a default sequence for you ("HIBERNATE_SEQUENCE").     If you are using hibernate elsewhere, you may wish to change the sequence name so that you do not share this sequence with any other applications.    If other applications try to manually create the default hibernate sequence, you may even run into situations where you find conflicts or a race condition.   
-        </para>
-   	<para>
-	The easiest way to handle this is to create an <filename>orm.xml</filename> file and place it within the classpath in a META-INF directory, which will override the jUDDI persistence annotations and will allow you to specify a specific sequence name for use with jUDDI.   The following <filename>orm.xml</filename> specifies a "juddi_sequence" sequence to be used with jUDDI.   
-	</para>
-	 <programlisting language="XML" ><xi:include href="extras/Administration_orm.xml" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-    </section>
-    <section id="sect-persistence">
-	<title>Persistence</title>
-	<para>jUDDI supports both OpenJPA and Hibernate as persistence providers.   If you are embedding jUDDI, it is important to note that there are two JARs provided through maven.    If you will be using Hibernate, please use the juddi-core JAR, if you are using OpenJPA, use juddi-core-openjpa.
-	</para>
-	<para>The difference between these JARs is that the persistence classes within juddi-core-openjpa have been enhanced (http://people.apache.org/~mprudhom/openjpa/site/openjpa-project/manual/ref_guide_pc_enhance.html).   Unfortunately, the Hibernate classloader does not deal well with these enhanced classes, so it it important to note not to use the juddi-core-openjpa JAR with Hibernate.
-	</para>
-    </section> 
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Authentication.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Authentication.xml b/docs/userguide/en-US/Authentication.xml
deleted file mode 100644
index 2f52987..0000000
--- a/docs/userguide/en-US/Authentication.xml
+++ /dev/null
@@ -1,268 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: Authentication -->
-<chapter id="chap-Authentication">
-    <title>Authentication</title>
-    
-    <!-- section: Introduction -->
-    <section id="sect-authentication_intro">
-        <title>Introduction</title>
-        <para>
-        In order to enforce proper write access to jUDDI, each request to jUDDI needs a
-        valid <classname>authToken</classname>. Note that read access is not restricted
-        and therefore queries into the registries are not restricted.
-        </para>
-        
-        <para>
-        To obtain a valid <classname>authToken</classname> a
-        <methodname>getAuthToken()</methodname> request must be made, where a
-        <classname>GetAuthToken</classname> object is passed. On the
-        <classname>GetAuthToken</classname> object a <property>userid</property> and
-        <property>credential</property> (password) needs to be set.
-        </para>
-            
-       <programlisting language="Java"><xi:include href="extras/Authentication_1.java" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        The property <property>juddi.authenticator</property> in the
-        <filename>juddi.properties</filename> configuration file can be used to configure
-        how jUDDI is going to check the credentials passed in on the
-        <classname>GetAuthToken</classname> request. By default jUDDI uses the
-        <classname>JUDDIAuthenticator</classname> implementation. You can provide your own
-        authentication implementation or use any of the ones mention below. The
-        implementation needs to implement the
-        <interfacename>org.apache.juddi.auth.Authenticator</interfacename> interface, and
-        <property>juddi.authenticator</property> property should refer to the implementation class.
-        </para>
-
-        <para>
-        There are two phases involved in Authentication. The authenticate phase and the
-        identify phase. Both of these phases are represented by a method in the
-        <interfacename>Authenticator</interfacename> interface.
-        </para>
-        
-        <para>
-        The authenticate phase occurs during the <methodname>GetAuthToken</methodname>
-        request as described above. The goal of this phase is to turn a user id and
-        credentials into a valid publisher id. The publisher id (referred to as the
-        “authorized name” in UDDI terminology) is the value that assigns ownership within
-        UDDI. Whenever a new entity is created, it must be tagged with ownership by the
-        authorized name of the publisher. The value of the publisher id can be completely
-        transparent to jUDDI – the only requirement is that one exists to assign to new
-        entities. Thus, the authenticate phase must return a non-null publisher id. Upon
-        completion of the <methodname>GetAuthToken</methodname> request, an authentication
-        token is issued to the caller.
-        </para>
-    
-        <para>
-        In subsequent calls to the UDDI API that require authentication, the token issued
-        from the <methodname>GetAuthToken</methodname> request must be provided. This
-        leads to the next phase of jUDDI authentication – the identify phase.
-        </para>
-
-        <para>
-        The identify phase is responsible for turning the authentication token (or the
-        publisher id associated with that authentication token) into a valid
-        <classname>UddiEntityPublisher</classname> object. The
-        <classname>UddiEntityPublisher</classname> object contains all the properties
-        necessary to handle ownership of UDDI entities. Thus, the token (or publisher id)
-        is used to “identify” the publisher.
-        </para>
-
-        <para>
-        The two phases provide compliance with the UDDI authentication structure and grant
-        flexibility for users that wish to provide their own authentication mechanism.
-        Handling of credentials and publisher properties can be done entirely outside of
-        jUDDI. However, jUDDI provides the Publisher entity, which is a sub-class of
-        <classname>UddiEntityPublisher</classname>, to persist publisher properties within
-        jUDDI. This is used in the default authentication and is the subject of the next
-        section.      
-        </para>
-    </section>
-    
-    <!-- section:  -->
-    <section id="sect-jUDDI_Authentication">
-        <title>jUDDI Authentication</title>
-        <para>
-        The default authentication mechanism provided by jUDDI is the
-        <classname>JUDDIAuthenticator</classname>. The authenticate phase of the
-        <classname>JUDDIAuthenticator</classname> simply checks to see if the user id
-        passed in has an associated record in the Publisher table. No credentials checks
-        are made. If, during authentication, the publisher does not exist, it the
-        publisher is added on the fly.
-        </para>
-
-        <warning>
-            <para>
-            Do not use jUDDI authentication in production.
-            </para>
-        </warning>
-
-        <para>
-        The identify phase uses the publisher id to retrieve the Publisher record and return
-        it. All necessary publisher properties are populated as Publisher inherits from
-        <classname>UddiEntityPublisher</classname>.
-        </para>
-        
-        <programlisting language="Java"><xi:include href="extras/Authentication_2.java" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-    </section>
-    
-    
-    <!-- section: XMLDocAuthentication -->
-    <section id="sect-XMLDocAuthentication">
-        <title>XMLDocAuthentication</title>
-        
-        <para>
-        The <classname>XMLDocAuthentication</classname> implementation needs a XML file on
-        the classpath. The <filename>juddi.properties</filename> file would need to look
-        like
-        </para>
-        
-        <programlisting language="Java"><xi:include href="extras/Authentication_3.java" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        where the name of the XML can be provided but it defaults to
-        <filename>juddi-users.xml</filename>, and the content of the file would looks
-        something like
-        </para>
-    
-        <programlisting language="XML"><xi:include href="extras/Authentication_1.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        The authenticate phase checks that the user id and password match a value in the
-        XML file. The identify phase simply uses the user id to populate a new
-        <classname>UddiEntityPublisher</classname>.
-        </para>
-    
-    </section>
-    
-    
-    <!-- section: CryptedXMLDocAuthentication  -->
-    <section id="sect-CryptedXMLDocAuthentication">
-        <title>CryptedXMLDocAuthentication</title>
-
-        <para>
-        The <classname>CryptedXMLDocAuthentication</classname> implementation is similar
-        to the <classname>XMLDocAuthentication</classname> implementation, but the
-        passwords are encrypted
-        </para>
-
-        <programlisting language="Java"><xi:include href="extras/Authentication_4.java" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        where the name user credential file is
-        <filename>juddi-users-encrypted.xml</filename>, and the content of the file would
-        looks something like
-        </para>
-
-        <programlisting language="XML" ><xi:include href="extras/Authentication_2.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        The <classname>DefaultCryptor</classname> implementation uses
-        <literal>BEWithMD5AndDES</literal> and <literal>Base64</literal> to encrypt the
-        passwords. Note that the code in the <classname>AuthenticatorTest</classname> can
-        be used to learn more about how to use this Authenticator implementation. You can
-        plugin your own encryption algorithm by implementing the
-        <interfacename>org.apache.juddi.cryptor.Cryptor</interfacename> interface and
-        referencing your implementation class in the <property>juddi.cryptor</property>
-        property.
-        </para>
-
-        <para>
-        The authenticate phase checks that the user id and password match a value in the XML
-        file. The identify phase simply uses the user id to populate a new
-        <classname>UddiEntityPublisher</classname>.
-        </para>
-        
-    </section>
-    
-   <!-- section: LDAP Authentication -->
-    <section id="sect-LDAP_Authentication">
-        <title>LDAP Authentication</title>
-
-        <para>
-	<classname>LdapSimpleAuthenticator</classname> provides a way of authenticating
-	users using Ldap simple authentication.    It is fairly rudimentary and more 
-	LDAP integration is planned in the future, but this class allows you to authenticate
-	a user based on an LDAP prinicipal, provided that the principal and the juddi publisher ID
-	are the same.
-        </para>
-
-        <para>
-        To use this class you must add the following properties to the
-        <filename>juddi.properties</filename> file:
-        </para>
-
-        <programlisting language="XML"><xi:include href="extras/Authentication_5.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-	The <classname>juddi.authenticator.url</classname> property configures the
-        <classname>LdapSimpleAuthenticator</classname> class so that it knows where the LDAP
-	server resides.     Future work is planned in this area to use the LDAP uid rather than
-	the LDAP principal as the default publisher id.
-        </para>
-
-    </section>
-
-
-
-    <!-- section: JBoss Authentication -->
-    <section id="sect-JBoss_Authentication">
-        <title>JBoss Authentication</title>
-
-        <para>
-        Finally is it possible to hook up to third party credential stores. If for example
-        jUDDI is deployed to the JBoss Application server it is possible to hook up to
-        it's authentication machinery. The <classname>JBossAuthenticator</classname> class
-        is provided in the <filename>docs/examples/auth</filename> directory. This class
-        enables jUDDI deployments on JBoss use a server security domain to authenticate
-        users.
-        </para>
-
-        <para>
-        To use this class you must add the following properties to the
-        <filename>juddi.properties</filename> file:
-        </para>
-
-        <programlisting language="XML"><xi:include href="extras/Authentication_3.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        The <property>juddi.authenticator</property> property plugs the
-        <classname>JbossAuthenticator</classname> class into the jUDDI the Authenticator
-        framework. The <classname>juddi.sercuity.domain</classname>, configures the
-        <classname>JBossAuthenticator</classname> class where it can lookup the
-        application server's security domain, which it will use to perform the
-        authentication. Note that JBoss creates one security domain for each application
-        policy element on the
-        <filename>$JBOSS_HOME/server/default/conf/login-config.xml</filename> file, which
-        gets bound to the server JNDI tree with name
-        <code>java:/jaas/&lt;application-policy-name&gt;</code>. If a lookup refers to a
-        non existent application policy it defaults to a policy named other.
-        </para>
-
-    </section>
-    
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Author_Group.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Author_Group.xml b/docs/userguide/en-US/Author_Group.xml
deleted file mode 100644
index 19bfeba..0000000
--- a/docs/userguide/en-US/Author_Group.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<authorgroup>
-
-	<author>
-		<firstname>Tom</firstname>
-		<surname>Cunningham</surname>
-		<affiliation>
-			<orgname></orgname>
-			<orgdiv></orgdiv>
-		</affiliation>
-		<email></email>
-	</author>
-
-	<author>
-		<firstname>Kurt</firstname>
-		<surname>Stam</surname>
-		<affiliation>
-			<orgname></orgname>
-			<orgdiv></orgdiv>
-		</affiliation>
-		<email></email>
-	</author>
-
-    <author>
-      <firstname>Jeff</firstname>
-      <surname>Faath</surname>
-      <email>jfaath@apache.org</email>
-    </author>
-
-	<author>
-		<firstname>The jUDDI Community</firstname>
-		<surname></surname>
-		<affiliation>
-			<orgname></orgname>
-			<orgdiv></orgdiv>
-		</affiliation>
-		<email></email>
-	</author>
-
-	<othercredit>
-		<firstname>Darrin</firstname>
-		<surname>Mison</surname>
-        <!-- weirdness with the xslt, it sticks orgname between firstname and lastname -->
-		<!-- <affiliation>
-			<orgname>Red Hat</orgname>
-			<orgdiv>Engineering Content Services</orgdiv>
-		</affiliation>
-		<email>dmison@redhat.com</email>
-		-->
-	</othercredit> 
-
-</authorgroup>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Book_Info.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Book_Info.xml b/docs/userguide/en-US/Book_Info.xml
deleted file mode 100644
index caee949..0000000
--- a/docs/userguide/en-US/Book_Info.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<bookinfo id="User_Guide-demobooks">
-	<title>jUDDI User Guide</title>
-	<subtitle>A guide to using jUDDI</subtitle>
-	<productname>jUDDI</productname>
-	<edition>1</edition>
-    <pubsnumber>1</pubsnumber>
-    <productnumber>5.0.0</productnumber>
-	<abstract>
-		<para>
-        This document is a User Guide for jUDDI. jUDDI (pronounced "Judy") is an open
-        source Java implementation of the Universal Description, Discovery, and
-        Integration (UDDI v3) specification for Web Services.
-		</para>
-	</abstract>
-	<corpauthor>
-		<inlinemediaobject>
-			<imageobject>
-				<imagedata format='SVG' fileref="Common_Content/images/title_logo.svg" />
-			</imageobject>
-			<textobject><phrase>Logo</phrase></textobject>
-		</inlinemediaobject>
-	</corpauthor>
-	<copyright>
-		<year>&YEAR;</year>
-		<holder>&HOLDER;</holder>
-	</copyright>
-	
-	<xi:include href="Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
-		<xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude">
-			<xi:include href="Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-		</xi:fallback>
-	</xi:include>
-	
-	<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</bookinfo>
-
-
-

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Conventions.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Conventions.xml b/docs/userguide/en-US/Conventions.xml
deleted file mode 100644
index 8183c0f..0000000
--- a/docs/userguide/en-US/Conventions.xml
+++ /dev/null
@@ -1,235 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-
-<section lang="en-US">
-	<title>Document Conventions</title>
-	<para>
-	This manual uses several conventions to highlight certain words and phrases and draw
-    attention to specific pieces of information.
-    </para>
-	<para>
-	In PDF and paper editions, this manual uses typefaces drawn from the 
-	<ulink url="https://fedorahosted.org/liberation-fonts/">Liberation Fonts</ulink> set. 
-	The Liberation Fonts set is also used in HTML editions if the set is installed on your
-    system. If not, alternative but equivalent typefaces are displayed. Note: Red Hat
-    Enterprise Linux 5 and later includes the Liberation Fonts set by default.
-	</para>
-
-	<section>
-		<title>Typographic Conventions</title>
-		<para>
-		Four typographic conventions are used to call attention to specific words and
-        phrases. These conventions, and the circumstances they apply to, are as follows.
-		</para>
-		<para>
-		<literal>Mono-spaced Bold</literal>
-		</para>
-		<para>
-		Used to highlight system input, including shell commands, file names and paths.
-        Also used to highlight key caps and key-combinations. For example:
-		</para>
-		<blockquote>
-			<para>
-			To see the contents of the file <filename>my_next_bestselling_novel</filename>
-            in your current working directory, enter the <command>cat
-            my_next_bestselling_novel</command> command at the shell prompt and press
-            <keycap>Enter</keycap> to execute the command.
-			</para>
-		</blockquote>
-		<para>
-		The above includes a file name, a shell command and a key cap, all presented in
-        Mono-spaced Bold and all distinguishable thanks to context.
-		</para>
-		<para>
-		Key-combinations can be distinguished from key caps by the hyphen connecting each
-        part of a key-combination. For example:
-		</para>
-		<blockquote>
-			<para>
-			Press <keycap>Enter</keycap> to execute the command.
-			</para>
-			<para>
-			Press <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>F1</keycap></keycombo> to switch to the first virtual terminal. Press <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>F7</keycap></keycombo> to return to your X-Windows session.
-			</para>
-		</blockquote>
-		<para>
-		The first sentence highlights the particular key cap to press. The second
-        highlights two sets of three key caps, each set pressed simultaneously.
-		</para>
-		<para>
-		If source code is discussed, class names, methods, functions, variable names and
-        returned values mentioned within a paragraph will be presented as above, in
-        <literal>Mono-spaced Bold</literal>. For example:
-		</para>
-		<blockquote>
-			<para>
-			File-related classes include <classname>filesystem</classname> for file
-            systems, <classname>file</classname> for files, and <classname>dir</classname>
-            for directories. Each class has its own associated set of permissions.
-			</para>
-		</blockquote>
-		<para>
-		<application>Proportional Bold</application>
-		</para>
-		<para>
-		This denotes words or phrases encountered on a system, including application
-        names; dialogue box text; labelled buttons; check-box and radio button labels;
-        menu titles and sub-menu titles. For example:
-		</para>
-		<blockquote>
-			<para>
-			Choose <guimenu>System &gt; Preferences &gt; Mouse</guimenu> from the main
-            menu bar to launch <application>Mouse Preferences</application>. In the
-            <guilabel>Buttons</guilabel> tab, click the <guilabel>Left-handed
-            mouse</guilabel> check box and click <guibutton>Close</guibutton> to switch
-            the primary mouse button from the left to the right (making the mouse suitable
-            for use in the left hand).
-			</para>
-			<para>
-			To insert a special character into a <application>gedit</application> file,
-            choose <guimenu>Applications &gt; Accessories &gt; Character Map</guimenu>
-            from the main menu bar. Next, choose <guimenu>Search &gt;
-            Find&hellip;</guimenu> from the <application>Character Map</application> menu
-            bar, type the name of the character in the <guilabel>Search</guilabel> field
-            and click <guibutton>Next</guibutton>. The character you sought will be
-            highlighted in the <guilabel>Character Table</guilabel>. Double-click this
-            highlighted character to place it in the <guilabel>Text to copy</guilabel>
-            field and then click the <guibutton>Copy</guibutton> button. Now switch back
-            to your document and choose <guimenu>Edit &gt; Paste</guimenu> from the
-            <application>gedit</application> menu bar.
-			</para>
-		</blockquote>
-		<para>
-		The above text includes application names; system-wide menu names and items;
-        application-specific menu names; and buttons and text found within a GUI
-        interface, all presented in Proportional Bold and all distinguishable by context.
-		</para>
-		<para>
-		Note the <guimenu>&gt;</guimenu> shorthand used to indicate traversal through a
-        menu and its sub-menus. This is to avoid the difficult-to-follow &#39;Select
-        <guimenuitem>Mouse</guimenuitem> from the <guimenu>Preferences</guimenu> sub-menu
-        in the <guimenu>System</guimenu> menu of the main menu bar&#39; approach.
-		</para>
-		<para>
-		<command><replaceable>Mono-spaced Bold Italic</replaceable></command> or
-        <application><replaceable>Proportional Bold Italic</replaceable></application>
-		</para>
-		<para>
-		Whether Mono-spaced Bold or Proportional Bold, the addition of Italics indicates
-        replaceable or variable text. Italics denotes text you do not input literally or
-        displayed text that changes depending on circumstance. For example:
-		</para>
-		<blockquote>
-			<para>
-				To connect to a remote machine using ssh, type <command>ssh <replaceable>username</replaceable>@<replaceable>domain.name</replaceable></command> at a shell prompt. If the remote machine is <filename>example.com</filename> and your username on that machine is john, type <command>ssh john@example.com</command>.
-			</para>
-			<para>
-				The <command>mount -o remount <replaceable>file-system</replaceable></command> command remounts the named file system. For example, to remount the <filename>/home</filename> file system, the command is <command>mount -o remount /home</command>.
-			</para>
-			<para>
-				To see the version of a currently installed package, use the <command>rpm -q <replaceable>package</replaceable></command> command. It will return a result as follows: <command><replaceable>package-version-release</replaceable></command>.
-			</para>
-		</blockquote>
-		<para>
-			Note the words in bold italics above &mdash; username, domain.name, file-system, package, version and release. Each word is a placeholder, either for text you enter when issuing a command or for text displayed by the system.
-		</para>
-		<para>
-			Aside from standard usage for presenting the title of a work, italics denotes the first use of a new and important term. For example:
-		</para>
-		<blockquote>
-			<para>
-				When the Apache HTTP Server accepts requests, it dispatches child processes or threads to handle them. This group of child processes or threads is known as a <firstterm>server-pool</firstterm>. Under Apache HTTP Server 2.0, the responsibility for creating and maintaining these server-pools has been abstracted to a group of modules called <firstterm>Multi-Processing Modules</firstterm> (<firstterm>MPMs</firstterm>). Unlike other modules, only one module from the MPM group can be loaded by the Apache HTTP Server.
-			</para>
-		</blockquote>
-	</section>
-	
-	<section>
-		<title>Pull-quote Conventions</title>
-		<para>
-			Two, commonly multi-line, data types are set off visually from the surrounding text.
-		</para>
-		<para>
-			Output sent to a terminal is set in <computeroutput>Mono-spaced Roman</computeroutput> and presented thus:
-		</para>
-		
-<screen>
-books        Desktop   documentation  drafts  mss    photos   stuff  svn
-books_tests  Desktop1  downloads      images  notes  scripts  svgs
-</screen>
-		<para>
-			Source-code listings are also set in <computeroutput>Mono-spaced Roman</computeroutput> but are presented and highlighted as follows:
-		</para>
-		
-<programlisting language="Java" role="JAVA">
-package org.jboss.book.jca.ex1;
-
-import javax.naming.InitialContext;
-
-public class ExClient
-{
-   public static void main(String args[]) 
-       throws Exception
-   {
-      InitialContext iniCtx = new InitialContext();
-      Object         ref    = iniCtx.lookup("EchoBean");
-      EchoHome       home   = (EchoHome) ref;
-      Echo           echo   = home.create();
-
-      System.out.println("Created Echo");
-
-      System.out.println("Echo.echo(&#39;Hello&#39;) = " + echo.echo("Hello"));
-   }
-   
-}
-</programlisting>
-	</section>
-	
-	<section>
-		<title>Notes and Warnings</title>
-		<para>
-			Finally, we use three visual styles to draw attention to information that might otherwise be overlooked.
-		</para>
-		<note>
-			<title>Note</title>
-			<para>
-				A Note is a tip or shortcut or alternative approach to the task at hand. Ignoring a note should have no negative consequences, but you might miss out on a trick that makes your life easier.
-			</para>
-		</note>
-		<important>
-			<title>Important</title>
-			<para>
-				Important boxes detail things that are easily missed: configuration changes that only apply to the current session, or services that need restarting before an update will apply. Ignoring Important boxes won&#39;t cause data loss but may cause irritation and frustration.
-			</para>
-		</important>
-		<warning>
-			<title>Warning</title>
-			<para>
-				A Warning should not be ignored. Ignoring warnings will most likely cause data loss.
-			</para>
-		</warning>
-	</section>
-
-</section>
-
-

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Database_Setup.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Database_Setup.xml b/docs/userguide/en-US/Database_Setup.xml
deleted file mode 100644
index 3a16090..0000000
--- a/docs/userguide/en-US/Database_Setup.xml
+++ /dev/null
@@ -1,244 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: Database Setup -->
-<chapter id="chap-database_setup">
-    <title>Database Setup</title>
-    
-    <!-- section: Derby Out-of-the-Box -->
-    <section id="sect-derby_OOB">
-        <title>Derby Out-of-the-Box</title>
-        <para>
-        By default jUDDI uses an embedded Derby database. This allows us to build a 
-        downloadable distribution that works out-of-the-box, without having to do any 
-        database setup work. We recommend switching to an enterprise-level database 
-        before going to production. JUDDI uses the Java Persistence API (JPA) in the back 
-        end and we've tested with both OpenJPA and Hibernate. To configure which JPA 
-        provider you want to use, you will need to edit the configuration in the 
-        <filename>persistence.xml</filename>. This file can be found in the 
-        <filename>juddi.war/WEB-INF/classes/META-INF/persistence.xml</filename>
-        </para>
-    
-        <para>
-        For Hibernate the content of this file looks like
-        </para>
-    
-        <programlisting language="XML" ><xi:include href="extras/Database_Setup_1.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        The <filename>persistence.xml</filename> reference a datasource
-        <property>“java:comp/env/jdbc/JuddiDS”</property>. Datasource deployment is
-        Application Server specific. If you are using Tomcat, then the datasource is
-        defined in <filename>juddi/META-INF/context.xml</filename> which by default looks
-        like
-        </para>
-    
-        <programlisting language="XML" ><xi:include href="extras/Database_Setup_2.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-    </section>
-    
-
-    <!-- section: Switch to MySQL -->
-    <section id="sect-switch_to_mysql">
-        <title>Switch to MySQL</title>
-
-        <para>
-        To switch over to MySQL you need to add the mysql driver (i.e. The
-        <filename>mysql-connector-java-5.1.6.jar</filename>) to the classpath and you will
-        need to edit the <filename>persistence.xml</filename>
-        </para>
-
-        <programlisting language="XML" ><xi:include href="extras/Database_Setup_3.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        and the datasource. For tomcat you the <filename>context.xml</filename> should
-        look something like
-        </para>
-    
-        <programlisting language="XML" ><xi:include href="extras/Database_Setup_4.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <warning>
-            <para>
-            Tomcat copies the <filename>context.xml</filename> to <filename>conf/CATALINA/localhost/juddiv3.xml</filename>, and if
-            you update the <filename>context.xml</filename> it may not update this copy. You should simply
-            delete the <filename>juddiv3.xml</filename> file after updating the <filename>context.xml</filename>.
-            </para>
-        </warning>
-
-        <para>
-        To create a MySQL database name <literal>juddiv3</literal> use
-        </para>
-
-        <screen><xi:include href="extras/Database_Setup_1.screen" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
-
-        <para>
-        and finally you probably want to switch to a user which is a bit less potent then
-        '<literal>root</literal>'.
-        </para>
-        
-    </section>
-    
-    <!-- section: Switch to Postgres -->
-    <section id="sect-switch_to_postres">
-        <title>Switch to Postgres</title>
-        <para>
-        This was written from a JBoss - jUDDI perspective. Non-JBoss-users may have to
-        tweak this a little bit, but for the most part, the files and information needed
-        is here.
-        </para>
-    
-        <para>
-        Logged in as postgres user, access psql:
-        </para>
-    
-        <screen><xi:include href="extras/Database_Setup_2.screen" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
-
-        <para>
-        Note, for this example, my database is called juddi, as is the user who has full
-        privileges to the database. The user 'juddi' has a password set to 'password'.
-        </para>
-    
-        <programlisting language="XML" ><xi:include href="extras/Database_Setup_5.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        In <filename>persistence.xml</filename>, reference the correct JNDI name of the
-        datasource and remove the derby Dialect and add in the postgresql Dialect:
-        </para>
-    
-        <programlisting language="XML" ><xi:include href="extras/Database_Setup_6.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        Be sure to have <filename>postgresql-8.3-604.jdbc4.jar</filename> in the
-        <filename>lib</filename> folder!
-        </para>
-    </section>
-    
-     <!-- section: Switch to Oracle 10 -->
-    <section id="sect-switch_to_oracle">
-        <title>Switch to Oracle</title>
-        <para>
-        To switch over to Oracle you need to add the oracle driver (i.e. the<filename>classes12.jar</filename>) to the 
-        classpath and you will need to edit the <filename>persistence.xml</filename>
-        </para>
-        
-        <programlisting language="XML" ><xi:include href="extras/Database_Setup_7.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-        
-        <para>
-        To create a Oracle database name juddiv3 with the ultimate in minimalism use
-        <programlisting>sqlplus> create database juddiv3;</programlisting>
-        then you probably want to switch to a user which is a bit less potent then 'root' and set the appropriate password.
-        </para>
-        
-        <warning>
-			<title>Warning</title>
-			<para>
-				Tomcat copies the context.xml to conf/CATALINA/localhost/juddiv3.xml, and if you update the context.xml it may not update this copy. 
-				You should simply delete the juddiv3.xml file after updating the context.xml.
-			</para>
-		</warning>
-		
-		<para>
-		Please check the <xref linkend="sect-changing_oracle_sequence_name" >Administration Chapter</xref> if you want to change the Oracle Sequence name.
-		</para>
-        
-    </section>
-    
-     <!-- section: Switch to HSQL -->
-    <section id="sect-switch_to_hsql">
-        <title>Switch to HSQL</title>
-
-		<para>First make sure you have a running hsqldb. For a standalone server startup use:</para>
-		<programlisting>
-		java -cp hsqldb.jar org.hsqldb.server.Server --port 1747 --database.0 file:juddi --dbname.0 juddi
-		</programlisting>
-		<para>Next, connect the client manager to this instance using:</para>
-		<programlisting>
-		java -classpath hsqldb.jar org.hsqldb.util.DatabaseManagerSwing --driver org.hsqldb.jdbcDriver --url jdbc:hsqldb:hsql://localhost:1747/juddi  -user sa
-		</programlisting>
-		<para>and create the juddi user:</para>
-		<programlisting language="SQL" >
-		CREATE USER JUDDI PASSWORD "password"  ADMIN;
-		CREATE SCHEMA JUDDI AUTHORIZATION JUDDI;
-		SET DATABASE DEFAULT INITIAL SCHEMA JUDDI;
-		ALTER USER juddi set initial schema juddi;
-		</programlisting>
-		<para>From now on, one can connect as JUDDI user to that database and the database is now ready to go.</para>
-		
-        <para>
-        To switch over to HSQL you need to add the hsql driver (i.e. The
-        <filename>hsqldb.jar</filename>) to the classpath and you will
-        need to edit the <filename>persistence.xml</filename>
-        </para>
-
-        <programlisting language="XML" ><xi:include href="extras/Database_Setup_9.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-        and the datasource. For tomcat you the <filename>context.xml</filename> should
-        look something like
-        </para>
-    
-        <programlisting language="XML" ><xi:include href="extras/Database_Setup_10.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <warning>
-            <para>
-            Tomcat copies the <filename>context.xml</filename> to <filename>conf/CATALINA/localhost/juddiv3.xml</filename>, and if
-            you update the <filename>context.xml</filename> it may not update this copy. You should simply
-            delete the <filename>juddiv3.xml</filename> file after updating the <filename>context.xml</filename>.
-            </para>
-        </warning>
-
-    </section>
-    
-    <!-- section: Switch to &lt;other db&gt; -->
-    <section id="sect-switch_to_other_DB">
-        <title>Switch to &lt;other db&gt;</title>
-        <para>
-        If you use another database, please document, and send us what you had to change
-        to make it work and we will include it here.
-        </para>
-    </section>
-    
-    <!-- section: set persistence props in juddiv3.properties -->
-    <section id="sect-persistence_props">
-        <title>Override persistence properties in the juddiv3.properties</title>
-        <para>
-        The juddiv3.properties file can be externalized; if you give the path of juddiv3.properties 
-        in the JVM args, the juddiv3.properties will not be picked up from the WAR. To use this set the 
-        <filename>juddi.propertiesFile</filename> to a location of your configuration file.
-        This allows the user to change the juddi properties without having to open up the juddiv3.war file.
-        For this usecase it makes sense that also persistence properties can be overriden as well
-        in the juddiv3.properties file. The following properties can be set:
-        </para>
-        <table title="persistence properties">
-        <tr><th>property name</th><th>description</th><th>example value</th></tr>
-        <tr><td>persistenceProvider</td><td>JPA Implementation</td><td>Hibernate</td></tr>
-        <tr><td>hibernate.connection.datasource</td><td>datasource name</td><td>java:/jdbc/JuddiDS</td></tr>
-        <tr><td>hibernate.hbm2ddl.auto</td><td>hibernate to ddl setting </td><td>update</td></tr>
-        <tr><td>hibernate.default_schema</td><td>Schema name</td><td>JuddiSchema</td></tr>
-        <tr><td>hibernate.dialect</td><td>DataBase vendor name</td><td>org.hibernate.dialect.DB2Dialect</td></tr>
-        </table>
-    </section>
-    
-    
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Feedback.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Feedback.xml b/docs/userguide/en-US/Feedback.xml
deleted file mode 100644
index c0dbbdd..0000000
--- a/docs/userguide/en-US/Feedback.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<section>
-	<title>We Need Feedback!</title>
-	<para>
-	If you find a typographical error in this manual, or if you have thought of a way
-    to make this manual better, we would love to hear from you! 
-	</para>
-
-	<para>
-	For any issues you find, or improvements you have, please sign up for a JIRA account at https://issues.apache.org/jira/secure/Dashboard.jspa and file a bug under the "jUDDI" component.
-	</para>
-
-	<para>
-    If you have a suggestion for improving the documentation, try to be as specific as
-    possible when describing it. If you have found an error, please include the section number
-    and some of the surrounding text so we can find it easily.
-	</para>
-</section>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/Getting_Started.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/Getting_Started.xml b/docs/userguide/en-US/Getting_Started.xml
deleted file mode 100644
index 95fe83b..0000000
--- a/docs/userguide/en-US/Getting_Started.xml
+++ /dev/null
@@ -1,167 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: Getting Started -->
-<chapter id="chap-Getting_Started">
-    <title>Getting Started</title>
-    
-    <!-- section: What Should I Download? -->
-    <section id="sect-what_should_I_download">
-        <title>What Should I Download?</title>
-        <para>
-        The jUDDI server deploys as a WebARchive (war) named <filename>juddiv3.war</filename>. Within jUDDI,
-        there are three downloadable files (<filename>juddi-core.jar</filename>, <filename>juddi.war</filename>, and
-        <filename>juddi-tomcat.zip</filename>). You should determine which one to use depending on what level
-        of integration you want with your application and your platform / server choices.
-        </para>
-        <para>
-        JUDDI also ships with client side code, the <filename>juddi-client.jar</filename>. The jUDDI server
-        depends on the <filename>juddi-client.jar</filename> in situations where one server communicates to
-        another server. In this setup one server acts as a client to the other server. The
-        juddi-client.
-        </para>
-    </section>
-    
-    <!-- section: Using the JAR -->
-    <section id="sect-using_the_jar">
-        <title>Using the JAR</title>
-        <para>
-        The juddi-core module produces a JAR which contains the jUDDI source and a jUDDI
-        persistence.xml configuration. jUDDI's persistence is being actively tested with
-        both OpenJPA and with Hibernate. If you are going to use only the JAR, you would
-        need to directly insert objects into jUDDI through the database back end or
-        persistence layer, or configure your own Web Service provider with the provided
-        WSDL files and classes.
-        </para>
-    </section>
-    
-    <!-- section: Using the WAR File -->
-    <section id="sect-using_the_WAR_file">
-        <title>Using the WAR File</title>
-        <para>
-        As with the JAR, you need to make a decision on what framework you would like to
-        use when building the WAR. jUDDI's architecture supports any JAX-WS compliant WS
-        stack (Axis, CXF, etc). The jUDDI 3.0.GA release ships with CXF in the Tomcat
-        bundle, but any docs or descriptors to support other WS stacks would be welcome
-        contributions. Simply copy the WAR to the deploy folder of your server (this
-        release has been tested under Apache Tomcat 6.0.20), start your server, and follow
-        the directions under “using jUDDI as a Web Service”.
-        </para>
-    </section>
-    
-    <!-- section: Using the Tomcat Bundle -->
-    <section id="sect-using_the_tomcat_bundle">
-        <title>Using the Tomcat Bundle</title>
-        <para>
-        The jUDDI Tomcat bundle packages up the jUDDI WAR, Apache Derby, and a few
-        necessary configuration files and provides the user with a pre-configured jUDDI
-        instance. By default, Hibernate is used as the persistence layer and CXF is used
-        as a Web Service framework. To get started using the Tomcat bundle, unzip the
-        <filename>juddi-tomcat-bundle.zip</filename>, and start Tomcat :
-        </para>
-    
-        <screen><xi:include href="extras/Getting_Started_1.screen" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
-
-        <para>
-        It is suggested that you use JDK 1.6 with the Tomcat 6 bundle. On Mac OS X you can
-        either change your JAVA_HOME settings or use 
-        <filename>/Applications/Utilities/Java Preferences.app</filename> to change your 
-        current JDK.
-        </para>
-    
-        <para>
-        Once the server is up and running can make sure the root data was properly
-        installed by browsing to <ulink url="http://localhost:8080/juddiv3"/>
-        </para>
-        
-        <para>
-        You should see the screen show in <xref linkend="fig-jUDDI_welcome" />.
-        </para>
-    
-        <!-- figure: jUDDI Welcome Page -->
-        <figure id="fig-jUDDI_welcome">
-            <title>jUDDI Welcome Page</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/jUDDI_welcome.png" scalefit="1"/>
-                </imageobject>
-                <textobject>
-                    <phrase>jUDDI Welcome Page</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-
-    </section>
-
-    <!-- section: Using jUDDI Web Services -->
-    <section id="sect-Using_jUDDI_webservices">
-        <title>Using jUDDI Web Services</title>
-        <para>
-        Once the jUDDI server is started, you can inspect the UDDI WebService API by 
-        browsing to <ulink url="http://localhost:8080/juddiv3/services"/>
-        </para>
-    
-        <para>
-        You should see an overview of all the Services and their WSDLs.
-        </para>
-    
-        <!-- figure: UDDI Services Overview -->
-        <figure id="fig-UDDI_services_overview">
-            <title>UDDI Services Overview</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/UDDI_services_overview.png" scalefit="1"/>
-                </imageobject>
-                <textobject>
-                    <phrase>UDDI Services Overview</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-
-        <para>
-        The services page shows you the available endpoints and methods available. Using
-        any SOAP client, you should be able to send some sample requests to jUDDI to test:
-        </para>
-    
-        <!-- figure: Getting an authToken using SoapUI -->
-        <figure id="fig-getting_authToken_soapUI">
-            <title>Getting an authToken using SoapUI</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/authToken_SoapUI.png" scalefit="1"/>
-                </imageobject>
-                <textobject>
-                    <phrase>Getting an authToken using SoapUI</phrase>
-                </textobject>
-            </mediaobject>
-        </figure>
-        
-    </section>
-    
-
-
-    
-    
-    
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/GlassfishDeploy.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/GlassfishDeploy.xml b/docs/userguide/en-US/GlassfishDeploy.xml
deleted file mode 100644
index ff7323a..0000000
--- a/docs/userguide/en-US/GlassfishDeploy.xml
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: Subscription -->
-<chapter id="chap-deployglassfish">
-	<title>Deploying to Glassfish 2.1.1</title>
-    
-    <!-- section: Introduction -->
-	<section id="sect-deployglassfish">
-		<title>Introduction</title>
-		<para> This section describes how to deploy juddi to Glassfish 2.1.1.
-			These instructions will use CXF as a webservice framework.</para>
-		<para>
-			First, download the glassfish-v2.1.1 installer JAR. Once
-			downloaded,install using the JAR and then run the ant setup script :
-			<programlisting>
-java -jar glassfish-installer-v2.1.1-b31g-linux.jar
-cd glassfish
-ant -f setup.xml
-</programlisting>
-		</para>
-	</section>
-	<section id="sect-glassfish-jars">
-		<title>Glassfish jars</title>
-		<para>
-			Copy the following JARs into domains/domain1/lib/ext. Note that for
-			the purposes of this example, we have copied the MySQL driver to
-			<filename>domains/domain1/lib/ext</filename>
-			:
-			<programlisting>
-antlr-2.7.6.jar
-cglib-nodep-2.1_3.jar
-commons-collections-3.2.1.jar
-commons-logging-1.1.jar
-dom4j-1.6.1.jar
-hibernate-3.2.5.ga.jar
-hibernate-annotations-3.3.0.ga.jar
-hibernate-commons-annotations-3.0.0.ga.jar
-hibernate-entitymanager-3.3.1.ga.jar
-hibernate-validator-3.0.0.ga.jar
-javassist-3.3.ga.jar
-jboss-common-core-2.0.4.GA.jar
-jta-1.0.1B.jar
-mysql-connector-java-5.0.8-bin.jar
-persistence-api-1.0.jar
-</programlisting>
-		</para>
-	</section>
-	<section id="sect-juddi-ds">
-		<title>Configure the JUDDI datasource</title>
-		<para>
-			First, using the asadmin administration tool, import the following
-			file :
-			<programlisting><xi:include href="extras/resource.xmlt"
-				parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-			<programlisting>
-	asadmin add-resources resource.xml
-	</programlisting>
-			Then use the Glassfish administration console to create a
-			"jdbc/juddiDB" JDBC datasource resource based on the mysql-pool
-			Connection Pool.
-		</para>
-	</section>
-	<section id="sect-glassfish-juddi-war">
-		<title>Add juddiv3-cxf.war</title>
-		<para>
-			Unzip the juddiv3-cxf WAR into
-			<filename>domains/domain1/autodeploy/juddiv3.war
-			</filename>
-			.
-		</para>
-		<para>
-			Add a
-			<filename>sun-web.xml</filename>
-			file into juddiv3.war/WEB-INF. Make sure that the JNDI references
-			matches the JNDI location you configured in the Glassfish
-			administration console.
-			<programlisting><xi:include href="extras/sun-web.xmlt"
-				parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-		</para>
-		<para>
-			Next, make a few changes to
-			<filename>juddiv3.war/WEB-INF/classes/META-INF/persistence.xml
-			</filename>.
-			Change the "hibernate.dialect" property to match the database that
-			you have chosen for persistence. For MySQL, change the value of
-			hibernate.dialect to "org.hibernate.dialect.MySQLDialect". A full
-			list of dialects available can be found in the hibernate
-			documentation
-			(https://www.hibernate.org/hib_docs/v3/api/org/hibernate/dialect/package-summary.html).
-			Next, change the &lt;jta-data-source&gt; change the value from java:comp/env/jdbc/JuddiDS to java:comp/env/jdbc/JuddiDB.
-
-	</para>
-
-    </section> 
-
-    <section id="sect-run">
-        <title>Run juddi</title>
-        <para>
-	Start up the server :
-	<programlisting>
-cd bin
-asadmin start-domain domain1
-        </programlisting>
-	
-	Once the server is deployed, browse to <ulink url="http://localhost:8080/juddiv3">http://localhost:8080/juddiv3</ulink>
-	</para>
-    </section>
-
-</chapter>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/docs/userguide/en-US/JBoss6Deploy.xml
----------------------------------------------------------------------
diff --git a/docs/userguide/en-US/JBoss6Deploy.xml b/docs/userguide/en-US/JBoss6Deploy.xml
deleted file mode 100644
index d780e39..0000000
--- a/docs/userguide/en-US/JBoss6Deploy.xml
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version='1.0'?>
-<!--
- * 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.
- *
- */ -->
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jUDDI_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- chapter: Subscription -->
-<chapter id="chap-deployjboss">
-    <title>Deploying to JBoss 6.0.0.GA</title>
-    
-    <!-- section: Introduction -->
-    <section id="sect-deployjboss">
-        <title>Introduction</title>
-        <para>
-	This section describes how to deploy juddi to JBoss 6.0.0.GA.     
-        </para>
-
-        <para>
-	First, download jboss-6.0.0.GA - the zip or tar.gz bundle may be found 
-at http://www.jboss.org/jbossas/downloads/.      Download the bundle and uncompress it.
-        </para>
-   
-    </section>
-   
-    <section id="sect-juddi-war">
-	<title>Add juddiv3.war</title>
-	<para>
-	Copy juddiv3.war to server/default/deploy and unpack it.
-	</para>
-	
-	<para>
-	Insert <filename>jboss-web.xml</filename> into the juddiv3.war/WEB-INF directory , should look like the following :
-	<programlisting><xi:include href="extras/jboss-web6.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>	
-	</para>
-    </section> 
-
-    <section id="sect-web.xml">
-	<title>Change web.xml</title>
-        <para>
-	Replace the WEB-INF/web.xml with the jbossws-native-web.xml within docs/examples/appserver.
-        </para>
-    </section>
-
-    <section id="sect-datasource">
-        <title>Configure Datasource</title>
-        <para>
-	The first step for configuring a datasource is to copy your JDBC driver into the classpath.    Copy your JDBC driver into <filename>${jboss.home.dir}/server/${configuration}/lib</filename>, where configuration is the profile you wish to start with (default, all, etc.). 
-
-	Example : 
-	<programlisting>cp mysql-connector-java-5.0.8-bin.jar /opt/jboss-5.1.0.GA/server/default/lib</programlisting> 
-        </para>
-
-        <para>
-	Next, configure a JBoss datasource file for your db.   Listed below is an example datasource for MySQL :	
-        </para>
-        <programlisting><xi:include href="extras/juddiv3-ds.xmlt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
-        <para>
-	Next, make a few changes to the <filename>juddiv3.war/classes/META-INF/persistence.xml</filename>. 
-	
-	Change the "hibernate.dialect" property to match the database you have chosen for persistence.      For MySQL, change the value of hibernate.dialect to "org.hibernate.dialect.MySQLDialect".     A full list of dialects available can be found in the hibernate documentation (https://www.hibernate.org/hib_docs/v3/api/org/hibernate/dialect/package-summary.html).  
-
-	Next, change the &lt;jta-data-source&gt; tags so that it reads &lt;non-jta-data-source&gt;, and change the value from java:comp/env/jdbc/JuddiDS to java:/JuddiDS.
-        </para>
-
-    </section>
-    
-</chapter>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org