I am Getting error like while using AXIs2 Can any help me .. i didn't
get what is issue...
org.apache.axis2.AxisFault: Connection refused: connect
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSende
Hi,
"Connection refused: connect at org.apache.axis2." just means it can't
access the SOAP endpoint. Make sure the SOAP server is running and available
and that the client is pointing to it. The parameters when creating a stub
are where you define the endpoint location. As far as the server goe
Hi,
I feel some sympathy with this thread. Why are so many critical bugs being
released? There are some serious problems which seem to have escaped
testing. I wonder when the last really stable release of AXIS2 was? I only
use it as a client and feel that I escape the majority of bugs. I realis
@Webfault is an annotation in use since JDK 6.0 ...
I understand that this class needs enhancements over time.
What I do not understand is that
org.apache.axis2.jaxws.description.builder.converter.JavaClassToDBCConve
rter
has a method
private void attachWebFaultAnnotation(DescriptionBuilderC
Hi Josef
If you could drop your modified FileNotFoundExceptionWs.jar into endorsed dir
you can startup Tomcat with
-Djava.endorsed.dirs=C:\Java\jdk1.6.0_01\jre\lib\endorsede.g
$CATALINA_HOME/bin/java -Djava.endorsed.dirs=/jdk1.6.0_01/jre/lib/endorsed
jar bootstrap.jar
does this help?