PL/SQL web service
I created a package with a function that accepts a clob as parameter. Then in Jdeveloper 11g, I created a web service based on this function. The WSDL and the test page of this web service show that the web service input is a string which should be limited to 32K. Is there any way to create a web service to accept large data i.e. a clob?
Thanks,
Majid