Issue with AXis2 client code connection

2012-06-06 Thread gibyALEX
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

RE: Issue with AXis2 client code connection

2012-06-06 Thread James Annesley
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

RE: critical bugs in axis2 1.6

2012-06-06 Thread James Annesley
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

[axis2-1.6.1] jax-ws 2.0 and JavaClassToDBCConverter of axis2-1.6.1

2012-06-06 Thread Stadelmann Josef
@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

RE: [axis2-1.6.1] jax-ws 2.0 and JavaClassToDBCConverter of axis2-1.6.1

2012-06-06 Thread Martin Gainty
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?