Invinitive Loop using axis2/JiBX

2010-06-15 Thread jay...@web.de
Hello,   we are using Axis2 with JiBX web-services in a Tomcat. After a load test we got reproducible two threads using one cpu each. They are both looping around the following stack trace.   "http-8080-37" - Thread t...@71    java.lang.Thread.State: RUNNABLE     at com.sun.xml.stream

RE: [Axis2] web service calling another service

2010-06-15 Thread Meeusen, Christopher W.
You can do that, just generate the stubs and invoke the second service from the first. From: java-user-return-83109-meeusen.christopher=mayo@axis.apache.org [mailto:java-user-return-83109-meeusen.christopher=mayo@axis.apache. org] On Behalf Of Jack Sprat Sent: Tuesday, June 15, 2010 9:4

Re: Does the service client caches attachments by default ?

2010-06-15 Thread Jorge Medina
Where can I get the SNAPSHOT? The links I get from the Axis2 website take me to files from 2007. http://people.apache.org/repository/org.apache.axis2/jars/ -Jorge On Mon, Jun 7, 2010 at 6:48 PM, Andreas Veithen wrote: > Jorge, > > Can you try that with Axis2 1.6-SNAPSHOT? > > Andreas > > On Mo

RE: WCF 3.5 Client times out - caused by server ...

2010-06-15 Thread Andy Dysart
I can't give you a comprehensive answer, but re your "unknown timeout" - we've fought problems like this that ended up being caused by firewalls, routers, and load balancers that had timeouts configured in them. A good tool to help understand where the timeout is occurring is Wireshark or other

AW: WCF 3.5 Client times out - caused by server ...

2010-06-15 Thread Stadelmann Josef
It seems to me that no one likes to burn it's fingers with time-outs of the sort I am asking for? The situation is as it is. My .NET WCF 3.5 client times out when the axis2 web service is busy for more than 6 milliseconds, Maybe it's a timeout in Apache Jakarta Tomcat Maybe it's a ti

Dr_Frank Klaus/MS/WLB ist außer Haus.

2010-06-15 Thread dr_frank_klaus
Ich werde ab 15.06.2010 nicht im Büro sein. Ich kehre zurück am 22.06.2010. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen wenden Sie sich bitte an: w...@westlb.de Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir

Soap Client

2010-06-15 Thread Mike Baranski
I have a soap client that is generating the following call and response: === = Elapsed: 162 milliseconds = In message: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XML

[Axis2] web service calling another service

2010-06-15 Thread Jack Sprat
I have a need to call an existing web service from another web service. The idea is to use the existing logic in the existing service.  Is this possible? If so, can someone point me to an example or some tips on getting this done? Thanks.

Re: [Axis2] Mutual SSL problem

2010-06-15 Thread Philippe Frangioni
Well, I'm not sure if that helps :) Everything works fine when clientAuth is set to true, and I can see in the logs that the server requests a client certificate and that the client provides its certificate. So I'm not sure why what's described in the link you sent me wouldn't be needed in this cas

[no subject]

2010-06-15 Thread Galchin Vasili
http://jucetuka.tripod.com/ - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org

Axis2 Website needs some update

2010-06-15 Thread Jan Sinschek
The links to the user list and the repository are wrong on http://ws.apache.org/axis2/ - The svn location in http://ws.apache.org/axis2/svn.html should be fixed to https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/ as there is nothing to be found anymore at http://svn.apache.org/repos

Maven dependencies in trunk can't be found

2010-06-15 Thread Jan Sinschek
Hi I am trying to build the axis2 trunk (r954800), starting with a completely empty maven2 (version: 2.2.1) repository, but several dependencies cannot be found on either of [mvn] eclipse-repo (http://repo1.maven.org/eclipse), [mvn] apache.snapshots (http://repository.apache.org

Re: [Axis2] Mutual SSL problem

2010-06-15 Thread robert lazarski
On Tue, Jun 15, 2010 at 7:10 AM, Philippe Frangioni wrote: > Hi all, > We're using Axis2 > 1.5.1 and the container we use is Tomcat 6. > We want to set up Mutual SSL authentication. So we started with > authenticating the server and it went fine. >  - The server has its own keystore (self signed c

Re: How to invoke webservice with jca bindings/operations?

2010-06-15 Thread Rafal Rusin
On 15 June 2010 12:13, Rafal Rusin wrote: > I found something like this: > http://ws.apache.org/kandula/1/ws-at--how_to_use.html > > It seems to do what I need. > But the problem is there's no source for it > (http://svn.apache.org/repos/asf/webservices/kandula/trunk/ is empty). > Do you know wher

Re: [Axis2] Mutual SSL problem

2010-06-15 Thread Philippe Frangioni
More details on the error we get when using the : In the client, we do not see the CertificateRequest in the logs and get this exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174) at

Re: How to invoke webservice with jca bindings/operations?

2010-06-15 Thread Rafal Rusin
I found something like this: http://ws.apache.org/kandula/1/ws-at--how_to_use.html It seems to do what I need. But the problem is there's no source for it (http://svn.apache.org/repos/asf/webservices/kandula/trunk/ is empty). Do you know where it left? On 15 June 2010 11:53, Rafal Rusin wrote: >

[Axis2] Mutual SSL problem

2010-06-15 Thread Philippe Frangioni
Hi all, In our current project, we have a Spring Bean exposed as an Axis2 Web Service. The project is built with maven2 and produces a war. The Web Service is part of the Webapp (we do not use an aar). We're using Axis2 1.5.1 and the container we use is Tomcat 6. We want to set up Mutual SSL authe

RE: How to invoke webservice with jca bindings/operations?

2010-06-15 Thread Rafal Rusin
Hello, is this possible to invoke external HTTP SOAP web service call (remote or local host) and propagate transaction using axis? > Jun 8, 2009 8:19 pm > I have a wsdl with jca operations/bindings. I generated the stubs using > wsdl2java. How do I invoke a webservice with jca operations/binding