//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.Xml.Serialization;
//
// This source code was auto-generated by wsdl, Version=2.0.50727.42.
//
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="EpassWebServiceSoapHttp", Namespace="[URL unfurl="true"]http://dbconnection1/EpassWebService.wsdl")[/URL]]
public partial class EpassWebService : System.Web.Services.Protocols.SoapHttpClientProtocol {
private System.Threading.SendOrPostCallback testWebserviceXMLOperationCompleted;
private System.Threading.SendOrPostCallback testWebserviceXMLRowSetOperationCompleted;
/// <remarks/>
public EpassWebService() {
this.Url = "[URL unfurl="true"]http://localhost/PL_SQL_WS-GetIdms-context-root/EpassWebServiceSoapHttp"[/URL] +
"Port";
}
/// <remarks/>
public event testWebserviceXMLCompletedEventHandler testWebserviceXMLCompleted;
/// <remarks/>
public event testWebserviceXMLRowSetCompletedEventHandler testWebserviceXMLRowSetCompleted;
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("[URL unfurl="true"]http://dbconnection1/EpassWebService.wsdl/testWebserviceXML",[/URL] RequestElementName="testWebserviceXMLElement", RequestNamespace="[URL unfurl="true"]http://dbconnection1/EpassWebService.wsdl/types/",[/URL] ResponseElementName="testWebserviceXMLResponseElement", ResponseNamespace="[URL unfurl="true"]http://dbconnection1/EpassWebService.wsdl/types/",[/URL] Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result", IsNullable=true)]
public System.Xml.XmlElement testWebserviceXML([System.Xml.Serialization.XmlElementAttribute(IsNullable=true)] string vTest) {
object[] results = this.Invoke("testWebserviceXML", new object[] {
vTest});
return ((System.Xml.XmlElement)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BegintestWebserviceXML(string vTest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("testWebserviceXML", new object[] {
vTest}, callback, asyncState);
}
/// <remarks/>
public System.Xml.XmlElement EndtestWebserviceXML(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Xml.XmlElement)(results[0]));
}
/// <remarks/>
public void testWebserviceXMLAsync(string vTest) {
this.testWebserviceXMLAsync(vTest, null);
}
/// <remarks/>
public void testWebserviceXMLAsync(string vTest, object userState) {
if ((this.testWebserviceXMLOperationCompleted == null)) {
this.testWebserviceXMLOperationCompleted = new System.Threading.SendOrPostCallback(this.OntestWebserviceXMLOperationCompleted);
}
this.InvokeAsync("testWebserviceXML", new object[] {
vTest}, this.testWebserviceXMLOperationCompleted, userState);
}
private void OntestWebserviceXMLOperationCompleted(object arg) {
if ((this.testWebserviceXMLCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.testWebserviceXMLCompleted(this, new testWebserviceXMLCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("[URL unfurl="true"]http://dbconnection1/EpassWebService.wsdl/testWebserviceXMLRowSet",[/URL] RequestElementName="testWebserviceXMLRowSetElement", RequestNamespace="[URL unfurl="true"]http://dbconnection1/EpassWebService.wsdl/types/",[/URL] ResponseElementName="testWebserviceXMLRowSetResponseElement", ResponseNamespace="[URL unfurl="true"]http://dbconnection1/EpassWebService.wsdl/types/",[/URL] Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result", IsNullable=true)]
public System.Xml.XmlElement testWebserviceXMLRowSet([System.Xml.Serialization.XmlElementAttribute(IsNullable=true)] string vTest) {
object[] results = this.Invoke("testWebserviceXMLRowSet", new object[] {
vTest});
return ((System.Xml.XmlElement)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BegintestWebserviceXMLRowSet(string vTest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("testWebserviceXMLRowSet", new object[] {
vTest}, callback, asyncState);
}
/// <remarks/>
public System.Xml.XmlElement EndtestWebserviceXMLRowSet(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Xml.XmlElement)(results[0]));
}
/// <remarks/>
public void testWebserviceXMLRowSetAsync(string vTest) {
this.testWebserviceXMLRowSetAsync(vTest, null);
}
/// <remarks/>
public void testWebserviceXMLRowSetAsync(string vTest, object userState) {
if ((this.testWebserviceXMLRowSetOperationCompleted == null)) {
this.testWebserviceXMLRowSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OntestWebserviceXMLRowSetOperationCompleted);
}
this.InvokeAsync("testWebserviceXMLRowSet", new object[] {
vTest}, this.testWebserviceXMLRowSetOperationCompleted, userState);
}
private void OntestWebserviceXMLRowSetOperationCompleted(object arg) {
if ((this.testWebserviceXMLRowSetCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.testWebserviceXMLRowSetCompleted(this, new testWebserviceXMLRowSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
public new void CancelAsync(object userState) {
base.CancelAsync(userState);
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public delegate void testWebserviceXMLCompletedEventHandler(object sender, testWebserviceXMLCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class testWebserviceXMLCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal testWebserviceXMLCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public System.Xml.XmlElement Result {
get {
this.RaiseExceptionIfNecessary();
return ((System.Xml.XmlElement)(this.results[0]));
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public delegate void testWebserviceXMLRowSetCompletedEventHandler(object sender, testWebserviceXMLRowSetCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class testWebserviceXMLRowSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal testWebserviceXMLRowSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public System.Xml.XmlElement Result {
get {
this.RaiseExceptionIfNecessary();
return ((System.Xml.XmlElement)(this.results[0]));
}
}
}