Reposting from xds-implementors, I wasn't aware there is a separate mailing list for HPD.
I am trying to use the HPDSimulator
(
https://gazelle.ihe.net/HPDSimulator/prov_info_dir/configuration.seam?cid=2858)
to test my implementation of an HPD Consumer.
For that I would require to know, what data is stored in the HPDSimulator.
All my searchRequests always return no results, e.g.:
<batchRequest xmlns="urn:oasis:names:tc:DSML:2:0:core">
<searchRequest scope="wholeSubtree" dn="dc=HPD,o=IHE-Europe,c=FRA"
requestID="1234">
<filter>
</filter>
<attributes>
<attribute name="cn"/>
<attribute name="objectClass"/>
<attribute name="member"/>
</attributes>
</searchRequest>
</batchRequest>
returns
<batchResponse xmlns="urn:oasis:names:tc:DSML:2:0:core">
<searchResponse requestID="1234">
<searchResultDone>
<resultCode code="0"/>
</searchResultDone>
</searchResponse>
</batchResponse>
I tried to check the validity of my messages, but e.g.
https://gazelle.ihe.net/HPDSimulator/messages/messageDisplay.seam?id=2407
shows an empty validation result
Any help (e.g. known test data) appreciated,
Robert Lichtenberger
P.S.: I also created
https://gazelle.ihe.net/jira/browse/HPD-196 but haven't since heard from Anne-Gaelle Berge.