Re: Axis2 timeouts configuration

2009-09-16 Thread Chinmoy Chakraborty
using the axsi2.xml paremeter ConfigContextTimeoutInterval? The default value for Axis2 web services timeout is 60 seconds, isn't it? thank you, Mh 2009/9/16 Chinmoy Chakraborty cch...@gmail.com what exception you are getting? can you share your log? yes you can configure timeout

Re: Axis2 timeouts configuration

2009-09-16 Thread Moley Harey
this options.setTimeOutInMilliSeconds(60); code? In the Skeleton one? Also, is possible to configure the timeout in the server side using the axsi2.xml paremeter ConfigContextTimeoutInterval? The default value for Axis2 web services timeout is 60 seconds, isn't it? thank you, Mh 2009/9/16 Chinmoy Chakraborty cch

Axis2 1.5/Rampart 1.4 - XML Signatures - forwarding but not checking

2009-09-16 Thread lyall
Hi. I have a request which has been signed by Oracle Web Services Manager (OWSM 10g) and forwarded to my Axis2 service (Java). I don't want Axis to verify the signatures, I simply want to forward the message on, in this case, by placing the message on a JMS queue. The signatures

Re: Axis2 1.5/Rampart 1.4 - XML Signatures - forwarding but not checking

2009-09-16 Thread lyall
I forgot to mention, Axis2 1.5, I am using the stand alone server under Windows 2003 server. I am not using Tomcat or some other container. ...Lyall -- View this message in context: http://www.nabble.com/Axis2-1.5-Rampart-1.4---XML-Signatures---forwarding-but-not-checking-tp25485520p25485544

RE: axis2 1.3 - jdk1.6 generates wrong argument sequence in soap message

2009-09-15 Thread BENDALE, Yogiraj (Yogiraj)
Amila, Is it possible to point the JDK1.6 jars which is causing this behavior to change when there are no changes on axis2 1.3 side. Is it some stax-api jars in JDK1.6 causing this issue or something else? Or can you point us on where to fix it. Thanks Yogiraj

Re: Axis2 Remote Repository Import Schema

2009-09-15 Thread karlovitz
currently using the remote repository option in Axis2. Everything is working great except when I try to load AAR services with import in the wsdl: wsdl:types xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchema; xsd:import namespace=http://ns.mycompany.com/XXX; schemaLocation

I can't engage the addressing module of Axis2 1.5 in Eclipse

2009-09-15 Thread Zé Ricardo
Hi, I keep getting the following error: Exception in thread main org.apache.axis2.AxisFault: Unable to engage module : addressing at org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:357) when I try to run my client in Eclipse. I have added the addressing-1.5.mar

Re: Axis2 Performance Problem

