コード例 #1
0
 public string HelloWorld()
 {
     Tropical.Infrastructure.ControleAcesso.HelloWorldRequest inValue = new Tropical.Infrastructure.ControleAcesso.HelloWorldRequest();
     inValue.Body = new Tropical.Infrastructure.ControleAcesso.HelloWorldRequestBody();
     Tropical.Infrastructure.ControleAcesso.HelloWorldResponse retVal = ((Tropical.Infrastructure.ControleAcesso.ControleAcessoSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
コード例 #2
0
 Tropical.Infrastructure.ControleAcesso.HelloWorldResponse Tropical.Infrastructure.ControleAcesso.ControleAcessoSoap.HelloWorld(Tropical.Infrastructure.ControleAcesso.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }