Dear all,
I am getting this exception while invoking(web services) or accessing
through java code.
The URL which i try to access is secured using Certificate.
Please see the exception -
javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: PKIX path building failed:
su
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:1792)
Regards
Santosh
Eric Covener wrote:
>
> On Fri, Aug 1, 2008 at 12:00 PM, sh_santosh <[EMAIL PROTECTED]>
> wrote:
>>
>> So, how to solve this issue.
>> What configurati
Dear All,
There is a windows server, where .Net web services is exposed.
But they have configured HTTPS at windows server. So, we are not able to
invoke their web services over HTTPS.
i am not sure but they have configured HTTPS with ssl certification at their
end.
I am using JDK1.6 and Tomcat.
endAndReceive method -
just i have changed the url - http://staging.stemp.com/tempgo1/ to
http://localhost:8080/tempgo1/
and it started working.
it's change in url to localhost:8080 only...
so, what is the problem ? can any body explain
Thank you for Help
sh_santo
ween your java client host and the
> hosts on which Tomcat and Axis are running. To do so, try doing telnet
> my.tomcat.com:8080 from the java client host.
>
> If you reproduce the problem in 2) above, there may be a firewall between
> the client and the server.
>
>
> -ascs
&
Dear all,
I am usging Apache-Tomcat 5.5.20 and Axis 1.2 RC.
I am invoking the web services method by my java client program.
In SoapBindingImpl class i have written a Implementation method
sendAndReceive().
sendAndReceive method code is --
public String sendAndReceive(String sRequest, S