* So this method is to solve the chicken and egg problem, we have. If you do not know the SOAP version to be used
* to process a particluar SOAP message you have recd, use this method to buid the SOAP envelope, and then extract the SOAP
* version from that envlope and switch to the proper factory using that.
*/
public static SOAPFactory getDefaultSOAPFactory() {
return new SOAPLinkedListImplFactory();
}