My Oracle Support Banner

E-Business 12.2.* DOM product attachment feature fails to view folder or files in Webcenter Content (WCC) 12c (Doc ID 2793324.1)

Last updated on NOVEMBER 14, 2022

Applies to:

Oracle WebCenter Content - Version 11.1.1.9.0 and later
Information in this document applies to any platform.

Purpose

As part of Documentation Management and Collaboration (DOM) product in E-Business Suite 12.2.x, there is an Attachments feature through which a user can attach files from any WEBDAV enabled content repository.

This DOM attachment feature is certified with Webcenter Content (WCC) 11g.

Now when trying to test with Webcenter Content (WCC) 12c, the Test connection is working successfully, but when an attempt is made to view the folder or files from the EBS application, we are getting below issue for PROPFIND:

HTTPResponse resp = ExtensionMethod("PROPFIND", resourceURL, body, headers);

HTTPResponse returning httpstatus 405(Method Not allowed)

parameters passed:
resourceURL = "/_dav/cs/idcplg/webdav/"
body =
<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
      <D:prop>
          <D:creationdate/>
          <D:getlastmodified/>
          <D:resourcetype/>
      </D:prop>
</D:propfind>

headers:
Content-Type = "text/xml"
Depth = "0"

Troubleshooting Steps

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Purpose
Troubleshooting Steps
References

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.