Exemple #1
0
 public string HelloWorld()
 {
     TestClient.FilterEngine.HelloWorldRequest inValue = new TestClient.FilterEngine.HelloWorldRequest();
     inValue.Body = new TestClient.FilterEngine.HelloWorldRequestBody();
     TestClient.FilterEngine.HelloWorldResponse retVal = ((TestClient.FilterEngine.DataFilterSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
Exemple #2
0
 TestClient.FilterEngine.HelloWorldResponse TestClient.FilterEngine.DataFilterSoap.HelloWorld(TestClient.FilterEngine.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }