CFXRawSocket
This is a Java Custom Tag that gives you a way to open a server socket (HTTP or SSL or others) to a remote internet host. You can construct and send your own complete messages using CFX_RawSocket, customize the message headers, post and receive XML documents (including over SSL), and more. Many XML services (e.g. UPS e-commerce tools) require raw socket connections over SSL to talk to parent systems. The use of this tag allows those types of connections. Documentation can be found HERE.