GetWSDLMetadataExample ------------------------------------------------------------------- This example shows the usage of WS-DM GetResourcePropertyRequest / Response on a Group service. The target resource is the WS-DM Adapter itself and the requested property is "ws-rp:Entry". WS-DM Adapter is a special WS-Resource (is a Group) that acts as the main entry point for retrieving all other managed resources. So clients that want to deal with QMan WS-Resources must first get resource identifiers sending a GetResourcePropertyRequest to WS-DM Adapter with "ws-rp:Entry" as target target property. ------------------------------------------------------------------- [CLIENT TRACE] SOAP envelope contents (outgoing): http://localhost:8080/qman/services/adapter http://docs.oasis-open.org/wsrf/rpw-2/GetResourceProperty/GetResourcePropertyRequest uuid:7f801eff-c528-91e8-33eb-3d1dd164bce7 http://www.w3.org/2005/08/addressing/role/anonymous wsrf-sg:Entry [CLIENT TRACE] SOAP envelope contents (incoming): http://www.w3.org/2005/08/addressing/role/anonymous http://docs.oasis-open.org/wsrf/rpw-2/GetResourceProperty/GetResourcePropertyResponse uuid:86a34968-38aa-83e8-47dd-8e86ffd8ac06 uuid:7f801eff-c528-91e8-33eb-3d1dd164bce7 http://localhost:8080/qman/services/adapter ----------------------------WARNING--------------------------- Cannot proceed with the example... it seems that there are no managed WS-Resources on QMan. Please check QMan in order to see that it is really connected with a broker. -------------------------------------------------------------------