[jira] Commented: (AXISCPP-687) AxisClient with C++ for Windows NT

2005-07-01 Thread Leonardo Rodrigo (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12314940 ] Leonardo Rodrigo commented on AXISCPP-687: -- ok, I find in build.win32.properties the error and change the line dir.obj = ${basedir}/../../obj later execute the an

[jira] Commented: (AXISCPP-726) Cannot retrieve the HTTP message from HTTPTransportException

2005-07-01 Thread John Hawkins (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-726?page=comments#action_12314898 ] John Hawkins commented on AXISCPP-726: -- Sounds like we need some kind of "cause" method that returns the wrappered problem? > Cannot retrieve the HTTP message from HT

RE: SOAPAction or URL to locate service?

2005-07-01 Thread Yampolsky, Robert
>However, as your local client is working, it looks to me that none of >the above are possible. >One other possibility is that the user account under which Apache >process is run cannot access the directory where the server >implementation (the .so file) is located. Give full read/write access to

[jira] Created: (AXISCPP-727) User SOAP Faults lost

2005-07-01 Thread Henrik Nordberg (JIRA)
User SOAP Faults lost - Key: AXISCPP-727 URL: http://issues.apache.org/jira/browse/AXISCPP-727 Project: Axis-C++ Type: Bug Components: SOAP Versions: current (nightly) Reporter: Henrik Nordberg I catch all exceptions in my wrappe

[jira] Created: (AXISCPP-726) Cannot retrieve the HTTP message from HTTPTransportException

2005-07-01 Thread Suresh Kumar (JIRA)
Cannot retrieve the HTTP message from HTTPTransportException Key: AXISCPP-726 URL: http://issues.apache.org/jira/browse/AXISCPP-726 Project: Axis-C++ Type: Improvement Components: Basic Architecture

[jira] Updated: (AXISCPP-720) Returning Array of complex type is broken

2005-07-01 Thread Henrik Nordberg (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-720?page=all ] Henrik Nordberg updated AXISCPP-720: Attachment: konga_database_infoprovider.1.2.wsdl This is the older file that causes the broken code to be generated. > Returning Array of complex type

[jira] Updated: (AXISCPP-720) Returning Array of complex type is broken

2005-07-01 Thread Henrik Nordberg (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-720?page=all ] Henrik Nordberg updated AXISCPP-720: Attachment: konga_database_infoprovider.wsdl This is the newer file that works. > Returning Array of complex type is broken >

unit tests in build

2005-07-01 Thread John Hawkins
Hi Folks, now that we have the beginnings of a unit test suite. I'd like to consider making this part of the build process i.e. when you type "ant" - it builds the product and then runs the unit tests. There have been cases recently where breakages are happening that are not getting picked up and

[jira] Commented: (AXISCPP-715) Add test cases to validate all XSD built-in simple types

2005-07-01 Thread Adrian Dick (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-715?page=comments#action_12314875 ] Adrian Dick commented on AXISCPP-715: - Boolean XSD type now added, and uncovered a minor issue in the external API (see AXISCPP-724 ) > Add test cases to validate all X

[jira] Commented: (AXISCPP-723) SOAP Fault sent from server has wrong XML

2005-07-01 Thread Adrian Dick (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-723?page=comments#action_12314873 ] Adrian Dick commented on AXISCPP-723: - This was introduced as a fix to AXISCPP-706. However, this means the SOAP fault no longer matches the structure described in the

[jira] Closed: (AXISCPP-724) xsd_boolean_true and xsd_boolean_false are incorrectly typed

2005-07-01 Thread Adrian Dick (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-724?page=all ] Adrian Dick closed AXISCPP-724: --- Fix Version: current (nightly) Resolution: Fixed API updated to use correct type for constants > xsd_boolean_true and xsd_boolean_false are incorrectl

Re: SOAP 1.2 support

2005-07-01 Thread Samisa Abeysinghe
Created a Jira http://issues.apache.org/jira/browse/AXISCPP-725 Samisa... On Thu, 2005-06-30 at 10:49, John Hawkins wrote: > agreed, as long as there are both servers out there. > > > > > Samisa Abeysinghe > <[EMAIL PROTECTED]> > > 30/06/2005 17:43 > Please respond to > "Apache AX

[jira] Created: (AXISCPP-724) xsd_boolean_true and xsd_boolean_false are incorrectly typed

2005-07-01 Thread Adrian Dick (JIRA)
xsd_boolean_true and xsd_boolean_false are incorrectly typed Key: AXISCPP-724 URL: http://issues.apache.org/jira/browse/AXISCPP-724 Project: Axis-C++ Type: Bug Components: Client - API Versions: cur

[jira] Created: (AXISCPP-725) Remove SOAP 1.1 hard coding and support setting SOAP version at stub level

2005-07-01 Thread Samisa Abeysinghe (JIRA)
Remove SOAP 1.1 hard coding and support setting SOAP version at stub level -- Key: AXISCPP-725 URL: http://issues.apache.org/jira/browse/AXISCPP-725 Project: Axis-C++ Type: Improvement Componen

[jira] Created: (AXISCPP-723) SOAP Fault sent from server has wrong XML

2005-07-01 Thread Samisa Abeysinghe (JIRA)
SOAP Fault sent from server has wrong XML - Key: AXISCPP-723 URL: http://issues.apache.org/jira/browse/AXISCPP-723 Project: Axis-C++ Type: Bug Components: Server - Engine Versions: 1.5 Final Reporter: Samisa Abe

[jira] Commented: (AXISCPP-687) AxisClient with C++ for Windows NT

2005-07-01 Thread Adrian Dick (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-687?page=comments#action_12314867 ] Adrian Dick commented on AXISCPP-687: - It may be we need to clarify the build instructions, but in what structure are you building? The scripts (due to the way our nigh

[jira] Updated: (AXISCPP-245) Pull Parser

2005-07-01 Thread Dinesh Premalal (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-245?page=all ] Dinesh Premalal updated AXISCPP-245: Attachment: Guththila-1.0.1.tar.gz Hi, some body please commit this code to CVS. thanks, Dinesh > Pull Parser > --- > > Key: AXI