return createForException(-1, e, "jsonToXml");
}
}
private static JsonSessionCredentials createSessionCredentials(WsJsonSessionId wsSessionId) {
return new JsonSessionCredentials(new JsonSessionId(wsSessionId.getSessionGuid()),
wsSessionId.getJitterbitUser(),
wsSessionId.getMd5Pwd());
}