WSF/jython SOAP client always failed - please help

I created a test client with wsf/jython LOG_FILE_NAME = "C:/AutoTestLogs/autotest.log" END_POINT = "http://69.4.2.75/Ecommerce/Services/CreditCheck.asmx" def testWebService(): try: print " Sending OM : " , req_payload_string client = WSClient({"to" : END_POINT, "action" : "http://CreditGateWay/Ecommerce/Services/CreditCheck/GetReport"}, LOG_FILE_NAME) req_message = WSMessage(req_payload_string) res_message = client.request(req_message) print " Response Message: " , res_message except WSFault, wse: logger.error("Exception: " + str(wse)) When I ran it, I always got an error INFO [MainThread] (?:?) - start testing... DEBUG [MainThread] (Loader.java:132) - Trying to find [org/apache/axis2/deployment/axis2_default.xml] using sun.misc.Launcher$AppClassLoader@182f0db class loader. DEBUG [MainThread] (StAXUtils.java:317) - Created XMLInputFactory = class com.ctc.wstx.stax.WstxInputFactory for classloader=sun.misc.Launcher$AppClassLoader@182f0db DEBUG [MainThread] (StAXUtils.java:319) - Size of XMLInputFactory map =1 DEBUG [MainThread] (StAXUtils.java:143) - XMLStreamReader is com.ctc.wstx.sr.ValidatingStreamReader DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@183268e DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =hotdeployment DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =true DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:104) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:96) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@183268e DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =hotupdate DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =false DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:104) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:96) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@183268e DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =enableMTOM DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =false DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:104) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:96) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@183268e DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =httpContentNegotiation DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =false DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:104) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:96) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@183268e DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =sendStacktraceDetailsWithFaults DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =true DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:104) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:96) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@183268e DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =DrillDownToRootCauseForFaultReason DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =false DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:104) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:96) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@183268e DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =userName DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =admin DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:104) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:96) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@183268e DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =password DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =axis2 DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:104) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:96) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@183268e DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =disableREST DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =false DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:104) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:96) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@31d5e2 DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =PROTOCOL DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =HTTP/1.1 DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.TransportOutDescription.addParameter(TransportOutDescription.java:77) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:657) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:119) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@31d5e2 DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =Transfer-Encoding DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =chunked DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.TransportOutDescription.addParameter(TransportOutDescription.java:77) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:657) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:119) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@151fe8a DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =PROTOCOL DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =HTTP/1.1 DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.TransportOutDescription.addParameter(TransportOutDescription.java:77) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:657) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:119) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@151fe8a DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =Transfer-Encoding DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =chunked DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.TransportOutDescription.addParameter(TransportOutDescription.java:77) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:657) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:119) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:307) - ================== DEBUG [MainThread] (ParameterIncludeImpl.java:308) - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@935741 DEBUG [MainThread] (ParameterIncludeImpl.java:309) - Key =port DEBUG [MainThread] (ParameterIncludeImpl.java:311) - Value =6060 DEBUG [MainThread] (ParameterIncludeImpl.java:313) - Value Class = java.lang.String DEBUG [MainThread] (ParameterIncludeImpl.java:314) - Value Classloader = null DEBUG [MainThread] (ParameterIncludeImpl.java:316) - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:316) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.TransportInDescription.addParameter(TransportInDescription.java:76) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.processTransportReceivers(AxisConfigBuilder.java:611) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:125) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:641) DEBUG_FRAME = org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:143) DEBUG_FRAME = org.apache.axis2.client.ServiceClient.(ServiceClient.java:244) DEBUG_FRAME = org.wso2.wsf.jython.client.WSClient.(WSClient.java:83) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) DEBUG_FRAME = sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) DEBUG_FRAME = java.lang.reflect.Constructor.newInstance(Unknown Source) DEBUG_FRAME = org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:163) DEBUG_FRAME = org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:138) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:355) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:215) DEBUG_FRAME = org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221) DEBUG_FRAME = org.python.core.PyMethod.__call__(PyMethod.java:206) DEBUG_FRAME = org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1097) DEBUG_FRAME = org.python.core.PyType.invoke_new_(PyType.java:444) DEBUG_FRAME = org.python.core.PyType.type___call__(PyType.java:1374) DEBUG_FRAME = org.python.core.PyType.__call__(PyType.java:1365) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:414) DEBUG_FRAME = org.python.core.PyObject.__call__(PyObject.java:418) DEBUG_FRAME = launchTester$py.testWebService$1(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py:57) DEBUG_FRAME = launchTester$py.call_function(C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyBaseCode.call(PyBaseCode.java:117) DEBUG_FRAME = org.python.core.PyFunction.__call__(PyFunction.java:307) DEBUG_FRAME = org.python.pycode._pyx0.f$0(autoTest.py:65) DEBUG_FRAME = org.python.pycode._pyx0.call_function(autoTest.py) DEBUG_FRAME = org.python.core.PyTableCode.call(PyTableCode.java:165) DEBUG_FRAME = org.python.core.PyCode.call(PyCode.java:18) DEBUG_FRAME = org.python.core.Py.runCode(Py.java:1197) DEBUG_FRAME = org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:166) DEBUG_FRAME = org.python.util.jython.run(jython.java:229) DEBUG_FRAME = org.python.util.jython.main(jython.java:117) DEBUG [MainThread] (ParameterIncludeImpl.java:318) - ================== DEBUG [MainThread] (Phase.java:97) - Handler RequestURIBasedDispatcher added to Phase Transport DEBUG [MainThread] (Phase.java:97) - Handler SOAPActionBasedDispatcher added to Phase Transport DEBUG [MainThread] (Phase.java:97) - Handler AddressingBasedDispatcher added to Phase Addressing DEBUG [MainThread] (Phase.java:97) - Handler RequestURIBasedDispatcher added to Phase Dispatch DEBUG [MainThread] (Phase.java:97) - Handler SOAPActionBasedDispatcher added to Phase Dispatch DEBUG [MainThread] (Phase.java:97) - Handler RequestURIOperationDispatcher added to Phase Dispatch DEBUG [MainThread] (Phase.java:97) - Handler SOAPMessageBodyBasedDispatcher added to Phase Dispatch DEBUG [MainThread] (Phase.java:97) - Handler HTTPLocationBasedDispatcher added to Phase Dispatch DEBUG [MainThread] (Phase.java:97) - Handler AddressingBasedDispatcher added to Phase Addressing DEBUG [MainThread] (Phase.java:97) - Handler RequestURIBasedDispatcher added to Phase Dispatch DEBUG [MainThread] (Phase.java:97) - Handler SOAPActionBasedDispatcher added to Phase Dispatch DEBUG [MainThread] (Phase.java:97) - Handler RequestURIOperationDispatcher added to Phase Dispatch DEBUG [MainThread] (Phase.java:97) - Handler SOAPMessageBodyBasedDispatcher added to Phase Dispatch DEBUG [MainThread] (Phase.java:97) - Handler HTTPLocationBasedDispatcher added to Phase Dispatch DEBUG [MainThread] (AxisService.java:824) - mapActionToOperation: Mapping Action to Operation: action: anonRobustOp; operation: org.apache.axis2.description.RobustOutOnlyAxisOperation@d41f3named: anonRobustOp DEBUG [MainThread] (AxisService.java:824) - mapActionToOperation: Mapping Action to Operation: action: urn:anonRobustOp; operation: org.apache.axis2.description.RobustOutOnlyAxisOperation@d41f3named: anonRobustOp DEBUG [MainThread] (AxisService.java:824) - mapActionToOperation: Mapping Action to Operation: action: anonOutonlyOp; operation: org.apache.axis2.description.OutOnlyAxisOperation@86359named: anonOutonlyOp DEBUG [MainThread] (AxisService.java:824) - mapActionToOperation: Mapping Action to Operation: action: urn:anonOutonlyOp; operation: org.apache.axis2.description.OutOnlyAxisOperation@86359named: anonOutonlyOp DEBUG [MainThread] (AxisService.java:824) - mapActionToOperation: Mapping Action to Operation: action: anonOutInOp; operation: org.apache.axis2.description.OutInAxisOperation@b280b1named: anonOutInOp DEBUG [MainThread] (AxisService.java:824) - mapActionToOperation: Mapping Action to Operation: action: urn:anonOutInOp; operation: org.apache.axis2.description.OutInAxisOperation@b280b1named: anonOutInOp Traceback (most recent call last): File "autoTest.py", line 59, in testWebService() File "C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py", line 54, in testWebService res_message = client.request(req_message) File "C:\Eclipse\workspace\AutoTestProject\src\com\ode\test\launchTester.py", line 54, in testWebService res_message = client.request(req_message) at org.wso2.wsf.jython.client.WSClient.request(WSClient.java:161) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) java.lang.NullPointerException: java.lang.NullPointerException Any help on this is really appreciated!
library project main code
Learn Cloud
Learn
Cloud

The WSO2 Application Server is a reliable application server that can host your enterprise web applications. The WSO2 Application Server as a Service is offered in StratosLive, the WSO2 Platform as a Service. This article explains how a simple web application can be developed and deployed from Carbon Studio to the WSO2 Application Server...

Latest Webinar
KeellsSuper is a leading supermarket chain with 50-plus outlets in Sri Lanka, and it offers the only online supermarket in the country. In 2005, JKH implemented SAP ERP across it’s 70 subsidiaries...
Thursday, February 16th 2012, 09.00 AM (PST)

Thursday, February 16th 2012, 10.00 AM (GMT)