Esempio n. 1
0
 public System.Threading.Tasks.Task <APIDemo.NGPDemo.GetDataSchemaResponse> GetDataSchemaAsync(APIDemo.NGPDemo.WebServiceProviderSOAPHeader WebServiceProviderSOAPHeader, string name)
 {
     APIDemo.NGPDemo.GetDataSchemaRequest inValue = new APIDemo.NGPDemo.GetDataSchemaRequest();
     inValue.WebServiceProviderSOAPHeader = WebServiceProviderSOAPHeader;
     inValue.name = name;
     return(((APIDemo.NGPDemo.WebServiceProviderSoap)(this)).GetDataSchemaAsync(inValue));
 }
Esempio n. 2
0
 public System.Xml.XmlNode GetDataSchema(APIDemo.NGPDemo.WebServiceProviderSOAPHeader WebServiceProviderSOAPHeader, string name)
 {
     APIDemo.NGPDemo.GetDataSchemaRequest inValue = new APIDemo.NGPDemo.GetDataSchemaRequest();
     inValue.WebServiceProviderSOAPHeader = WebServiceProviderSOAPHeader;
     inValue.name = name;
     APIDemo.NGPDemo.GetDataSchemaResponse retVal = ((APIDemo.NGPDemo.WebServiceProviderSoap)(this)).GetDataSchema(inValue);
     return(retVal.GetDataSchemaResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <APIDemo.NGPDemo.GetDataSchemaResponse> APIDemo.NGPDemo.WebServiceProviderSoap.GetDataSchemaAsync(APIDemo.NGPDemo.GetDataSchemaRequest request)
 {
     return(base.Channel.GetDataSchemaAsync(request));
 }
Esempio n. 4
0
 APIDemo.NGPDemo.GetDataSchemaResponse APIDemo.NGPDemo.WebServiceProviderSoap.GetDataSchema(APIDemo.NGPDemo.GetDataSchemaRequest request)
 {
     return(base.Channel.GetDataSchema(request));
 }