Re: Newbie Question on axis2

2008-03-13 Thread Hardev Sian
One way is to create the response as an XML document and return that, this allows you to return multiple values. Chino Aureus <[EMAIL PROTECTED]> wrote: Hi All, Hope I'm sending this to the right mailing list. :) I'm new to web services and currently I'm studying and using axis2. I have

Re: [Axis2] Thread

2008-03-12 Thread Hardev Sian
Hi, You could create a Singleton class which is instanciated by your service and then use that class to create a thread for whatever you need to do. I currently create a Singleton in an axis2 service to read in config and use it in the classes which make up my service. Hope this help

SAML token insertion using ServiceClient class.

2008-02-28 Thread Hardev Sian
Hi, Is it possible to insert a saml token which has been acquired from a third party into the soap request using ServiceClient class. Regards, Hardev - Get the name you always wanted with the new y7mail email address.

Re: SCT

2008-02-27 Thread Hardev Sian
a WS-SecureConversation scenario where rampart/rahas supports the application service it self to act as an STS. In this case since the service and the STS both are the same the symm key created is known at the service, and it is not included in the SecurityContextToken (SCT) itself. Are you sure

Re: SCT

2008-02-24 Thread Hardev Sian
Hi Ruchith, Please ignore my last email, I was just doing something really silly. I have managed to send a request to the STS service but I get a "Unsupported WS-SecureConversation version" response back, I think I shoul be able to work that out. Regards, Hardev H

Re: SCT

2008-02-24 Thread Hardev Sian
s/java/modules/samples/sts-sample/src/org/wso2/wsas/sample/sts/client/Client.java On Sat, Feb 23, 2008 at 3:06 AM, Hardev Sian wrote: > Hi Dimuthu, > > I have had a look at that sample but it doesn't provide what I am looking > for. My use case is that I have acquired a SCT from

Re: SCT

2008-02-23 Thread Hardev Sian
-sample/src/org/wso2/wsas/sample/sts/client/Client.java On Sat, Feb 23, 2008 at 3:06 AM, Hardev Sian wrote: > Hi Dimuthu, > > I have had a look at that sample but it doesn't provide what I am looking > for. My use case is that I have acquired a SCT from an STS service. I want >

Re: SCT

2008-02-22 Thread Hardev Sian
help in doing this is greatly appreciated. Thank you, Hardev Dimuthu Leelarathne <[EMAIL PROTECTED]> wrote: Hi, You can find a SCT sample inside the rampart 1.3 distribution. samples/policy/sample04 Thank you, Dimuthu On Fri, 2008-02-22 at 16:52 +1100, Hardev Sian wrote: >

SCT

2008-02-21 Thread Hardev Sian
I know that rahas has been integrated into rampart but I was interested at looking at this example : http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/rahas/RahasScenario3Test.java which talks about using an acquired S