KONTOLODON
/
var
/
www
/
ojs-3.3.0-13
/
plugins
/
reports
/
counter
/
templates
/
Nama File / Folder
Size
Action
index.tpl
2.152KB
Hapus
Edit
Rename
reportxml.tpl
2.48KB
Hapus
Edit
Rename
soaperror.tpl
0.781KB
Hapus
Edit
Rename
sushixml.tpl
1.704KB
Hapus
Edit
Rename
{** * plugins/reports/counter/templates/soaperror.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * SOAP error response *} <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"> <SOAP-ENV:Body> <SOAP-ENV:Fault> <Faultcode>{$Faultcode}</Faultcode> <Faultstring>{$Faultstring}</Faultstring> </SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope>