In my Java class, I create a BizDocEnvelope instance
and add a content part. I then insert this BizDocEnvelope
instance into the database using the following statement:
BizDocStore.insertDocument( bizdoc, false ) ;
I pass false as the value of the 2nd parameter, so
that the content will not be saved to the database.
Despite this, the content is being saved to the
BIZDOCCONTENT table in the database.
How do I prevent the content from being saved to
the database?
Thanks.
Bob
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods