WSDL2Ws gives an exception in code generation for SimpleArray.wsdl

2005-12-22 Thread Dushshantha Chandradasa
Hi All,   WSDL2Ws gives the following exception when I try to generate codes for the wsdl attached here.   generateServerStubs: [echo] C:\axiscpp\ws-axis\c/../../../obj/test/generated/server/cpp/SimpleAr ray [java] java.io.IOException: Type {http://soapinterop.org/xsd}intI

Re: WSDL2Ws gives an exception in code generation for SimpleArray.wsdl

2005-12-22 Thread John Hawkins
I think Adrian made some changes to fix choice and this might be a side-effect. He's not here until january now. "Dushshantha Chandradasa" <[EMAIL PROTECTED]> 22/12/2005 08:02 Please respond to "Apache AXIS C Developers List" To "Apache AXIS C Developers List" cc Subject WSDL

RE: WSDL2Ws gives an exception in code generation for SimpleArray.wsdl

2005-12-22 Thread Dushshantha Chandradasa
Oopse, then we have to find the place to fix L   My understanding is that the tool doesn’t understand the definition of “intItem”  in the following part of the wsdl.                    

[jira] Created: (AXISCPP-895) Code generated by WSDL2Ws tool shows compilation error

2005-12-22 Thread James Jose (JIRA)
Code generated by WSDL2Ws tool shows compilation error -- Key: AXISCPP-895 URL: http://issues.apache.org/jira/browse/AXISCPP-895 Project: Axis-C++ Type: Bug Components: Client - Stub Reporter: James Jose

[jira] Commented: (AXISCPP-895) Code generated by WSDL2Ws tool shows compilation error

2005-12-22 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-895?page=comments#action_12361098 ] Dushshantha Chandradasa commented on AXISCPP-895: - Hi James, did you generate codes using the file inquire_v2.wsdl in the svn?? i tried to generate codes b

Re: [jira] Commented: (AXISCPP-895) Code generated by WSDL2Ws tool shows compilation error

2005-12-22 Thread James Jose
Dushshantha,     We are having UDDI.wsdl in svn which imports inquire_v2.wsdl. So we can generate code using UDDI.wsdl file . Regards James -- James Jose Messaging Clients Team, WMQDDC IBM Software Labs, India Direct: 91-80- 25094331  Ext :2331 E

[jira] Created: (AXISCPP-896) WSDL2Ws creates class without having set/get methods for its member variables.

2005-12-22 Thread James Jose (JIRA)
WSDL2Ws creates class without having set/get methods for its member variables. -- Key: AXISCPP-896 URL: http://issues.apache.org/jira/browse/AXISCPP-896 Project: Axis-C++ Type: Bug Componen

RE: WSDL2Ws gives an exception in code generation for SimpleArray.wsdl

2005-12-22 Thread John Hawkins
I think I can find out what he changed later today. "Dushshantha Chandradasa" <[EMAIL PROTECTED]> 22/12/2005 10:03 Please respond to "Apache AXIS C Developers List" To "Apache AXIS C Developers List" cc Subject RE: WSDL2Ws gives an exception in code generation for SimpleArray

[jira] Resolved: (AXISCPP-753) WSDL2Ws can't handle complexTypes?

2005-12-22 Thread John Hawkins (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-753?page=all ] John Hawkins resolved AXISCPP-753: -- Resolution: Fixed The issue was that messages that use hidden (anonymous) types fail. So, we had to expose these messages in new classes and then alt

Re: AW: AXISCPP-753 status (also relevant for Java Axis)?

2005-12-22 Thread John Hawkins
Hi, OK, I've just fixed the AXIS-CPP 753 issue. You can take the source from svn or wait for binaries from the overnight build. regards, John. "Franz Fehringer" <[EMAIL PROTECTED]> 20/12/2005 17:34 Please respond to axis-dev To "Apache AXIS C User List" , John Hawkins/UK/[EMAIL P

Re: AW: AW: AXISCPP-753 status (also relevant for Java Axis)?

2005-12-22 Thread Nadir Amra
Franz, The C stub generation is a work in progressthere are plans to support it in the future but as of now I do not think anyone is actively working on it, although I do plan to go through it in January to see what I can fix and patch up. Nadir K. Amra "Franz Fehringer" <[EMAIL PROTECTE

[Axis2] build failed of axis2c-src-M0.2-linux on mac os x 10.3.9

2005-12-22 Thread Lee Provoost
Hi! I try to build the axis2c-src-M0.2-linux on my mac os x 10.3.9 I installed the required versions of autoconf and automake as required and i applied the patch to get rid of cdecl as earlier suggested in one of the mails (http://www.mail-archive.com/axis-c-dev@ws.apache.org/msg04747.html)

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: [Axis2] build failed of axis2c-src-M0.2-linux on mac os x 10.3.9

2005-12-22 Thread Sahan Gamage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lee Provoost wrote: > Hi! > > I try to build the axis2c-src-M0.2-linux on my mac os x 10.3.9 > > I installed the required versions of autoconf and automake as > required and i applied the patch to get rid of cdecl as earlier > suggested in one of the

Re: [Axis2] build failed of axis2c-src-M0.2-linux on mac os x 10.3.9

2005-12-22 Thread Sahan Gamage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sahan Gamage wrote: > Lee Provoost wrote: > >> Hi! > >> I try to build the axis2c-src-M0.2-linux on my mac os x 10.3.9 > >> I installed the required versions of autoconf and automake as >> required and i applied the patch to get rid of cdecl as earlie

[Axis2] added axis2_http_transport_sender, axis2_soap_over_http_sender

2005-12-22 Thread Sahan Gamage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have added axis2_http_transport_sender, axis2_soap_over_http_sender to the axis2_core_transport_http module. Please commit them. - - Sahan -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - http:/

[Axis2] changes to axis2_http_transport_utils axis2_http_worker

2005-12-22 Thread Sahan Gamage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have added some functionality to the axis2_http_transport_utils and axis2_http_worker. Please apply the patches and commit the code. - - Sahan -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - ht

[Axis2] more patches for axis2_http_transport

2005-12-22 Thread Sahan Gamage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Please apply the following patches as well. These are the small changes made to the http_transport module headers. - - Sahan -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev

RE: compile failure of test CombinedChoice.xml

2005-12-22 Thread Dushshantha Chandradasa
Hi Nadir, The problem is with the Client implementation. It was not suit to the new memory model. I fixed some of these problems and committed the changes. I commented out the SOAPStruct array part in the file. Have to correct that as well. Regards, Dushshantha -Original Message- From: