Re: SOAP header missing error - Please help!

2011-02-22 Thread Amila Jayasekara
Hi Wadi, What is the rampart and axis2 versions you are using ? It seems message is not passed to axis2 at server side at all. Hope you have deployed axis2 as a webapp in tomcat and installed rampart libraries and rampart modules to axis2 webapp. You can verify this by going to "tomcat-installation

SOAP header missing error - Please help!

2011-02-22 Thread wadi wadi
Hi, I am trying to run the example of signing and encryption described here https://www.ibm.com/developerworks/java/library/j-jws5/. I am getting the following error when running the client, any help please! Many thanks, Client log: === run: java

Error in Axis2 client and Wsdl2java tool

2011-02-22 Thread Daniel Sanchez Gonzalez
Hello, I've created a WS client by using axis2's wsdl2java tool. The next error occurs when invoking this client: org.apache.axis2.AxisFault: No Deserializer found to deserialize a ':paramName' using encoding style 'null'. [java.lang.IllegalArgumentException] at org.apache.axis2.util.Util

Re: Re: Contract-first without service ele =?ISO-8859-1?Q?ment??=

2011-02-22 Thread mail
how can I configure this? if I execute wsdl2java with the param -uri , I always get an exception for no service element. Am 21.02.2011 um Uhr haben Sie geschrieben: > yes, you do not need to have a service to generate code, you only need a > WSDL file. However, you cannot invoke the service until

generation of stubs using Axis2 - custom package not working

2011-02-22 Thread fire fox
Hi All, I'm using : Axis2 latest version, Web Services 2.0 compliant WSDL (Oracle CRM on demand). I'm having trouble creating proxies providing a custom package. Q) If I do not provide any custom package, I get all the classes in 'crmondemand' package. In case, I provide some custom package wi