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
Post a Comment