Beispiel #1
0
 public System.Threading.Tasks.Task <ServiceReference1.ParsingXmlResponse> ParsingXmlAsync(string xml)
 {
     ServiceReference1.ParsingXmlRequest inValue = new ServiceReference1.ParsingXmlRequest();
     inValue.Body     = new ServiceReference1.ParsingXmlRequestBody();
     inValue.Body.xml = xml;
     return(((ServiceReference1.WebService1Soap)(this)).ParsingXmlAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <ServiceReference1.ParsingXmlResponse> ServiceReference1.WebService1Soap.ParsingXmlAsync(ServiceReference1.ParsingXmlRequest request)
 {
     return(base.Channel.ParsingXmlAsync(request));
 }