[ http://issues.apache.org/jira/browse/AXISCPP-1004?page=comments#action_12443992 ] nadir amra commented on AXISCPP-1004: -------------------------------------
Although I have done no work on the server side of things, I can probably surmise why this is not working. Since the fault is an anonymous type, there is no place in the code to indicate that the anonymous type should be externalized. Anonymous types in messages are marked to be externalized since they are found in the messages. An equivalent thing needs ot happen by default for faults. I will see if I can fix this since this seems to be a simple fix, but I need to see where this processing happens. > Compile errors in code generated for fault element with anonymous type > ---------------------------------------------------------------------- > > Key: AXISCPP-1004 > URL: http://issues.apache.org/jira/browse/AXISCPP-1004 > Project: Axis-C++ > Issue Type: Bug > Affects Versions: 1.6 Beta > Environment: axis-c-1.6b-Win32-trace-bin > gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) > java version "1.5.0_08" > Reporter: Michael Koch > Attachments: testcase3.wsdl > > > The C++ code generated by wsdl2ws does not compile if a fault element set as > part in a fault message is of an anonymous complex type. The compiler lists > errors in AxisServiceException.hpp and testcaseWrapper.cpp. I'll attach a > test case. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
