-
Notifications
You must be signed in to change notification settings - Fork 8
Error deleting an episode of care #150
Comments
Hi, I assume you are calling the validate endpoint? In that case, this is not an error since the service always returns a RegistryResponse element with attribute status="urn:oasis:names:tc:ebxml-regrep:ResponseStatusType:Failure", even when there are no validation errors. This is because of the way IHE ITI TF-3 section 4.2.4.2:
Table
Since the validate endpoint does not register the documents, it cannot return Therefore, if you wish to save the registration of a deletion of an episode of care, you should use one of the other endpoints. There is another issue with the validate endpoint it seems: The validate endpoint does not fully comply to the Here is the response from the validate endpoint: <soap:Body>
<ns2:RegistryResponse xmlns:ns10="http://www.medcom.dk/dgws/2006/04/dgws-1.0.xsd" xmlns:ns11="http://www.nsi.dk/hsuid/2016/08/hsuid-1.1.xsd"
xmlns:ns12="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" xmlns:ns13="urn:lpr" xmlns:ns2="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0"
xmlns:ns3="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0" xmlns:ns4="urn:ihe:iti:xds-b:2007" xmlns:ns5="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0"
xmlns:ns6="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:ns7="urn:oasis:names:tc:SAML:2.0:assertion"
xmlns:ns8="http://www.w3.org/2000/09/xmldsig#" xmlns:ns9="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
status="urn:oasis:names:tc:ebxml-regrep:ResponseStatusType:Failure"></ns2:RegistryResponse>
</soap:Body> The response should have included at least one However, I would think adding this "false-positive" error will complicate client implementations since you have to detect and specifically ignore this non-error. Suggestion: This is something that has to be decided in a broader forum. I will escalate the issue and get back to you when we have a resolution. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This has been transfered to the LPR backlog. |
Hi,
document.txt
soap-response.txt
We try to delete an episodeofcare but get a soap response with responsestatustype=failure.
But no indication of the type of error.
Attached is the document we send, and the soap response.
is it possible in any way to see what the error is ?
The text was updated successfully, but these errors were encountered: