Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

root/branches/1_5/test/xsd/xmllang.xml

Revision 1704, 1.8 kB (checked in by nahi, 2 years ago)

define default namespace tag 'xml' for xml:lang, id, base and space. closes #237.

Line 
1 <?xml version="1.0" encoding="utf-8"?>
2 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xmlns:xsd="http://www.w3.org/2001/XMLSchema">
5   <soap:Header>
6     <gepirResponseHeader xmlns="http://www.example.com/xmllang">
7       <responderGln>12345</responderGln>
8       <numberOfHits>1</numberOfHits>
9       <returnCode>0</returnCode>
10     </gepirResponseHeader>
11   </soap:Header>
12   <soap:Body>
13     <gepirParty xmlns="http://www.example.com/xmllang">
14       <partyDataLine xml:lang="EN">
15         <gln>12345</gln>
16         <additionalPartyId>234</additionalPartyId>
17         <partyName>foobar LLC</partyName>
18         <streetAddress>baz</streetAddress>
19         <pOBoxNumber>9876</pOBoxNumber>
20         <city>Moscow</city>
21         <countryISOCode>RU</countryISOCode>
22         <contact>
23           <contactName>     </contactName>
24           <communicationChannel communicationChannelCode="TELEFAX">12; 34 56 78</communicationChannel>
25           <communicationChannel communicationChannelCode="EMAIL">foo@example.com</communicationChannel>
26           <communicationChannel communicationChannelCode="TELEPHONE">123 456</communicationChannel>
27         </contact>
28         <contact>
29           <communicationChannel communicationChannelCode="EMAIL">bar@example.com</communicationChannel>
30         </contact>
31         <contact>
32           <communicationChannel communicationChannelCode="WEBSITE">www.example.com</communicationChannel>
33         </contact>
34         <contact>
35           <communicationChannel communicationChannelCode="TELEFAX">12 34; 56 78</communicationChannel>
36         </contact>
37         <contact>
38           <communicationChannel communicationChannelCode="TELEPHONE">789 012</communicationChannel>
39         </contact>
40       </partyDataLine>
41     </gepirParty>
42   </soap:Body>
43 </soap:Envelope>
Note: See TracBrowser for help on using the browser.