Hi,
Hi,
I have implemented a JAX-WS service using the Provider
interface. I would like to extract elements from the SOAP request using
XPath. But when I execute the XPathExpression on the SOAPPart of the
message, I get this ugly NullPointerException. I assume that, since
SOAPPart implements
Hi,
I have implemented a JAX-WS service using the Provider
interface. I would like to extract elements from the SOAP request using
XPath. But when I execute the XPathExpression on the SOAPPart of the
message, I get this ugly NullPointerException. I assume that, since
SOAPPart implements a DOM