Exemplo n.º 1
0
 public string HelloWorld() {
     FCInterfaceData.ConfigSOAP.HelloWorldRequest inValue = new FCInterfaceData.ConfigSOAP.HelloWorldRequest();
     inValue.Body = new FCInterfaceData.ConfigSOAP.HelloWorldRequestBody();
     FCInterfaceData.ConfigSOAP.HelloWorldResponse retVal = ((FCInterfaceData.ConfigSOAP.GetConfigSoap)(this)).HelloWorld(inValue);
     return retVal.Body.HelloWorldResult;
 }
Exemplo n.º 2
0
 FCInterfaceData.ConfigSOAP.HelloWorldResponse FCInterfaceData.ConfigSOAP.GetConfigSoap.HelloWorld(FCInterfaceData.ConfigSOAP.HelloWorldRequest request) {
     return base.Channel.HelloWorld(request);
 }