Where can I download allmessages_zh-cn.xml? Or is there an example file? Thanks
- Log in to post comments
Where can I download allmessages_zh-cn.xml? Or is there an example file? Thanks
This method can be used, thank you!
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?
OK, then I try REST. I just don't know why returning JSON in a web service is invalid.
thank you !
I'm trying, thanks
Your current locale is: chsw (Chinese (Simplified), China, Unicode)
$ZV:
Cache for Windows (x86-64) 2016.2.1 (Build 803U) Wed Oct 26 2016 12:31:28 EDT
I drag the .cls file directly to studio.
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.
Can be used, thank you.
cache 2016.
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' >]