2009-09-15 Thread jimmy Zhang
If you have performance issue, I suggest that you look at vtd-xml (http://vtd-xml.sf.net) - Original Message - From: Michael Adelmann To: axis-user@ws.apache.org Sent: Friday, September 11, 2009 12:59 AM Subject: Axis2 Performance Problem Hi there, for getting

securing axis2

2009-09-15 Thread Chris Snow
Is there any documentation on how to secure an axis2 installation. Many thanks, Chris

Re: Axis2 Remote Repository Import Schema

2009-09-15 Thread Deepal Jayasinghe
repository option in Axis2. Everything is working great except when I try to load AAR services with import in the wsdl: wsdl:types xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchema; xsd:import namespace=http://ns.mycompany.com/XXX; schemaLocation=Message.xsd /xsd:import

Axis2 1.5 javadocs - no index.html in docs download

2009-09-14 Thread Damian Carey
Hello, Apologies up front if I am missing something obvious - but I can't find the javadoc for the 1.5 release in the docs download. We have been using Axis2 1.4.1 - and have the javadocs installed - with a link via the index.html. (We have about 25 other packages that provide this same

Re: Axis2 1.5 javadocs - no index.html in docs download

2009-09-14 Thread Dennis Sosnoski
See http://issues.apache.org/jira/browse/AXIS2-4434 Feel free to add a comment... :-) - Dennis -- Dennis M. Sosnoski Java XML and Web Services Axis2 Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117

Downloading Axis2-1.4.1

2009-09-14 Thread Sebastian Schneider
Hello! On http://ws.apache.org/axis2/download.cgi downloading Axis2-1.4.1 is not possible. The download link points to the 1.5 download and changing the path manually to 1.4.1 produces a 404 error. So how can I download 1.4.1? Sebastian -- Mit freundlichen Grüßen / Best regards / Cordialement

Re: Downloading Axis2-1.4.1

2009-09-14 Thread Sanjaya Ratnaweera
http://ws.apache.org/axis2/download/1_4_1/download.cgi ~sanjaya On Mon, Sep 14, 2009 at 5:06 PM, Sebastian Schneider schnei...@dvz.fh-aachen.de wrote: Hello! On http://ws.apache.org/axis2/download.cgi downloading Axis2-1.4.1 is not possible. The download link points to the 1.5

RE: axis2 1.3 - jdk1.6 generates wrong argument sequence in soap message

2009-09-14 Thread BENDALE, Yogiraj (Yogiraj)
Amila, Attaching the wsdl file used to generate the code. The code generated with axis2 1.3 with JDK1.6 has wrong sequence in serialization and parsing. The generated code TAMNotify2.java has orders of in0 and in1 reversed compared to JDK1.5 The code generated with axis2.1.5 with JDK1.6 ls ok

Re: Downloading Axis2-1.4.1

2009-09-14 Thread Davanum Srinivas
All old releases are available here: http://archive.apache.org/dist/ws/axis2/ -- dims On 09/14/2009 07:42 AM, Sanjaya Ratnaweera wrote: http://ws.apache.org/axis2/download/1_4_1/download.cgi ~sanjaya On Mon, Sep 14, 2009 at 5:06 PM, Sebastian Schneider schnei...@dvz.fh-aachen.de wrote

Axis2: ServiceClient memory leak in 1.4.1

2009-09-14 Thread Simon Steinacker
Hi all, I worked with an old version of Axis2 1.4.1 and noticed that there was a memory leak in the ServiceClient class. Is this leak fixed in the newest version Axis2 1.4.1 or is it only fixed in Axis2 1.5? Thanks for the info, Regards Simon --- DI Simon Steinacker Software developement

Axis2 client that works with jax-ws handlers add Jax-ws handlers to Axis2 Client

2009-09-14 Thread inalasuresh
Hi Every one, i am new for Axis2, my question here is Axis2 client that works with jax-ws handlers. how to add jax-ws handlers for Axis2 Client. i have Axis2 Client for this i need to add jax-ws handlers. i spend lot of time to find out the solution, my bad ness i didnt get any posts

Axis2 Remote Repository Import Schema

2009-09-14 Thread karlovitz
Thanks in advance for any assistance in this matter. I am currently using the remote repository option in Axis2. Everything is working great except when I try to load AAR services with import in the wsdl: wsdl:types xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchema

Re: Axis2: ServiceClient memory leak in 1.4.1

2009-09-14 Thread Amila Suriarachchi
On Mon, Sep 14, 2009 at 5:56 PM, Simon Steinacker simon.steinac...@ith-icoserve.com wrote: Hi all, I worked with an old version of Axis2 1.4.1 and noticed that there was a memory leak in the ServiceClient class. Is this leak fixed in the newest version Axis2 1.4.1 or is it only fixed

Re: axis2 1.3 - jdk1.6 generates wrong argument sequence in soap message

2009-09-14 Thread Amila Suriarachchi
On Mon, Sep 14, 2009 at 5:38 PM, BENDALE, Yogiraj (Yogiraj) yogi...@alcatel-lucent.com wrote: Amila, Attaching the wsdl file used to generate the code. The code generated with axis2 1.3 with JDK1.6 has wrong sequence in serialization and parsing. The generated code TAMNotify2.java has

[Axis2] Deploying Axis2-1.5 on JBoss 5.0.0

2009-09-11 Thread Sebastian Schneider
Helllo everyone, I would like to use Axis2 on JBoss 5.0.0 but I am struggling. I downloaded the WAR-package (Axis2-1.5) and I put the WAR in my deploy-folder. Unfortunately deploying fails with an exception stating that a new SAX parser cannot be created. From the documentation I understood

Re: Axis2 and XML-RPC

2009-09-11 Thread Student21
something? regards Amila Suriarachchi wrote: On Fri, Sep 11, 2009 at 12:13 AM, Student21 nuffresp...@gmx.de wrote: hello everyone, how do i implement an xml-rpc client in axis2? which libraries and classes do i need? can someone post an example please i don't find any information about

Axis2 Performance Problem

2009-09-11 Thread Michael Adelmann
Hi there, for getting a better performance we switched our Webservice from axis1 (1.4= ) to axis2(1.5 also tried 1.4.1). As of this change we also switched parts = of our database schema, and so we dind=B4t test performance until now. I wr= ote a DB transformer that created the new database

[Axis2] Consuming WCF Web Service from Axis2 generated Stub

2009-09-11 Thread Ng Pei Jiun
Hi All, I have an integration problem to consume WCF Web Service from Axis2 generated Stub. First I tried with basicHttpBinding, it works: configuration system.serviceModel services service name=WCFService.SimpleAuthentication behaviorConfiguration=simpleAuthentication

Re: Axis2 and XML-RPC

2009-09-11 Thread Mauro Molinari
misunderstanding something? If I understood your question, Axis2 can help you to create XML based clients that communicate using SOAP. However, the style to be used when defining the WSDL files that describe the interface of the webservices you want to invoke must be document/literal, because

Re: Axis2 Performance Problem

2009-09-11 Thread Amila Suriarachchi
On Fri, Sep 11, 2009 at 1:29 PM, Michael Adelmann m.adelm...@rball.comwrote: Hi there, for getting a better performance we switched our Webservice from axis1 (1.4= ) to axis2(1.5 also tried 1.4.1). As of this change we also switched parts = of our database schema, and so we dind=B4t

AW: Axis2 Performance Problem

2009-09-11 Thread Michael Adelmann
Von: Amila Suriarachchi [mailto:amilasuriarach...@gmail.com] Gesendet: Freitag, 11. September 2009 11:38 An: axis-user@ws.apache.org Betreff: Re: Axis2 Performance Problem On Fri, Sep 11, 2009 at 1:29 PM, Michael Adelmann m.adelm...@rball.commailto:m.adelm...@rball.com wrote: Hi

Re: Axis2 and XML-RPC

2009-09-11 Thread Student21
ok i see, thanks for your help. regards Mauro Molinari wrote: If I understood your question, Axis2 can help you to create XML based clients that communicate using SOAP. However, the style to be used when defining the WSDL files that describe the interface of the webservices you want

Re: [Axis2] Deploying Axis2-1.5 on JBoss 5.0.0

2009-09-11 Thread robert lazarski
On Fri, Sep 11, 2009 at 3:44 AM, Sebastian Schneider schnei...@dvz.fh-aachen.de wrote: Helllo everyone, I would like to use Axis2 on JBoss 5.0.0 but I am struggling. I downloaded the WAR-package (Axis2-1.5) and I put the WAR in my deploy-folder. Unfortunately deploying fails

Re: [Axis2] Deploying Axis2-1.5 on JBoss 5.0.0

2009-09-11 Thread robert lazarski
On Fri, Sep 11, 2009 at 6:55 AM, robert lazarski robertlazar...@gmail.com wrote: On Fri, Sep 11, 2009 at 3:44 AM, Sebastian Schneider schnei...@dvz.fh-aachen.de wrote: Helllo everyone, I would like to use Axis2 on JBoss 5.0.0 but I am struggling. I downloaded the WAR-package (Axis2-1.5

Re: [Axis2] Deploying Axis2-1.5 on JBoss 5.0.0

2009-09-11 Thread Sebastian Schneider
Hello Robert, thank you for your help. I finally deleted the xerces.jar and the xm-apis.jar. Afterwards deploying worked without problems. Bye Sebastian -- Mit freundlichen Grüßen / Best regards / Cordialement Sebastian Schneider, schnei...@dvz.fh-aachen.de

[axis2] problem dropping war file into our servlet container

2009-09-11 Thread WEBER Arlene
To: axis-user@ws.apache.org Subject: Re: [axis2] problem dropping war file into our servlet container On Fri, Sep 11, 2009 at 3:31 AM, WEBER Arlene arlene.we...@alcatel-lucent.com wrote: Hello, I have downloaded the axis2.war and dropped it into the webapps directory

Re: [axis2] problem dropping war file into our servlet container

2009-09-11 Thread Henning Groß
Suriarachchi [mailto:amilasuriarach...@gmail.com] *Sent:* Thursday, September 10, 2009 11:19 PM *To:* axis-user@ws.apache.org *Subject:* Re: [axis2] problem dropping war file into our servlet container On Fri, Sep 11, 2009 at 3:31 AM, WEBER Arlene arlene.we...@alcatel-lucent.com wrote: Hel...

[axis2] problem dropping war file into our servlet container

2009-09-11 Thread WEBER Arlene
I do not know if upgrading to Tomcat 5.5 or 6.0 is an option on our platform. Does that mean that I will not be able to get Axis2 to work for our purpose? From: Amila Suriarachchi [mailto:amilasuriarach...@gmail.com] Sent: Thursday, September 10, 2009 11:19 PM

Re: Axis2 Performance Problem

2009-09-11 Thread Amila Suriarachchi
On Fri, Sep 11, 2009 at 3:14 PM, Michael Adelmann m.adelm...@rball.comwrote: *Von:* Amila Suriarachchi [mailto:amilasuriarach...@gmail.com] *Gesendet:* Freitag, 11. September 2009 11:38 *An:* axis-user@ws.apache.org *Betreff:* Re: Axis2 Performance Problem On Fri, Sep 11, 2009 at 1

Re: Axis2 1.5 In Production

2009-09-11 Thread David Rees
On Fri, Sep 11, 2009 at 6:01 AM, ibrahim demir ibrahimdem...@yahoo.com wrote: We are using Axis2 1.4.1 both on client side and server side for calling web services and serving our services in a production environment. Is there any one using Axis2 1.5 in prod environment. Can you share your

How to run postgesql under axis2 in Eclipse

2009-09-10 Thread John Wilkinson
Hi, I am struggling here, as I m new to Axis2/Tomcat and Eclipse. I have a POJO that I am running under Avis2 inside Eclipse. In it I call up the org.postgresql,Driver class. I have included the postgres .jar file in Eclipse, I can see it in the libraries. When I run the object

RE: How to run postgesql under axis2 in Eclipse

2009-09-10 Thread Caristi, Joe
: John Wilkinson [mailto:john_wilkin...@xyratex.com] Sent: Thursday, September 10, 2009 4:07 AM To: axis-user@ws.apache.org Subject: How to run postgesql under axis2 in Eclipse Hi, I am struggling here, as I m new to Axis2/Tomcat and Eclipse. I have a POJO that I am running under Avis2 inside Eclipse

Re: Help! Error when testing Axis2 client

2009-09-10 Thread Deepal Jayasinghe
As I can see this is due to some version mis-match, so could you please check whether you are using right version of Axis2 and addressing module. Thanks, Deepal Clara wrote: Hi , It's been a while since I posted this error. anybody can help me please? thanks. --- On *Mon, 8/24/09, Clara

Axis2 and XML-RPC

2009-09-10 Thread Student21
hello everyone, how do i implement an xml-rpc client in axis2? which libraries and classes do i need? can someone post an example please i don't find any information about this subject. regards -- View this message in context: http://www.nabble.com/Axis2-and-XML-RPC-tp25388853p25388853.html

[axis2] problem dropping war file into our servlet container

2009-09-10 Thread WEBER Arlene
Hello, I have downloaded the axis2.war and dropped it into the webapps directory - restarted our tomcat application and the war file was expanded. When I try to go to the http://localhost:8080/axis2 page, I get this exception (which doesn't tell me enough to figure out where I went wrong

Re: [axis2] problem dropping war file into our servlet container

2009-09-10 Thread Amila Suriarachchi
On Fri, Sep 11, 2009 at 3:31 AM, WEBER Arlene arlene.we...@alcatel-lucent.com wrote: Hello, I have downloaded the axis2.war and dropped it into the webapps directory - restarted our tomcat application and the war file was expanded. When I try to go to the http://localhost:8080/axis2 page

Re: Axis2 and XML-RPC

2009-09-10 Thread Amila Suriarachchi
On Fri, Sep 11, 2009 at 12:13 AM, Student21 nuffresp...@gmx.de wrote: hello everyone, how do i implement an xml-rpc client in axis2? which libraries and classes do i need? can someone post an example please i don't find any information about this subject. Axis2 does not support xml-rpc

Re: Help! Error when testing Axis2 client

2009-09-10 Thread Amila Suriarachchi
module: addressing-1.5 - file:/C:/com/samples/axis2/axis2- 1.5.jar org.apache.axis2.AxisFault: unknown at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.j ava:517) at org.apache.axis2.description.OutInAxisOperationClient.handleResponse

Re: axis2 1.3 - jdk1.6 generates wrong argument sequence in soap message

2009-09-10 Thread Amila Suriarachchi
.databinding.ADBException first check which version produces the wrong order. Generated code should have the same order as the wsdl used in code gen. then send us the wsdl file and jdk version with produces the wrong code. Please try with the Axis2 1.5 as well. thanks, Amila. Thanks Yogiraj *From:* Amila

RE: axis2 1.3 - jdk1.6 generates wrong argument sequence in soap message

2009-09-09 Thread BENDALE, Yogiraj (Yogiraj)
Hi, We are using axis2 1.3 with JDK1.5. Recently we upgraded to JDK1.6 and found that the client and server generated with JDK1.6 and axis2 1.3 works fine. But the client of axis2 1.3 JDK1.6 does not work axis2 1.3 -JDK1.5. Looking at the generated code it seems that WSDL2Java generated code

Re: axis2 1.3 - jdk1.6 generates wrong argument sequence in soap message

2009-09-09 Thread Amila Suriarachchi
are the two wsdl files same? thanks Amila. On Wed, Sep 9, 2009 at 6:54 PM, BENDALE, Yogiraj (Yogiraj) yogi...@alcatel-lucent.com wrote: Hi, We are using axis2 1.3 with JDK1.5. Recently we upgraded to JDK1.6 and found that the client and server generated with JDK1.6 and axis2 1.3

Re: [AXIS2] 'Unable to generate WSDL 1.1 for this service'

2009-09-09 Thread Lorenzo Carnevale
Thanks, it solves the problem. - Original Message - From: Keith Chapman To: axis-user@ws.apache.org Sent: Wednesday, September 09, 2009 4:17 AM Subject: Re: [AXIS2] 'Unable to generate WSDL 1.1 for this service' You need to have a folder call META-INF in ur aar file

RE: axis2 1.3 - jdk1.6 generates wrong argument sequence in soap message

2009-09-09 Thread BENDALE, Yogiraj (Yogiraj)
, September 09, 2009 7:20 PM To: axis-user@ws.apache.org Subject: Re: axis2 1.3 - jdk1.6 generates wrong argument sequence in soap message are the two wsdl files same? thanks Amila. On Wed, Sep 9, 2009 at 6:54 PM, BENDALE, Yogiraj (Yogiraj) yogi...@alcatel-lucent.commailto:yogi...@alcatel

Axis2, Jax-WS, and @HandlerChain

2009-09-09 Thread JFeisty
We are starting to develop web services using Axis2 v1.5 with JAX-WS annotations. We'd like to set up JAX-WS handlers using the @HandlerChain annotation but I can't seem to get the handler(s) to fire. No matter where I put handlers.xml in my .aar it never falls

RE: Axis2, Jax-WS, and @HandlerChain

2009-09-09 Thread Martin Gainty
http://ws.apache.org/axis2/1_3/api/org/apache/axis2/jaxws/description/xml/handler/HandlerChainType.html The handler-chain element defines the handlerchain. Handlerchain can be defined such that the handlers in the handlerchain operate on ALL ports of a service, on a specific port

Re: Help! Error when testing Axis2 client

2009-09-09 Thread Clara
Hi , It's been a while since I posted this error. anybody can help me please? thanks. --- On Mon, 8/24/09, Clara claire_l...@yahoo.com wrote: From: Clara claire_l...@yahoo.com Subject: Re: Help! Error when testing Axis2 client To: axis-user@ws.apache.org Date: Monday, August 24, 2009, 11:02 PM

Re: Axis2 1.5 dependencies

2009-09-08 Thread Mauro Molinari
Any information on this from the developers? Thanks! Mauro. Mauro Molinari ha scritto: Hello all! In October 2007 an interesting discussion took place in Axis2 dev mailing list about the oportunity to re-package Axis2 for different purposes (ex.: server, client, etc.) in order to clear

AW: Axis2 1.5 jsp compile problem

2009-09-08 Thread Simon Steinacker
Ok, thanks for the quick answer! I will correct it myself in the jsp and wait for the next release. Regards, Simon Von: Amila Suriarachchi [mailto:amilasuriarach...@gmail.com] Gesendet: Monday, September 07, 2009 5:11 PM An: axis-user@ws.apache.org Betreff: Re: Axis2 1.5 jsp compile problem

Re: [AXIS2 1.4.1 - Xmlbeans] validating an input parameter with anyType in it

2009-09-08 Thread Michel Etienne
that suggested the use of 'Any' rather than 'AnyType' Hope it helps you. -Original Message- From: Michel Etienne [mailto:michel.etie...@dryade.net] Sent: 03 September 2009 15:47 To: axis-user@ws.apache.org; axis-...@ws.apache.org mailto:axis-...@ws.apache.org Subject: Re: [AXIS2 1.4.1

Axis2 and SOAP encoding support

2009-09-07 Thread Mauro Molinari
Hello all! Trying to do a WSDL2Java (from Axis2 1.5) to generate the client code from a WSDL that uses SOAP Encoding, I get the following error: org.apache.axis2.schema.SchemaCompilationException: can not find type {http://schemas.xmlsoap.org/soap/encoding/}Array from the parent schema name

Re: Axis2 and SOAP encoding support

2009-09-07 Thread Andreas Veithen
See [1] for the latest status. [1] http://markmail.org/message/zbwojf3d67nrpisg On Mon, Sep 7, 2009 at 11:26, Mauro Molinarimauro.molin...@cardinis.com wrote: Hello all! Trying to do a WSDL2Java (from Axis2 1.5) to generate the client code from a WSDL that uses SOAP Encoding, I get

Re: Axis2 and SOAP encoding support

2009-09-07 Thread Mauro Molinari
Andreas Veithen ha scritto: See [1] for the latest status. [1] http://markmail.org/message/zbwojf3d67nrpisg Thank you Andreas, now the situation is more clear. However, I think that Axis2 website/documentation/wiki is lacking updated information on this subject. -- Mauro Molinari Software

Axis2 1.5 jsp compile problem

2009-09-07 Thread Simon Steinacker
Sorry to repeat this mail, but because of a mistake I wrote Axis instead of Axis2 in the header. Maybe this kept some people from looking at my mail ;) Thanks for your help: Hello, I just changed my software from Axis2 1.4.1 to Axis2 1.5. So I linked the libraries, exchanged the new axis2.xml

Re: Axis2 1.5 jsp compile problem

2009-09-07 Thread Amila Suriarachchi
On Mon, Sep 7, 2009 at 7:52 PM, Simon Steinacker simon.steinac...@ith-icoserve.com wrote: Sorry to repeat this mail, but because of a mistake I wrote Axis instead of Axis2 in the header. Maybe this kept some people from looking at my mail ;) Thanks for your help: Hello, I just

Re: Axis to Axis2 migration doubt

2009-09-07 Thread mikkilineni
Hi Deepak, I am gettigg the below message when using java2wsdl task. java.lang.NoClassDefFoundError: javax/xml/rpc/holders/StringHolder. here is the build file content. taskdef name=java2wsdl classname=org.apache.ws.java2wsdl.Java2WSDLTask classpathref=axis2.classpath

[AXIS2] 'Unable to generate WSDL 1.1 for this service'

2009-09-07 Thread Lorenzo Carnevale
Hello everybody. I followed one of Sosnoski's tutorials on IBM website to create Secure w.s. with Rampart. In Services.xml, I have the following tag: parameter name=useOriginalwsdltrue/parameter I am deploying my web service as an aar service in an axis2 standalone server, and I have

Re: Axis2 with ADB for input message but not for response message?

2009-09-06 Thread Amila Suriarachchi
On Fri, Sep 4, 2009 at 8:45 PM, VanIngen, Erik (FIES) erik.vanin...@fao.org wrote: Situation: I have a WSDL with complete specification of input and response messages. I would like to use Axis2 with ADB for the input message and would like to generate the service layer. However the return

Axis2 with ADB for input message but not for response message?

2009-09-04 Thread VanIngen, Erik (FIES)
Situation: I have a WSDL with complete specification of input and response messages. I would like to use Axis2 with ADB for the input message and would like to generate the service layer. However the return message is a problem. The backend of my application produces a validated

[Axis2-1.4.1 Versus 1.5]

2009-09-03 Thread Vaibhav Arya
Hi All, Currently I'm working with apache axis2 - 1.4.1. As we all know axis2 - 1.5 has been released, here I'm curious to know, what improvements have been done in axis2-1.5? Should I migrate to axis2 -1.5? Thanks a lot... Regards, Vaibhav Kumar Arya ASE, Gorgaon

RE: [Axis2-1.4.1 Versus 1.5]

2009-09-03 Thread Sanjay Gupta
I also see this error in one the the tomcat log file. Sep 2, 2009 11:34:53 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet axis2 threw exception java.lang.NullPointerException at org.apache.catalina.connector.Request.parseParameters

Query re Axis2 / ADB client

2009-09-03 Thread Martin Kidby
First of all I apologise for wasting people's time but I am still very green when it comes to web services and Axis. I have been supplied with a WSDL and using WSDL2Java have generated my client stub. Then I've written my client and all appears OK as I have successfully tested it against the

Axis2 deploymne without Web Admin

2009-09-03 Thread Ziggy
Hi, Does anyone know how i can deploy the axis2.war onto tomcat without the web admin pages? I dont want it be accessible via the browser at all. is this just a configuration change? Thank

RE: [AXIS2 1.4.1 - Xmlbeans] validating an input parameter with anyType in it

2009-09-03 Thread Martin Kidby
2009 15:47 To: axis-user@ws.apache.org; axis-...@ws.apache.org Subject: Re: [AXIS2 1.4.1 - Xmlbeans] validating an input parameter with anyType in it Hello Since I had no answer yet, I repost my question . Does anybody have an idea ? Thanks Best regards Michel Etienne Michel Etienne a écrit

Re: Axis2 deploymne without Web Admin

2009-09-03 Thread Deepal jayasinghe
There is no configuration change, just delete the web-app and edit the web.xml to remove the admin servlet. Thanks, Deepal Hi, Does anyone know how i can deploy the axis2.war onto tomcat without the web admin pages? I dont want it be accessible via the browser at all. is this just

Re: Axis2 deploymne without Web Admin

2009-09-03 Thread Ziggy
Hi, Which is the webapp? Here is the directory structure i have webapps - axis2 -- axis2-web -- META-INF -- WEB-INF - docs - examples -- -- - ROOT Which one do i delete? and what change do i make in web.xml On Thu, Sep 3, 2009 at 4:20 PM, Deepal

Re: Axis2 deploymne without Web Admin

2009-09-03 Thread Deepal Jayasinghe
I thought you were referring to axis2.war anyway, what you have to do it delete the directory I marked below and edit the web.xml as I mentioned earlier. Ziggy wrote: Hi, Which is the webapp? Here is the directory structure i have webapps - axis2 -- axis2-web delete axis2

Re: [Axis2] Including/referencing external libraries

2009-09-02 Thread Matthias Korn
Hi, Am Wed, 2 Sep 2009 10:04:14 +0530 schrieb Amila Suriarachchi amilasuriarach...@gmail.com: put them to webapps/axis2/WEB-INF/lib that's what I tried first and it doesn't work! (With the error message below) I tried both: just the single class file and packaged in a jar. The class itself

Re: [Axis2] Including/referencing external libraries

2009-09-02 Thread Amila Suriarachchi
On Wed, Sep 2, 2009 at 1:51 AM, Matthias Korn mat...@binaervarianz.dewrote: Hi, my axis2.war 1.4.1 in a Tomcat is running multiple web services who are all accessing the same database and other common stuff. Thus I created a Java class handling all this in one place. I want all web services

Axis2 1.5 returns wrong DateTime

2009-09-02 Thread Moritz Mädler
Hello, after changing the Datefields in my WSDL to datetime (using POJO-Class with java.util.Calendar) Axis2 somehow returns the wrong date/time. For example the Date/Time the POJO-Class logs is - java.util.GregorianCalendar[time=1251829037000,areFieldsSet=true,areAllFieldsSet=true

Re: [Axis2] Including/referencing external libraries

2009-09-02 Thread Matthias Korn
Hi, Am Wed, 2 Sep 2009 13:28:17 +0530 schrieb Amila Suriarachchi amilasuriarach...@gmail.com: On Wed, Sep 2, 2009 at 1:51 AM, Matthias Korn mat...@binaervarianz.dewrote: [Referencing an external library/class.] Currently I am getting something along the lines: java.lang.Error: Unresolved

Re: Axis2 1.5 returns wrong DateTime

2009-09-02 Thread Moritz Mädler
- Class with java.util.Calendar) Axis2 somehow returns the wrong date/time. For example the Date/Time the POJO-Class logs is - java.util.GregorianCalendar[time=1251829037000,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id=GMT,offset=0,dstSavings=0,useDaylight

Re: [Axis2] Including/referencing external libraries

2009-09-02 Thread Deepal jayasinghe
Amila Suriarachchi wrote: On Wed, Sep 2, 2009 at 1:51 AM, Matthias Korn mat...@binaervarianz.de mailto:mat...@binaervarianz.de wrote: Hi, my axis2.war 1.4.1 in a Tomcat is running multiple web services who are all accessing the same database and other common stuff. Thus I

Re: [SOLVED but UNCLEAR] [Axis2] Including/referencing external libraries

2009-09-02 Thread Matthias Korn
Hi, Am Wed, 02 Sep 2009 08:37:56 -0400 schrieb Deepal jayasinghe deep...@gmail.com: [Referencing external class/library] Currently I am getting something along the lines: java.lang.Error: Unresolved compilation problems: The import package cannot be resolved FooBar cannot be resolved

Axis2 1.5 dependencies

2009-09-02 Thread Mauro Molinari
Hello all! In October 2007 an interesting discussion took place in Axis2 dev mailing list about the oportunity to re-package Axis2 for different purposes (ex.: server, client, etc.) in order to clear to the huge list of JARs that are now packaged in Axis2 distribution under lib directory

Axis2 1.3 - Compiling source

2009-09-02 Thread Pablo La Greca
Hi, I have to add some patches into Axis2 version 1.3. I download the sources, and as you say in Axis2 page for development, I install maven using the default maven repository, the execute mvn compile in Axis2 1.3 sources, and it doesn't compile. There some dependencies that can't been found

Re: Axis2 1.3 - Compiling source

2009-09-02 Thread Amila Suriarachchi
On Wed, Sep 2, 2009 at 8:45 PM, Pablo La Greca pablolagr...@gmail.comwrote: Hi, I have to add some patches into Axis2 version 1.3. I download the sources, and as you say in Axis2 page for development, I install maven using the default maven repository, the execute mvn compile in Axis2 1.3

Re: [AXIS2] converting Calendar for Zulu time zone

2009-09-01 Thread Maier Otto
Wow, this was exactly what I needed. I wonder if I could have found this anywhere in the documentation? Thanks a lot, Otto Original-Nachricht Have a look at end of the ConverterUtil.java[1]. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten

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

2009-09-01 Thread Amila Suriarachchi
On Tue, Sep 1, 2009 at 1:43 PM, Moley Harey moleyha...@gmail.com wrote: Hi folks, I have implemented an Axis2 web service in Java and I need to access its public methods from a C++ code. When I generate the Axis2 web service I generate too a client.jar library that is used as the interface

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

2009-09-01 Thread Moley Harey
Thanks a lot Amila, I am going to check that!! 2009/9/1 Amila Suriarachchi amilasuriarach...@gmail.com On Tue, Sep 1, 2009 at 1:43 PM, Moley Harey moleyha...@gmail.com wrote: Hi folks, I have implemented an Axis2 web service in Java and I need to access its public methods from a C++ code

Re: Can axis2-1.5 use rampart-1.4

2009-09-01 Thread v2cg4ss
Thanks, it is working now. Nunny wrote: Did you copy all the required jars to axis2 lib ? The jars in the Rampart binary distribution and the bouncy castle / backport-util-concurrent jars. Anyway Rampart 1.5 will be released soon, it will be the compatible version with Axis2 1.5

[Axis2] Including/referencing external libraries

2009-09-01 Thread Matthias Korn
Hi, my axis2.war 1.4.1 in a Tomcat is running multiple web services who are all accessing the same database and other common stuff. Thus I created a Java class handling all this in one place. I want all web services to use this class. How can I integrate this into my axis2 setup? Where do I put

Re: Axis2 root directory

2009-09-01 Thread st1led
Amila Suriarachchi wrote: On Fri, Aug 28, 2009 at 7:41 PM, st1led xplore...@hotmail.com wrote: Hi folks, i've just installed Axis2 on Ubuntu, but I got a problem. I can't figure out what the root directory of Axis2 server is. I mean, the directory which I can put files that I can

Re: [Axis2] Including/referencing external libraries

2009-09-01 Thread Amila Suriarachchi
put them to webapps/axis2/WEB-INF/lib thanks Amila. On Wed, Sep 2, 2009 at 1:51 AM, Matthias Korn mat...@binaervarianz.dewrote: Hi,, my axis2.war 1.4.1 in a Tomcat is running multiple web services who are all accessing the same database and other common stuff. Thus I created a Java

Re: Axis2 Specification

2009-08-31 Thread Amila Suriarachchi
are wrapped in a specification (JAX-WS 2.0 spec). The specification basically defines the input (code, annotation, xml files) and the output (the Web Services based on the standards like WSDL 1.1). My question is Axis2 also has such specification? No. It has implemented the specs you have given

Axis2 wsdl problem with reverse proxy

2009-08-31 Thread Alexander Reelsen
Hello, I am currently trying to resolve a simple problem with the autogeneration of the WSDL files inside of Axis2. My setup is the following: webserver:80/ws/ = reverseproxy to = tomcat:8080/axis/services By setting the hostname parameter in the services.xml I can change to hostname

Re: Axis2 wsdl problem with reverse proxy

2009-08-31 Thread Alexander Reelsen
Hi the best solutions are the ones solved by oneself. :-) I am currently trying to resolve a simple problem with the autogeneration of the WSDL files inside of Axis2. My setup is the following: webserver:80/ws/ = reverseproxy to = tomcat:8080/axis/services By setting the hostname

RE: Help with axis1.4.1 (not axis2) and wss4j

2009-08-31 Thread Alick Buckley
: Saturday, 29 August 2009 7:35 AM To: axis-user@ws.apache.org Subject: Re: Help with axis1.4.1 (not axis2) and wss4j Hello: Can someone provide some pointers. Thanks, cabear On Fri, Aug 28, 2009 at 10:13 AM, Wishing Carebear wishing.careb...@gmail.com mailto:wishing.careb...@gmail.com wrote

Re: [AXIS2] converting Calendar for Zulu time zone

2009-08-31 Thread Amila Suriarachchi
); isCustomClassPresent = false; } } } you can write a custom class to override the default methods given in this class. thanks, Amila. [1] https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/ConverterUtil.java On Mon

