02-26-2006 05:36 PM
AuthenticationUtils.startSession(USERNAME, PASSWORD); // OK
RepositoryServiceSoapBindingStub repositoryService = WebServiceFactory.getRepositoryService(); // OK
Store[] stores = repositoryService.getStores(); // it bugs here even if I try another method from WebServiceFactory
23:22:04,234 INFO [STDOUT] AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: WSDoAllReceiver: security processing failed (actions number mismatch)
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:WSDoAllReceiver: security processing failed (actions number mismatch)
at org.apache.ws.axis.security.WSDoAllReceiver.invoke(WSDoAllReceiver.java:351)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
02-27-2006 05:21 AM
03-01-2006 04:36 PM
03-27-2006 06:12 AM
Hi all ,
I cannot get my MDB to use the repository through the WS api.
I get the exception below , on the second method call to the ws api after session is started.
…snip…
23:22:04,234 INFO [STDOUT] AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: WSDoAllReceiver: security processing failed (actions number mismatch)
faultActor:
faultNode:
faultDetail:
…snip…
<parameter name='action' value='UsernameToken'/>
<parameter name='action' value='UsernameToken Timestamp'/>
03-28-2006 04:55 AM
10-30-2007 08:11 AM
<parameter name='action' value='UsernameToken Timestamp'/>
In wich file?10-31-2007 04:41 AM
05-15-2015 12:23 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.