We have several Java clients that leverage our Apache SOAP services. We currently have some clients that are under development with Perl and SOAP Lite. Our SOAP Services all use Literal Encoding and we have input parameters of type org.w3c.dom.Element and we also return an Element. Will this be an issue if the clients are not Java and are using other SOAP implementations?
