Java Reference
In-Depth Information
} catch (SOAPException ex) {
ex.printStackTrace();
} catch (IOException ex) {
ex.printStackTrace();
}
return msg;
}
}
All you have to keep in mind here is that you are dealing with SOAPHeaderElement objects in
the iterator.
Here is the output of running the code:
Header name=passwordHeader
Actor is null
Search WWH ::




Custom Search