[
https://issues.apache.org/jira/browse/SCOUT-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736710#action_12736710
]
Anil Saldhana commented on SCOUT-88:
------------------------------------
http://www.uddi.org/pubs/ProgrammersAPI-V2.04-Published-20020719.htm#_Toc25137734
Section 4.4.4
========
4.4.4 delete_publisherAssertions
The delete_publisherAssertions API call causes one or more publisherAssertion
elements to be removed from a publisher's assertion collection. See the
appendix describing relationships and the message named get_publisherAssertions
for more information on this collection.
4.4.4.1 Syntax:
<delete_publisherAssertions generic="2.0" xmlns="urn:uddi-org:api_v2" >
<authInfo/>
<publisherAssertion>
<fromKey/>
<toKey/>
<keyedReference/>
</publisherAssertion>
[<publisherAssertion/> ...]
</delete_publisherAssertions>
4.4.4.2 Arguments:
- authInfo: this required argument is an element that contains an
authentication token. Authentication tokens are obtained using the
get_authToken API call.
- publisherAssertion: one or more publisher assertion structures
exactly matching an existing assertion that can be found in the publisher's
assertion collection.
4.4.4.3 Returns:
Upon successful completion, a dispositionReport message is returned with a
single success indicator.
4.4.4.4 Results:
The UDDI registry scans the assertion collection associated with the publisher
account, and removes any assertions that exactly match all parts of each
publisherAssertion passed. Any assertions described but that cannot be located
will cause an error. Assertions removed in this way will also affect the
visibility of relationships that are visible via the find_relatedBusinesses
message.
====================================================
> Deleted Association still returned by the registry
> --------------------------------------------------
>
> Key: SCOUT-88
> URL: https://issues.apache.org/jira/browse/SCOUT-88
> Project: Scout
> Issue Type: Bug
> Components: Scout Implementation
> Affects Versions: 1.1
> Reporter: Anil Saldhana
> Assignee: Kurt T Stam
> Attachments: JAXR030Test.patch
>
>
> Once an association is deleted. If a query is made for the associations
> owned by the caller, we see that the association that was just deleted is
> returned.
> Not sure if this is scout issue or juddi issue.
--
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]