java - How to parse SOAP response in JAX-WS? -


how should parse soap response? have write logicalhandler (like here http://www.java-tips.org/java-ee-tips/java-api-for-xml-web-services/writing-a-handler-in-jax-ws.html) payload of response , use sax parse or there other handy methods in jax this?

i need data xml tags in response?

if use jax-ws implementation (cxf, axis2, metro) shouldn't have parse responses. can generate jaxb annotated classes wsdl of web service want access , have marshallers bind xml payload generated java beans.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -