Turns out you don’t have to do much at all.
See below – the parameter x will contain the full HTTP body (which is XML in our case).
@POST
public Response go(String x) throws IOException {
...
}
Turns out you don’t have to do much at all.
See below – the parameter x will contain the full HTTP body (which is XML in our case).
@POST
public Response go(String x) throws IOException {
...
}