JBoss Community

httprouter issues with GET/POST WADL Services and Web Routing

reply from Dave Siracusa in JBoss ESB Development - View the full discussion

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.

Reply to this message by going to Community

Start a new discussion in JBoss ESB Development at Community