Connect Alftresco Platform to Ws security

cancel
Showing results for 
Search instead for 
Did you mean: 
jpexposito
Member II

Connect Alftresco Platform to Ws security

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?

 

 

 

 

 

1 Reply
openpj
Moderator
Moderator

Re: Connect Alftresco Platform to Ws security

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.