//TODO: Remove when policy support is completed
public static void issueRequest(ConversationConfiguration config) throws RampartException, AxisFault, TrustException {
MessageContext msgCtx = config.getMsgCtx();
AxisService axisService = new AxisService("SecurityTokenService");
QName rstQn = new QName("requestSecurityToken");
OutInAxisOperation operation = new OutInAxisOperation(rstQn);
axisService.addOperation(operation);
ServiceClient client = new ServiceClient(msgCtx
.getConfigurationContext(), axisService);
Options options = new Options();