Dave Siracusa [
http://community.jboss.org/people/davesiracusa] replied to the discussion
"httprouter issues with GET/POST WADL Services and Web Routing"
To view the discussion, visit:
http://community.jboss.org/message/552511#552511
--------------------------------------------------------------
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
[
http://community.jboss.org/message/552511#552511]
Start a new discussion in JBoss ESB Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]