Hello!
I want to insert new document into my db tamino using JSP. I use sample java code from documentation “HTTP Client API for Java”. Compiling in jdk 1.3 and 1.4 works pretty good (javac DemoInsert.java), unfortunately I need to REWRITE this insert code into my Java Server Pages (jsp). Tomcat generated error number 500 with the following lines:
1) class com.docuverse.dom.BasicDocument is an abstract class. It can’t be instantiated.
2) class com.docuverse.dom.BasicElement is an abstract class. It can’t be instantiated (for every line which I use BasicElement class)
How can I insert new document using JSP (needed sample code!)?
Is it possible to use BasicDocument and BasicElement using command “new” in JSP?
Please help me!
Any help will be very appreciated!
Thanks a lot for support!
Best regards,
Dariusz Baumann
#API-Management#webMethods#webMethods-Tamino-XML-Server-APIs