No Serializer found to serialize a 'org.w3c.dom.Element' - Web Services
Amrita Chawla
Greenhorn
Joined: Aug 19, 2005
Posts: 1
posted
0
Hi I am trying to run a method exposed as a web service in JDeveloper. This method should return Element type. However, it gives me the following error:
Servlet error: No Serializer found to serialize a 'org.w3c.dom.Element' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.
Has anyone encountered the same error... have a say on it?
Suhel Ahmed
Greenhorn
Joined: Aug 26, 2005
Posts: 1
posted
0
This usually has to do with registering complex type mappings. If this is a user defined type try out
this should resolve it.
subject: No Serializer found to serialize a 'org.w3c.dom.Element' - Web Services