Exemplo n.º 1
0
        /**
         *
         */
        public GetIncentiveEvaluationResponseType GetIncentiveEvaluation(GetIncentiveEvaluationReq GetIncentiveEvaluationReq, string apiUsername)
        {
            setStandardParams(GetIncentiveEvaluationReq.GetIncentiveEvaluationRequest);
            string resp = call("GetIncentiveEvaluation", GetIncentiveEvaluationReq.toXMLString(), apiUsername);

            return(new GetIncentiveEvaluationResponseType(resp));
        }
        /**
         * AUTO_GENERATED
         */
        public GetIncentiveEvaluationResponseType GetIncentiveEvaluation(GetIncentiveEvaluationReq getIncentiveEvaluationReq, string apiUserName)
        {
            setStandardParams(getIncentiveEvaluationReq.GetIncentiveEvaluationRequest);
            string      response    = Call("GetIncentiveEvaluation", getIncentiveEvaluationReq.ToXMLString(), apiUserName);
            XmlDocument xmlDocument = new XmlDocument();

            xmlDocument.LoadXml(response);
            XmlNode xmlNode = xmlDocument.SelectSingleNode("*[local-name()='Envelope']/*[local-name()='Body']/*[local-name()='GetIncentiveEvaluationResponse']");

            return(new GetIncentiveEvaluationResponseType(xmlNode));
        }
Exemplo n.º 3
0
 public GetIncentiveEvaluationResponseType GetIncentiveEvaluation(GetIncentiveEvaluationReq GetIncentiveEvaluationReq)
 {
     return(GetIncentiveEvaluation(GetIncentiveEvaluationReq, null));
 }