You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Anou Manavalan <an...@trysybase.com> on 2003/06/04 18:24:05 UTC

[juddi-Developers] RE: [ juddi-Bugs-747799 ] XML doesn't conform to UDDI v2.0 schema

oops.. looked at wrong one. We are fine. ( OverViewDoc has that descr ).

-Anou

-----Original Message-----
From: Anou Manavalan [mailto:anou@trysybase.com]
Sent: Wednesday, June 04, 2003 5:25 PM
To: juddi-developers@lists.sourceforge.net
Subject: FW: [ juddi-Bugs-747799 ] XML doesn't conform to UDDI v2.0
schema


Steve,
OverViewURL  -- needs description vector in it and the marshal/unmarshal
should support it.  I will add them tomorrow, if you think there is a
problem in adding that, let me know.

-Anou

-----Original Message-----
From: SourceForge.net [mailto:noreply@sourceforge.net]
Sent: Monday, June 02, 2003 4:26 PM
To: noreply@sourceforge.net
Subject: [ juddi-Bugs-747799 ] XML doesn't conform to UDDI v2.0 schema


Bugs item #747799, was opened at 2003-06-02 22:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=434422&aid=747799&group_id
=42875

Category: Transport Layer
Group: Development
Status: Open
Resolution: None
Priority: 5
Submitted By: Steve Viens (sviens)
Assigned to: Anou Manavalan (anou_mana)
Summary: XML doesn't conform to UDDI v2.0 schema

Initial Comment:
jUDDI is no marshalling the UDDI objects into XML as
the UDDI v2.0 schema dictates. Elements are added to
parent elements in an order that may not coincide with
the UDDI v2.0 XML Schema. To fix you must compare
the order used to marshal each element with the order
specified in the schema and reorder where neccessary.

These elements need to be looked into. They all have
more than one element as part of thier
'sequence' in the v2.0 UDDI schema.

assertionStatusItem
bindingTemplate
businessEntity
businessInfo
businessService
contact
instanceDetails
keysOwned
overviewDoc
publisherAssertion
relatedBusinessInfo
serviceInfo
tModel
tModelInfos
tModelInstanceInfo
find_binding
find_business
find_relatedBusinesses
find_service
find_tModel
save_business
save_tModel
registeredInfo
relatedBusinessList

These have only two elements and one of them
is "AuthInfo". These may already be marshalled
correctly but they will need to be looked at for
verification.

add_publisherAssertions
delete_binding
delete_business
delete_publisherAssertions
delete_service
delete_tModel
get_assertionStatusReport
save_binding
save_service
set_publisherAssertions

Steve


----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=434422&aid=747799&group_id
=42875