No CredentialProviders problem in axis2 and httpclient

2009-12-22 Thread DJP JEAN-PROST Dominique
Hello, [ENV] AXIS2 1.5.1 Commons-httpclient 3.1 [/ENV] I’m meeting a problem I really can’t resolve and after reading many lines of code in axis2, here where I am : - I’m trying to call a ms exchange 2007 WS - I setup I think my authentication code using this kind of code

RE: Newbie needs help/resources crafting AXIS2 services.xml

2009-12-22 Thread c-tech-aaxis
hat with a freshly generated project the in-Eclipse Tomcat correctly builds, deploys and serves the project (ie. the full WSDL is served). I have been using axis2-1.2.jar and other JARs to build and then serve the very same project (w ant tasks), but a reduced WSDL is served (sans complexTypes). Compar

Axis2--How to access custom http headers from axis2 client

2009-12-21 Thread santhosh kotte
Hi guyz... I have added my own http headers in the axis service. MessageContext rmc =MessageContext.getCurrentMessageContext().getOperationContext().getMessageContext(WSDLConstants.MESSAGE_LABEL_OUT_VALUE);       List headers = new ArrayList();        headers.add(new Header("http_header1","valu

Axis2 support for multipart message in request/response

2009-12-21 Thread rahul yadav
Does Axis2 support multipart message in request/response? if yes then how?

[ANN] Apache Axis2-Transports 1.0.0 Released!

2009-12-19 Thread Ruwan Linton
Apache Axis2-Transports team is pleased to announce the availability of the 1.0.0 release of the Axis2-Transports. Apache Axis2-Transports are a set of transport adaptors for the Apache Axis2<http://ws.apache.org/axis2>and Apache Synapse <http://synapse.apache.org> projects. Thes

Re: Does Axis2 support PUT method for RESTful webservices?

2009-12-17 Thread Chinmoy Chakraborty
thanks Deepal... On Wed, Dec 16, 2009 at 8:30 PM, Deepal jayasinghe wrote: > Yes I am 100% sure about GET and POST. According to my understanding it > also support both PUT and DELETE too . > > Thanks, > Deepal > > Hi All, > > > > Does Axis2 1.5.1 support GE

[axis2:Linux:Ascii characters]

2009-12-17 Thread Vaibhav Arya
Hi All, My axis2 web services are hosted on the Tomcat 5.5 Linux server. I'm facing an issue in which all the ASCII characters in request parameters of axis2 web service are getting replaced by "?". Is this the problem because axis2 web service in not Unicode supported? H

Axis2: Client side ConnectionPoolTimeoutException: Timeout waiting for connection

2009-12-16 Thread mustvicky
Hi, While using Axis2, after many successful soap calls, I get the following error: org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) at java.lang.Thread.run(Thread.java:619) Caused by: javax.xml.soap.SOAPException: Timeout waiting for connection at

Re: Does Axis2 support PUT method for RESTful webservices?

2009-12-16 Thread Deepal jayasinghe
Yes I am 100% sure about GET and POST. According to my understanding it also support both PUT and DELETE too . Thanks, Deepal > Hi All, > > Does Axis2 1.5.1 support GET, POST and PUT all three methods for > RESTful webservices? > > > Chinmoy -- Thank you! http://

[Axis2] 1.5.1 Getting Http Authentication username and password in ServiceSkeleton

2009-12-16 Thread Björn Krüger
Hi, i have an issue getting the basic http authentification username and password in the service skeleton of my webservice. I try to resolve them via the MessageContext. The Code looks like this: MessageContext msgContext = MessageContext.getCurrentMessageContext(); HttpTransportProperties.Auth

Does Axis2 support PUT method for RESTful webservices?

2009-12-16 Thread Chinmoy Chakraborty
Hi All, Does Axis2 1.5.1 support GET, POST and PUT all three methods for RESTful webservices? Chinmoy

Re: axis2:client IP through "X-FORWARDED-FOR"

2009-12-15 Thread aledbf
file or attachment transmitted with it, is prohibited > and may be unlawful. If you have received this e-mail or any file or > attachment transmitted with it in error please notify OTS Solutions at > i...@otssolutions.com > ===

Issue : AXIS2-3919

2009-12-15 Thread Nirav Shah
Hi, Is there a patch to fix AXIS2-3919 currently ?If not, * *Can anyone from Axis Team please suggest when would the fix for *AXIS2-3919<http://issues.apache.org/jira/browse/AXIS2-3919> *be available *? *Regards, Nirav S*. *

axis2:client IP through "X-FORWARDED-FOR"

2009-12-15 Thread Vaibhav Arya
Hi all, Can anyone please tell me, how to use "X-FORWARDED-FOR" to get client IP? Does SOAP header include this information? And how to write code to access client side IP? Please suggest. Thanks in advance. Vaibhav Kumar Arya

JAXBRI binding stub generation fails with Axis2 v1.5 and IBM JDK 6.0

2009-12-14 Thread Norman Kubicek
e with the "Axis2SampleDocLit.wsdl" contained in Axis2 1.5 samples. - Not reproducible with the WSDL file attached to the Axis2 Jira entry #3556. Are there any ideas, how this issue can be solved? Many thanks in advance, Norman Kubicek

axis2-wsdl2code maven plugin throws exception when generating code

2009-12-13 Thread Xiaohui Chen
axis2-wsdl2code-maven-plugin 1.5.1 wsdl2code no com.mfino.soap ${basedir

Re: [Axis2] Abstract types and ADB

2009-12-11 Thread Jens Rutschmann
Amila Suriarachchi wrote on 11.12.2009 07:34: use -g option to generate inherited classes. to other problem it seems to be a bug with Axis2. so either 1. try without -uw option 2. try with a build from the current trunk. Thanks, that did the trick. I think the help text for the -g switch is a

RE: Newbie needs help/resources crafting AXIS2 services.xml

2009-12-11 Thread Kamran Shah
It seems to me that the original poster is using JAX-WS. As I understand it, wsimport, rather than wsdl2java is what he should be using? Maybe I am wrong. Also, if he is using jax-ws annotations, while I understand he can still use a services.xml, just to have axis2 use his wsdl, he just needs

FIX for AXIS2-4244

2009-12-11 Thread djeanprost
Hello, Can someone tell me where I can find the fix for https://issues.apache.org/jira/browse/AXIS2-4244 https://issues.apache.org/jira/browse/AXIS2-4244 ? Regards, dom -- View this message in context: http://old.nabble.com/FIX-for-AXIS2-4244-tp26741913p26741913.html Sent from the Axis

Axis2 v1.4 - How to enable multithreading for JMS transport

2009-12-11 Thread Alfred Walther
Hi, we are struggling to enble JMS multithreading. Is there a configuration parameter in axis2.xml or a certain way to start the Axis2-Server to have more than 1 worker for JMS requests? Regards, Alfred Walther -- Informationen (einschließlich Pflichtangaben) zu einzelnen, innerhalb der EU

Re: Newbie needs help/resources crafting AXIS2 services.xml

2009-12-11 Thread Amila Suriarachchi
On Mon, Dec 7, 2009 at 9:44 PM, wrote: > Good morning, > > It appears my lack of being immersed in AXIS2 means nothing works quite > how I expect it to. From a recent email on a different topic it sounds > like I need to set useOriginalwsdl in a services.xml file in my META-INF

Re: How to forward a soap envelope between webservices in axis2

2009-12-10 Thread Amila Suriarachchi
On Tue, Dec 8, 2009 at 8:17 AM, Hasini Gunasinghe wrote: > Hi, > > I am using axis2 stand alone server to deploy the web services. And I need > to forward the same soap envelope between several web services by only > changing the header of the soap envelope. > When I searched fo

Re: HI :How to add Empty soap header element to SOAP envelope using AXIS2 client API

2009-12-10 Thread Amila Suriarachchi
t to SOAP request , using AXIS2 API. > > Soap Request should be like this > > > > http://schemas.xmlsoap.org/soap/envelope/"; > standalone="no"?> > > http://schemas.xmlsoap.org/soap/envelope/ > "> > > > > > > > >

Re: axis2 1.5.1 wsdl2java --all-ports

2009-12-10 Thread Amila Suriarachchi
gt; > > here is my ant-task > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > as you can see i use th

Re: [Axis2] Abstract types and ADB

2009-12-10 Thread Amila Suriarachchi
use -g option to generate inherited classes. to other problem it seems to be a bug with Axis2. so either 1. try without -uw option 2. try with a build from the current trunk. thanks, Amila. On Thu, Dec 10, 2009 at 8:21 PM, Jens Rutschmann wrote: > Hi all, > > currently I'm tryi

RE: JAX-WS, Axis2 1.5.1, and javax.xml.bind.UnmarshalException

2009-12-10 Thread Kamran Shah
--Kamran From: Kamran Shah [mailto:kam...@mythsoftware.com] Sent: Thursday, December 10, 2009 10:17 PM To: axis-user@ws.apache.org Subject: JAX-WS, Axis2 1.5.1, and javax.xml.bind.UnmarshalException Hi guys, I am new to this mailing list although I have been using Axis for many years now.

JAX-WS, Axis2 1.5.1, and javax.xml.bind.UnmarshalException

2009-12-10 Thread Kamran Shah
Hi guys, I am new to this mailing list although I have been using Axis for many years now. Recently I have been working on a project trying to implement a JAX-WS style web service. I have banged my head on it for a couple days now and am out of ideas. I think that somehow the classes I need are n

Axis2 Rampart - Key Rotation

2009-12-10 Thread Rajan Gupta
I am using Rampart 1.4 with Axis2 1.4.1. We are signing and encryption the soap body. On the server side to support multiple clients, we have specified the value "useReqSigCert" for the parameter ramp:encryptionUser. On the client side, we have specified the alias of server cert

RE: How to configure SSL key store / trust store location to use for AXIS2 1.4.1 as SOAP/ssl client?

2009-12-10 Thread Christian Gosch
. Regards, Christian > -Original Message- > From: Christian Gosch > Sent: Wednesday, December 09, 2009 7:46 PM > To: axis-user > Subject: How to configure SSL key store / trust store location to use for > AXIS2 1.4.1 as SOAP/ssl client? > > Hi, > > how can I

RE: SOAP/ssl: Axis2 1.4.1 (client to remote) vs. IBM WebSphere 6.0.2 AdminClient (to local)

2009-12-10 Thread Christian Gosch
. Regards, Christian > -Original Message- > From: Christian Gosch > Sent: Thursday, December 03, 2009 2:56 PM > To: axis-user > Subject: SOAP/ssl: Axis2 1.4.1 (client to remote) vs. IBM WebSphere 6.0.2 > AdminClient (to local) > > Hi, > > in a J2EE web applic

RE: Configure SSL config for Axis2 1.4.1 client to connect to SOAP/ssl WS

2009-12-10 Thread Christian Gosch
. Regards, Christian > -Original Message- > From: Christian Gosch > Sent: Thursday, December 03, 2009 1:06 PM > To: axis-user > Subject: Configure SSL config for Axis2 1.4.1 client to connect to > SOAP/ssl WS > > Hi, > > I have an Axis2 1.4.1 SOAP client (code

[Axis2] Abstract types and ADB

2009-12-10 Thread Jens Rutschmann
WSDL still contains a valid SOAP 1.1 binding as well as a port using it. I'm using axis2 1.5.1 and use the following command line: jens:~/tmpfs> /home/jens/tools/axis2-1.5.1/bin/wsdl2java.sh -uw -u -uri extractionservice.wsdl Using AXIS2_HOME: /home/jens/tools/axis2-1.5.1 Us

Re: axis2 1.5.1 wsdl2java --all-ports

2009-12-09 Thread Alex
use the -ap or --all-ports option but only one port is generatet. I am using axis2 1.5.1 and tomcat 6.0.20 thank you, so long alex

Re: How to configure SSL key store / trust store location to use for AXIS2 1.4.1 as SOAP/ssl client?

2009-12-09 Thread Thilina Mahesh Buddhika
hanks. /thilina Thilina Mahesh Buddhika http://blog.thilinamb.com On Thu, Dec 10, 2009 at 12:15 AM, Christian Gosch wrote: > Hi, > > how can I configure which SSL key store & trust store is used when AXIS2 > 1.4.1 is the first running code requesting a SSL connection as a

How to configure SSL key store / trust store location to use for AXIS2 1.4.1 as SOAP/ssl client?

2009-12-09 Thread Christian Gosch
Hi, how can I configure which SSL key store & trust store is used when AXIS2 1.4.1 is the first running code requesting a SSL connection as a SOAP client in a given 1.4 JVM? Problem: IBM WebSphere 6.0 (JDK/JRE 1.4.2) uses a defaultSSLSocketFactory which is a singleton and once

Re: Official Axis2 eclipse archiver .zip invalid

2009-12-09 Thread Freakazoid
the download link and delete everything including and behind "1.4" and follow the folder structure. For example http://apache.autinity.de/ws/axis2/tools/1_4_1/ has everything you want. Greetings Christoph c-tech-aa...@dagnon.net schrieb: > I'm trying to add some AXIS2 functio

RE: Accessing a Java Axis2 web service from C++ code

2009-12-09 Thread Vadim Letitchevski
I use FIFO pipe Vadim. From: Moley Harey [mailto:moleyha...@gmail.com] Sent: Tuesday, September 01, 2009 5:59 AM To: axis-user@ws.apache.org Subject: Re: Accessing a Java Axis2 web service from C++ code Thanks a lot Amila, I am going to check that!! 2009/9/1

Official Axis2 eclipse archiver .zip invalid

2009-12-09 Thread c-tech-aaxis
I'm trying to add some AXIS2 functions to Eclipse, but there are problems: 1) There seems to be no downloads for AXIS2 1.3, only for 1.4 2) When I try to get the AAR tool (to help create a services.xml file) from: http://ws.apache.org/axis2/tools/index.html The axis2-eclipse-se

Question About Axis2 1.4.1 and \n

2009-12-08 Thread Triquoit Mathieu
Hi all, I have a webservice which contains two operations. For the first one, I have a field "address" (with type string). If the response contains a \n; I have something like: Address line 1 Address line 2 Address line 3 My other operation contains also a field "address"... If I perform th

Re: Axis2 1.4 not preserving CDATA

2009-12-08 Thread Andreas Veithen
On Mon, Dec 7, 2009 at 23:43, Ramya K Grama wrote: > I dont understand. > It is a simple case where a Axis2 webservice, implemented with > XMLBeans databinding, needs to send CDATA out in the response XML, > preserved/intact - without characters being escaped. This is not supported

HI :How to add Empty soap header element to SOAP envelope using AXIS2 client API

2009-12-08 Thread Vishnu Vardhan Reddy
HI all, How to add empty SOAP Header element to SOAP request , using AXIS2 API. Soap Request should be like this http://schemas.xmlsoap.org/soap/envelope/"; standalone="no"?> http://schemas.xmlsoap.org/soap/envelope/";> How to add empty S

How to forward a soap envelope between webservices in axis2

2009-12-07 Thread Hasini Gunasinghe
Hi, I am using axis2 stand alone server to deploy the web services. And I need to forward the same soap envelope between several web services by only changing the header of the soap envelope. When I searched for a way to achieve that I found that detaching the existing header and adding a new

Re: Axis2 1.4 not preserving CDATA

2009-12-07 Thread Ramya K Grama
I dont understand. It is a simple case where a Axis2 webservice, implemented with XMLBeans databinding, needs to send CDATA out in the response XML, preserved/intact - without characters being escaped. And from what I understood from your previous reply is that this can be done by using AXIOM APIs

Re: Axis2 1.4 not preserving CDATA

2009-12-07 Thread Andreas Veithen
What you need to do instead is to create an OMText >> node with type CDATA and content "ROSEANNA". >> >> Andreas >> >> On Mon, Dec 7, 2009 at 20:45, Ramya K Grama wrote: >>> Hello, >>> We have been having issues with CDATA not being prese

Re: Axis2 1.4 not preserving CDATA

2009-12-07 Thread Ramya K Grama
node with type CDATA and content "ROSEANNA". > > Andreas > > On Mon, Dec 7, 2009 at 20:45, Ramya K Grama wrote: >> Hello, >> We have been having issues with CDATA not being preserved by Axis2. >> In the response xml, the '<' are escaped to

Re: Axis2 1.4 not preserving CDATA

2009-12-07 Thread Andreas Veithen
Dec 7, 2009 at 20:45, Ramya K Grama wrote: > Hello, > We have been having issues with CDATA not being preserved by Axis2. > In the response xml, the '<' are escaped to '<' > So instead of we get > <![CDATA[ROSEANNA]]> in the response. > > Reading thi

Axis2 1.4 not preserving CDATA

2009-12-07 Thread Ramya K Grama
Hello, We have been having issues with CDATA not being preserved by Axis2. In the response xml, the '<' are escaped to '<' So instead of we get <![CDATA[ROSEANNA]]> in the response. Reading this http://people.apache.org/~veithen/synapse/faq.html#cda

Re: Axis2 standalone server + Acegi

2009-12-07 Thread Sagara Gunathunga
p you can get full features of Acegi. > > Another question I have: has anyone published a complete Axis to Acegi > bridge (that is, not limited to username tokens)? I'm referring the bridge > concept in this article [2]. I found it great btw. Rampart is a WS-Security module for Axis2

Re: Axis2 standalone server + Acegi

2009-12-07 Thread Philippe A.
ecurity.html#runtime-environment [2] http://onjava.com/onjava/2006/09/06/separation-of-concerns-in-web-services.html 2009/12/5 Sagara Gunathunga > Yes, there is no in-build integration between Axis2 and Acegi but it > doesn't imply you can't use Acegi with Axis2 or Rampart. If th

Newbie needs help/resources crafting AXIS2 services.xml

2009-12-07 Thread c-tech-aaxis
Good morning, It appears my lack of being immersed in AXIS2 means nothing works quite how I expect it to. From a recent email on a different topic it sounds like I need to set useOriginalwsdl in a services.xml file in my META-INF directory for AXIS2 (1.3) to actually use the WSDL I was given

axis2 happy page

2009-12-07 Thread Yasmany Cubela Medina
To: axis-user@ws.apache.org Hi, im new in this technology and i have this error. The happy page of axis2 not load and in the localhost.log file of apache tomcat 6 i have this error Dec 7, 2009 9:42:54 AM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet

axis2 1.5.1 wsdl2java --all-ports

2009-12-07 Thread Alex
hi all, i have a wsdl with 3 ports defined, when I build the service skleton with wsdl2java i only get one port. here is my ant-task

Re: Axis2-1.4: problem compiling

2009-12-05 Thread Gerry Reno
cution: default-install}] [INFO] Installing /home/greno/redhat/tmp/axis2-1.4/modules/parent/pom.xml to /home/greno/redhat/axis2-1.4/.m2/repository/org/apache/axis2/axis2-parent/1.4/axis2-parent-1.4.pom and at the end of the run I have missing jars for doxia that correspond to these classes. What is causing this? -Gerry

Re: Axis2-1.4: problem compiling

2009-12-05 Thread Gerry Reno
Gerry Reno wrote: Gerry Reno wrote: Gerry Reno wrote: What is wrong with repos? [INFO] Installing /home/greno/redhat/tmp/axis2-1.4/target/lib/axis2-1.4.jar to /home/greno/redhat/axis2-1.4/.m2/repository/org/apache/axis2/axis2/1.4/axis2-1.4.jar [INFO

Re: Axis2-1.4: problem compiling

2009-12-05 Thread Gerry Reno
Gerry Reno wrote: Gerry Reno wrote: What is wrong with repos? [INFO] Installing /home/greno/redhat/tmp/axis2-1.4/target/lib/axis2-1.4.jar to /home/greno/redhat/axis2-1.4/.m2/repository/org/apache/axis2/axis2/1.4/axis2-1.4.jar [INFO

Re: Axis2 standalone server + Acegi

2009-12-05 Thread Sagara Gunathunga
Yes, there is no in-build integration between Axis2 and Acegi but it doesn't imply you can't use Acegi with Axis2 or Rampart. If this question related to "sufficient functionality" then the answer is "yes". In case of Axis2, it's again simple as accessing to S

Re: Axis2-1.4: problem compiling

2009-12-05 Thread Gerry Reno
Gerry Reno wrote: What is wrong with repos? [INFO] Installing /home/greno/redhat/tmp/axis2-1.4/target/lib/axis2-1.4.jar to /home/greno/redhat/axis2-1.4/.m2/repository/org/apache/axis2/axis2/1.4/axis2-1.4.jar [INFO

Re: Axis2 standalone server + Acegi

2009-12-05 Thread Andreas Veithen
As far as I know, there is no out-of-the-box integration between Axis2 (and Rampart) and Acegi. Andreas On Fri, Dec 4, 2009 at 17:26, Philippe A. wrote: > Hello! > > I am currently reading on Acegi as we'd like to use it for our project. Does > the axis2 standalone serve

Re: Axis2 standalone server + Acegi

2009-12-05 Thread Sagara Gunathunga
any exact answer , best approach is try out and see , if you get any problem post to the mailing with specific details. [1] - http://ws.apache.org/axis2/1_5_1/spring.html Thanks , On Fri, Dec 4, 2009 at 9:56 PM, Philippe A. wrote: > Hello! > > I am currently reading on Acegi as we'

Re: [axis2:UTF-8]

2009-12-05 Thread Andreas Veithen
Axis2 of course does handle charset encoding correctly. However this only works if the request conforms to the SOAP specs. If you have encoding issues, this almost certainly means that the Web service _client_ is broken. Andreas On Wed, Dec 2, 2009 at 16:01, Vaibhav Arya wrote: > Hi chin

Re: Axis2-1.4: problem compiling

2009-12-04 Thread Gerry Reno
What is wrong with repos? [INFO] Installing /home/greno/redhat/tmp/axis2-1.4/target/lib/axis2-1.4.jar to /home/greno/redhat/axis2-1.4/.m2/repository/org/apache/axis2/axis2/1.4/axis2-1.4.jar [INFO] [INFO] Building Apache

RE: Upgrade to axis2 1.4.1 to 1.5.1

2009-12-04 Thread Sanjay Gupta
- From: Sanjay Gupta [mailto:sanjay.gu...@billwiseinc.com] Sent: Wednesday, November 18, 2009 1:01 PM To: axis-user@ws.apache.org Subject: RE: Upgrade to axis2 1.4.1 to 1.5.1 Hi, Anybody has any idea on what's causing my problem. I am ready to rollback to axis2 1.4.1 but thought of che

Axis2 standalone server + Acegi

2009-12-04 Thread Philippe A.
Hello! I am currently reading on Acegi as we'd like to use it for our project. Does the axis2 standalone server have sufficient functionality to support Acegi? Thanks!

AXIS2 : how to dynamically generate WSDL without access to the Internet?

2009-12-04 Thread Joe Smithian
Hi all, I am working on a web service application using AXIS2 1.1.1 and Tomcat 6. It requires DNS setup and access to the Internet when the service starts to dynamical generate and validate the wsdl before making it avilable online. I'm wondering if there is a way to generate WSDL without h

[Axis2] Firewall-friendly connection establishment

2009-12-04 Thread Fromm, Stefan
, if this would also be possible with Axis2? The underlying protocol can be HTTP(S) or TCP(S). Could Out-In-operations play a role in realizing such a scenario? Best regards Stefan Fromm

How axis2 register serializer/deserializer?

2009-12-03 Thread Chatree Srichart
I need to send Map object and List object as OMElement. I found Axis use MapSerializer class and MapDeserializer class as serializer/deserializer for Map object. I would like to know about Axis2 for this task. Can any one help me?

Compatiblity of Axis 1.4 clients with Axis2 DOWS

2009-12-03 Thread William Walsh
Hi, We're evaluating Axis2 compatibility with Axis 1.4. I've reviewed the mailing list for previous questions and responses on this and wanted to make sure my understanding is correct on the following. With respect to document-oriented web services (DOWS) (I know RPC is a

Disturbing log message regarding axis2.log

2009-12-03 Thread Rafael Barrera Oro
I found the following exception in /var/log/daemon.log java.io.FileNotFoundException: axis2.log (Permission denied) at java.io.FileOutputStream.openAppend(Native Method) at java.io.FileOutputStream.(FileOutputStream.java:207) at java.io.FileOutputStream.(FileOutputStream.java:131) at

SOAP/ssl: Axis2 1.4.1 (client to remote) vs. IBM WebSphere 6.0.2 AdminClient (to local)

2009-12-03 Thread Christian Gosch
Hi, in a J2EE web application running on IBM WebSphere 6.0.2 we use Axis2 1.4.1 as WS client to execute SOAP calls to a remote host via SSL *and* the IBM WebSphere AdminClient (from inside the app) to execute tasks on the local host. When AdminClient is used first *before* first use of Axis2

Configure SSL config for Axis2 1.4.1 client to connect to SOAP/ssl WS

2009-12-03 Thread Christian Gosch
Hi, I have an Axis2 1.4.1 SOAP client (code generated with wsdl2java using XMLBeans) and can use this client successfully to execute operations on a remote server which only accepts SOAP/ssl (https) requests. I do not configure something special: I simply take the "https:..." UR

Re: Axis2 ADB/POJO client and SSL problem

2009-12-03 Thread Thilina Mahesh Buddhika
Hi Peter, This error occurs mainly due to invalid trust-store properties. Make sure the keystore pointed by the property "javax.net.ssl.trustStore" contains the public cert. of the recipient. Thanks. /thilina Thilina Mahesh Buddhika http://blog.thilinamb.com On Thu, Dec 3, 2009 at 3:42 PM, P.N

Axis2 ADB/POJO client and SSL problem

2009-12-03 Thread P.N.
Hello! I've created a web service client (from WSDL, using ADB). I've set the following system properties: javax.net.ssl.keyStore javax.net.ssl.keyStoreType = JKS javax.net.ssl.keyStorePassword javax.net.ssl.trustStore javax.net.ssl.trustStoreType = JKS javax.net.ssl.tr

Re: Axis2 and ApplicationContext

2009-12-02 Thread nhcoder
, 2009 at 12:52 PM, nhcoder > wrote: >> >> Thanks for replying, though I know the jars are in the right place.  This >> is >> apparently an issue between Spring and Axis2 working together. >> >> > > The NoClassDefFoundError you have makes me highly su

Re: Axis2 and ApplicationContext

2009-12-02 Thread robert lazarski
On Wed, Dec 2, 2009 at 12:52 PM, nhcoder wrote: > > Thanks for replying, though I know the jars are in the right place.  This is > apparently an issue between Spring and Axis2 working together. > > The NoClassDefFoundError you have makes me highly suspicious of that. That should

RE: Axis2 and ApplicationContext

2009-12-02 Thread nhcoder
Martin, Thanks for replying, though I am confused. It looks like the code below has to do with jax-ws and not Axis2? Thanks, Andy mgainty wrote: > > > obtain the MessageContext first ..then get the ServletContext from the > MessageContext e.g. > >

Re: Axis2 and ApplicationContext

2009-12-02 Thread nhcoder
Thanks for replying, though I know the jars are in the right place. This is apparently an issue between Spring and Axis2 working together. iksrazal wrote: > > On Tue, Dec 1, 2009 at 5:18 PM, nhcoder > wrote: >> >> The problem that appears in the log is: >> >

RE: [axis2:UTF-8]

2009-12-02 Thread Vaibhav Arya
Hi chinmoy, Thanks for your reply. I have also used this technique which you have mentioned. For now, I got this work around. But I'm sure; there must be a setting to handle character encoding. It may be in axis2.xml or in the services.xml inside .aar file. This needs to be clear be

Re: [axis2:UTF-8]

2009-12-02 Thread Chinmoy Chakraborty
I found the same problem with Axis 1.4 but not sure about Axis2. In my case the incoming SOAP included some CYRILIC characters which Axis 1.4 did not recognise. So I had to write a filter, modify the SOAP (replace chanracter greater than 146 by "&#" + c + ";") and pass the

[axis2:UTF-8]

2009-12-02 Thread Vaibhav Arya
Hi All, I have a web-service developed in axis2. How can I make my web-service support UTF-8 encoding? It is not supporting special characters ((char) 199). And replacing it with the '?' sign. I presume that by setting the character encoding to UTF-8, this problem can be solved.

[axis2:UTF-8]

2009-12-02 Thread Vaibhav Arya
Hi All, I have a web-service developed in axis2. How can I make my web-service support UTF-8 encoding? It is not supporting special characters ((char) 199). And replacing it with the '?' sign. I presume that by setting the character encoding to UTF-8, this problem can be solved.

RE: Axis2 and ApplicationContext

2009-12-01 Thread Martin Gainty
nt donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Tue, 1 Dec 2009 12:18:08 -0800 > From: andrewnbenja...@hotmail.com > To: axis-user@ws.apache.org > Subject: Axis2 and Application

Re: Axis2 and ApplicationContext

2009-12-01 Thread robert lazarski
On Tue, Dec 1, 2009 at 5:18 PM, nhcoder wrote: > > The problem that appears in the log is: > > [ERROR] org/springframework/context/ApplicationContext > java.lang.NoClassDefFoundError: > org/springframework/context/ApplicationContext > at java.lang.Class.getDeclaredConstructors0(Native Method) > at

Axis2 and ApplicationContext

2009-12-01 Thread nhcoder
Hi, I tried searching for ApplicationContext on the this site and found this thread: http://old.nabble.com/Axis2-service-and-spring-problem%2C-can%27t-find-Spring%27s-ApplicationContext.-ts22842176.html#a22842176 Basically I have an Axis2 skeleton class. In that class is the following code

Re: archive lib directory and 3rd party libraries (axis2/tomcat 6)

2009-12-01 Thread Charles Galpin
ed CORBA error. Is there any other way to work around this other than putting the libraries in the axis2/WEB-INF/lib directory? To be clear I have other problems beside this. A good example is we have a custom log4j appender we use which is in Shared.jar. This cannot be found either unless it&#x

Re: archive lib directory and 3rd party libraries (axis2/tomcat 6)

2009-12-01 Thread Sameera Jayasoma
t should not be > in the thread context class loader? > The class BaseCORBAApp is trying to loadInvalidGrammar class from the TCCL and in this scenario TCCL is set to the WebappClassLoader. Classes in your aar lib folder cannot be seen by the WebappClassLoader. It can only see the classes in axi

Re: archive lib directory and 3rd party libraries (axis2/tomcat 6)

2009-12-01 Thread Charles Galpin
Hi Sameera Yes this is what is happening and what is expected. The org.omg.CosNotifyFilter.InvalidGrammar class is in jacorb.jar which is in the .aar lib directory. What am I missing? Are you saying it should not be in the thread context class loader? On Dec 1, 2009, at 12:47 PM, Sameera Jayas

Re: archive lib directory and 3rd party libraries (axis2/tomcat 6)

2009-12-01 Thread Sameera Jayasoma
I > drop jacorb.jar under axis2/WEB-INF/lib this error goes away. > > Exception in thread "LinkDIModule" java.lang.NoClassDefFoundError: > org/omg/CosNotifyFilter/InvalidGrammar > at client.corba.BaseCORBAApp.initCORBA(BaseCORBAApp.java:153) > > at client.corba

Re: archive lib directory and 3rd party libraries (axis2/tomcat 6)

2009-12-01 Thread Olindo Pindaro
he exception and the jar list. The exception isn't terribly > telling (to me) other than it can't > find org/omg/CosNotifyFilter/InvalidGrammar which is in jacorb.jar. Once I > drop jacorb.jar under axis2/WEB-INF/lib this error goes away. > > Exception in thread "LinkDIM

AW: archive lib directory and 3rd party libraries (axis2/tomcat 6)

2009-12-01 Thread Grimm, Markus
Hi, recently I upgraded from Axis 1.4.1 to Axis 1.5.1 and I had the same kind of problem. I dont' know if all jars in the lib-directory of the aar-File couldn't be loaded but f.e. a jdom.jar or a saxon8.jar wasn't loaded and under Axis2 1.4.1 everything was fine. I had the s

Re: archive lib directory and 3rd party libraries (axis2/tomcat 6)

2009-12-01 Thread Charles Galpin
Hi Sameera Here is the exception and the jar list. The exception isn't terribly telling (to me) other than it can't find org/omg/CosNotifyFilter/InvalidGrammar which is in jacorb.jar. Once I drop jacorb.jar under axis2/WEB-INF/lib this error goes away. Exception in thread &qu

Re: archive lib directory and 3rd party libraries (axis2/tomcat 6)

2009-11-30 Thread Sameera Jayasoma
; > Some jar files in my .aar lib directory do not appear to be loaded or > recognized (I get ClassNotFound exceptions). If I put the jars in > axis2/WEB-INF/lib directory they are loaded fine. Other jars are loaded > fine so I don't think it's me putting them in the wrong pla

[Axis2] integrating ibatis inside axis2 aar file

2009-11-30 Thread Reza Mochamad Diannagar
dear Axis2 team, i'm a newbie on axis2. i'm trying to build a service that use ibatis. but i have problem when integrating ibatis inside an aar file. can you give some short tutorial and example how to integrating ibatis with axis2 inside aar file. thanks. -- Reza Mochamad Diannagara

Re: [Axis2] Ant codegen task problem

2009-11-30 Thread Glen Mazza
http://www.jroller.com/gmazza/entry/soap_client_with_axis2 ? Glen Jack Sprat wrote: > > I have an Ant task set up to generate classes for my Axis2 web service. It > fails every time I try to generate the server side code with the error > below. > >

Re: archive lib directory and 3rd party libraries (axis2/tomcat 6)

2009-11-30 Thread Charles Galpin
or > recognized (I get ClassNotFound exceptions). If I put the jars in > axis2/WEB-INF/lib directory they are loaded fine. Other jars are loaded fine > so I don't think it's me putting them in the wrong place in the .aar. > > Any suggestions on how to debug this? > > TIA, > charles

[Axis2] Ant codegen task problem

2009-11-30 Thread Jack Sprat
I have an Ant task set up to generate classes for my Axis2 web service. It fails every time I try to generate the server side code with the error below. org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: Schema writing failed! The Ant target looks like this

Re: I would like to integrate Apache Axis2 with Apache OFBiz.

2009-11-28 Thread Afkham Azeez
Axis2 does not support POJO services containing Java collections, abstract types or generics. You will have to use object arrays, or start with the WSDL and then generate the server side code for it. On Sat, Nov 28, 2009 at 6:22 PM, Chatree Srichart < chatree.srich...@gmail.com> wrote: &g

I would like to integrate Apache Axis2 with Apache OFBiz.

2009-11-28 Thread Chatree Srichart
Hi all... I would like to integrate Apache Axis2 with Apache OFBiz. But I have a big problem. Because OFBiz need to send java.util.Map object as XML message but I can't convert java.util.Map object to OMElement. Please any one tell me about this solution.

RE: Apache Axis2 ECCN

2009-11-26 Thread ta-hirano
@ws.apache.org Subject: Re: Apache Axis2 ECCN 2009/11/17 Dear Apache Axis2 Users Hi, my name is Takayuki Hirano, and I work at Hitachijoho, Japan. I am writing to ask you what is the export control classification number for the Apache Axis2. (ECCN) I need to know

RE: Apache Axis2 ECCN

2009-11-26 Thread ta-hirano
@ws.apache.org Subject: Re: Apache Axis2 ECCN Hi Takayuki, I think this doesn't apply for Axis2 but any apache project containing cryptographic functionality falls under ECCN 5D002. For example, Rampart and WSS4J falls under this classification. More information can be found here [1

RE: AXIS2 WebServices: Processing Response which does not contain SOAP Headers

2009-11-25 Thread Vishnu Vardhan Reddy
HI , Our third party web services using SOAP1.1 so am sending http content header as Text/xml if am sending request in application+soap/xml its not accepting the request. Problem is not with the content header .Problem is after receiving the response from the server .AXIS2 Client is

<    1   2   3   4   5   6   7   8   9   10   >