RE: Use of HTTP/1.0 or 1.1 in Axis 1.4

2010-01-28 Thread Yashwanth Rajaram -X (yrajaram - Zensar at Cisco)
Chris, Instead of that do you want to try turning off chunking? setProperty(HTTPConstants.CHUNKED, false); or See http://wso2.org/library/209 for info on forcing HTTP version to be used etc thanks, -- Yashwanth These are my openion only and not that of my employer(s). -Original Message

Is it possible to call a non-existent service action?

2009-11-24 Thread Yashwanth
Hi All: I have a fundamental question that came up as we did robustness tests. Is it possible to call a non-existent service action? (i.e., is it possible to call an action that is not available on the other Axis2 env)? If it is possible then: 1. Can someone tell what happens if we

RE: Trouble with wsdl2java.sh

2009-10-02 Thread Yashwanth
Looks like it is not finding the directory temp - I am guessing that temp does not exist. In your command line you specify it as : $ javac -extdirs /path/to/axis2-RC1-std-bin/lib/ org/apache/axis2/*.java -d temp/ -Xlint Yash _ From: Brian Riley [mailto:bri...@conncoll.edu] Sent:

RE: java.lang.ClassNotFoundException

2009-10-02 Thread Yashwanth
Hmmm.. I am guessing here - Can you check if you have the stub class in the classpath where Axis2 can find it - probably you now have the stub class in the .mar or module directory structure? Yash -Original Message- From: Asma Maalej [mailto:amaa...@laas.fr] Sent: Friday, October 02,

RE: Axis 2 Client Exception

2009-09-21 Thread Yashwanth
You should actually point to the axis2.xml (not just config folder) Set urlAxis2=E:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/w tpwebapps/test.cltClient/WEB-INF/conf/axis2.xml; -Yash -Original Message- From: Asma Maalej [mailto:amaa...@laas.fr] Sent: Monday,

AccessControlException from HttpClient - Causes ServiceClient instance to fail

2009-09-06 Thread Yashwanth
Hi All: Have you used Axis2 web services on WebSphere with security turned on so you have to use was.policy file to grant the required permissions? If so you might be able to help. We have a Web Service (WS1) calling another WebService (WS2) using ServiceClient. However we get the following