eclipse-ee4j / eclipse-ee4j/metro-wsit
MTOM tests do not verify message on the wire
- Dominant language
- Java
- Stars
- 6
- Forks
- 21
- Avg merge
- 10h 2m
- Merged PRs (30d)
- 1
Description
The current tests for MTOM invoke a proxy client and check that the response
message returned the expected result. The tests do not verify however that the
messages that were exchanged over the wire were actually XOP encoded.
#### Environment
Operating System: All
Platform: Macintosh
#### Affected Versions
[1.2]
Source: [https://github.com/javaee/metro-wsit/issues/818](https://github.com/javaee/metro-wsit/issues/818)
Author: glassfishrobot
Contributor guide
Research direction
Start by locating the current MTOM tests and tracing the proxy client call that checks only the returned response. Determine how the exchanged messages can be inspected, then add assertions that the wire messages are XOP encoded and run the existing MTOM test suite to confirm the checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100