Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.9 KB

File metadata and controls

58 lines (34 loc) · 1.9 KB

Windows

This sub-subsection explains how to do a HTTP call to the electronic archive introduced in introduction outside the Frank!Framework. This subsection gives the instructions Windows users need to follow.

Please do the following:

none

  1. Open the Frank!Framework by browsing to http://localhost.
  2. Open Ladybug by clicking "Testing" and then clicking "Ladybug":

    image

  3. Enable the report generator as shown:

    image

  4. Start Postman. Ensure that "SSL certificate verification" is not checked, see validateBookingTestWindows in chapter "Getting Started" for instructions.
  5. Start a new request as explained in Getting Started. Select method POST and type URL localhost/api/archive.
  6. Go to tab "Headers".
  7. Add header Content-Type with value application/xml and select it, as shown:

    image

  8. Go to tab "Body".
  9. Select type "raw" as explained in Getting Started, see link above. Then enter the following XML for the body:

    <document>This is the document</document>
  10. Press "Send".
  11. Under the body you entered, you should see the following response:

    <docid>docid-12345</docid>
  12. Switch back to Ladybug and press Refresh:

    image

  13. You see a table in which your HTTP call appears (number 1):

    image

  14. Click the line corresponding to your call to the electronic archive (number 1). You see a tree view of the execution of this Frank adapter (number 2). To the right, you see information about the selected node (number 3). In this case, it is the XML message you passed through the body of your HTTP request.

Note

In the tree view you see the abbreviation SUT. This stands for System Under Test.