Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Won't Fix
-
1.6.2
-
None
-
None
-
I run it on LINUX, JDK 1.7.
Description
Hi
I am getting error code 1002 in a soap response which I have not defined in my application. I wonder if axis can generate this kind of fault with error code 1002?
I have got axis2 source code from svn and found one matching in package:
org.apache.axis2.COnstants.java which is not referenced anywhere.
Do anyone know where this is coming from?
<RespFromSOAP>
<status>
<faultcode>1002</faultcode>
<faultreason>
<reasonText>
<value>soap fault, fault code is "soapenv:Server", fault string is "unknown"</value>
</reasonText>
</faultreason>
<faultrole></faultrole>
<details></details>
</status>
</>
Thank you for your help in advance.
BR
Lulseged