public static Object doWebService(PageContext pc,String wsdlUrl,String username,String password, ProxyData proxy) throws PageException {
// TODO CF8 impl. all new attributes for wsdl
return new RPCClient(wsdlUrl,username,password,proxy);
}
public static Object doHTTP(PageContext pc,String httpUrl) throws PageException {
return new HTTPClient(httpUrl,null,null,null);
}