throws SOAPException {
SOAPEnvelope env = envelope;
if (env.getBody() == null) {
env.addBody();
}
Name name = env.createName("", Constants.WSRM.NS_PREFIX_RM, Constants.WSRM.NS_URI_RM);
SOAPBodyElement bodyElement = (SOAPBodyElement) env.getBody().addBodyElement(name);
bodyElement.setName(Constants.WSRM.CREATE_SEQUENCE_RESPONSE);
if (identifier != null) {