[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: MTOM support causing problem

2009-09-03 Thread Sanjay Gupta
Hi Chinmoy, The problem happens in methods that have nothing to do with mtom. They are simple service methods that return an objects array. I did putting debugging messages to make sure that service method worked fine. Thanks Sanjay From: Chinmoy Chakraborty [mailto:cch...@gmail.com] Sent:

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

Re: MTOM support causing problem

2009-09-03 Thread Chinmoy Chakraborty
Try complex type array instead of object array as return type...for quick check you can use string array.. On Thu, Sep 3, 2009 at 12:05 PM, Sanjay Gupta sanjay.gu...@billwiseinc.comwrote: Hi Chinmoy, The problem happens in methods that have nothing to do with mtom. They are simple

Copying received large web service response objects to file system

2009-09-03 Thread Anand Navale
Hi, We are using Axis2 1.4 (on JRE 5 runtime) as web service client for our application. One of the web services requires handling massive objects in the response. Right now we are getting out of memory error whenever we receive large web service response. Modifying the web service or

Re: Copying received large web service response objects to file system

2009-09-03 Thread Amila Suriarachchi
On Thu, Sep 3, 2009 at 1:21 PM, Anand Navale naan...@novell.com wrote: Hi, We are using Axis2 1.4 (on JRE 5 runtime) as web service client for our application. One of the web services requires handling massive objects in the response. Right now we are getting out of memory error whenever we

unsubscribe

2009-09-03 Thread trevor.baden
unsubscribe

unsubscribe

2009-09-03 Thread D.H.T.M.Gameren
unsubscribe == The information transmitted via this e-mail is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or

unsubscribe

2009-09-03 Thread Sarathi Balasundaram

unsubscribe

2009-09-03 Thread Sasikumar.Natarajan
This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any

Re: unsubscribe

2009-09-03 Thread Larry Meadors
axis-user-unsubscr...@ws.apache.org On Thu, Sep 3, 2009 at 4:22 AM, sasikumar.natara...@cognizant.com wrote: This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended

problem in generating a oneway web service from a java class in Axis 1.4

2009-09-03 Thread Akitoshi Yoshida
Hi, When you deploy a service that has a void return type in Axis 1.4, I noticed that its WSDL generator does not generate a oneway MEP WSDL (i.e., having only the input element) but a normal request-response MEP WSDL (i.e., having both the input and output elements). And when the call is invoked,

RE: Axis 2 Client on Mobile Devices

2009-09-03 Thread Adam Elnagger
Hey Demetris, Thanks for the response. Though it is not the response I was hoping for, it does answer my question. I wonder why there seems to be so little support for reliable web services in the mobile industry. Regardless, this is key information to have. Thanks for your time! Adam Elnagger

unsubscribe

2009-09-03 Thread Steve Buster
_ Windows Live: Keep your friends up to date with what you do online. http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_online:082009

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
Hi. I may be wide of the mark, but whilst I was researching my problem, I saw an article similar to your problem 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

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 a

Re: Axis 2 Client on Mobile Devices

2009-09-03 Thread Demetris
Hey Adam, at least hosting services on mobile devices I think the reason is because mobile devices are still considered 'client' portals to services rather than servers. I am working on peer-to-peer architectures connecting services across mobile devices and that's where my server issue

Re: Axis 2 Client on Mobile Devices

2009-09-03 Thread Danny García Hernández
Hi, i 'am running Axis2 client into Windows Mobile using J9 JVM and all is working perfect (MTOM included). I don´t have maked any test with server stack into mobile device but you are saying appear very interesting. Can (oe want) you explain any more? Regards Danny Demetris escribió:

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

unsubscribe

2009-09-03 Thread Clement
_ Tchattez en direct en en vidéo avec vos amis ! http://www.windowslive.fr/messenger/

RE: MTOM support causing problem

2009-09-03 Thread Sanjay Gupta
My problem was fixed after I changed enableMTOM to optional from true in axis2.xml. From: Sanjay Gupta [mailto:sanjay.gu...@billwiseinc.com] Sent: Wednesday, September 02, 2009 11:36 PM To: axis-user@ws.apache.org Subject: RE: MTOM support causing problem Hi Chinmoy, The problem happens in

Re: Axis 2 Client on Mobile Devices

2009-09-03 Thread Demetris
Hey Danny, that's really good info - I was not able to run client code on the Sun J2ME successfully. Only with the Jalimo I mentioned. I know also PocketJava and Sprint's Titan are Windows Mobile based and the latter utilizes OSGi containers. I am running all this on top of Linux for the

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

Re: Copying received large web service response objects to file system

2009-09-03 Thread Anand Navale
Thanks Amila. The suggestion is really useful. Would also like to know if there is any recommended approach when dealing with large web service response objects using Axis2 as web service client. Thanks Anand Navale Amila Suriarachchi amilasuriarach...@gmail.com 9/3/2009 1:34 PM On Thu,