Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3 Beta
-
None
-
All platforms
Description
Anon token (i.e. '>' sign still appears in the server side generated code.
I tried to create a service with AxisBench.wsdl in test cases.
And the service failsed to work. Looking into the generated code revealed the following (notice ">doBenchRequest>doBench" and ">doBenchRequest>doBench"):
BenchDataType v0 = (BenchDataType)pIWSDZ->getCmplxObject((void*)Axis_DeSerialize_BenchDataType
, (void*)Axis_Create_BenchDataType, (void*)Axis_Delete_BenchDataType
, ">doBenchRequest>doBench", Axis_URI_BenchDataType);
if (AXIS_SUCCESS != (nStatus = pIWSDZ->getStatus())) return nStatus;
try