Json support in JAX-WS JBoss eap 6

Latest response

Hi,

I have a web service developed using metro and supporting Json Binding

@BindingType(JSONBindingID.JSON_BINDING)
@WebService
public class myJSONInterface extends AbstractmyInterface{

    public myJSONInterface() throws Exception {
        super();
    }
}

I have seen that JAW-RS supports Json in JBoss, but how to resolve this Binding using JBoss Jax-ws.
Thanks.

Responses