*/
public void testGetResourceId( )
throws Exception
{
WSResource resource =
new ClientProxyWSResource( ClientProxyWSResource.createEndpointReference( getAxisWebServiceUrl( ExampleConstants.SERVICE_NAME ),
RESOURCE_ID ) );
SOAPElement[] responseElems =
resource.getResourceProperty( Muws05Constants.RESOURCE_PROP_QNAME_RESOURCE_ID );
assertNotNull( responseElems );
assertTrue( responseElems.length == 1 );
SOAPElement responseElem = responseElems[0];
assertEquals( ResourceProperties11Constants.NSURI_WSRP,
responseElem.getNamespaceURI( ) );