Apache Qpid : GetResourceMembers
This page last changed on Feb 17, 2009 by agazzarini.
GetResourceMembersDescriptionThis interface allows a requestor to retrieve the catalogue of all managed resources. Request01. <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> 02. <soap:Header> 03. <wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing"> 04. http://localhost:8080/qman/services/adapter 05. </wsa:To> 06. <wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing"> 07. http://docs.oasis-open.org/wsrf/rpw-2/GetResourceProperty/GetResourcePropertyRequest 08. </wsa:Action> 09. <wsa:MessageID xmlns:wsa="http://www.w3.org/2005/08/addressing"> 10. uuid:0cdb5112-09e0-ac39-06ba-393843f06e42 11. </wsa:MessageID> 12. <wsa:From xmlns:wsa="http://www.w3.org/2005/08/addressing"> 13. <wsa:Address> 14. http://www.w3.org/2005/08/addressing/role/anonymous 15. </wsa:Address> 16. </wsa:From> </soap:Header> <soap:Body> 17. <wsrf-rp:GetResourceProperty xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/rp-2" xmlns:wsrf-sg="http://docs.oasis-open.org/wsrf/sg-2"> 18. wsrf-sg:Entry 19. </wsrf-rp:GetResourceProperty> </soap:Body> </soap:Envelope>
Response<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> <soap:Header> 01. <wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing"> 02. http://www.w3.org/2005/08/addressing/role/anonymous 03. </wsa:To> 04. <wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing"> 05. http://docs.oasis-open.org/wsrf/rpw-2/GetResourceProperty/GetResourcePropertyResponse 06. </wsa:Action> 07. <wsa:MessageID xmlns:wsa="http://www.w3.org/2005/08/addressing"> 08. uuid:980617c8-e3a0-ebf1-8f5a-2b43d3d6d416 09. </wsa:MessageID> 10. <wsa:RelatesTo RelationshipType="wsa:Reply" xmlns:wsa="http://www.w3.org/2005/08/addressing"> 11. uuid:0cdb5112-09e0-ac39-06ba-393843f06e42 12. </wsa:RelatesTo> 13. <wsa:From xmlns:wsa="http://www.w3.org/2005/08/addressing"> 14. <wsa:Address> 15. http://localhost:8080/qman/services/adapter 16. </wsa:Address> </wsa:From> </soap:Header> <soap:Body> 17. <wsrf-sg:Entry xmlns:wsrf-sg="http://docs.oasis-open.org/wsrf/sg-2"> 18. <wsrf-sg:ServiceGroupEntryEPR> 19. <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing"> 20. http://localhost:8080/qman/services/ServiceGroupEntry </wsa:Address> <wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing"> <qman:ResourceId xmlns:qman="http://amqp.apache.org/qpid/management/qman"> 21. 1d01b4ee-7d23-3a30-342e-62fc49984fe6 </qman:ResourceId> 22. </wsa:ReferenceParameters> 23. </wsrf-sg:ServiceGroupEntryEPR> 24. <wsrf-sg:MemberServiceEPR> <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing"> 25. http://localhost:8080/qman/services/QManWsResource </wsa:Address> <wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing"> 26. <qman:ResourceId xmlns:qman="http://amqp.apache.org/qpid/management/qman"> a3759467-bede-476d-8dde-169f1a652191 27. </qman:ResourceId> </wsa:ReferenceParameters> 28. </wsrf-sg:MemberServiceEPR> 29. <wsrf-sg:Content/> </wsrf-sg:Entry> 33. <wsrf-sg:Entry xmlns:wsrf-sg="http://docs.oasis-open.org/wsrf/sg-2"> ... </wsrf-sg:Entry> <wsrf-sg:Entry xmlns:wsrf-sg="http://docs.oasis-open.org/wsrf/sg-2"> ... 34. </wsrf-sg:Entry> </wsrf-rp:GetResourcePropertyResponse> </soapBody> </soap:Envelope>
FaultsNo specific fault are thrown by this operation. A general Soap fault could be returned if, for example, the adapter is not running or is not working. Quick linksWeb Services Service Group specification |
![]() |
Document generated by Confluence on May 26, 2010 10:33 |