RE: compile failure of test CombinedChoice.xml

2005-12-19 Thread Dushshantha Chandradasa
Hi Nadir, I too noticed this in Windows platform. I tried to fix it from the client code by doing following changes. Then the client is compiling and able to run. But the serialization and deserialization is wrong. Changes in the client file: int * * a; int* aa =

RE: compile failure of test CombinedChoice.xml

2005-12-19 Thread Adrian Dick
Hi, Looking at the CombinedChoice testcase, I would say the test client code is correct. However, WSDL2Ws is generating pointer-to-pointer for xsd:choice, where I believe it should simply be pointer-to-value. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]

RE: compile failure of test CombinedChoice.xml

2005-12-19 Thread Dushshantha Chandradasa
: Adrian Dick [mailto:[EMAIL PROTECTED] Sent: Monday, December 19, 2005 3:59 PM To: Apache AXIS C Developers List Subject: RE: compile failure of test CombinedChoice.xml Hi, Looking at the CombinedChoice testcase, I would say the test client code is correct. However, WSDL2Ws is generating pointer

RE: compile failure of test CombinedChoice.xml

2005-12-20 Thread Dushshantha Chandradasa
. -Original Message- From: Adrian Dick [mailto:[EMAIL PROTECTED] Sent: Monday, December 19, 2005 3:59 PM To: Apache AXIS C Developers List Subject: RE: compile failure of test CombinedChoice.xml Hi, Looking at the CombinedChoice testcase, I would say the test client code is correct. However

RE: compile failure of test CombinedChoice.xml

2005-12-22 Thread Nadir Amra
CombinedChoice seems to work now. But InteropTestRound1 fails. When compiling InteropTestRound1Client.cpp, I get the following errors: [cc] "/home/amra/axis/L051222/obj/test/generated/cpp/UnitTest_InteropTestRound1/InteropTestRound1Client.cpp", line 67.26: CZP0216(30) An expression

RE: compile failure of test CombinedChoice.xml

2005-12-22 Thread Dushshantha Chandradasa
: Nadir Amra [mailto:[EMAIL PROTECTED] Sent: Friday, December 23, 2005 4:09 AM To: Apache AXIS C Developers List Subject: RE: compile failure of test CombinedChoice.xml CombinedChoice seems to work now. But InteropTestRound1 fails. When compiling InteropTestRound1Client.cpp, I get the following

RE: compile failure of test CombinedChoice.xml

2005-12-23 Thread Dushshantha Chandradasa
Still, the test is failing because arrays are having a deserialization problem. -Original Message- From: Dushshantha Chandradasa [mailto:[EMAIL PROTECTED] Sent: Friday, December 23, 2005 1:11 PM To: Apache AXIS C Developers List Subject: RE: compile failure of test CombinedChoice.xml