public void acknowledge(SequenceType sequenceType, String replyToAddress) throws SequenceFault(Code)
Acknowledges receipt of a message. If the message is the last in the sequence,
sends an out-of-band SequenceAcknowledgement unless there a response will be sent
to the acksTo address onto which the acknowldegment can be piggybacked.
Parameters: sequenceType - the sequenceType object that includes identifier and message number(and possibly a lastMessage element) for the message to be acknowledged) Parameters: replyToAddress - the replyTo address of the message that carried this sequence information throws: SequenceFault - if the sequence specified in sequenceType does not exist