Re: need to access Soap Body from Serializer

2005-03-06 Thread Dasarath Weeratunge
Since Axis C++ needs an object model why not port AXIOM which is been used with Axis2 to C++ and get the ecoding support completed in Guththila (the C++ pull parser). Porting OM will not be a problem if someone can help with getting encoding support in the pull parser fixed. Regards, --Dasarath

Re: SoapSerialiser

2005-03-06 Thread Sameera Perera
Hi everyone, I'm so sorry that I missed this conversation. I was one of the people who requested (and depend on) those methods. We're implementing WS-Security which requires at least this type of access in to the Body. We were hoping for a DOM-like access in to it, but have come to understand that

[jira] Created: (AXISCPP-506) Abnormal ant exception when building Axis on WXP

2005-03-06 Thread Francis ANDRE (JIRA)
Abnormal ant exception when building Axis on WXP Key: AXISCPP-506 URL: http://issues.apache.org/jira/browse/AXISCPP-506 Project: Axis-C++ Type: Bug Components: Build - ANT Versions: 1.5 Alpha Environment:

RE: Automating server side test implimentation

2005-03-06 Thread Samisa Abeysinghe
> So I am thinking of having a workaround for that. If the adminservice and > adminclient can be improved to do the above, deployment can also be truly > automated. In case of ant based client test framework for each wsdl: it takes a wsdl, generate source, copy prewritten main, compile client and

Ant build fails 07th march 2005

2005-03-06 Thread Dushshantha Chandaradasa
Ant build fails with following error messages. [cc] C:\axiscpp\ws-axis\c\src\server\apache2\mod_axis2.cpp(43) : error C2 259: 'Apache2Transport' : cannot instantiate abstract class due to following mem bers: [cc] C:\axiscpp\ws-axis\c\src\server\apache2\Apache2Transport.h(5 5)

[jira] Updated: (AXISCPP-326) Document use of setProxy

2005-03-06 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-326?page=history ] Dushshantha Chandradasa updated AXISCPP-326: Attachment: UsingProxy.txt The File "UsingProxy.txt" documents the use of Proxy > Document use of setProxy > -

RE: Ant build fails 07th march 2005

2005-03-06 Thread Samisa Abeysinghe
Hi Dushshantha, I fixed the problems in cvs. Please test. Thanks, Samisa... -Original Message- From: Dushshantha Chandaradasa [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 9:07 AM To: Apache AXIS C Developers List Subject: Ant build fails 07th march 2005 Ant buil

Updating SOAPTransport API [was RE: Ant build fails 07th march 2005]

2005-03-06 Thread Samisa Abeysinghe
Hi all, SOAPTransport API updating is a bit tricky as it is implemented by many classes, ApacheTransport Apache2Transport SimpleAxisTransport Axis2Transport HTTPTransport Hence adding a pure virtual function breaks the build if all those classes are not updated. If the

Re: Ant build fails 07th march 2005

2005-03-06 Thread Dushshantha Chandaradasa
Thanks Samisa. Its working.. Dushshantha On Mon, 7 Mar 2005 09:34:28 +0600, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > Hi Dushshantha, >I fixed the problems in cvs. >Please test. > Thanks, > Samisa... > > -Original Message- > From: Dushshantha Chandaradasa > [mailto

[jira] Updated: (AXISCPP-342) There are too many leaks and possibilities for leaks in Param class and ParamValue class

2005-03-06 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-342?page=history ] Dushshantha Chandradasa updated AXISCPP-342: Attachment: Param.DIFF Made some modifications to Param.cpp and Param.h files regarding the above issue.Added a constructor, copy

[jira] Commented: (AXISCPP-326) Document use of setProxy

2005-03-06 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-326?page=comments#action_60327 ] Samisa Abeysinghe commented on AXISCPP-326: --- Manohar! I hope what Dushshantha has provided is suficinet. If you have any suggestions please let know. > D

[jira] Created: (AXISCPP-507) Memory leaks in deserialize methods of XSD classes (in src/soap/xsd)

2005-03-06 Thread Samisa Abeysinghe (JIRA)
Memory leaks in deserialize methods of XSD classes (in src/soap/xsd) Key: AXISCPP-507 URL: http://issues.apache.org/jira/browse/AXISCPP-507 Project: Axis-C++ Type: Bug Components: SOAP Versi

[jira] Created: (AXISCPP-508) Add server side test skeletons for all test WSDLs in CVS

2005-03-06 Thread Dushshantha Chandradasa (JIRA)
Add server side test skeletons for all test WSDLs in CVS - Key: AXISCPP-508 URL: http://issues.apache.org/jira/browse/AXISCPP-508 Project: Axis-C++ Type: Test Environment: All Reporter: Dushshantha Chandra

[jira] Updated: (AXISCPP-508) Add server side test skeletons for all test WSDLs in CVS

2005-03-06 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-508?page=history ] Chinthana Danapala updated AXISCPP-508: --- Attachment: server stub code.zip > Add server side test skeletons for all test WSDLs in CVS > ---

[jira] Assigned: (AXISCPP-509) Current CVS code doesn't build in windows

2005-03-06 Thread Roshan Weerasuriya (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-509?page=history ] Roshan Weerasuriya reassigned AXISCPP-509: -- Assign To: Roshan Weerasuriya > Current CVS code doesn't build in windows > - > > Key:

[jira] Created: (AXISCPP-509) Current CVS code doesn't build in windows

2005-03-06 Thread Roshan Weerasuriya (JIRA)
Current CVS code doesn't build in windows - Key: AXISCPP-509 URL: http://issues.apache.org/jira/browse/AXISCPP-509 Project: Axis-C++ Type: Bug Components: Client - Engine Reporter: Roshan Weerasuriya The current CVS c

[jira] Updated: (AXISCPP-508) Add server side test skeletons for all test WSDLs in CVS

2005-03-06 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-508?page=history ] Dushshantha Chandradasa updated AXISCPP-508: Attachment: ServiceSkeletons.zip > Add server side test skeletons for all test WSDLs in CVS > -

[jira] Commented: (AXISCPP-509) Current CVS code doesn't build in windows

2005-03-06 Thread Roshan Weerasuriya (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-509?page=comments#action_60334 ] Roshan Weerasuriya commented on AXISCPP-509: Adding the PlatformSpecific files to the VC project and setting vc setting seems to correct this problem in my mech

[jira] Created: (AXISCPP-510) Stub generation broken for nested array of simple type

2005-03-06 Thread Tim Bartley (JIRA)
Stub generation broken for nested array of simple type -- Key: AXISCPP-510 URL: http://issues.apache.org/jira/browse/AXISCPP-510 Project: Axis-C++ Type: Bug Components: Client - Stub Versions: current (night

[jira] Updated: (AXISCPP-510) Stub generation broken for nested array of simple type

2005-03-06 Thread Tim Bartley (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-510?page=history ] Tim Bartley updated AXISCPP-510: Attachment: Service.wsdl ArrayOf_xsd_string.cpp Actually better description would of data structure would be: Complex {int, Complex { Arra