Web Service
TMHospitalityWebService
Overview
Service Description
Client proxy

Methods THospitalityWebConnector_Dummy

Methods for binding
TMHospitalityWebServiceSoap12
THospitalityWebConnector_Dummy

Select the language for which you want to generate a proxy     

C# Client Proxy    Download

//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.42000
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.Xml.Serialization;



/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services""4.6.57.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="TMHospitalityWebServiceSoap",
      Namespace="http://www.openpetra.org/webservices/MHospitality")]
public partial class TMHospitalityWebService :
      System.Web.Services.Protocols.SoapHttpClientProtocol {
    
    /// <remarks/>
    public TMHospitalityWebService() {
        this.Url = "https://demo.openpetra.org/api/serverMHospitality.asmx";
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute(
         "http://www.openpetra.org/webservices/MHospitality/THospitalityWebConnector_Dummy",
          RequestNamespace="http://www.openpetra.org/webservices/MHospitality",
          ResponseNamespace="http://www.openpetra.org/webservices/MHospitality",
          Use=System.Web.Services.Description.SoapBindingUse.Literal,
          ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
    public void THospitalityWebConnector_Dummy() {
        this.Invoke("THospitalityWebConnector_Dummy"new object[0]);
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginTHospitalityWebConnector_Dummy(System.AsyncCallback
          callback, object asyncState) {
        return this.BeginInvoke("THospitalityWebConnector_Dummy"new object[0], callback,
              asyncState);
    }
    
    /// <remarks/>
    public void EndTHospitalityWebConnector_Dummy(System.IAsyncResult asyncResult) {
        this.EndInvoke(asyncResult);
    }
}