/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to xml.files/test-opc.xml

  • Committer: Suren A. Chilingaryan
  • Date: 2009-02-16 09:27:17 UTC
  • Revision ID: csa@dside.dyndns.org-20090216092717-wipyvaaw2srxhgns
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
  <WriteResponse        xmlns="http://opcfoundation.org/webservices/OPCDA/"
 
3
                        xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
 
4
                        xmlns:xsd='http://www.w3.org/2001/XMLSchema'
 
5
                        xmlns:enc='http://www.w3.org/2001/12/soap-encoding'
 
6
                        xsi:schemaLocation="http://opcfoundation.org/webservices/OPCDA/ test.xsd">
 
7
 
 
8
    <WriteResult RcvTime="2002-04-29T10:16:26.6806250+02:00"
 
9
                 ReplyTime="2002-04-29T10:16:26.7806250+02:00"
 
10
                 ClientRequestHandle="WriteError" RevisedLocaleID="en"
 
11
                 ServerState="running"/> 
 
12
    <RItemList>
 
13
      <Items ItemPath="" ItemName="WrongItemID1"
 
14
             ClientItemHandle="WrongItemID1"
 
15
             Timestamp="0001-01-01T00:00:00.0000000+01:00"
 
16
             ErrorID="E_UNKNOWNITEMID">
 
17
        <Value xsi:nil="true" /> 
 
18
      </Items>
 
19
      <Items ItemPath="" ItemName="WrongItemID2"
 
20
             ClientItemHandle="WrongItemID2"
 
21
             Timestamp="0001-01-01T00:00:00.0000000+01:00"
 
22
             ErrorID="E_UNKNOWNITEMID">
 
23
        <Value xsi:nil="true" /> 
 
24
      </Items>
 
25
      <Items ItemPath="/Reals" ItemName="Float1" 
 
26
             ValueType="xsd:float"
 
27
             Timestamp="2002-04-29T11:47:18.1493750+02:00">
 
28
                <Value xsi:type="xsd:float">10.0141414</Value>
 
29
      </Items>
 
30
      <Items ItemPath="/Reals" ItemName="Float2" ClientItemHandle="Float2" 
 
31
             ValueType="xsd:float"
 
32
             Timestamp="2002-04-29T11:47:18.1493750+02:00"
 
33
             SuccessID="S_CLAMP">
 
34
                <Value xsi:type="xsd:float">1.09</Value>
 
35
      </Items>
 
36
    </RItemList>
 
37
    <Errors ID="E_UNKNOWNITEMID">
 
38
        <Text>The item does not exist in the server address space.</Text>
 
39
    </Errors>
 
40
    <Errors ID="S_CLAMP">
 
41
      <Text>The value written was accepted but the output was clamped.</Text> 
 
42
    </Errors>   
 
43
  </WriteResponse>