166167168169170171172173174
} } catch(SOAPException se) { throw new SOAPConnectionException(); } return content; }
192193194195196197198199200
doc = response.getSOAPBody().extractContentAsDocument(); item = dih.getItemContent(doc); } catch(SOAPException se) { throw new SOAPConnectionException(); } return item; }