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:24 UTC

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

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