Connect Alftresco Platform to Ws security

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 04:03 PM
Hello,
I have a web service in cxf and ws security (UsernameToken Timestamp), and my ploblem is that not connect. My amp include any library´s but I have a problem wend I work my model:
org.springframework.extensions.webscripts.WebScriptException: 00080003 Wrapped Exception (with status template): 00080019 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/type .post.json.js': Namespace prefix
In my pom.xml add:
<groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-security</artifactId> <version>3.4.4</version> <scope>compile</scope>
I work alfresco enterprise 7.1.
Where it´s the problem?
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2023 05:55 AM
You should share the entire log snippet to understand the real problem.
Probably you are declaring a wrong prefix for your content model in that code.
