Hi All; I am using Axis2 1.4.1 and Eclipse codegen wizard to generate the client codes from wsdl.
And using these libraries while running the client code:
axiom-api-1.2.7.jar
axiom-impl-1.2.7.jar
axis2-kernel-1.4.1.jar
geronimo-stax-api_1.0_spec-1.0.1.jar
xercesImpl-2.8.1.jar
axis2-adb-1.4.1.jar
activation-1.1.jar
Everthing is fine.
But when I test the client , the request goes to server and the server
generates the response. But when I want to process the response on the client
side I got this error.
org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException:
Unexpected subelement errorString
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
My wsdl is attached and the server response is this:
<tns:outBag xmlns:tns="urn:cs.com.tr/banking">
<tns:errorString></tns:errorString>
<tns:result>1</tns:result>
</tns:outBag>
Your help is ver needed.
Yours.
Ibrahim DEMIR
CyberSoft Yazilim Muh.
http://www.ibrahimdemir.org
KT_ADMIN_USER_DAY_OFF.wsdl
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
