You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Consider removing this test or clarify the behavior.
Dominik Stegemann,
SurgiTAIX AG
The text was updated successfully, but these errors were encountered: