File: XmlToJSONSendPipeline.btp

package info (click to toggle)
cloc 2.06-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,064 kB
  • sloc: perl: 30,146; cpp: 1,219; python: 623; ansic: 334; asm: 267; makefile: 244; sh: 186; sql: 144; java: 136; ruby: 111; cs: 104; pascal: 52; lisp: 50; haskell: 35; f90: 35; cobol: 35; objc: 25; php: 22; javascript: 15; fortran: 9; ml: 8; xml: 7; tcl: 2
file content (111 lines) | stat: -rw-r--r-- 4,606 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="utf-16"?>

<Document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" PolicyFilePath="BTSTransmitPolicy.xml" MajorVersion="1" MinorVersion="0">

  <Description />

  <Stages>

    <Stage CategoryId="9d0e4101-4cce-4536-83fa-4a5040674ad6">

      <Components />

    </Stage>

    <Stage CategoryId="9d0e4107-4cce-4536-83fa-4a5040674ad6">

      <Components>

        <Component>

          <Name>Microsoft.BizTalk.Component.XmlAsmComp</Name>

          <ComponentName>XML assembler</ComponentName>

          <Description>XML assembler component.</Description>

          <Version>1.0</Version>

          <Properties>

            <Property Name="EnvelopeDocSpecNames">

              <Value xsi:type="xsd:string" />

            </Property>

            <Property Name="EnvelopeSpecTargetNamespaces">

              <Value xsi:type="xsd:string" />

            </Property>

            <Property Name="DocumentSpecNames">

              <Value xsi:type="xsd:string" />

            </Property>

            <Property Name="DocumentSpecTargetNamespaces">

              <Value xsi:type="xsd:string" />

            </Property>

            <Property Name="HiddenProperties">

              <Value xsi:type="xsd:string">EnvelopeSpecTargetNamespaces,DocumentSpecTargetNamespaces,TargetCodePage</Value>

            </Property>

          </Properties>

          <CachedDisplayName>XML assembler</CachedDisplayName>

          <CachedIsManaged>true</CachedIsManaged>

        </Component>

      </Components>

    </Stage>

    <Stage CategoryId="9d0e4108-4cce-4536-83fa-4a5040674ad6">

      <Components>

        <Component>

          <Name>Microsoft.BizTalk.Component.JsonEncoder</Name>

          <ComponentName>JSON encoder</ComponentName>

          <Description>JSON encoder component</Description>

          <Version>1.0</Version>

          <Properties>

            <Property Name="RemoveOuterEnvelope">

              <Value xsi:type="xsd:boolean">false</Value>

            </Property>

          </Properties>

          <CachedDisplayName>JSON encoder</CachedDisplayName>

          <CachedIsManaged>true</CachedIsManaged>

        </Component>

      </Components>

    </Stage>

  </Stages>

</Document>