// - GetRecordById
OperationType getRecordById = owsf.createOperationType();
operationsMetadata.getOperation().add(getRecordById);
getRecordById.setName("GetRecordById");
DCPType getRecordByIdDCP = owsf.createDCPType();
getRecordById.getDCP().add(getRecordByIdDCP);
HTTPType getRecordByIdHTTP = owsf.createHTTPType();
getRecordByIdDCP.setHTTP(getRecordByIdHTTP);
String getRecordByIdHref = ResponseUtils.buildURL(baseUrl, "csw",
new HashMap<String, String>(), URLType.SERVICE);
RequestMethodType getRecordByIdGet = owsf.createRequestMethodType();