<%@ WebService Language="c#" Class="atom3" %> //------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version: 1.1.4322.573 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // // This source code was auto-generated by wsdl, Version=1.1.4322.573. // using System.Diagnostics; using System.Xml.Serialization; using System; using System.Web.Services.Protocols; using System.ComponentModel; using System.Web.Services; /// [System.Web.Services.WebServiceBindingAttribute(Name="atom3", Namespace="http://purl.org/atom/ns/wsdl#")] public abstract class atom3 : System.Web.Services.WebService { /// [System.Web.Services.WebMethodAttribute()] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.xmlsoap.org/soap/http/POST", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] public abstract void POST([System.Xml.Serialization.XmlElementAttribute("POST", Namespace="http://purl.org/atom/ns/types#")] ref POST POST1); /// [System.Web.Services.WebMethodAttribute()] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.xmlsoap.org/soap/http/DELETE", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] public abstract void DELETE([System.Xml.Serialization.XmlElementAttribute("DELETE", Namespace="http://purl.org/atom/ns/types#")] object DELETE1); /// [System.Web.Services.WebMethodAttribute()] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.xmlsoap.org/soap/http/GET", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] public abstract void GET([System.Xml.Serialization.XmlElementAttribute("GET", Namespace="http://purl.org/atom/ns/types#")] ref GET GET1); /// [System.Web.Services.WebMethodAttribute()] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.xmlsoap.org/soap/http/PUT", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] public abstract void PUT([System.Xml.Serialization.XmlElementAttribute("PUT", Namespace="http://purl.org/atom/ns/types#")] PUT PUT1); } /// [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://purl.org/atom/ns/types#")] public class POST { /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://purl.org/atom/ns#")] public entryType entry; } /// [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://purl.org/atom/ns#")] public class entryType { /// public contentType title; /// [System.Xml.Serialization.XmlElementAttribute("link")] public linkType[] link; /// public authorType author; /// [System.Xml.Serialization.XmlElementAttribute("contributor")] public authorType[] contributor; /// public string id; /// public string modified; /// public string issued; /// public string created; /// public contentType summary; /// public generatorType generator; /// [System.Xml.Serialization.XmlElementAttribute("content")] public contentType[] content; /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://www.w3.org/XML/1998/namespace")] public string lang; } /// [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://purl.org/atom/ns#")] public class contentType { /// [System.Xml.Serialization.XmlTextAttribute()] [System.Xml.Serialization.XmlAnyElementAttribute()] public System.Xml.XmlNode[] Any; /// [System.Xml.Serialization.XmlAttributeAttribute()] [System.ComponentModel.DefaultValueAttribute("text/plain")] public string type = "text/plain"; /// [System.Xml.Serialization.XmlAttributeAttribute()] [System.ComponentModel.DefaultValueAttribute(contentTypeMode.xml)] public contentTypeMode mode = contentTypeMode.xml; /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://www.w3.org/XML/1998/namespace")] public string lang; } /// [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://purl.org/atom/ns#")] public enum contentTypeMode { /// xml, /// escaped, /// base64, } /// [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://purl.org/atom/ns/types#")] public class PUT { /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://purl.org/atom/ns#")] public entryType entry; } /// [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://purl.org/atom/ns/types#")] public class GET { /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://purl.org/atom/ns#")] public entryType entry; } /// [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://purl.org/atom/ns#")] public class generatorType { /// [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] public string url; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string version; /// [System.Xml.Serialization.XmlTextAttribute()] public string Value; } /// [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://purl.org/atom/ns#")] public class authorType { /// public string name; /// [System.Xml.Serialization.XmlElementAttribute(DataType="anyURI")] public string url; /// [System.Xml.Serialization.XmlElementAttribute(DataType="normalizedString")] public string email; } /// [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://purl.org/atom/ns#")] public class linkType { /// [System.Xml.Serialization.XmlAttributeAttribute()] public linkTypeRel rel; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string type; /// [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] public string href; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string title; } /// [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://purl.org/atom/ns#")] public enum linkTypeRel { /// alternate, /// start, /// next, /// prev, /// [System.Xml.Serialization.XmlEnumAttribute("service.edit")] serviceedit, /// [System.Xml.Serialization.XmlEnumAttribute("service.post")] servicepost, /// [System.Xml.Serialization.XmlEnumAttribute("service.feed")] servicefeed, } fl