Re: Help with axis1.4.1 (not axis2) and wss4j

2009-08-31 Thread Wishing Carebear
:35 AM *To:* axis-user@ws.apache.org *Subject:* Re: Help with axis1.4.1 (not axis2) and wss4j Hello: Can someone provide some pointers. Thanks, cabear On Fri, Aug 28, 2009 at 10:13 AM, Wishing Carebear wishing.careb...@gmail.com wrote: Hello: I'm trying to write a client to a WSE 3.0

Re: Help with axis1.4.1 (not axis2) and wss4j

2009-08-31 Thread Wishing Carebear
) ; } } = -Original Message- *From:* Wishing Carebear [mailto:wishing.careb...@gmail.com] *Sent:* Saturday, 29 August 2009 7:35 AM *To:* axis-user@ws.apache.org *Subject:* Re: Help with axis1.4.1 (not axis2) and wss4j Hello

Axis2 Specification

2009-08-30 Thread Rahmat Bagas Santoso
Dear All, I have been searching for Axis2 Specification that underlies the implementation but I could not found any. Could anyone please tell me where can I find the specification (not the guide)?? Best regards, Bagas

Re: Axis2 Specification

2009-08-30 Thread Deepal Jayasinghe
I do not think I understand you correctly, anyway let me answer the way I understand, Axis2 implements few Web Service standards, Like SOAP 1.1 SOAP 1.2, WSDL 1.1 , WSDL 2.0, WS-Addressing. Thanks, Deepal Dear All, I have been searching for Axis2 Specification that underlies

Re: Axis2 Specification

2009-08-30 Thread Rahmat Bagas Santoso
the input (code, annotation, xml files) and the output (the Web Services based on the standards like WSDL 1.1). My question is Axis2 also has such specification? I hope I describe my question clear enough. Regards, Bagas --- On Sun, 8/30/09, Deepal Jayasinghe dee...@opensource.lk wrote

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