Re: Axis2 problems serializing soap headers

2011-08-25 Thread Fazle Khan
thanks On Thu, Aug 25, 2011 at 4:37 PM, Andreas Veithen wrote: > This issue is described in AXIS2-5071, affects 1.5.5 and 1.6.0 and > will be fixed in 1.5.6 and 1.6.1. > > Andreas > > On Thu, Aug 25, 2011 at 22:27, Fazle Khan wrote: >> We have been trying to upgrade from Axis 1.5.4 to Axis2 1.6.

Re: Axis2 problems serializing soap headers

2011-08-25 Thread Andreas Veithen
This issue is described in AXIS2-5071, affects 1.5.5 and 1.6.0 and will be fixed in 1.5.6 and 1.6.1. Andreas On Thu, Aug 25, 2011 at 22:27, Fazle Khan wrote: > We have been trying to upgrade from Axis 1.5.4 to Axis2 1.6.0 and are > stumped by Axis2 not correctly serializing a custom soap header

Axis2 problems serializing soap headers

2011-08-25 Thread Fazle Khan
We have been trying to upgrade from Axis 1.5.4 to Axis2 1.6.0 and are stumped by Axis2 not correctly serializing a custom soap header defined in the server’s wsdl. The definition of the custom header defined in the wsdl is                                                                          

Re: [Rampart]Porting Rampart code to use WSS4J 1.6.2

2011-08-25 Thread Amila Jayasekara
2011/8/25 Håkon Sagehaug : > > > > Hi > Do you have a roadmap or data when this porting should be finished? I very > much look forward to it Hi Håkon, I am already in the process of changing code to suit with wss4j 1.6.2. While doing this i encountered undermentioned opensaml issue. So i have to

[Axis2] NPE during load in DeploymentFileData.getName

2011-08-25 Thread Neil Aggarwal
Hello: I am setting up an Axis2 web service on Tomcat. When I run Tomcat, I get this error: SEVERE: Servlet /myservlet threw load() exception java.lang.NullPointerException at org.apache.axis2.deployment.repository.util.DeploymentFileData.getName(Deplo ymentFileData.java:69) Any ideas w

[Rampart]Porting Rampart code to use WSS4J 1.6.2

2011-08-25 Thread Håkon Sagehaug
Hi Do you have a roadmap or data when this porting should be finished? I very much look forward to it cheers, Håkon On 24 August 2011 17:00, Amila Jayasekara wrote: > Hi All, > > We are in the process of porting Rampart code to use WSS4J latest > version (1.6.2). > During this process we real

Re: [Axis2] ArrayOfAnyType Issue with adb

2011-08-25 Thread Eranaga Samararathna
No difference. I am getting a following warning too. [WARN] Type {http://www.w3.org/2001/XMLSchema}ArrayOfAnyType missing! Command executed > ./wsdl2java.sh -o test2 -uri http://localhost:8080/api/sysmgt?wsdl CXF and JAX-WS solve Object[] nicely. But I do not know what's wrong with axis2. Than