Hi All, Am getting below error :Unspecified function library ('library'
attribute) for JavaScript SOAP call 'Write' in schema
'xtk:session'.Could anyone help for missing anything in below
code:loadLibrary('xtk:common.js')loadLibrary('xtk:wsdlToolbox.js')try
{logInfo("PREPARING SESSION");var cnx = new
HttpSoapConnection("http://some.com/nl/jsp/soaprouter.jsp");try {var
session = new SoapService(cnx, 'urn:xtk:session');try
{session.addMethod("Logon", "xtk:session#Logon",["sessiontoken",
"string", ...