You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Alex O'Ree (JIRA)" <ju...@ws.apache.org> on 2013/05/01 20:54:16 UTC

[jira] [Created] (JUDDI-606) Subscription API does not validate on saveSubscription

Alex O'Ree created JUDDI-606:
--------------------------------

             Summary: Subscription API does not validate on saveSubscription
                 Key: JUDDI-606
                 URL: https://issues.apache.org/jira/browse/JUDDI-606
             Project: jUDDI
          Issue Type: Bug
    Affects Versions: 3.1.4
            Reporter: Alex O'Ree
            Assignee: Kurt T Stam




This is OK with the subscription API. Note the empty business key. The subscription API should validate on all specific time subscriptions that the specified keys do in fact exist.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<subscription xmlns:ns2="urn:uddi-org:api_v3" xmlns:ns3="urn:uddi-org:sub_v3" brief="false">
    <ns3:subscriptionKey>uddi:juddi.apache.org:85ad8319-fa23-400a-bcb6-37c439c5cd0f</ns3:subscriptionKey>
    <ns3:subscriptionFilter>
        <ns2:get_businessDetail>
            <ns2:businessKey></ns2:businessKey>
        </ns2:get_businessDetail>
    </ns3:subscriptionFilter>
    <ns3:expiresAfter>2014-05-01T07:15:01.865-04:00</ns3:expiresAfter>
</subscription>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira