Discussion:
Uddi SDK
(too old to reply)
Anders Ljusberg
2009-06-22 09:00:01 UTC
Permalink
Hi, I'm trying to get a list of all Categorization Schemes using the UDDI
SDK (3.0)

---
FindTModel ft = new FindTModel();

ft.CategoryBag.KeyedReferences.Add(new
KeyedReference(CommonCanonical.UddiOrgTypes, "categorization", null));
ft.CategoryBag.KeyedReferences.Add(new
KeyedReference(CommonExtended.MicrosoftComCategorizationBrowsable, "1",
null));

TModelList list = ft.Send(Connection);
---

However, I get nothing returned.

After a little bit of research I found that replacing
CommonExtended.MicrosoftComCategorizationBrowsable with the hard-coded value
"uddi:microsoft-com:categorizations-browsable" gets me the result I was
looking for. It seems that CommonExtended still contains the "old-style"
Uddi v2.0 keys.

Is there a reason why the properties in CommonExtended are not upgraded to
the Uddi v3.0 keys? And shouldn't the old keys work anyway?

Regards,


Anders Ljusberg
WenJun Zhang[msft]
2009-06-23 10:08:14 UTC
Permalink
Hi Anders,

Please understand this BizTalk newsgroup isn't qualified on UDDI SDK
issues. The issue is best to be addressed in the UDDI newsgroup:

Microsoft.public.uddi.general

Thanks.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

MSDN Managed Newsgroup support offering is for non-urgent issues where an
initial response from the community or a Microsoft Support Engineer within
2 business day is acceptable. Please note that each follow up response may
take approximately 2 business days as the support professional working with
you may need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations that require urgent,
real-time or phone-based interactions. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Anders Ljusberg
2009-06-25 07:48:11 UTC
Permalink
Unfortunately, it seems like the uddi.* groups are not covered by the
"Managed Newsgroups" program, and there seems to be very little activity
there. Now that Uddi 3.0 is a part of BizTalk, wouldn't it make sense to use
the BizTalk groups to support uddi as well (or perhaps include the uddi.*
groups as Managed Newsgroups)?

Regards,

Anders Ljusberg
Post by WenJun Zhang[msft]
Hi Anders,
Please understand this BizTalk newsgroup isn't qualified on UDDI SDK
Microsoft.public.uddi.general
Thanks.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
MSDN Managed Newsgroup support offering is for non-urgent issues where an
initial response from the community or a Microsoft Support Engineer within
2 business day is acceptable. Please note that each follow up response may
take approximately 2 business days as the support professional working with
you may need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations that require urgent,
real-time or phone-based interactions. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Loading...