Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-11-16 Thread srini.maran
Hi Axis User: Can you please anyone tell me where I can download the Axis2/Java nightly builds (V 1.5)? I have been asking for last 2 weeks. Nobody responded. Thanks Srini srini.maran wrote: Hi Amila. Where i can download the Axis2/Java nightly builds(V 1.5)? Please

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-11-02 Thread srini.maran
Hi Amila. Where i can download the Axis2/Java nightly builds(V 1.5)? Please advice. We have PROD release scheduled in 2 weeks. I'd like to test this fix ASAP. Thanks Srini srini.maran wrote: Hi Amila. Thanks Amila.. Please advice on where I can download Axis2

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-11-02 Thread srini.maran
Hi Amila. Where i can download the Axis2/Java nightly builds(V 1.5)? Please advice. We have PROD release scheduled in 2 weeks. I'd like to test this fix ASAP. Thanks Srini srini.maran wrote: Hi Amila. Thanks Amila.. Please advice on where I can download Axis2

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-10-30 Thread srini.maran
at with a nightly build. thanks, Amila. On Thu, Oct 29, 2009 at 6:47 PM, srini.maran thiruma...@yahoo.com wrote: Hi Amila. Thanks for your response. I don't get it Can you check this by using a response get without rampart? . Do you mean to say run the client without Rampart enabled

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-10-29 Thread srini.maran
namespace binding and an existing one that actually should be out of scope. can you check this by using a response get without rampart? if so we can remove this check. thanks, Amila. Regards, Andreas On Tue, Oct 27, 2009 at 19:53, srini.maran thiruma...@yahoo.com wrote: Hi Axis

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-10-28 Thread srini.maran
a newly declared namespace binding and an existing one that actually should be out of scope. Regards, Andreas On Tue, Oct 27, 2009 at 19:53, srini.maran thiruma...@yahoo.com wrote: Hi Axis User.            I am getting the below error in the client code when I try to invoke the service

[Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-10-27 Thread srini.maran
Hi Axis User. I am getting the below error in the client code when I try to invoke the service with WS-Security Rampart. I am using Asix2-1.5 and Rampart-1.4 XMLStreamException the prefix == Already exists for namespace in “urn:com1” when WS-Security Rampart

Re: XML Unmarshalling/ Data Binding

2009-10-19 Thread srini.maran
Here is the sample code to convert XM to object using ADB binding Refering IBM article Library example - Input Object getBook First convert XML schema to Object using wsdl2java - ADB binding String xmlStr = GetBook isbn123456/isbn /GetBook if you get an unexpected sub element, please specify