Does any one know if org.w3c.dom.Element is a valid data type in a JAX-RPC
base Web Service.
In other words, could I define my Web service interface as:
public org.w3c.dom. Element getSystemService(org.w3c.dom.Element);
Thanks in advance for your help.
Danling Shi