Hi Pradeep, I don't think it really matters if the service uses Rampart since Rampart merely implements WS-Security standards. It is the open source implementation of WS-Security standards. So as long as both the service and the client supports WS-Security standards, it shouldn't matter what the web service implementation stack is.
You could look at the wsdl of the service and find out the requirements of the service by looking at the policy side of things. Cheers. Regards Sanjay >-----Original Message----- >From: Deep455 [mailto:[EMAIL PROTECTED] >Sent: 14 August 2008 12:39 >To: [email protected] >Subject: Re: AXIS2 WS-Security > > >Thanks for the information. >Iam not sure whether rampart is used on the webservice server >side. I want to consume these services so is it possible for >me to set the security token w/o using rampart. > >Incase rampart has to be used, >my client is java based(not a web application). I have >generated the client stubs using wsdl2java from Axis2-1.3. >Please let me know what do i need to do? > >Regards >Pradeep > > >Nunny wrote: >> >> You can you Apache Rampart [1], Axis2 security module. >> >> These two tutorials may also help. >> http://www.wso2.org/library/3190 >> http://www.wso2.org/library/3415 >> >> thanks, >> nandana >> >> [1] - http://ws.apache.org/rampart/ >> >> >> >> On Thu, Aug 14, 2008 at 3:22 PM, Deep455 <[EMAIL PROTECTED]> wrote: >> >>> >>> I have created a client for a web service(with >ws-securtiy). How do I >>> pass the security token in the soap header? >>> -- >>> View this message in context: >>> http://www.nabble.com/AXIS2-WS-Security-tp18978756p18978756.html >>> Sent from the Axis - User mailing list archive at Nabble.com. >>> >>> >>> >--------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> >> -- >> Nandana Mihindukulasooriya >> WSO2 inc. >> >> http://nandana83.blogspot.com/ >> http://www.wso2.org >> >> > >-- >View this message in context: >http://www.nabble.com/AXIS2-WS-Security-tp18978756p18979919.html >Sent from the Axis - User mailing list archive at Nabble.com. > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
