Hi Bruce,
After update NT i´m getting some erros with my methods.
1. a simple method with 6 parameters and just one return (view with one table)
error:
If records(p_web.ServiceResultQueue) = 0
TipoNegocioView{prop:order} = 'Tng:Descricao'
Get(q:TipoNegocio,1) <===== NO MATCHING PROTOTYPE AVAILABLE
xml.save(TipoNegocioView,'','tngRegistro')
packet.append(sub(xml.xmldata,1,xml.xmldatalen))
End ! Condition
2. all my parameters (NUMBER, DATE) are getting error with PICTURE. I change to String and it works fine.
Thanks,