Delete logic/calls to processWADLDocRequest(), processWADLRequest(), processXSDRequest().
As far as what they did:
- processWADLDocRequest - return HTML Doc based on WADL + XSL
- processWADLRequest - return patched WADL
- processXSDRequest - return XSDs embedded in the WADL
The process method will be called by default in an action class.
As far as configuration call JerseyClientSingleton.init as such:
public void initialise() throws ActionLifecycleException {
JerseyClientSingleton.init();
}
Also include jersey1.2 jars in the lib directory.
If you construct the http request the logic should figure things out.