Questions tagged as 'jax-ws'

0
answers

Java - Generic Type as parameter of jax rs client's readEntity method

I want to abstract a post method from my code, using generic type to facilitate implementation. The code is a client of ws using jax-rs. Follow public T2 post(T1 requisicao, String path){ javax.ws.rs.client.Client client = ClientBuilder.ne...
asked by 25.04.2018 / 21:05
1
answer

The constructor Service (URL, QName, WebServiceFeature []) is undefined

I'm consuming a WebService in my Java application and am encountering the following error:   The constructor Service (URL, QName, WebServiceFeature []) is undefined public AnaliseCredito(URL wsdlLocation, WebServiceFeature ... features) {...
asked by 28.10.2015 / 13:38
1
answer

JAX WS RS JPA does not return oneToMany relation in JSON

In my relationship, a Call is related to many Histories. The key of the Call is present in every History. When querying a History for the code, there is a @ManyToOne relation that returns the Call to which the history belongs. When consulting th...
asked by 10.07.2018 / 03:05