Subversion Repositories wimsdev

Rev

Rev 870 | Rev 3996 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3261 obado 1
!if $ident_type != xmlformat
23 reyssat 2
 
3
!shortout $header\
4
ERROR\
5
$wims_read_parm\
6
 
7
 
8
wims_mode=popup
870 obado 9
wims_module_log=Error $wims_read_parm $job/$ident/$qclass
23 reyssat 10
 
3261 obado 11
!else
23 reyssat 12
 
3261 obado 13
 
14
!shortout $header_xml\
15
<?xml version="1.0" encoding="iso-8859-15"?>\
16
<!DOCTYPE methodResponse PUBLIC "XML9-RPC" "http://ticewims.unice.fr/xml-rpc/xml-rpc.dtd">\
17
<methodResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ticewims.unice.fr/xml-rpc/xml-rpc.xsd">\
18
   <fault>\
19
      <value>\
20
         <struct>\
21
            <member>\
22
               <name>faultCode</name>\
23
               <value><int>0</int></value>\
24
            </member>\
25
            <member>\
26
               <name>message</name>\
27
               <value><string>$wims_read_parm</string></value>\
28
            </member>\
29
         </struct>\
30
      </value>\
31
   </fault>\
32
</methodResponse>\
33
 
34
!endif