Skip to content
New issue

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

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

Already on GitHub? Sign in 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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant