11/09/2005 11:15 AM
post4797
|
Nit Pickings..
1)9.4.2 Resource Property wsag:Id
The wsag:iD resource property is of type xsd:string.
^^
and in the wsdl is specified (in Page 66) as wsag:AgreementID
<xs:element ref="wsag:AgreementId"/>
Also AgreementId is already used in P15.
<wsag:Agreement AgreementId="xsd:string">
So should we come with a new name?
2)P34 Section 6 says
"wsag:TemplateName: The TemplateName in the offer must exactly match the name provided in the template document against
which compliance is being checked. "
Since we introduced the concept of wsag:TemplateId perhaps this should be changed to TemplateID?
3)In the wsdl, we have the new Namespace
<wsdl:definitions
......
xmlns:wsag="http://schemas.ggf.org/graap/2005/09/ws-agreement"
.....
targetNamespace="http://schemas.ggf.org/graap/2005/09/ws-agreement">
>
But we also have..
<wsdl:types>
<xs:schema
targetNamespace="http://www.ggf.org/namespaces/ws-agreement"
xmlns:wssg="http://www.ibm.com/xmlns/stdwip/web-services/WS-ServiceGroup"
xmlns:wsag="http://www.ggf.org/namespaces/ws-agreement"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
elementFormDefault="qualified"
attributeFormDefault="qualified">
Is this intended to be so?
4)In P37 we have
<wsag:GuaranteeTermState>
<wsag:NotDetermined>wsag:TermStateType</wsag:NotDetermined> ?
<wsag:Fulfilled>wsag:TermStateType</wsag:Fulfilled> ?
<wsag:Violated>wsag:TermStateType</wsag:Violated> ?
wsag:GuaranteeTermStateType
</wsag:GuaranteeTermState>
But no definition of wsag:GuaranteeTermStateType?
Best Regards
|
|
|