[jira] [Created] (AXIS2-5115) debug log level makes the EndpointInterfaceDescriptionImpl not initialized correctly

2011-08-08 Thread Ivan (JIRA)
debug log level makes the EndpointInterfaceDescriptionImpl not initialized correctly Key: AXIS2-5115 URL: https://issues.apache.org/jira/browse/AXIS2-5115 Project: A

Re: establishing trust between two or more standalone STS

2011-08-08 Thread Amila Jayasekara
Hi Maicon, Some answers inline. On Mon, Aug 8, 2011 at 4:00 PM, Maicon Stihler wrote: > Hi Amila, > > do you know if the tokens received by the service are validated against the > STS defined on the ws-policy? The STS and service are in a trust relationship. This is again achievable using publi

RE: wsdl2java eclipse plugin error

2011-08-08 Thread Yunxi Zhang
Hi, Harshana, Thank you anyway, that's a great help. Now I can design my own wsdls files for the services. Best regards, Yunxi From: [email protected] Date: Mon, 8 Aug 2011 18:18:22 +0530 Subject: Re: wsdl2java eclipse plugin error To: [email protected] Hi Yunxi, 2011/8/8 Yunxi Zhan

Re: wsdl2java eclipse plugin error

2011-08-08 Thread Harshana Eranga Martin
Hi Yunxi, 2011/8/8 Yunxi Zhang > Hi, Harshana, > > Thank you. The wsdl file you provided me is working now. > Great! Glad to hear :) > > Can I ask you a simple question? Since you mentioned the version of xml > schema was old, does that mean only the latest version of the schema is > supporte

RE: wsdl2java eclipse plugin error

2011-08-08 Thread Yunxi Zhang
Hi, Harshana, Thank you. The wsdl file you provided me is working now. Can I ask you a simple question? Since you mentioned the version of xml schema was old, does that mean only the latest version of the schema is supported in wsdl2java? Best regards, Yunxi From: [email protected] Date: Mo

RE: how to deploy out-only and out-in in the services.xml file

2011-08-08 Thread Yunxi Zhang
Hi, Deepal, Thank you for your reply. What i am confused is that if I want to write out only or out-in services, is the block still the correct block to write in the services.xml file or is there any different blocks can be used? Where can i get the original java resource about the class like

[jira] [Closed] (AXIS2-5112) Unable to retrieve a document attached in a SOAP MTOM/XOP message sended by WSO2 library

2011-08-08 Thread Alberto Bovo (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alberto Bovo closed AXIS2-5112. --- Resolution: Not A Problem It is a WSO2 library side problem and not axis2 side. > Unable to retrieve

[jira] [Commented] (AXIS2-5112) Unable to retrieve a document attached in a SOAP MTOM/XOP message sended by WSO2 library

2011-08-08 Thread Alberto Bovo (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13080887#comment-13080887 ] Alberto Bovo commented on AXIS2-5112: - Thanks Andreas, you are right. Looking at the

Re: establishing trust between two or more standalone STS

2011-08-08 Thread Maicon Stihler
Hi Amila, do you know if the tokens received by the service are validated against the STS defined on the ws-policy? I did some research on the rampart source code, but all I could find was a call to verifyTrust on the PolicyBasedResultsValidator. I was expecting something like the following:

[jira] [Updated] (AXIS2-5112) Unable to retrieve a document attached in a SOAP MTOM/XOP message sended by WSO2 library

2011-08-08 Thread Alberto Bovo (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alberto Bovo updated AXIS2-5112: Description: Using a axis2 Web Service, when trying to retrieve a document attached in a SOAP MTOM

Re: establishing trust between two or more standalone STS

2011-08-08 Thread suresh attanayake
Hi Maicon, Federated STSs and Attribute Services are defined in the WS- Federation Specification but currently Apache Rampart has not implemented the Federation specification. We group of students from University of Moratuwa are implementing this specification for Apache Rampart as a part of our f