Subversion Repositories wimsdev

Rev

Rev 870 | Rev 3996 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 870 Rev 3261
Line -... Line 1...
-
 
1
!if $ident_type != xmlformat
1
 
2
 
2
!shortout $header\
3
!shortout $header\
3
ERROR\
4
ERROR\
4
$wims_read_parm\
5
$wims_read_parm\
5
 
6
 
6
 
7
 
7
wims_mode=popup
8
wims_mode=popup
8
wims_module_log=Error $wims_read_parm $job/$ident/$qclass
9
wims_module_log=Error $wims_read_parm $job/$ident/$qclass
9
 
10
 
-
 
11
!else
10
 
12
 
-
 
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