Esempio n. 1
0
    public string[] getEntityXMLKeys(string arg0, string arg1)
    {
        getEntityXMLKeysRequest inValue = new getEntityXMLKeysRequest();

        inValue.arg0 = arg0;
        inValue.arg1 = arg1;
        getEntityXMLKeysResponse retVal = ((ICoalesceDataService)(this)).getEntityXMLKeys(inValue);

        return(retVal.@return);
    }
Esempio n. 2
0
 getEntityXMLKeysResponse ICoalesceDataService.getEntityXMLKeys(getEntityXMLKeysRequest request)
 {
     return(base.Channel.getEntityXMLKeys(request));
 }