}
public Element[] getMetadata(String dialect)
throws SoapFault
{
GetMetadataRequest get = new GetMetadataRequest(dialect);
Element response = invoke(WsxConstants.GET_METADATA_URI, get.toXML());
//
// each child element is a MetadataSection - we want to dig down
// one level deeper and get the actual content for the user
//