I have developed a service which contains a number of methods which return a org.w3c.dom.Element.  I Use WSAD to develop the services and it defaulted to RPC/Literal encoding.  This works great for me, however I developed it to communicate with a .NET application which cannot use it because of the literal part.  When I try to set the output as encoded, it doesn't work with the xml Element. 
 
Does anyone have a suggestion of what I should change the Element to so that I can use RPC/encoded but still keep the XML format?

Reply via email to