go to post p rd · May 20, 2018 Where can I download allmessages_zh-cn.xml? Or is there an example file? Thanks
go to post p rd · Mar 27, 2018 Class webservice.SOAPResponse Extends (%RegisteredObject, %XML.Adaptor) { Property CustomerID As %String; Property Name As %String; Property Street As %String; Property City As %String; Property State As %String; Property Zip As %String; }I tried this method,Why can't I use SOAPResponse to inherit %DynamicObject to generate json?
go to post p rd · Mar 26, 2018 OK, then I try REST. I just don't know why returning JSON in a web service is invalid.
go to post p rd · Dec 23, 2017 Your current locale is: chsw (Chinese (Simplified), China, Unicode) http://localhost:57772/csp/sys/mgr/%25CSP.UI.Portal.NLS.zen
go to post p rd · Dec 22, 2017 $ZV:Cache for Windows (x86-64) 2016.2.1 (Build 803U) Wed Oct 26 2016 12:31:28 EDTI drag the .cls file directly to studio.
go to post p rd · Oct 26, 2017 I found the problem, our company's own package to save data through the JavaScript to the database (through Ajax way), I changed to Java (JdbcTemplate) directly save the data, the problem is solved.
go to post p rd · Aug 14, 2017 1. SELECT * FROM (SELECT sslog.userRowid, sslog.CreateDate, sslog.CreateTime, Sslog.SSUSR, sslog.Terminal, ssuser.Initials, ssuser.USName FROM SUser_Log sslog LEFT JOIN DHC_SSuser ssuser ON (Sslog.SSUSR = ssuser.userRowid OR sslog.ssusr = ssuser.Initials OR sslog.ssusr = ssuser.USName) WHERE ssuser.USName ['admin' ORDER BY sslog.CreateDate DESC) WHERE %VID> 5 ------------------------------ info: SQLCODE:<-1>:<Invalid SQL statement>[Location:<Prepare>][%msg:<Need), find the identifier (order) >] 2. SELECT sslog.userRowid, sslog.CreateDate, sslog.CreateTime, Sslog.SSUSR, sslog.Terminal, ssuser.Initials, ssuser.USName FROM SUser_Log sslog LEFT JOIN DHC_SSuser ssuser ON (Sslog.SSUSR = ssuser.userRowid OR sslog.ssusr = ssuser.Initials OR sslog.ssusr = ssuser.USName) WHERE ssuser.USName ['admin' AND %VID> 5 ORDER BY sslog.CreateDate DESC ----------------------------------------- info: SQLCODE:<-29>:<The corresponding table did not find the field>[Location:<Prepare>][%msg:<The corresponding table did not find the field '%VID' >]