Hi,
I am trying to consume DFS with JAX-WS consumer. here's my environment,
Documentum Content Server 6.0SP1. (Weblogic 9.2)
Oracle 10.2.0.3
WS proxy is generated by JAX-WS 2.1
Client JDK 1.5.0-16
Encoding: MTOM
My codes works fine for create content in the respository as long as the content size is mall, exm. is less than 10MB. When the size is bigger, ex, 50MB, the transfer fails, with the 500 error code from the server.
Anyone has any idea where I should look for error details? will change some server configuration help? where is the error log of weblogic? what is the default credential for the weglobic console at http://localhost:7001/console/?
Thank you,
Miles