Parsing response from the WSDL
Posted
by htf
on Stack Overflow
See other posts from Stack Overflow
or by htf
Published on 2010-06-08T11:03:49Z
Indexed on
2010/06/08
11:22 UTC
Read the original article
Hit count: 237
Hello. I've generated the web service client in eclipse for the OpenCalais WSDL using the "develop" client type. Actually I was following this post so not really going in detail. Now when I get the results this way: new CalaisLocator().getcalaisSoap().enlighten(key, content, requestParams);
, I get the String object, containing the response XML. Sure it's possible to parse that XML, but I think there must be some way to do it automatically, e.g. getting the response object in the form of some list whatsoever?
© Stack Overflow or respective owner