[
https://issues.apache.org/jira/browse/JUDDI-603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13645008#comment-13645008
]
Alex O'Ree commented on JUDDI-603:
----------------------------------
It's not the access point.
http://uddi.org/pubs/uddi-v3.0.2-20041019.htm#_Toc85908136
Save subscription:
bindingKey: This optional argument of type anyURI specifies the
bindingTemplate which the node is to use to deliver notifications to
subscription listeners. It is only required when asynchronous notifications
are used. This bindingTemplate MUST define either a Web service that
implements notify_subscriptionListener (see below), or an email address to
receive the notifications. If a notify_subscriptionListener Web service is
identified, the node invokes it to deliver notifications. If an email address
is identified, the node delivers notifications via email to the address
supplied. When notifications are delivered via email, the body of the email
contains the body of the SOAP message, which would have been sent to the
notify_subscriptionListener service if that option had been chosen. The
publisher making the subscription request MUST own the bindingTemplate. If
this argument is not supplied, no notifications are sent, although subscribers
may still use the get_subscriptionResults API to obtain subscription results.
See Section 5.5.11 get_subscriptionResults for details. If email delivery to
the specified address fails, nodes MAY attempt re-delivery, but are not
obligated to do so. Depending upon node policy, excessive delivery failures
MAY result in cancellation of the corresponding subscription.
> Subscription email notifier shouldn't require mailto: prefix
> ------------------------------------------------------------
>
> Key: JUDDI-603
> URL: https://issues.apache.org/jira/browse/JUDDI-603
> Project: jUDDI
> Issue Type: Bug
> Components: core
> Reporter: Alex O'Ree
> Assignee: Kurt T Stam
> Fix For: 3.2
>
>
> Currently, email based subscription notifications require the bindingKey to
> have the prefix of "mailto:"
> The spec doesn't call for this requirement. It merely states, either its an
> existing bindingKey or an email address.
--
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