[jira] [Commented] (AXIS2-5497) Occasional End of Stream but boundary not found using MTOM

2015-04-02 Thread Stefan Traud (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14392502#comment-14392502 ] Stefan Traud commented on AXIS2-5497: - No, I did not fix this -> no resources/lack of

[jira] [Commented] (AXIS2-5497) Occasional End of Stream but boundary not found using MTOM

2015-04-02 Thread Richard Bradley (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14392730#comment-14392730 ] Richard Bradley commented on AXIS2-5497: OK, thanks for the update > Occasional E

SAML Assertion not attached to soap header

2015-04-02 Thread Rangasamy, Prakash
Hi, I'm new in SAML with Axis2 Rampart. we are developing a web service client to communicate to secure web service which has SAML enabled. we included the SAML Assertion to soap request thru KEY_CUSTOM_ISSUED_TOKEN. but when we examine the request sent to endpoint, SAML Assertion is not present

SAML Assertion not attached to soap header

2015-04-02 Thread Rangasamy, Prakash
Hi, I'm new in SAML with Axis2 Rampart. we are developing a web service client to communicate to secure web service which has SAML enabled. we included the SAML Assertion to soap request thru KEY_CUSTOM_ISSUED_TOKEN. but when we examine the request sent to endpoint, SAML Assertion is not present

Build failed in Jenkins: Axis2 ยป Apache Axis2 - ADB Codegen #2736

2015-04-02 Thread Apache Jenkins Server
See -- [...truncated 277 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running org.apache.axis2.schema.compile.SimpleAnyTypeTest Tests run:

Build failed in Jenkins: Axis2 #2736

2015-04-02 Thread Apache Jenkins Server
See -- [...truncated 13040 lines...] [JENKINS] Archiving to org.apache.axis2/axis2-codegen/1.7.0-SNAPSHOT/axis2-codegen-1.7.0-SNAPSHOT.pom [J

RE: SAML Assertion not attached to soap header

2015-04-02 Thread Brian Reinhold
Prakash, I am not sure what you are trying to do. Usually the client requests a token from a SAML server (perhaps with WS-Trust) and the token is generated on the server which you then use as an opaque block in a message to the server. Are you creating the token on the client? Brian

RE: SAML Assertion not attached to soap header

2015-04-02 Thread Rangasamy, Prakash
Hi Brian, we have STS server which generates Token, that is perfectly fine. My doubt is, how to include the token to soap header. I tried to include the token to soap request through setproperty(refer code snippet below) options.setProperty(RampartMessageData.KEY_CUSTOM_ISSUED_TOK