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 2013/10/05 21:46:32 UTC

svn commit: r1529504 [2/3] - in /juddi/trunk/juddi-client.net: ./ example/AspnetServiceLifeCycle/ example/WcfServiceLifeCycle/ juddi-client.net-integration.test/ juddi-client.net-integration.test/Properties/ juddi-client.net-sample/ juddi-client.net.te...

Modified: juddi/trunk/juddi-client.net/juddi-client.net/bindings/JUDDIApiService.cs
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/juddi-client.net/bindings/JUDDIApiService.cs?rev=1529504&r1=1529503&r2=1529504&view=diff
==============================================================================
--- juddi/trunk/juddi-client.net/juddi-client.net/bindings/JUDDIApiService.cs (original)
+++ juddi/trunk/juddi-client.net/juddi-client.net/bindings/JUDDIApiService.cs Sat Oct  5 19:46:32 2013
@@ -8,6 +8,7 @@
 // </auto-generated>
 //------------------------------------------------------------------------------
 
+using org.uddi.apiv3;
 using System;
 using System.ComponentModel;
 using System.Diagnostics;
@@ -628,5724 +629,6 @@ namespace org.apache.juddi.apiv3
         }
     }
 
-    /// <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:sub_v3")]
-    public partial class keyBag
-    {
-
-        private bool deletedField;
-
-        private string[] tModelKeyField;
-
-        private string[] businessKeyField;
-
-        private string[] serviceKeyField;
-
-        private string[] bindingKeyField;
-
-        /// <remarks/>
-        public bool deleted
-        {
-            get
-            {
-                return this.deletedField;
-            }
-            set
-            {
-                this.deletedField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("tModelKey", Namespace = "urn:uddi-org:api_v3")]
-        public string[] tModelKey
-        {
-            get
-            {
-                return this.tModelKeyField;
-            }
-            set
-            {
-                this.tModelKeyField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("businessKey", Namespace = "urn:uddi-org:api_v3")]
-        public string[] businessKey
-        {
-            get
-            {
-                return this.businessKeyField;
-            }
-            set
-            {
-                this.businessKeyField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("serviceKey", Namespace = "urn:uddi-org:api_v3")]
-        public string[] serviceKey
-        {
-            get
-            {
-                return this.serviceKeyField;
-            }
-            set
-            {
-                this.serviceKeyField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("bindingKey", Namespace = "urn:uddi-org:api_v3")]
-        public string[] bindingKey
-        {
-            get
-            {
-                return this.bindingKeyField;
-            }
-            set
-            {
-                this.bindingKeyField = 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_v3")]
-    public partial class keysOwned
-    {
-
-        private string fromKeyField;
-
-        private string toKeyField;
-
-        /// <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/>
-    [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_v3")]
-    public partial class assertionStatusItem
-    {
-
-        private string fromKeyField;
-
-        private string toKeyField;
-
-        private keyedReference keyedReferenceField;
-
-        private keysOwned keysOwnedField;
-
-        private completionStatus completionStatusField;
-
-        /// <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/>
-        public keysOwned keysOwned
-        {
-            get
-            {
-                return this.keysOwnedField;
-            }
-            set
-            {
-                this.keysOwnedField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public completionStatus completionStatus
-        {
-            get
-            {
-                return this.completionStatusField;
-            }
-            set
-            {
-                this.completionStatusField = 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_v3")]
-    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.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:uddi-org:api_v3")]
-    public enum completionStatus
-    {
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlEnumAttribute("status:complete")]
-        statuscomplete,
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlEnumAttribute("status:fromKey_incomplete")]
-        statusfromKey_incomplete,
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlEnumAttribute("status:toKey_incomplete")]
-        statustoKey_incomplete,
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlEnumAttribute("status:both_incomplete")]
-        statusboth_incomplete,
-    }
-
-    /// <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_v3")]
-    public partial class tModelInfo
-    {
-
-        private name nameField;
-
-        private description[] descriptionField;
-
-        private string tModelKeyField;
-
-        /// <remarks/>
-        public name name
-        {
-            get
-            {
-                return this.nameField;
-            }
-            set
-            {
-                this.nameField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("description", IsNullable = true)]
-        public description[] description
-        {
-            get
-            {
-                return this.descriptionField;
-            }
-            set
-            {
-                this.descriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string tModelKey
-        {
-            get
-            {
-                return this.tModelKeyField;
-            }
-            set
-            {
-                this.tModelKeyField = 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_v3")]
-    public partial class name
-    {
-
-        private string langField;
-
-        private string valueField;
-
-        public name() { }
-        public name(string name, string lang)
-        {
-            langField = lang;
-            valueField = name;
-        }
-
-        /// <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.XmlTextAttribute()]
-        public string Value
-        {
-            get
-            {
-                return this.valueField;
-            }
-            set
-            {
-                this.valueField = 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_v3")]
-    public partial class description
-    {
-
-        private string langField;
-
-        private string valueField;
-
-        /// <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.XmlTextAttribute()]
-        public string Value
-        {
-            get
-            {
-                return this.valueField;
-            }
-            set
-            {
-                this.valueField = 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_v3")]
-    public partial class tModelList
-    {
-
-        private listDescription listDescriptionField;
-
-        private tModelInfo[] tModelInfosField;
-
-        private bool truncatedField;
-
-        private bool truncatedFieldSpecified;
-
-        /// <remarks/>
-        public listDescription listDescription
-        {
-            get
-            {
-                return this.listDescriptionField;
-            }
-            set
-            {
-                this.listDescriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
-        public tModelInfo[] tModelInfos
-        {
-            get
-            {
-                return this.tModelInfosField;
-            }
-            set
-            {
-                this.tModelInfosField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public bool truncated
-        {
-            get
-            {
-                return this.truncatedField;
-            }
-            set
-            {
-                this.truncatedField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool truncatedSpecified
-        {
-            get
-            {
-                return this.truncatedFieldSpecified;
-            }
-            set
-            {
-                this.truncatedFieldSpecified = 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_v3")]
-    public partial class listDescription
-    {
-
-        private int includeCountField;
-
-        private int actualCountField;
-
-        private int listHeadField;
-
-        /// <remarks/>
-        public int includeCount
-        {
-            get
-            {
-                return this.includeCountField;
-            }
-            set
-            {
-                this.includeCountField = value;
-            }
-        }
-
-        /// <remarks/>
-        public int actualCount
-        {
-            get
-            {
-                return this.actualCountField;
-            }
-            set
-            {
-                this.actualCountField = value;
-            }
-        }
-
-        /// <remarks/>
-        public int listHead
-        {
-            get
-            {
-                return this.listHeadField;
-            }
-            set
-            {
-                this.listHeadField = 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_v3")]
-    public partial class serviceList
-    {
-
-        private listDescription listDescriptionField;
-
-        private serviceInfo[] serviceInfosField;
-
-        private bool truncatedField;
-
-        private bool truncatedFieldSpecified;
-
-        /// <remarks/>
-        public listDescription listDescription
-        {
-            get
-            {
-                return this.listDescriptionField;
-            }
-            set
-            {
-                this.listDescriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
-        public serviceInfo[] serviceInfos
-        {
-            get
-            {
-                return this.serviceInfosField;
-            }
-            set
-            {
-                this.serviceInfosField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public bool truncated
-        {
-            get
-            {
-                return this.truncatedField;
-            }
-            set
-            {
-                this.truncatedField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool truncatedSpecified
-        {
-            get
-            {
-                return this.truncatedFieldSpecified;
-            }
-            set
-            {
-                this.truncatedFieldSpecified = 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_v3")]
-    public partial class serviceInfo
-    {
-
-        private name[] nameField;
-
-        private string serviceKeyField;
-
-        private string businessKeyField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("name", IsNullable = true)]
-        public name[] name
-        {
-            get
-            {
-                return this.nameField;
-            }
-            set
-            {
-                this.nameField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string serviceKey
-        {
-            get
-            {
-                return this.serviceKeyField;
-            }
-            set
-            {
-                this.serviceKeyField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string businessKey
-        {
-            get
-            {
-                return this.businessKeyField;
-            }
-            set
-            {
-                this.businessKeyField = 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_v3")]
-    public partial class publisherAssertion
-    {
-
-        private string fromKeyField;
-
-        private string toKeyField;
-
-        private keyedReference keyedReferenceField;
-
-        private SignatureType[] signatureField;
-
-        /// <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.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(Namespace = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class SignatureType
-    {
-
-        private SignedInfoType signedInfoField;
-
-        private SignatureValueType signatureValueField;
-
-        private KeyInfoType keyInfoField;
-
-        private ObjectType[] objectField;
-
-        private string idField;
-
-        /// <remarks/>
-        public SignedInfoType SignedInfo
-        {
-            get
-            {
-                return this.signedInfoField;
-            }
-            set
-            {
-                this.signedInfoField = value;
-            }
-        }
-
-        /// <remarks/>
-        public SignatureValueType SignatureValue
-        {
-            get
-            {
-                return this.signatureValueField;
-            }
-            set
-            {
-                this.signatureValueField = value;
-            }
-        }
-
-        /// <remarks/>
-        public KeyInfoType KeyInfo
-        {
-            get
-            {
-                return this.keyInfoField;
-            }
-            set
-            {
-                this.keyInfoField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("Object")]
-        public ObjectType[] Object
-        {
-            get
-            {
-                return this.objectField;
-            }
-            set
-            {
-                this.objectField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "ID")]
-        public string Id
-        {
-            get
-            {
-                return this.idField;
-            }
-            set
-            {
-                this.idField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class SignedInfoType
-    {
-
-        private CanonicalizationMethodType canonicalizationMethodField;
-
-        private SignatureMethodType signatureMethodField;
-
-        private ReferenceType[] referenceField;
-
-        private string idField;
-
-        /// <remarks/>
-        public CanonicalizationMethodType CanonicalizationMethod
-        {
-            get
-            {
-                return this.canonicalizationMethodField;
-            }
-            set
-            {
-                this.canonicalizationMethodField = value;
-            }
-        }
-
-        /// <remarks/>
-        public SignatureMethodType SignatureMethod
-        {
-            get
-            {
-                return this.signatureMethodField;
-            }
-            set
-            {
-                this.signatureMethodField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("Reference")]
-        public ReferenceType[] Reference
-        {
-            get
-            {
-                return this.referenceField;
-            }
-            set
-            {
-                this.referenceField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "ID")]
-        public string Id
-        {
-            get
-            {
-                return this.idField;
-            }
-            set
-            {
-                this.idField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class CanonicalizationMethodType
-    {
-
-        private System.Xml.XmlNode[] anyField;
-
-        private string algorithmField;
-
-        /// <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 Algorithm
-        {
-            get
-            {
-                return this.algorithmField;
-            }
-            set
-            {
-                this.algorithmField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class SignatureMethodType
-    {
-
-        private object[] itemsField;
-
-        private string[] textField;
-
-        private string algorithmField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAnyElementAttribute()]
-        [System.Xml.Serialization.XmlElementAttribute("HMACOutputLength", typeof(string), DataType = "integer")]
-        public object[] Items
-        {
-            get
-            {
-                return this.itemsField;
-            }
-            set
-            {
-                this.itemsField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlTextAttribute()]
-        public string[] Text
-        {
-            get
-            {
-                return this.textField;
-            }
-            set
-            {
-                this.textField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "anyURI")]
-        public string Algorithm
-        {
-            get
-            {
-                return this.algorithmField;
-            }
-            set
-            {
-                this.algorithmField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class ReferenceType
-    {
-
-        private TransformType[] transformsField;
-
-        private DigestMethodType digestMethodField;
-
-        private byte[] digestValueField;
-
-        private string idField;
-
-        private string uRIField;
-
-        private string typeField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable = false)]
-        public TransformType[] Transforms
-        {
-            get
-            {
-                return this.transformsField;
-            }
-            set
-            {
-                this.transformsField = value;
-            }
-        }
-
-        /// <remarks/>
-        public DigestMethodType DigestMethod
-        {
-            get
-            {
-                return this.digestMethodField;
-            }
-            set
-            {
-                this.digestMethodField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
-        public byte[] DigestValue
-        {
-            get
-            {
-                return this.digestValueField;
-            }
-            set
-            {
-                this.digestValueField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "ID")]
-        public string Id
-        {
-            get
-            {
-                return this.idField;
-            }
-            set
-            {
-                this.idField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "anyURI")]
-        public string URI
-        {
-            get
-            {
-                return this.uRIField;
-            }
-            set
-            {
-                this.uRIField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "anyURI")]
-        public string Type
-        {
-            get
-            {
-                return this.typeField;
-            }
-            set
-            {
-                this.typeField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class TransformType
-    {
-
-        private object[] itemsField;
-
-        private string[] textField;
-
-        private string algorithmField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAnyElementAttribute()]
-        [System.Xml.Serialization.XmlElementAttribute("XPath", typeof(string))]
-        public object[] Items
-        {
-            get
-            {
-                return this.itemsField;
-            }
-            set
-            {
-                this.itemsField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlTextAttribute()]
-        public string[] Text
-        {
-            get
-            {
-                return this.textField;
-            }
-            set
-            {
-                this.textField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "anyURI")]
-        public string Algorithm
-        {
-            get
-            {
-                return this.algorithmField;
-            }
-            set
-            {
-                this.algorithmField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class DigestMethodType
-    {
-
-        private System.Xml.XmlNode[] anyField;
-
-        private string algorithmField;
-
-        /// <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 Algorithm
-        {
-            get
-            {
-                return this.algorithmField;
-            }
-            set
-            {
-                this.algorithmField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class SignatureValueType
-    {
-
-        private string idField;
-
-        private byte[] valueField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "ID")]
-        public string Id
-        {
-            get
-            {
-                return this.idField;
-            }
-            set
-            {
-                this.idField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlTextAttribute(DataType = "base64Binary")]
-        public byte[] Value
-        {
-            get
-            {
-                return this.valueField;
-            }
-            set
-            {
-                this.valueField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class KeyInfoType
-    {
-
-        private object[] itemsField;
-
-        private ItemsChoiceType2[] itemsElementNameField;
-
-        private string[] textField;
-
-        private string idField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAnyElementAttribute()]
-        [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string))]
-        [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType))]
-        [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string))]
-        [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType))]
-        [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType))]
-        [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType))]
-        [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType))]
-        [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
-        public object[] Items
-        {
-            get
-            {
-                return this.itemsField;
-            }
-            set
-            {
-                this.itemsField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public ItemsChoiceType2[] ItemsElementName
-        {
-            get
-            {
-                return this.itemsElementNameField;
-            }
-            set
-            {
-                this.itemsElementNameField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlTextAttribute()]
-        public string[] Text
-        {
-            get
-            {
-                return this.textField;
-            }
-            set
-            {
-                this.textField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "ID")]
-        public string Id
-        {
-            get
-            {
-                return this.idField;
-            }
-            set
-            {
-                this.idField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class KeyValueType
-    {
-
-        private object[] itemsField;
-
-        private string[] textField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAnyElementAttribute()]
-        [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType))]
-        [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType))]
-        public object[] Items
-        {
-            get
-            {
-                return this.itemsField;
-            }
-            set
-            {
-                this.itemsField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlTextAttribute()]
-        public string[] Text
-        {
-            get
-            {
-                return this.textField;
-            }
-            set
-            {
-                this.textField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class DSAKeyValueType
-    {
-
-        private byte[] pField;
-
-        private byte[] qField;
-
-        private byte[] gField;
-
-        private byte[] yField;
-
-        private byte[] jField;
-
-        private byte[] seedField;
-
-        private byte[] pgenCounterField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
-        public byte[] P
-        {
-            get
-            {
-                return this.pField;
-            }
-            set
-            {
-                this.pField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
-        public byte[] Q
-        {
-            get
-            {
-                return this.qField;
-            }
-            set
-            {
-                this.qField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
-        public byte[] G
-        {
-            get
-            {
-                return this.gField;
-            }
-            set
-            {
-                this.gField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
-        public byte[] Y
-        {
-            get
-            {
-                return this.yField;
-            }
-            set
-            {
-                this.yField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
-        public byte[] J
-        {
-            get
-            {
-                return this.jField;
-            }
-            set
-            {
-                this.jField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
-        public byte[] Seed
-        {
-            get
-            {
-                return this.seedField;
-            }
-            set
-            {
-                this.seedField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
-        public byte[] PgenCounter
-        {
-            get
-            {
-                return this.pgenCounterField;
-            }
-            set
-            {
-                this.pgenCounterField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class RSAKeyValueType
-    {
-
-        private byte[] modulusField;
-
-        private byte[] exponentField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
-        public byte[] Modulus
-        {
-            get
-            {
-                return this.modulusField;
-            }
-            set
-            {
-                this.modulusField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
-        public byte[] Exponent
-        {
-            get
-            {
-                return this.exponentField;
-            }
-            set
-            {
-                this.exponentField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class PGPDataType
-    {
-
-        private object[] itemsField;
-
-        private ItemsChoiceType[] itemsElementNameField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAnyElementAttribute()]
-        [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType = "base64Binary")]
-        [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType = "base64Binary")]
-        [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
-        public object[] Items
-        {
-            get
-            {
-                return this.itemsField;
-            }
-            set
-            {
-                this.itemsField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public ItemsChoiceType[] ItemsElementName
-        {
-            get
-            {
-                return this.itemsElementNameField;
-            }
-            set
-            {
-                this.itemsElementNameField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://www.w3.org/2000/09/xmldsig#", IncludeInSchema = false)]
-    public enum ItemsChoiceType
-    {
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlEnumAttribute("##any:")]
-        Item,
-
-        /// <remarks/>
-        PGPKeyID,
-
-        /// <remarks/>
-        PGPKeyPacket,
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class RetrievalMethodType
-    {
-
-        private TransformType[] transformsField;
-
-        private string uRIField;
-
-        private string typeField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable = false)]
-        public TransformType[] Transforms
-        {
-            get
-            {
-                return this.transformsField;
-            }
-            set
-            {
-                this.transformsField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "anyURI")]
-        public string URI
-        {
-            get
-            {
-                return this.uRIField;
-            }
-            set
-            {
-                this.uRIField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "anyURI")]
-        public string Type
-        {
-            get
-            {
-                return this.typeField;
-            }
-            set
-            {
-                this.typeField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class SPKIDataType
-    {
-
-        private object[] itemsField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAnyElementAttribute()]
-        [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType = "base64Binary")]
-        public object[] Items
-        {
-            get
-            {
-                return this.itemsField;
-            }
-            set
-            {
-                this.itemsField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class X509DataType
-    {
-
-        private object[] itemsField;
-
-        private ItemsChoiceType1[] itemsElementNameField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAnyElementAttribute()]
-        [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType = "base64Binary")]
-        [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType = "base64Binary")]
-        [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType))]
-        [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType = "base64Binary")]
-        [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string))]
-        [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
-        public object[] Items
-        {
-            get
-            {
-                return this.itemsField;
-            }
-            set
-            {
-                this.itemsField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public ItemsChoiceType1[] ItemsElementName
-        {
-            get
-            {
-                return this.itemsElementNameField;
-            }
-            set
-            {
-                this.itemsElementNameField = 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 = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class X509IssuerSerialType
-    {
-
-        private string x509IssuerNameField;
-
-        private string x509SerialNumberField;
-
-        /// <remarks/>
-        public string X509IssuerName
-        {
-            get
-            {
-                return this.x509IssuerNameField;
-            }
-            set
-            {
-                this.x509IssuerNameField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute(DataType = "integer")]
-        public string X509SerialNumber
-        {
-            get
-            {
-                return this.x509SerialNumberField;
-            }
-            set
-            {
-                this.x509SerialNumberField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://www.w3.org/2000/09/xmldsig#", IncludeInSchema = false)]
-    public enum ItemsChoiceType1
-    {
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlEnumAttribute("##any:")]
-        Item,
-
-        /// <remarks/>
-        X509CRL,
-
-        /// <remarks/>
-        X509Certificate,
-
-        /// <remarks/>
-        X509IssuerSerial,
-
-        /// <remarks/>
-        X509SKI,
-
-        /// <remarks/>
-        X509SubjectName,
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://www.w3.org/2000/09/xmldsig#", IncludeInSchema = false)]
-    public enum ItemsChoiceType2
-    {
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlEnumAttribute("##any:")]
-        Item,
-
-        /// <remarks/>
-        KeyName,
-
-        /// <remarks/>
-        KeyValue,
-
-        /// <remarks/>
-        MgmtData,
-
-        /// <remarks/>
-        PGPData,
-
-        /// <remarks/>
-        RetrievalMethod,
-
-        /// <remarks/>
-        SPKIData,
-
-        /// <remarks/>
-        X509Data,
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://www.w3.org/2000/09/xmldsig#")]
-    public partial class ObjectType
-    {
-
-        private System.Xml.XmlNode[] anyField;
-
-        private string idField;
-
-        private string mimeTypeField;
-
-        private string encodingField;
-
-        /// <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 = "ID")]
-        public string Id
-        {
-            get
-            {
-                return this.idField;
-            }
-            set
-            {
-                this.idField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string MimeType
-        {
-            get
-            {
-                return this.mimeTypeField;
-            }
-            set
-            {
-                this.mimeTypeField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "anyURI")]
-        public string Encoding
-        {
-            get
-            {
-                return this.encodingField;
-            }
-            set
-            {
-                this.encodingField = 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_v3")]
-    public partial class sharedRelationships
-    {
-
-        private keyedReference[] keyedReferenceField;
-
-        private publisherAssertion[] publisherAssertionField;
-
-        private direction directionField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("keyedReference")]
-        public keyedReference[] keyedReference
-        {
-            get
-            {
-                return this.keyedReferenceField;
-            }
-            set
-            {
-                this.keyedReferenceField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("publisherAssertion", IsNullable = true)]
-        public publisherAssertion[] publisherAssertion
-        {
-            get
-            {
-                return this.publisherAssertionField;
-            }
-            set
-            {
-                this.publisherAssertionField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public direction direction
-        {
-            get
-            {
-                return this.directionField;
-            }
-            set
-            {
-                this.directionField = value;
-            }
-        }
-    }
-
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.17929")]
-    [System.SerializableAttribute()]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:uddi-org:api_v3")]
-    public enum direction
-    {
-
-        /// <remarks/>
-        fromKey,
-
-        /// <remarks/>
-        toKey,
-    }
-
-    /// <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_v3")]
-    public partial class relatedBusinessInfo
-    {
-
-        private string businessKeyField;
-
-        private name[] nameField;
-
-        private description[] descriptionField;
-
-        private sharedRelationships[] sharedRelationshipsField;
-
-        /// <remarks/>
-        public string businessKey
-        {
-            get
-            {
-                return this.businessKeyField;
-            }
-            set
-            {
-                this.businessKeyField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("name")]
-        public name[] name
-        {
-            get
-            {
-                return this.nameField;
-            }
-            set
-            {
-                this.nameField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("description", IsNullable = true)]
-        public description[] description
-        {
-            get
-            {
-                return this.descriptionField;
-            }
-            set
-            {
-                this.descriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("sharedRelationships")]
-        public sharedRelationships[] sharedRelationships
-        {
-            get
-            {
-                return this.sharedRelationshipsField;
-            }
-            set
-            {
-                this.sharedRelationshipsField = 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_v3")]
-    public partial class relatedBusinessesList
-    {
-
-        private listDescription listDescriptionField;
-
-        private string businessKeyField;
-
-        private relatedBusinessInfo[] relatedBusinessInfosField;
-
-        private bool truncatedField;
-
-        private bool truncatedFieldSpecified;
-
-        /// <remarks/>
-        public listDescription listDescription
-        {
-            get
-            {
-                return this.listDescriptionField;
-            }
-            set
-            {
-                this.listDescriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        public string businessKey
-        {
-            get
-            {
-                return this.businessKeyField;
-            }
-            set
-            {
-                this.businessKeyField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
-        public relatedBusinessInfo[] relatedBusinessInfos
-        {
-            get
-            {
-                return this.relatedBusinessInfosField;
-            }
-            set
-            {
-                this.relatedBusinessInfosField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public bool truncated
-        {
-            get
-            {
-                return this.truncatedField;
-            }
-            set
-            {
-                this.truncatedField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool truncatedSpecified
-        {
-            get
-            {
-                return this.truncatedFieldSpecified;
-            }
-            set
-            {
-                this.truncatedFieldSpecified = 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_v3")]
-    public partial class businessInfo
-    {
-
-        private name[] nameField;
-
-        private description[] descriptionField;
-
-        private serviceInfo[] serviceInfosField;
-
-        private string businessKeyField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("name")]
-        public name[] name
-        {
-            get
-            {
-                return this.nameField;
-            }
-            set
-            {
-                this.nameField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("description", IsNullable = true)]
-        public description[] description
-        {
-            get
-            {
-                return this.descriptionField;
-            }
-            set
-            {
-                this.descriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
-        public serviceInfo[] serviceInfos
-        {
-            get
-            {
-                return this.serviceInfosField;
-            }
-            set
-            {
-                this.serviceInfosField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string businessKey
-        {
-            get
-            {
-                return this.businessKeyField;
-            }
-            set
-            {
-                this.businessKeyField = 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_v3")]
-    public partial class businessList
-    {
-
-        private listDescription listDescriptionField;
-
-        private businessInfo[] businessInfosField;
-
-        private bool truncatedField;
-
-        private bool truncatedFieldSpecified;
-
-        /// <remarks/>
-        public listDescription listDescription
-        {
-            get
-            {
-                return this.listDescriptionField;
-            }
-            set
-            {
-                this.listDescriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
-        public businessInfo[] businessInfos
-        {
-            get
-            {
-                return this.businessInfosField;
-            }
-            set
-            {
-                this.businessInfosField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public bool truncated
-        {
-            get
-            {
-                return this.truncatedField;
-            }
-            set
-            {
-                this.truncatedField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool truncatedSpecified
-        {
-            get
-            {
-                return this.truncatedFieldSpecified;
-            }
-            set
-            {
-                this.truncatedFieldSpecified = 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_v3")]
-    public partial class tModel
-    {
-
-        private name nameField;
-
-        private description[] descriptionField;
-
-        private overviewDoc[] overviewDocField;
-
-        private keyedReference[] identifierBagField;
-
-        private categoryBag categoryBagField;
-
-        private SignatureType[] signatureField;
-
-        private string tModelKeyField;
-
-        private bool deletedField;
-
-        private bool deletedFieldSpecified;
-
-        /// <remarks/>
-        public name name
-        {
-            get
-            {
-                return this.nameField;
-            }
-            set
-            {
-                this.nameField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("description", IsNullable = true)]
-        public description[] description
-        {
-            get
-            {
-                return this.descriptionField;
-            }
-            set
-            {
-                this.descriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("overviewDoc", IsNullable = true)]
-        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/>
-        public categoryBag categoryBag
-        {
-            get
-            {
-                return this.categoryBagField;
-            }
-            set
-            {
-                this.categoryBagField = 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 tModelKey
-        {
-            get
-            {
-                return this.tModelKeyField;
-            }
-            set
-            {
-                this.tModelKeyField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public bool deleted
-        {
-            get
-            {
-                return this.deletedField;
-            }
-            set
-            {
-                this.deletedField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool deletedSpecified
-        {
-            get
-            {
-                return this.deletedFieldSpecified;
-            }
-            set
-            {
-                this.deletedFieldSpecified = 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_v3")]
-    public partial class overviewDoc
-    {
-
-        private description[] descriptionField;
-
-        private overviewURL overviewURLField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("description")]
-        public description[] description
-        {
-            get
-            {
-                return this.descriptionField;
-            }
-            set
-            {
-                this.descriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        public overviewURL overviewURL
-        {
-            get
-            {
-                return this.overviewURLField;
-            }
-            set
-            {
-                this.overviewURLField = 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_v3")]
-    public partial class overviewURL
-    {
-
-        private string useTypeField;
-
-        private string valueField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string useType
-        {
-            get
-            {
-                return this.useTypeField;
-            }
-            set
-            {
-                this.useTypeField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlTextAttribute()]
-        public string Value
-        {
-            get
-            {
-                return this.valueField;
-            }
-            set
-            {
-                this.valueField = 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_v3")]
-    public partial class categoryBag
-    {
-
-        private keyedReference[] keyedReferenceField;
-
-        private keyedReferenceGroup[] keyedReferenceGroupField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("keyedReference")]
-        public keyedReference[] keyedReference
-        {
-            get
-            {
-                return this.keyedReferenceField;
-            }
-            set
-            {
-                this.keyedReferenceField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("keyedReferenceGroup")]
-        public keyedReferenceGroup[] keyedReferenceGroup
-        {
-            get
-            {
-                return this.keyedReferenceGroupField;
-            }
-            set
-            {
-                this.keyedReferenceGroupField = 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_v3")]
-    public partial class keyedReferenceGroup
-    {
-
-        private keyedReference[] keyedReferenceField;
-
-        private string tModelKeyField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("keyedReference", IsNullable = true)]
-        public keyedReference[] keyedReference
-        {
-            get
-            {
-                return this.keyedReferenceField;
-            }
-            set
-            {
-                this.keyedReferenceField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string tModelKey
-        {
-            get
-            {
-                return this.tModelKeyField;
-            }
-            set
-            {
-                this.tModelKeyField = 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_v3")]
-    public partial class tModelDetail
-    {
-
-        private tModel[] tModelField;
-
-        private bool truncatedField;
-
-        private bool truncatedFieldSpecified;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("tModel", IsNullable = true)]
-        public tModel[] tModel
-        {
-            get
-            {
-                return this.tModelField;
-            }
-            set
-            {
-                this.tModelField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public bool truncated
-        {
-            get
-            {
-                return this.truncatedField;
-            }
-            set
-            {
-                this.truncatedField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool truncatedSpecified
-        {
-            get
-            {
-                return this.truncatedFieldSpecified;
-            }
-            set
-            {
-                this.truncatedFieldSpecified = 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_v3")]
-    public partial class serviceDetail
-    {
-
-        private businessService[] businessServiceField;
-
-        private bool truncatedField;
-
-        private bool truncatedFieldSpecified;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("businessService", IsNullable = true)]
-        public businessService[] businessService
-        {
-            get
-            {
-                return this.businessServiceField;
-            }
-            set
-            {
-                this.businessServiceField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public bool truncated
-        {
-            get
-            {
-                return this.truncatedField;
-            }
-            set
-            {
-                this.truncatedField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlIgnoreAttribute()]
-        public bool truncatedSpecified
-        {
-            get
-            {
-                return this.truncatedFieldSpecified;
-            }
-            set
-            {
-                this.truncatedFieldSpecified = 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_v3")]
-    public partial class businessService
-    {
-
-        private name[] nameField;
-
-        private description[] descriptionField;
-
-        private bindingTemplate[] bindingTemplatesField;
-
-        private categoryBag categoryBagField;
-
-        private SignatureType[] signatureField;
-
-        private string serviceKeyField;
-
-        private string businessKeyField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("name", IsNullable = true)]
-        public name[] name
-        {
-            get
-            {
-                return this.nameField;
-            }
-            set
-            {
-                this.nameField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("description", IsNullable = true)]
-        public description[] description
-        {
-            get
-            {
-                return this.descriptionField;
-            }
-            set
-            {
-                this.descriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
-        public bindingTemplate[] bindingTemplates
-        {
-            get
-            {
-                return this.bindingTemplatesField;
-            }
-            set
-            {
-                this.bindingTemplatesField = value;
-            }
-        }
-
-        /// <remarks/>
-        public categoryBag categoryBag
-        {
-            get
-            {
-                return this.categoryBagField;
-            }
-            set
-            {
-                this.categoryBagField = 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 serviceKey
-        {
-            get
-            {
-                return this.serviceKeyField;
-            }
-            set
-            {
-                this.serviceKeyField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string businessKey
-        {
-            get
-            {
-                return this.businessKeyField;
-            }
-            set
-            {
-                this.businessKeyField = 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_v3")]
-    public partial class bindingTemplate
-    {
-
-        private description[] descriptionField;
-
-        private accessPoint accessPointField;
-
-        private hostingRedirector hostingRedirectorField;
-
-        private tModelInstanceInfo[] tModelInstanceDetailsField;
-
-        private categoryBag categoryBagField;
-
-        private SignatureType[] signatureField;
-
-        private string bindingKeyField;
-
-        private string serviceKeyField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("description", IsNullable = true)]
-        public description[] description
-        {
-            get
-            {
-                return this.descriptionField;
-            }
-            set
-            {
-                this.descriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        public accessPoint accessPoint
-        {
-            get
-            {
-                return this.accessPointField;
-            }
-            set
-            {
-                this.accessPointField = value;
-            }
-        }
-
-        /// <remarks/>
-        public hostingRedirector hostingRedirector
-        {
-            get
-            {
-                return this.hostingRedirectorField;
-            }
-            set
-            {
-                this.hostingRedirectorField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
-        public tModelInstanceInfo[] tModelInstanceDetails
-        {
-            get
-            {
-                return this.tModelInstanceDetailsField;
-            }
-            set
-            {
-                this.tModelInstanceDetailsField = value;
-            }
-        }
-
-        /// <remarks/>
-        public categoryBag categoryBag
-        {
-            get
-            {
-                return this.categoryBagField;
-            }
-            set
-            {
-                this.categoryBagField = 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 bindingKey
-        {
-            get
-            {
-                return this.bindingKeyField;
-            }
-            set
-            {
-                this.bindingKeyField = 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_v3")]
-    public partial class accessPoint
-    {
-
-        private string useTypeField;
-
-        private string valueField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string useType
-        {
-            get
-            {
-                return this.useTypeField;
-            }
-            set
-            {
-                this.useTypeField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlTextAttribute()]
-        public string Value
-        {
-            get
-            {
-                return this.valueField;
-            }
-            set
-            {
-                this.valueField = 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_v3")]
-    public partial class hostingRedirector
-    {
-
-        private string bindingKeyField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string bindingKey
-        {
-            get
-            {
-                return this.bindingKeyField;
-            }
-            set
-            {
-                this.bindingKeyField = 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_v3")]
-    public partial class tModelInstanceInfo
-    {
-
-        private description[] descriptionField;
-
-        private instanceDetails instanceDetailsField;
-
-        private string tModelKeyField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("description", IsNullable = true)]
-        public description[] description
-        {
-            get
-            {
-                return this.descriptionField;
-            }
-            set
-            {
-                this.descriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        public instanceDetails instanceDetails
-        {
-            get
-            {
-                return this.instanceDetailsField;
-            }
-            set
-            {
-                this.instanceDetailsField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlAttributeAttribute()]
-        public string tModelKey
-        {
-            get
-            {
-                return this.tModelKeyField;
-            }
-            set
-            {
-                this.tModelKeyField = 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_v3")]
-    public partial class instanceDetails
-    {
-
-        private description[] descriptionField;
-
-        private overviewDoc[] overviewDocField;
-
-        private string instanceParmsField;
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("description")]
-        public description[] description
-        {
-            get
-            {
-                return this.descriptionField;
-            }
-            set
-            {
-                this.descriptionField = value;
-            }
-        }
-
-        /// <remarks/>
-        [System.Xml.Serialization.XmlElementAttribute("overviewDoc")]
-        public overviewDoc[] overviewDoc
-        {
-            get
-            {
-                return this.overviewDocField;
-            }
-            set
-            {
-                this.overviewDocField = value;
-            }
-        }
-
-        /// <remarks/>

[... 2580 lines stripped ...]


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