Example #1
0
 public object echoOMElement(object omEle)
 {
     WSO2.Echo.echoOMElementRequest inValue = new WSO2.Echo.echoOMElementRequest();
     inValue.omEle = omEle;
     WSO2.Echo.echoOMElementResponse retVal = ((WSO2.Echo.echoPortType)(this)).echoOMElement(inValue);
     return(retVal.@return);
 }
 echoOMElementResponse echoPortType.echoOMElement(echoOMElementRequest request)
 {
     return(new echoOMElementResponse());
 }
Example #3
0
 WSO2.Echo.echoOMElementResponse WSO2.Echo.echoPortType.echoOMElement(WSO2.Echo.echoOMElementRequest request)
 {
     return(base.Channel.echoOMElement(request));
 }