Hi, I was doing benchmark testing for WSAS-security using Apache Benchmark tool. I captured a secure message and sent it to a secure service in WSAS. When I sent it for the first time it successfully sent back the response. But when i repeat it I am getting the following fault.
<?xml version='1.0' encoding='UTF-8'?> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"> <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"> <wsa:Action>http://www.w3.org/2005/08/addressing/soap/fault</wsa:Action> <wsa:RelatesTo>urn:uuid:c22d85b0-1b5c-1de1-2b58-0019d1a207f7</wsa:RelatesTo> </soapenv:Header> <soapenv:Body> <soapenv:Fault> <soapenv:Code> <soapenv:Value>soapenv:Receiver</soapenv:Value> </soapenv:Code> <soapenv:Reason> <soapenv:Text xml:lang="en-US">Error in adding token into store</soapenv:Text> </soapenv:Reason> <soapenv:Detail /> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> BTW, when I restart the server and send for the first time it send the response. After that it fails. Am I doing something wrong ? Thanks, -Manjula. _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
