OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

soa-eerp message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Commented: (SOAEERP-30) PR07-T9 The term"third party" in the Business Rating spec is problematic



    [ http://tools.oasis-open.org/issues/browse/SOAEERP-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=19441#action_19441 ] 

Szu Chang  commented on SOAEERP-30:
-----------------------------------

The response from rating provider  will have <ListOfRating> element, like this: 

 (001) <?xml version="1.0" encoding="utf-8"?>
 (002) <BRating xmlns="http://docs.oasis-open.org/ns/soa-eerp/rt/200903";>
 (003) <ListOfRating>
 (004) <Rating>
 (005) <RatingIssuer>
 (006) <IssuerUri>http://www.sample-rating-issuer.org</IssuerUri>
 (007) </RatingIssuer>
 (008) . . .
 (009) </Rating>
 (010) </ListOfRating>
 (011) </BRating>

Please refer to bRating spec WD09, http://www.oasis-open.org/committees/download.php/38429/SOA-EERP-bRating-Spec-wd09-diff-cd03.pdf, for Conformance: 

Line 589-615. 
589 The minimum set of information exchange for Business Rating that would allow conforming applications
590 to exchange information and satisfy the conformance should have either
591 /rt:BRating/rt:ListOfRating/rt:Rating/rt:RatingIssuer/rt:IssuerUri element or
592 /rt:BRating/rt:Credentials/rt:Credential/rt:CredentialIssuer/rt:IssuerUri element, like this:
593 (001) <?xml version="1.0" encoding="utf-8"?>
594 (002) <BRating xmlns="http://docs.oasis-open.org/ns/soa-eerp/rt/200903";>
595 (003) <ListOfRating>
596 (004) <Rating>
597 (005) <RatingIssuer>
598 (006) <IssuerUri>http://www.sample-rating-issuer.org</IssuerUri>
599 (007) </RatingIssuer>
600 (008) . . .
601 (009) </Rating>
602 (010) </ListOfRating>
603 (011) </BRating>
604 Or like this:
605 (001) <?xml version="1.0" encoding="utf-8"?>
606 (002) <BRating xmlns="http://docs.oasis-open.org/ns/soa-eerp/rt/200903";>
607 (003) <Credentials>
608 (004) <Credential>
609 (005) <CredentialIssuer>
610 (006) <IssuerUri>httphttp://www.sample-cred-issuer.com</IssuerUri>
611 (007) </CredentialIssuer>
612 (008) . . .
613 (009) </Credential>
614 (010) </Credentials>
615

> PR07-T9 The term "third party" in the Business Rating spec is problematic
> -------------------------------------------------------------------------
>
>                 Key: SOAEERP-30
>                 URL: http://tools.oasis-open.org/issues/browse/SOAEERP-30
>             Project: OASIS Service-Oriented Architecture End-to-End Resource Planning (SOA-EERP) TC
>          Issue Type: Sub-task
>          Components: PR Comments
>            Reporter: Paul Yang 
>            Assignee: Szu Chang 
>
> 10. The use of "third party" (e.g., in Rating lines 100) is problematic. Does the specification assert that only "third parties", which is taken to mean "parties unaffiliated with either the requester or the target of the rating request" will respond? The conformance clauses on this issue are extremely weak. This is another area where the overall architecture, in a normative form rather than a white paper, is essential to understanding. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]