Petals BC Filetransfer

Rework schema of response

Details

  • Description:
    Hide

    Currently the response schema for operations 'mget' and 'getAsAttachment' is:

    <getAsAttachmentResponse ...>
       <attachment>
          <filename>
             <xop:Include ... href="cid:file-1.txt"/>
          </filename>
       </attachment>
    </getAsAttachmentResponse>
    
    <mgetResponse ...>
       <attachments>
          <filename>
             <xop:Include ... href="cid:file-A.txt"/>
          </filename>
          <filename>
             <xop:Include ... href="cid:file-B.txt"/>
          </filename>
       </attachments>
    </mgetResponse>

    The following is simpler:

    <getAsAttachmentResponse ...>
       <file-content>
          <xop:Include ... href="cid:file-1.txt"/>
       </file-content>
    </getAsAttachmentResponse>
    
    <mgetResponse ...>
       <file-content>
          <xop:Include ... href="cid:file-A.txt"/>
       </file-content>
       <file-content>
          <xop:Include ... href="cid:file-B.txt"/>
       </file-content>
    </mgetResponse>
    Show
    Currently the response schema for operations 'mget' and 'getAsAttachment' is:
    <getAsAttachmentResponse ...>
       <attachment>
          <filename>
             <xop:Include ... href="cid:file-1.txt"/>
          </filename>
       </attachment>
    </getAsAttachmentResponse>
    
    <mgetResponse ...>
       <attachments>
          <filename>
             <xop:Include ... href="cid:file-A.txt"/>
          </filename>
          <filename>
             <xop:Include ... href="cid:file-B.txt"/>
          </filename>
       </attachments>
    </mgetResponse>
    The following is simpler:
    <getAsAttachmentResponse ...>
       <file-content>
          <xop:Include ... href="cid:file-1.txt"/>
       </file-content>
    </getAsAttachmentResponse>
    
    <mgetResponse ...>
       <file-content>
          <xop:Include ... href="cid:file-A.txt"/>
       </file-content>
       <file-content>
          <xop:Include ... href="cid:file-B.txt"/>
       </file-content>
    </mgetResponse>
  • Environment:
    -

Activity

Transition Status Change Time Execution Times Last Executer Last Execution Date
New New Open Open
12s
1
Christophe DENEUX
Thu, 5 Dec 2019 - 15:02:17 +0100
Open Open In Progress In Progress
26m 48s
1
Christophe DENEUX
Thu, 5 Dec 2019 - 15:29:05 +0100
In Progress In Progress Resolved Resolved
2h 40m
1
Christophe DENEUX
Thu, 5 Dec 2019 - 18:09:34 +0100
Resolved Resolved Open Open
12s
1
Christophe DENEUX
Thu, 5 Dec 2019 - 18:09:46 +0100
Open Open In Progress In Progress
5m 27s
1
Christophe DENEUX
Thu, 5 Dec 2019 - 18:15:13 +0100
In Progress In Progress Resolved Resolved
7s
1
Christophe DENEUX
Thu, 5 Dec 2019 - 18:15:20 +0100

People

Dates

  • Created:
    Thu, 5 Dec 2019 - 15:02:05 +0100
    Updated:
    Thu, 5 Dec 2019 - 18:15:20 +0100
    Resolved:
    Thu, 5 Dec 2019 - 18:15:20 +0100