Exemplo n.º 1
0
 public int echoInt(int @in)
 {
     WSO2.Echo.echoIntRequest inValue = new WSO2.Echo.echoIntRequest();
     inValue.@in = @in;
     Console.WriteLine("My request int is = " + inValue.@in);
     WSO2.Echo.echoIntResponse retVal = ((WSO2.Echo.echoPortType)(this)).echoInt(inValue);
     return(retVal.@return);
 }
Exemplo n.º 2
0
 echoIntResponse echoPortType.echoInt(echoIntRequest request)
 {
     return(new echoIntResponse());
 }
Exemplo n.º 3
0
 WSO2.Echo.echoIntResponse WSO2.Echo.echoPortType.echoInt(WSO2.Echo.echoIntRequest request)
 {
     return(base.Channel.echoInt(request));
 }