Re: [AXIS2C] Question regarding the adjustment of response timeouts

2008-02-16 Thread Dimuthu Gamage
Hi, I too checked it in Linux and got the same result, Seems we are not using axis2_options_get_timeout_in_milli_seconds anywhere.. If this is a bug, should be fixed before the 1.3 release. Thanks Dimuthu On Feb 16, 2008 1:07 AM, Clifford THOMPSON [EMAIL PROTECTED] wrote: Hello, I have a

Axis2/C for Apapche 2.2.8

2008-02-16 Thread Graf László
Hi all, I built sucesfully the Axis2/C module on Windows XP using VS 2005. But the testing it om Apache 2.2.8 failes with this message: Syntax error on line 490 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software

Re: Axis2/C for Apapche 2.2.8

2008-02-16 Thread Manjula Peiris
Hi Laszlo, Did you follow the steps as mentioned in [1] ? [1] http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2 -Manjula. On Sat, 2008-02-16 at 21:38 +0100, Graf László wrote: Hi all, I built sucesfully the Axis2/C module on Windows XP using VS 2005. But the testing it om

Re: Axis2/C for Apapche 2.2.8

2008-02-16 Thread Senaka Fernando
Hi Laszlo, AFAIK, mod_axis2 works with Apache 2.2.8. You can use two approaches. Method 1: Please confirm to whether you can find (using search in Windows) the ***mod_axis2.dll*** some where inside your ides/VC folder. The location at which it is built may vary according to how you build the

Re: Axis2 client hangs with multiple requests in one session

2008-02-16 Thread Michele Mazzucco
Have you tried to call options.setCallTransportCleanup(true)?, my guess is that the problem lies at the transport level. If still does not work try to create a custom HttpConnectionManager for the client -- see AsyncTest2Test into the integration test module. Michele On 16 Feb 2008, at

spring with aop problem

2008-02-16 Thread Upendra Moturi
Hi all, when i am configuring spring and axis2 with aop iam getting the following error. org.apache.axis2.deployment.DeploymentException: The following error occurred during schema generation: Unable to load bytecode for class $Proxy0 at

Re: Axis2 client hangs with multiple requests in one session

2008-02-16 Thread Landslide
Thanks, Michele! The combination of these 2 lines works for multiple requests/responses: options.setProperty(HTTPConstants.REUSE_HTTP_CLIENT, true); options.setCallTransportCleanup(true); This line only tracks the cookie JSESSIONID but nothing else:

Re: Axis 1.4 and Authentication Methods

2008-02-16 Thread Marc Esher
So I figured out how to get httpclient involved, and I believe I'm passing everything correctly. However, I'm still getting not authorized when I try executing the service. Here's what I get in the eclipse console: Feb 16, 2008 8:22:01 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor

Re: retrieving MTOM in a client

2008-02-16 Thread Thilina Gunarathne
Hi, The SOAP Message looks fine... Can you also look at the HTTPHeaders.. Specially the content-type header and see whether it has multipart/related and type=application/xop+xml I doubt whether something is wrong in the content type and Axis2 cannot recognize it as a MTOM message.. Also try

Re: [AXIS2] ADB Parse error when using MTOM in response

2008-02-16 Thread Thilina Gunarathne
Does your WSDL declares the BinaryData(MTOM) element using base64Binary data type.. thanks, Thilina On Feb 15, 2008 7:55 AM, Florian Georg [EMAIL PROTECTED] wrote: I´m using release 1.3 Any ideas? should I switch to a more recent build? kind regards, Florian On Thu, 2008-02-14 at 10:47

RE: Axis2 client hangs with multiple requests in one session

2008-02-16 Thread Pär Malmqvist
Hi! I have noticed that the combination below sometimes hangs on the third call if the server response always is an AxisFault.But I have not had time to track it down complete so it would be interesting to here from you.What happens when you send a call three times in a row and the response

Re: Axis2 client hangs with multiple requests in one session

2008-02-16 Thread Michele Mazzucco
Hello, as I said in my previous email, my guess is that the problem lies at the transport level. In order to confirm (or deny) my assumption you can 1 - not reuse the same HttpClient between calls 2 - customize your HttpConnectionManager as I suggested you in my previous email. Michele

Re: spring with aop problem

2008-02-16 Thread samir shaikh
Upendra, I'm having the same problem also and have filed a bug with the Axis team on this. The way you can get around at the moment is by declaring a ServiceClass in the services.xml. I've not been able to get the proxy-d bean loaded but the error goes away. Sorry, not complete solution I

WSDL parser

2008-02-16 Thread Demetris G
Hi all, I am trying to use the wsdlParser from the Axis API to parse the methods out of an incoming WSDL file - does anyone who has used this before have any info on how to use this tool? OR any other way I could get the operations of the remote service out of the WSDL file? I would