Skip to Content.
Sympa Menu

mace-opensaml-users - SOAPBindingTest problem

Subject: OpenSAML user discussion

List archive

SOAPBindingTest problem


Chronological Thread 
  • From: Candido Rodriguez <>
  • To:
  • Subject: SOAPBindingTest problem
  • Date: Tue, 11 May 2004 18:27:01 +0200

Hi,
I've just downloaded the cvs version of OpenSAML, and now I'm running (java version) the SOAPBindingTest included in tests/ directory.
First, in the main function, I've had to change the parameter for the method 'junit.textui.TestRunner.run', because it puts the class for POSTProfileTest :-|
Anyway, this test outputs this enigmatic error:
<Status xmlns="urn:oasis:names:tc:SAML:1.0:protocol"><StatusCode Value="samlp:Responder"></StatusCode><StatusMessage>General error processing request.</StatusMessage></Status>E
Time: 25,765
There was 1 error:
1) testSOAPBinding(org.opensaml.SOAPBindingTest)org.opensaml.SAMLException: General error processing request.
at org.opensaml.SAMLException.getInstance(SAMLException.java:169)
at org.opensaml.SAMLResponse.fromDOM(SAMLResponse.java:175)
at org.opensaml.SAMLResponse.<init>(SAMLResponse.java:123)
at org.opensaml.SAMLSOAPBinding.send(SAMLSOAPBinding.java:224)
at org.opensaml.SOAPBindingTest.testSOAPBinding(SOAPBindingTest.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at org.opensaml.SOAPBindingTest.main(SOAPBindingTest.java:26)

FAILURES!!!
Tests run: 1, Failures: 0, Errors: 1


What's the problem?? Cvs version isn't correct yet???

Thanks a lot!



Archive powered by MHonArc 2.6.16.

Top of Page