Re: Problem with MTOM

2009-05-21 Thread Massimiliano Ziccardi
Hi. Thank you for your help. At the moment I'm very hurry with my project, so I'll use my workaround for some time. As soon as I'll be a little bit less hurry, I'll surely try to switch to a better solution. Thank you, Massimiliano On Fri, May 22, 2009 at 6:33 AM, Sanjay Gupta wrote: > I tri

Re: Problem with MTOM

2009-05-21 Thread Massimiliano Ziccardi
>If the issue occurs on the client side, it could somehow be related to >FILE_SIZE_THRESHOLD I don't think that's the problem: I get the error even if I simply read the file "chunk by chunk" : sometime, for some reason, the byte array is not fully returned to the client, making the resulting file

RE: Web service monitoring tool

2009-05-21 Thread Meeusen, Christopher W.
The tool that we use at work is called Wiley Introscope. It's not cheap but it's very good. Breaks it down to method invocation time. Chris From: axis-user-return-79014-meeusen.christopher=mayo@ws.apache.org on behalf of Bartolomeo Nicolotti Sent: We

RE: Problem with MTOM

2009-05-21 Thread Sanjay Gupta
I tried the 1.2.9 snapshot on both server and client but still have issues. This particular service i implemented is inside grails and exposed using axis2 plugin. I need to figure out how to enable soapmonitor in grails/axis2. Massimiliano, I did generate my clients from my autogenerated wsdl. I

Re: [ANNOUNCE] Axis2 1.5 Release Candidate refreshed and ready for testing

2009-05-21 Thread Leon Searl
Hi Glen, I've just run into bug AXIS2-3896. Would it be possible to get this fixed in v1.5? I'm asking since I have not yet seen a final release announcement for 1.5. Thanks leon - Original Message - From: "Glen Daniels" To: "Axis-Dev" , axis-user@ws.apache.org Sent: Thursday, April

Re: [AXIS2] - includeOptionalHeaders not working

2009-05-21 Thread Mohannad Hammadeh
Does nobody know anything about this?? - Original Message - I found this ticket that mentions a fix to enable MessageID in the response. http://issues.apache.org/jira/browse/AXIS2-3275 Does anyone know what the 'option' is? Regrads, Mohannad - Original Message - Hi, I am

RE: Service not found

2009-05-21 Thread Martin Gainty
Jose please post your .jws file Saludos, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilu

RE: Service not found

2009-05-21 Thread Martin Gainty
posting to webservices experts at axis-us...@ws.apache.org Saludos Cordiales! Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger s

Re: Problem with MTOM

2009-05-21 Thread Andreas Veithen
If the issue occurs on the client side, it could somehow be related to FILE_SIZE_THRESHOLD, but that is not the most probable explanation. I remember fixing several issues in Axiom with code that incorrectly assumed that InputStream#available always returns the remaining number of bytes in the stre

Re: Problem with MTOM

2009-05-21 Thread Andreas Veithen
In 1.2.9-SNAPSHOT, the class org.apache.axiom.om.impl.llom.OMStAXWrapper (part of axiom-impl.jar) extends org.apache.axiom.om.impl.OMStAXWrapper (part of axiom-api.jar). If you get this error, this would mean that you didn't replace axiom-api.jar. Can you check that? Andreas On Thu, May 21, 2009

RE: wsdl2java

2009-05-21 Thread Caristi, Joe
The answer may be contained in the rest of the Exception stack trace. You could look there for clues and if you still can't figure it out, post the entire trace. -Original Message- From: TomazM [mailto:tomaz.majerh...@arnes.si] Sent: Thursday, May 21, 2009 10:34 AM To: axis Subject: wsd

wsdl2java

2009-05-21 Thread TomazM
I have error when using jbix %AXIS2_HOME%\bin\wsdl2java -uri jibx\META-INF\IPIS_JIBX.wsdl -Ebindingfile jibx\META-INF\binding.xml -p service.jibx -d jibx -s -ss -sd -ssi -uw -o build_jibx Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL Is

[no subject]

2009-05-21 Thread Vicente David Guardiola Buitra
Dear all, I am using Axis2 with Rampart 1.4 in order to provide WS-Security to my web services. I want to sign and encrypt all incoming/outgoing messages using X509 Certificates, then , I configured both client and service to do this using inflow and outflow elements. The problem is that I w

Re: Problem with MTOM

2009-05-21 Thread Massimiliano Ziccardi
Already tried but had no luck Thanks, Massimiliano On Thu, May 21, 2009 at 1:59 PM, Chinmoy Chakraborty wrote: > Hi, > > Just curious..is there anything to do with 'FILE_SIZE_THRESHOLD'? > > Chinmoy > > On Thu, May 21, 2009 at 3:01 PM, Massimiliano Ziccardi < > massimiliano.zicca...@gmail.co

Re: Problem with MTOM

2009-05-21 Thread Chinmoy Chakraborty
Hi, Just curious..is there anything to do with 'FILE_SIZE_THRESHOLD'? Chinmoy On Thu, May 21, 2009 at 3:01 PM, Massimiliano Ziccardi < massimiliano.zicca...@gmail.com> wrote: > TO Andreas: I tried with the latest snapshot, but even after replacing both > axis and axiom, I always get: > > The ty

Re: [AXIS2] soap:address location under a Frontend

2009-05-21 Thread manub
Someone has some suggestions, even to put a customized WSDL (with replaced front-ends) in the AAR? Thanks. manub wrote: > > Hi, > > I need to expose some webservices via a front-end (using HTTPS). > Webservices are pyhsically located on a machine with an internal IP > address. I'm autogenerat

Re: Problem with MTOM

2009-05-21 Thread Massimiliano Ziccardi
TO Andreas: I tried with the latest snapshot, but even after replacing both axis and axiom, I always get: The type org.apache.axiom.om.impl.OMStAXWrapper cannot be resolved. It is indirectly referenced from required .class filesWStestImplStub.java TEST_CLIENT/src/it/test/ws/impl I've searched

[axis2-sessionmanagement]

2009-05-21 Thread Vaibhav Arya
Hi Everyone, I want to maintain soap session so that client should be in session for 30 minutes. I'm trying to put some values in ServiceContext in so that I could fetch those values in later requests, but at every request the values in service context are shown null. Also I can get the