bridge event and confidentiality codes returned bug [message #584900] |
Fri, 14 March 2008 16:15 |
Jesse Pangburn Messages: 166 Registered: July 2009 |
Senior Member |
|
|
Hi,
I've found that in the bridge when you query for documents, if the
documents are returned back with event codes and/or confidentiality codes
the web service response from the bridge always has an empty list for
these codes. For example, in the following excerpt from my logs I see a
confidentiality code and an event code in the metadata printout:
<confidentialityCode>
<code>1.3.6.1.4.1.21367.2006.7.107</code>
<displayName>
<LocalizedString charset="UTF-8" xml:lang="en-us" value="Normal
Sharing"/>
</displayName>
<schemeName>Connect-a-thon confidentialityCodes</schemeName>
</confidentialityCode>
...
<eventCode>
<code>1.3.6.1.4.1.21367.2006.7.111</code>
<displayName>
<LocalizedString charset="UTF-8" xml:lang="en-us" value="Authorize
Capmed
as PHR"/>
</displayName>
<schemeName>Connect-a-thon eventCodeList</schemeName>
</eventCode>
However, in the web service response (if I sniff the traffic between my
client and the bridge) I see the following entries:
<confidentialityCode xsi:type="ns7:codedMetadataType" xsi:nil="true"/>
...
<eventCodes soapenc:arrayType="ns7:codedMetadataType[0]"
xsi:type="soapenc:Array"/>
I am posting this here instead of bugzilla to confirm that these are bugs
and if I should file one entry or two? Also, it seems that the
confidentiality code return type should be an array as well since there
can be multiple confidentiality codes returned. Please let me know if you
concur and I'll file the bug reports, also, these are in the March 13
build.
thanks,
Jesse
|
|
|
Powered by
FUDForum. Page generated in 0.03440 seconds