Hi I'm using CXF 2.1.3 that requires Jax-WS 2.1 spec API As i compile on jdk 1.6, that includes jax-WS 2.0 API I get a compilation error :
find symbol symbol : method getPort(javax.xml.namespace.QName,java.lang.Class<...>,javax.xml.ws.WebServiceFeature[]) location: class javax.xml.ws.Service Is there any maven hack to get this to work ?
