//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.42 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using System; using System.ComponentModel; using System.Diagnostics; using System.Web.Services; using System.Web.Services.Protocols; using System.Xml.Serialization; // // This source code was auto-generated by wsdl, Version=2.0.50727.42. // /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="SoapBinding", Namespace="http://sample.org/pocketsoap")] public partial class DoFooService : System.Web.Services.Protocols.SoapHttpClientProtocol { /// public DoFooService() { this.Url = "http://www.sample.org/pocketsoap"; } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="http://sample.org/pocketsoap", ResponseNamespace="http://sample.org/pocketsoap", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] [return: System.Xml.Serialization.XmlElementAttribute("result")] public FooResult DoFoo(string dayofweek) { object[] results = this.Invoke("DoFoo", new object[] { dayofweek}); return ((FooResult)(results[0])); } } // This type definition was generated by SchemasTools.Pocketsoap.Com.SfSchemaImporter schema importer extension. [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public partial class FooResult { }