File: soap-envelope.hrl

package info (click to toggle)
yaws 1.98-4%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 7,916 kB
  • ctags: 7,253
  • sloc: erlang: 37,484; sh: 4,328; ansic: 1,184; makefile: 1,027; lisp: 79; xml: 12; python: 3; php: 1
file content (19 lines) | stat: -rw-r--r-- 902 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%% HRL file generated by ERLSOM
%%
%% It is possible to change the name of the record fields.
%%
%% It is possible to add default values, but be aware that these will
%% only be used when *writing* an xml document.

-record('soap:UpgradeType', {anyAttribs, 'SupportedEnvelope'}).
-record('soap:SupportedEnvType', {anyAttribs, 'qname'}).
-record('soap:NotUnderstoodType', {anyAttribs, 'qname'}).
-record('soap:detail', {anyAttribs, choice}).
-record('soap:subcode', {anyAttribs, 'Value', 'Subcode'}).
-record('soap:faultcode', {anyAttribs, 'Value', 'Subcode'}).
-record('soap:reasontext', {anyAttribs, 'P:lang', '#text'}).
-record('soap:faultreason', {anyAttribs, 'Text'}).
-record('soap:Fault', {anyAttribs, 'Code', 'Reason', 'Node', 'Role', 'Detail'}).
-record('soap:Body', {anyAttribs, choice}).
-record('soap:Header', {anyAttribs, choice}).
-record('soap:Envelope', {anyAttribs, 'Header', 'Body'}).