failed to load java type corresponding to e=
I'm trying to expose an Oracle package as a webserver using Jdeveloper on a weblogic server.
Environment
Jdeveloper 11.1.2.3
Weblogic 11.2.0.3 Server EE
Oracle DB 11.2.0.3
Package
ProcessXml takes a string as input and an output of xmltype
Within Jdeveloper I can create the webservice using the 'Publish as JAX-RPC Webservice' option, but I noticed that the java produced and the WSDL have an input and return type of xsd:string.
I can access the Webservice and can see the results being returned but they are enclosed in CDATA. I would like to have the output in an xml.
I believe this was due to the lack of a schema in the WSDL defining the returnset so added the following to the WSDL. When I access the webservice now I get an error on the returnset 'Failed to load java type corresponding to e='