ScoutJaxrUddiHelper returns BindingTemplate without 
AccessPoint/HostingRedirector
---------------------------------------------------------------------------------

                 Key: SCOUT-61
                 URL: https://issues.apache.org/jira/browse/SCOUT-61
             Project: Scout
          Issue Type: Bug
    Affects Versions: 1.0rc1
            Reporter: Tom Cunningham


If the AccessURI of the ServiceBinding is null, then 
ScoutJaxrUddiHelper.getBindingTemplateFromJAXRSB returns a BindingTemplate that 
is invalid - the XSD says that one of these is required :

        <xsd:complexType name="bindingTemplate">
                <xsd:sequence>
                        <xsd:element ref="uddi:description" minOccurs="0" 
maxOccurs="unbounded"/>
                        <xsd:choice>
                                <xsd:element ref="uddi:accessPoint"/>
                                <xsd:element ref="uddi:hostingRedirector"/>
                        </xsd:choice>
                        <xsd:element ref="uddi:tModelInstanceDetails"/>
                </xsd:sequence>
                <xsd:attribute name="serviceKey" type="uddi:serviceKey" 
use="optional"/>
                <xsd:attribute name="bindingKey" type="uddi:bindingKey" 
use="required"/>
        </xsd:complexType>



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to