On 3/30/13 8:49 AM, Alex O'Ree wrote:
With the client side subscript api from the jUDDI service, there's a
mechanism to add a callback subscription, delete a callback
subscription, but I don't see anything for getting a list of current
client subscriptions, or "my" subscriptions.

Are these subscriptions listed via the UDDI Subscription API? the unit
test doesn't appear to cover this use case.
Yeah you use:

http://svn.apache.org/repos/asf/juddi/tags/juddi-3.1.3/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISubscriptionImpl.java

List<Subscription> getSubscriptions(
@WebParam(name = "authInfo", targetNamespace = "urn:uddi-org:api_v3")
        String authInfo)

which should find all subscriptions for the publisher.

Reply via email to