Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » OHF » bridge event and confidentiality codes returned bug
bridge event and confidentiality codes returned bug [message #41432] Fri, 14 March 2008 16:15 Go to next message
Jesse Pangburn is currently offline Jesse PangburnFriend
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
Re: bridge event and confidentiality codes returned bug [message #41462 is a reply to message #41432] Sat, 15 March 2008 16:51 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 292
Registered: July 2009
Senior Member
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
>
Re: bridge event and confidentiality codes returned bug [message #41493 is a reply to message #41462] Mon, 17 March 2008 15:49 Go to previous message
Jesse Pangburn is currently offline Jesse PangburnFriend
Messages: 166
Registered: July 2009
Senior Member
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
>>
Re: bridge event and confidentiality codes returned bug [message #584916 is a reply to message #41432] Sat, 15 March 2008 16:51 Go to previous message
No real name is currently offline No real nameFriend
Messages: 292
Registered: July 2009
Senior Member
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
>
Re: bridge event and confidentiality codes returned bug [message #584932 is a reply to message #41462] Mon, 17 March 2008 15:49 Go to previous message
Jesse Pangburn is currently offline Jesse PangburnFriend
Messages: 166
Registered: July 2009
Senior Member
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
>>
Previous Topic:bridge event and confidentiality codes returned bug
Next Topic:ATNA - Authenticate Node
Goto Forum:
  


Current Time: Sat Apr 20 02:54:46 GMT 2024

Powered by FUDForum. Page generated in 0.02956 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top