Re: Get the following error: NoClassDefFoundError: org.apache.log4j.Logger

2011-02-02 Thread Ruwan Linton
Hi Henry, This is not the right list for your question, this list is about Axis2 (web services) user issues and discussions. Anyway, I think it is purely because log4j is not on the classpath. Are you passing the -classpath argument and giving log4j jar with all the other dependencies when you ru

XML declaration attributes comes with single quote, how to get double quote

2011-02-02 Thread Clóvis Wichoski
Hi, A axis2 webservice allways return XML declaration attributes with single quote, some editors validators, suggest to change to double quote, like: HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Content-Type: text/xml;charset=UTF-8 Transfer-Encoding: chunked Date: Wed, 02 Feb 2011 18:57:35 GMT http

Re: unsubscribe

2011-02-02 Thread Tim Williams
- Original Message - From: Soledad Pano To: java-user@axis.apache.org Sent: Thursday, December 30, 2010 7:48 AM Subject: unsubscribe

[Axis2] AxisConfiguration is null

2011-02-02 Thread Nemeth Sandor
Hi, I'm stuck with the following problem: I have generated a web service server skeleton from a WSDL provided by our partner using Maven with the axis2-wsdl2code plugin and the proper settings. I've packed this generated skeleton package into an AAR file and tried to deploy it into a new Axis2 se

RE: Settign password type usign axis2-1.3

2011-02-02 Thread Martin Gainty
you can set PASSWORD_TEXT option for setPasswordType method of the OutflowConfiguration configuration e.g. OutflowConfiguration ofc = new OutflowConfiguration(); String actionItems = "Timestamp Signature Encrypt"; String user = "user"; String pwcb = "org.apache.ax

RE: [AXIS2] : Null Pointer Exception in Stub

2011-02-02 Thread Martin Gainty
* * org.apache.axis2.Constants.Configuration.TRANSPORT_URL * Sometimes you want to send your SOAP message through a node, before it reaches to its destination. This means you want to give transport URL different from the URL of the ultimate destination. A typical example would

[AXIS2] : Null Pointer Exception in Stub

2011-02-02 Thread aashish
the TransportURI in the file ClientUtils.java in axis-kernel-1.5 is null ie:String transportURI = (String) msgctx.getProperty(Constants.Configuration.TRANSPORT_URL); From: aashish To: java-user@axis.apache.org Sent: Fri, 28 January, 2011 11:50:02 PM Subjec

WSDL and use of XmlSchemaComplexContentExtension

2011-02-02 Thread Rob Nugent
Hi, I'm using Axis2 to parse a piece of WSDL. I can do everything I want with one exception. I start with WSDL11ToAllAxisServicesBuilder.populateAllServices(), and can then successfully navigate the model through AxisService, AxisBinding etc all the way to AxisMessage, when I then use the A

Settign password type usign axis2-1.3

2011-02-02 Thread Håkon Sagehaug
Hi all, I've got to develop client that uses axis2-1.3 and StsClient from Ramaprt for fetching a SAML token and using username and password as authentication. The problem is that the password in the header is always set to Digest type, and I want it to be text. Here is the important snippets from

Get the following error: NoClassDefFoundError: org.apache.log4j.Logger

2011-02-02 Thread henry human
Hi folks I try my question in this list, maybe you have an idea!I get the following error when I try to call a smal java application(hello friends!) which i placed in a jar file. the application has the log4j.jar in its lib directory (and classpath) and calls the log4j.logger like this:private s