Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

DPWS.R0031 evaluation off #142

Open
DominikST95 opened this issue Feb 26, 2024 · 0 comments
Open

DPWS.R0031 evaluation off #142

DominikST95 opened this issue Feb 26, 2024 · 0 comments
Labels
bug Something isn't working synced Ticket has been synced to an internal issue tracker

Comments

@DominikST95
Copy link

Test DPWS.R0031 tests that no SOAP Fault is generated, when a specific ReplyTo address is set.

The test conditions are not clear (partly as the standard is ambigous / unclear there as well).
HTTP requires a response to the message in any case, various scenarios were tested:

  • Not responding causes an HTTP timeout
  • Responding with a status code indicating an error (4xx and 5xx) fails, as SDCcc does not expect an error code
  • Responding with a 200 and an error text indicating that the message failed leads to a parsing error, as SDCcc tries to convert the message to XML
  • Responding with an empty 200 message succeeds. This however makes no sense, as the message is clearly failed.

Consider removing this test or clarify the behavior.

Dominik Stegemann,
SurgiTAIX AG

@ldeichmann ldeichmann added bug Something isn't working synced Ticket has been synced to an internal issue tracker labels Jan 30, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working synced Ticket has been synced to an internal issue tracker
Projects
None yet
Development

No branches or pull requests

2 participants