unsubscribe

2014-11-20 Thread Asen

org.apache.axis2.AxisFault: Connection reset

2012-09-10 Thread Asen
Recently I upgrade my app with Axis2 from 1.5 to 1.6.2. Since then, I start seeing this error very intermittently. I am calling a .NET service over https and that is what errors is thrown back to my client. My client uses wsdl2java generated stubs. Does any one have any idea what might be causing

Re: Axis2-1.6.2 generated stubs fails to use module rampart

2012-05-21 Thread Asen
ike the right way of doing it? On Fri, May 18, 2012 at 1:53 PM, Kishanthan Thangarajah wrote: > > > On Thu, May 10, 2012 at 10:04 PM, Asen wrote: >> >> Hi there, >> >> I am trying to use wsdl2ejava Axis-1.6.2 generated stubs and including >> Rampart-1.6.

Axis2-1.6.2 generated stubs fails to use module rampart

2012-05-10 Thread Asen
Hi there, I am trying to use wsdl2ejava Axis-1.6.2 generated stubs and including Rampart-1.6.2 for the WS-Sec. I have copied in to my application all the required Axis/Rampart jars, modules and created the required directory structure when building it. All my web services and generated code client

Re: maven dependency issue with axis2 .mar modules

2012-04-09 Thread Asen
I have had success with the following; org.apache.rampart rampart 1.6 mar org.apache.rampart rahas 1.6 mar On Mon, Apr 9, 2012 at 1:43 PM, Jaime Hablutzel Egoavil w

Re: RPC/Encoded support

2011-04-18 Thread Asen
Can Axis2 accept RPC/encoded type SOAP payloads containing String[] or Long[] types as well? 2011/4/18 Martin Gainty : > you could support publishing both RPC and doc-literal > axis1 webapp publishes RPC based axis1-servlet > axis2 webapp publishes doc-literal > > Martin Gainty >

Re: Accept Self-Signed Certificate

2011-01-14 Thread Asen
Not really. This error has nothing to do with Axis itself, but please anyone can correct me. It is your java certs. Write little program to ping the remote server and download its cert. Then import it into your java cert file. That worked for me, and it is the way I took to overcome it. On Fri, Ja

Re: Accept Self-Signed Certificate

2011-01-14 Thread Asen
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target You will need to accept the foreign server certificate in your java.security. On Tue, Jan 11, 2011 at 2:18 PM, Zach Calvert wrote: > I am writing in

PhaseLast already has been set, cannot have two PhaseLast Handler for same phase Security

2010-03-03 Thread Asen
Hello folks, I am using axis 1.5 with rampart 1.4. I have been using them for few mounts already and have never seen this exception before. This exception was thrown when a client through wsdl2java generated stub invoked a .NET service with security policy. Rampart module is engaged from the clie