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
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.
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
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
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
>
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
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
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