* @return Endpoint associated with the soap session, if current message is a soap session
* message and if current message is not the first message of the session. Returns null, if
* an Endpoint could not be found for the session.
*/
public Endpoint getEndpoint(MessageContext synCtx) {
Endpoint endpoint = null;
SOAPHeader header = synCtx.getEnvelope().getHeader();
if(header != null) {
OMElement sgcID = header.getFirstChildWithName(