Skip to content

Commit

Permalink
Clarify MTOM limitation (#119)
Browse files Browse the repository at this point in the history
not supporting MTOM is a general limitation, not a test-case specific
one.


// Describe the purpose of the pull request here and remove this line.
Keep the checklist.

# Checklist

The following aspects have been respected by the author of this pull
request, confirmed by both pull request assignee **and** reviewer:

* Adherence to coding conventions
  * [x] Pull Request Assignee
  * [x] Reviewer
* Adherence to javadoc conventions
  * [x] Pull Request Assignee
  * [x] Reviewer
* Changelog update (necessity checked and entry added or not added
respectively)
  * [x] Pull Request Assignee
  * [x] Reviewer
* README update (necessity checked and entry added or not added
respectively)
  * [x] Pull Request Assignee
  * [x] Reviewer
* config update (necessity checked and entry added or not added
respectively)
  * [x] Pull Request Assignee
  * [x] Reviewer
* SDCcc executable ran against a test device (if necessary)
  * [x] Pull Request Assignee
  * [x] Reviewer
  • Loading branch information
ben-Draeger authored Aug 25, 2023
1 parent a968396 commit b5eba95
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,12 @@ this case in order to minimize the risk of such an invalid application going unn

[General]

| **Limitation** |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| The SDCcc tool does not support the following HTTP Headers in test cases which use messages stored in the database: <ul><li>transfer-encoding</li><li>content-length</li><li>content-encoding</li><li>content-type: multipart/related</li></ul> |
| The ArchiveService is not supported and will be ignored by the test tool. |
| Safe data transmission (MDPWS Ch. 9) is not supported |
| **Limitation** |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| The SDCcc tool does not support the following HTTP Headers in test cases which use messages stored in the database: <ul><li>transfer-encoding</li><li>content-length</li><li>content-encoding</li></ul> |
| The ArchiveService is not supported and will be ignored by the test tool. |
| Safe data transmission (MDPWS Ch. 9) is not supported |
| Multipart/Related Content-Type is not supported |

[MDPWS]

Expand All @@ -252,7 +253,6 @@ this case in order to minimize the risk of such an invalid application going unn
| WSDLs embedded in {http\://schemas.xmlsoap.org/ws/2004/09/mex}MetadataReference entries are currently unsupported | R0010, R0011, R0014 |
| {http\://www\.w3.org/ns/ws-policy}PolicyURIs checking is not supported | R0010, R0011 |
| ArchiveService messages are not supported | R0006 |
| Multipart/Related Content-Type is not supported | R0006 |

## Which Manipulation is required for which test
[BICEPS]
Expand Down

0 comments on commit b5eba95

Please sign in to comment.