Thank you for your help. The code below did not get exactly what I wanted, but it pointed me in the right direction. I had to go about three child elements deeper to find the actual value I wanted. I actually replaced the getChildElements with getFirstChild and then called getFi
Hi Paul,
This should get you where you want to go
SOAPEnvelopeenv = messageContext.getRequestMessage().getSOAPEnvelope();
SOAPBodyElement e= env.getFirstBody();
Iterator it = e.getChildElements();
while (it.hasNext()) {
}
By iterating thru the child elements you should be a
Hello,
I am fairly new to axis so I may be missing something very obvious, but I can not get the values of the parameters passed to our webservice from the MessageContext. I am writing an Authorization piece to the service and need to know what the value of