[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.ohf] Re: bridge event and confidentiality codes returned bug
|
Hi Sarah,
OK, it's submitted.
Thanks,
Jesse
Sarah Knoop wrote:
Hi Jesse,
I think you hit upon a bug. Please post to buzilla and we'll get to it ASAP.
Thanks!
- Sarah
Jesse Pangburn wrote:
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