the issue is here:
Method RtnReceive(RtnName As %String,
RtnLines As %ListOfDataTypes(ELEMENTTYPE="%String",
XMLITEMNAME="RtnLinesItem",XMLNAME="RtnLines")) As %String [ Final, ProcedureBlock = 1, SoapBindingStyle = document, SoapBodyUse = literal, WebMethod ]
{use instead ELEMENTTYPE="%VarString",
%VarString inherits from %String all except pre-define MAXLEN=50
- Log in to post comments
.png)
.png)
.png)