Re: how to compile axis C++ with VS 2003 or VS 2005?

2007-01-23 Thread Fred Preston
920 Kb AxisXMLParserXerces 72 Kb HTTPChannel 52 Kb HTTPTransport 96 Kb I haven't build Axis for a while so my information is not very up-to-date. Regards, Fred Preston. "Anatoly Gutnick" <[EMAIL PROTECTED]> 22/01/2007 17:03 Please

Re: how to compile axis C++ with VS 2003 or VS 2005?

2007-01-22 Thread Fred Preston
with MVS8 so there may be more undiscovered problems... (i.e. I think you will also have to be careful of DBC (i.e. some functions wanting to use wchar_t instead of char), but this may be down to compiler options.) Regards, Fred Preston. "Anatoly Gutnick" <[EMAIL PROTECTED]>

Re: [jira] Assigned: (AXISCPP-898) simple problem with simpleTypes

2006-11-17 Thread Fred Preston
Hi Nadir, I may have already fixed this problem in the WSDL2Ws code... Checkout the RestrictedPattern17667Client test in \ws-axis\c\tests\auto_build\testcases\client. Regards, Fred Preston. Software Engineer WSCC Mail Point 127, IBM Hursley Park Winchester, Hampshire, SO21 2JN, UK

[jira] Created: (AXISCPP-969) AxisBench Test loses its endpoint settings if the ws fails. Thus any further reconnection attempts will be made with the WSDL defaults.

2006-05-02 Thread Fred Preston (JIRA)
-969 URL: http://issues.apache.org/jira/browse/AXISCPP-969 Project: Axis-C++ Type: Bug Components: Test Environment: n/a Reporter: Fred Preston Priority: Minor The AxisBench Test loses its endpoint settings if the webservice calls fail. Thus any further

Re: Axis_GetSize_XXX not needed

2006-05-02 Thread Fred Preston
Hi Nadir,         +1 for removal. Regards, Fred Preston. Adrian Dick/UK/[EMAIL PROTECTED] 02/05/2006 09:52 Please respond to "Apache AXIS C Developers List" To "Apache AXIS C Developers List" cc Subject Re: Axis_GetSize_XXX not needed Hi, I ha

Re: Stub::SetSecure() question

2006-04-28 Thread Fred Preston
code and it could be shortened to;-     if( (pszArg = pszArguments) != NULL)    {        do        {            m_sArguments[iArgIndex] = pszArg;            iArgIndex++;        }        while( (pszArg = va_arg( args, char *)) != NULL && iArgIndex < 8);    } Regards, Fred P

[jira] Created: (AXISCPP-965) Manual have to change version number in SimpleAxisServer

2006-04-24 Thread Fred Preston (JIRA)
Reporter: Fred Preston Priority: Minor When ever the apache build version number changes, the ws-axis\c\src\server\simple_axis_server\SimpleAxisTransport.cpp file also has to be changed because the build number is 'hard coded' into the HTTP header constructor. This could be

Axis 1.6

2006-04-24 Thread Fred Preston
Hi All,         I think that we are just about ready to release 1.6.  Does anyone have any objections to doing so this week? Regards, Fred Preston.

[jira] Commented: (AXISCPP-963) Axis C++ with MySQL

2006-04-11 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-963?page=comments#action_12374027 ] Fred Preston commented on AXISCPP-963: -- Hi Monica, Can you give me any more detail on where the various bits of your application are (Are you connecting to

[jira] Commented: (AXISCPP-657) Stress test issues

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-657?page=comments#action_12373383 ] Fred Preston commented on AXISCPP-657: -- Do you know on which thread number you got this error (was it the 1st or the 19th)? > Stress test iss

[jira] Closed: (AXISCPP-620) SSL

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-620?page=all ] Fred Preston closed AXISCPP-620: Resolution: Fixed For more information on SSL, try http://www.openssl.org/. OpenSSL is not very configurable within Axis. To use SSL postfix '

[jira] Commented: (AXISCPP-544) Eliminate compiler warnings for generated code.

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-544?page=comments#action_12373379 ] Fred Preston commented on AXISCPP-544: -- The number of warnings is now a lot less, but there are still some unused variables! > Eliminate compiler warnings

[jira] Commented: (AXISCPP-535) TestGetNamespacePrefixClient.cpp and TestSoapMethodAttributeClient.cpp tries to test obsolete Stub APIa

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-535?page=comments#action_12373377 ] Fred Preston commented on AXISCPP-535: -- This test does not seem to be included in the latest test lists. Does it still exist? If not, can we close the issue

[jira] Commented: (AXISCPP-529) Termination happens before Axis::terminate

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-529?page=comments#action_12373376 ] Fred Preston commented on AXISCPP-529: -- The test appears to be running successfully now. The application is waiting for all threads to complete before deleting the

[jira] Updated: (AXISCPP-535) TestGetNamespacePrefixClient.cpp and TestSoapMethodAttributeClient.cpp tries to test obsolete Stub APIa

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-535?page=all ] Fred Preston updated AXISCPP-535: - Summary: TestGetNamespacePrefixClient.cpp and TestSoapMethodAttributeClient.cpp tries to test obsolete Stub APIa (was: TestGetNamespacePrefixClient.cpp

[jira] Resolved: (AXISCPP-399) Generate a stub with multiple array parameters

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-399?page=all ] Fred Preston resolved AXISCPP-399: -- Resolution: Fixed If the bug has been fixed, then it is resolved. Then when it has been tested, it can be closed... > Generate a stub w

[jira] Commented: (AXISCPP-328) Axis methods exported from user dlls

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-328?page=comments#action_12373369 ] Fred Preston commented on AXISCPP-328: -- See JIRA AXISCPP-905 for more related information... > Axis methods exported from user d

[jira] Closed: (AXISCPP-205) when call a web service use client so, URIMapping::getURI return URI_UNKNOWN

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-205?page=all ] Fred Preston closed AXISCPP-205: Resolution: Fixed The Calculator sample now works with SimpleAxisServer. The instructions are on the web site (http://ws.apache.org/axis/cpp/arch/End-2

[jira] Commented: (AXISCPP-962) Axis documentation should also contain the public API's

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-962?page=comments#action_12373365 ] Fred Preston commented on AXISCPP-962: -- This is an enhancement on AXISCPP-169 > Axis documentation should also contain the public AP

[jira] Created: (AXISCPP-962) Axis documentation should also contain the public API's

2006-04-05 Thread Fred Preston (JIRA)
nt: n/a Reporter: Fred Preston The Client/Server public APIs should be available from the web site. -- 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

[jira] Closed: (AXISCPP-136) Axis generates wrong response for response messages

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-136?page=all ] Fred Preston closed AXISCPP-136: Resolution: Fixed See JIRA AXISCPP-429 > Axis generates wrong response for response messa

[jira] Updated: (AXISCPP-111) Axis C++ doesn't support href/multiRef

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-111?page=all ] Fred Preston updated AXISCPP-111: - type: New Feature (was: Improvement) Because of the amount of code that would need to change, it is not an enhancement, more new feature because Axis

[jira] Commented: (AXISCPP-117) GlobalScopeHandler for Global Instant Instanciated WebServices

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-117?page=comments#action_12373352 ] Fred Preston commented on AXISCPP-117: -- The handlers, esp. on the de-serialise side have access to the whole message, but then once the message has been read by the

[jira] Closed: (AXISCPP-892) Please change "occured" to "occurred" globally

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-892?page=all ] Fred Preston closed AXISCPP-892: > Please change "occured" to "occurred" globally > -- > > Key:

[jira] Closed: (AXISCPP-853) Generated getters and setters wrong for any types

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-853?page=all ] Fred Preston closed AXISCPP-853: > Generated getters and setters wrong for any types > - > > Key: AXISCPP-853 >

[jira] Closed: (AXISCPP-867) Remove gnu make from WSDL2Ws

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-867?page=all ] Fred Preston closed AXISCPP-867: > Remove gnu make from WSDL2Ws > > > Key: AXISCPP-867 > URL: http://issues.apache.org/jira/bro

[jira] Closed: (AXISCPP-846) server memory leak in mod_axis.dll

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-846?page=all ] Fred Preston closed AXISCPP-846: > server memory leak in mod_axis.dll > -- > > Key: AXISCPP-846 > URL: http://issues.apache.

[jira] Closed: (AXISCPP-844) Compile problems in the WSDL2Ws generated code

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-844?page=all ] Fred Preston closed AXISCPP-844: > Compile problems in the WSDL2Ws generated code > -- > > Key: AXISCPP-844 >

[jira] Closed: (AXISCPP-825) delete/delete[] mismatch in XercesHandler.cpp

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-825?page=all ] Fred Preston closed AXISCPP-825: > delete/delete[] mismatch in XercesHandler.cpp > - > > Key: AXISCPP-825 >

[jira] Closed: (AXISCPP-837) Problem starting apache with server frame work( By running service.xml)

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-837?page=all ] Fred Preston closed AXISCPP-837: > Problem starting apache with server frame work( By running service.

[jira] Closed: (AXISCPP-812) Most of the XSD data type tests are failing when using xerces-c_2_6.dll

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-812?page=all ] Fred Preston closed AXISCPP-812: > Most of the XSD data type tests are failing when using xerces-c_2_6.

[jira] Closed: (AXISCPP-792) Auto generated deploy.wsdd file has a bug.

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-792?page=all ] Fred Preston closed AXISCPP-792: > Auto generated deploy.wsdd file has a bug. > -- > > Key: AXISCPP-792 >

[jira] Closed: (AXISCPP-788) AXIS C++ allows to set positive values to XSD_negativeInteger type

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-788?page=all ] Fred Preston closed AXISCPP-788: > AXIS C++ allows to set positive values to XSD_negativeInteger type > --- > >

[jira] Closed: (AXISCPP-779) Whitespaces are not stripped off in XSD_base64Binary type inputs.

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-779?page=all ] Fred Preston closed AXISCPP-779: > Whitespaces are not stripped off in XSD_base64Binary type inputs. > -- > >

[jira] Closed: (AXISCPP-772) Deserialization error when XSD_language type used as an array element.

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-772?page=all ] Fred Preston closed AXISCPP-772: > Deserialization error when XSD_language type used as an array elem

[jira] Closed: (AXISCPP-768) SoapFault* SoapFault::getSoapFault() PROBLEM

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-768?page=all ] Fred Preston closed AXISCPP-768: > SoapFault* SoapFault::getSoapFault() PROBLEM > > > Key: AXISCPP-768 >

[jira] Closed: (AXISCPP-764) Unknown exception thrown for XSD_anyURI type

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-764?page=all ] Fred Preston closed AXISCPP-764: > Unknown exception thrown for XSD_anyURI type > > > Key: AXISCPP-764 >

[jira] Closed: (AXISCPP-766) Add missing server side tests for the wsdls in test framework

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-766?page=all ] Fred Preston closed AXISCPP-766: > Add missing server side tests for the wsdls in test framework > - > > Key:

[jira] Closed: (AXISCPP-752) Imposible compile because 'configure' file is missing

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-752?page=all ] Fred Preston closed AXISCPP-752: > Imposible compile because 'configure' file is missing > - > > Key: AXIS

[jira] Closed: (AXISCPP-731) extern "C" functions throw exceptions

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-731?page=all ] Fred Preston closed AXISCPP-731: > extern "C" functions throw exceptions > - > > Key: AXISCPP-731 > URL: http

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

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-727?page=all ] Fred Preston closed AXISCPP-727: > User SOAP Faults lost > - > > Key: AXISCPP-727 > URL: http://issues.apache.org/jira/browse/AXISCPP-727

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

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-720?page=all ] Fred Preston closed AXISCPP-720: > Returning Array of complex type is broken > - > > Key: AXISCPP-720 >

[jira] Closed: (AXISCPP-674) Memory leak

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-674?page=all ] Fred Preston closed AXISCPP-674: > Memory leak > --- > > Key: AXISCPP-674 > URL: http://issues.apache.org/jira/browse/AXISCPP-674 >

[jira] Closed: (AXISCPP-666) proxy authentication

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-666?page=all ] Fred Preston closed AXISCPP-666: > proxy authentication > > > Key: AXISCPP-666 > URL: http://issues.apache.org/jira/browse/AXISCPP-666

[jira] Closed: (AXISCPP-664) Improve Call::initialize() method and make sure one off activities are not executed for multiple invocations

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-664?page=all ] Fred Preston closed AXISCPP-664: > Improve Call::initialize() method and make sure one off activities are not > executed for multiple invoc

[jira] Closed: (AXISCPP-631) Axis C++ doesn't support refs in wsdl

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-631?page=all ] Fred Preston closed AXISCPP-631: > Axis C++ doesn't support refs in wsdl > - > > Key: AXISCPP-631 > URL: http://is

[jira] Closed: (AXISCPP-629) Axis c does not compile on VisualStudio 7.0 or 7.1

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-629?page=all ] Fred Preston closed AXISCPP-629: > Axis c does not compile on VisualStudio 7.0 or 7.1 > -- > > Key: AXISCPP-629 >

[jira] Closed: (AXISCPP-617) an exception occurs in running WS client

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-617?page=all ] Fred Preston closed AXISCPP-617: > an exception occurs in running WS client > > > Key: AXISCPP-617 > URL: http://is

[jira] Closed: (AXISCPP-622) Support for the WSDL construct "any"

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-622?page=all ] Fred Preston closed AXISCPP-622: > Support for the WSDL construct "any" > > > Key: AXISCPP-622 > URL: http

[jira] Closed: (AXISCPP-612) cannot compile Apache2Transport.cpp

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-612?page=all ] Fred Preston closed AXISCPP-612: > cannot compile Apache2Transport.cpp > --- > > Key: AXISCPP-612 > URL: http://issues.

[jira] Closed: (AXISCPP-595) Set username password Axis C++

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-595?page=all ] Fred Preston closed AXISCPP-595: > Set username password Axis C++ > -- > > Key: AXISCPP-595 > URL: http://issues.apache.org/jira

[jira] Closed: (AXISCPP-559) Use proper synchronization mechanisms on Windows

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-559?page=all ] Fred Preston closed AXISCPP-559: > Use proper synchronization mechanisms on Windows > > > Key: AXISCPP-559 >

[jira] Closed: (AXISCPP-557) Reference count initialize/terminate calls

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-557?page=all ] Fred Preston closed AXISCPP-557: > Reference count initialize/terminate calls > -- > > Key: AXISCPP-557 >

[jira] Closed: (AXISCPP-512) MSVC: sln or dsw MSVC projects are out of sync compare to source tree

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-512?page=all ] Fred Preston closed AXISCPP-512: > MSVC: sln or dsw MSVC projects are out of sync compare to source t

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

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-506?page=all ] Fred Preston closed AXISCPP-506: > Abnormal ant exception when building Axis on WXP > > > Key: AXISCPP-506 >

[jira] Closed: (AXISCPP-449) Client exception not generated for RPC style WSDLs

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-449?page=all ] Fred Preston closed AXISCPP-449: > Client exception not generated for RPC style WSDLs > -- > > Key: AXISCPP-449 >

[jira] Closed: (AXISCPP-448) change return type of setURI() and setPrefix() in INamespace class to int

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-448?page=all ] Fred Preston closed AXISCPP-448: > change return type of setURI() and setPrefix() in INamespace class to

[jira] Closed: (AXISCPP-435) Documentation for IAttribute and INamespace does not contain any detailing of the use and usage of APIs

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-435?page=all ] Fred Preston closed AXISCPP-435: > Documentation for IAttribute and INamespace does not contain any detailing of > the use and usage o

[jira] Closed: (AXISCPP-426) Programmatic configuration

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-426?page=all ] Fred Preston closed AXISCPP-426: > Programmatic configuration > -- > > Key: AXISCPP-426 > URL: http://issues.apache.org/jira/bro

[jira] Closed: (AXISCPP-416) Support xsd types.

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-416?page=all ] Fred Preston closed AXISCPP-416: > Support xsd types. > -- > > Key: AXISCPP-416 > URL: http://issues.apache.org/jira/browse/AXISCPP-416 >

[jira] Closed: (AXISCPP-404) getTransportProtocol() returns wrong Protocol for unsupported protocols.

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-404?page=all ] Fred Preston closed AXISCPP-404: > getTransportProtocol() returns wrong Protocol for unsupported protoc

[jira] Closed: (AXISCPP-395) SAXarseException while using setSOAPMethodAttribute() API

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-395?page=all ] Fred Preston closed AXISCPP-395: > SAXarseException while using setSOAPMethodAttribute() API > - > > Key:

[jira] Closed: (AXISCPP-394) Tests are not showing sigs on destruction

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-394?page=all ] Fred Preston closed AXISCPP-394: > Tests are not showing sigs on destruction > - > > Key: AXISCPP-394 >

[jira] Closed: (AXISCPP-391) Memory leaks due to non deallocation of g_traceEntrypoints in AxisTrace class

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-391?page=all ] Fred Preston closed AXISCPP-391: > Memory leaks due to non deallocation of g_traceEntrypoints in AxisTrace cl

[jira] Closed: (AXISCPP-362) flags of WSDL2Ws tool accept wrong values

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-362?page=all ] Fred Preston closed AXISCPP-362: > flags of WSDL2Ws tool accept wrong values > - > > Key: AXISCPP-362 >

[jira] Closed: (AXISCPP-359) Param destructor cause apache2 segv when receiving message.

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-359?page=all ] Fred Preston closed AXISCPP-359: > Param destructor cause apache2 segv when receiving message. > --- > > Key:

[jira] Closed: (AXISCPP-358) Passing NULL as argument to APIs in IHeaderBlock and IAttribute class results in Exception

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-358?page=all ] Fred Preston closed AXISCPP-358: > Passing NULL as argument to APIs in IHeaderBlock and IAttribute class results > in Exc

[jira] Closed: (AXISCPP-349) Adding same BasicNode more than once results in some exception

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-349?page=all ] Fred Preston closed AXISCPP-349: > Adding same BasicNode more than once results in some exception > -- > >

[jira] Closed: (AXISCPP-357) createImmediateChild() and createChild() APIs in the IHeaderBlock does not create namespace declaration

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-357?page=all ] Fred Preston closed AXISCPP-357: > createImmediateChild() and createChild() APIs in the IHeaderBlock does not > create namespace decla

[jira] Closed: (AXISCPP-345) Server thread locks when fails to load the service shared library

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-345?page=all ] Fred Preston closed AXISCPP-345: > Server thread locks when fails to load the service shared library > - > >

[jira] Closed: (AXISCPP-344) Document style: SIGSEGV deserializing an string of 1 or 2 bytes

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-344?page=all ] Fred Preston closed AXISCPP-344: > Document style: SIGSEGV deserializing an string of 1 or 2 bytes > --- > >

[jira] Closed: (AXISCPP-339) Fix trivial memory leaks revealed by profiler tools

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-339?page=all ] Fred Preston closed AXISCPP-339: > Fix trivial memory leaks revealed by profiler tools > --- > > Key: AXISCPP-339 &g

[jira] Closed: (AXISCPP-321) date-time format problems

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-321?page=all ] Fred Preston closed AXISCPP-321: > date-time format problems > - > > Key: AXISCPP-321 > URL: http://issues.apache.org/jira/bro

[jira] Closed: (AXISCPP-329) NIL xsd:string type segfaults server in RPC/Encoded

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-329?page=all ] Fred Preston closed AXISCPP-329: > NIL xsd:string type segfaults server in RPC/Encoded > --- > > Key: AXISCPP-329 &g

[jira] Closed: (AXISCPP-314) Ant build file for samples

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-314?page=all ] Fred Preston closed AXISCPP-314: > Ant build file for samples > -- > > Key: AXISCPP-314 > URL: http://issues.apache.org/jira/bro

[jira] Closed: (AXISCPP-302) samples /doclitbase crashes on invoking echoStringArray

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-302?page=all ] Fred Preston closed AXISCPP-302: > samples /doclitbase crashes on invoking echoStringArray > --- > > Key:

[jira] Closed: (AXISCPP-297) sslclient segfaults when run with non secure service

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-297?page=all ] Fred Preston closed AXISCPP-297: > sslclient segfaults when run with non secure service > > > Key: AXISCPP-297 &g

[jira] Closed: (AXISCPP-301) Provide the facility to set a new SOAP body to the DeSerializer from a Handler

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-301?page=all ] Fred Preston closed AXISCPP-301: > Provide the facility to set a new SOAP body to the DeSerializer from a Hand

[jira] Closed: (AXISCPP-284) Problem returning a pointer with c_str() to an unnamed string object in SimpleAxisTransport.cpp

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-284?page=all ] Fred Preston closed AXISCPP-284: > Problem returning a pointer with c_str() to an unnamed string object in > SimpleAxisTranspo

[jira] Closed: (AXISCPP-258) simple_axis_server not being created in nightly builds

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-258?page=all ] Fred Preston closed AXISCPP-258: > simple_axis_server not being created in nightly builds > -- > > Key:

[jira] Closed: (AXISCPP-251) Provide some means of accessing, deleting and adding content to a SOAP message from Handlers

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-251?page=all ] Fred Preston closed AXISCPP-251: > Provide some means of accessing, deleting and adding content to a SOAP > message from Ha

[jira] Closed: (AXISCPP-292) exceptiontest fails for some parameters - no fault details given - aborts

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-292?page=all ] Fred Preston closed AXISCPP-292: > exceptiontest fails for some parameters - no fault details given - abo

[jira] Closed: (AXISCPP-239) Supporting ws-attachments

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-239?page=all ] Fred Preston closed AXISCPP-239: > Supporting ws-attachments > - > > Key: AXISCPP-239 > URL: http://issues.apache.org/jira/bro

[jira] Closed: (AXISCPP-243) Update Architecture Guide

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-243?page=all ] Fred Preston closed AXISCPP-243: > Update Architecture Guide > - > > Key: AXISCPP-243 > URL: http://issues.apache.org/jira/bro

[jira] Closed: (AXISCPP-229) Mistake in Windows Installation Guide

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-229?page=all ] Fred Preston closed AXISCPP-229: > Mistake in Windows Installation Guide > - > > Key: AXISCPP-229 > URL: http://issues.

[jira] Closed: (AXISCPP-220) Remove pre-defined lib paths

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-220?page=all ] Fred Preston closed AXISCPP-220: > Remove pre-defined lib paths > > > Key: AXISCPP-220 > URL: http://issues.apache.org/jira/bro

[jira] Closed: (AXISCPP-218) WS-i Compliance automated test

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-218?page=all ] Fred Preston closed AXISCPP-218: > WS-i Compliance automated test > -- > > Key: AXISCPP-218 > URL: http://issues.apache.org/jira

[jira] Closed: (AXISCPP-217) Support IPV6

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-217?page=all ] Fred Preston closed AXISCPP-217: > Support IPV6 > > > Key: AXISCPP-217 > URL: http://issues.apache.org/jira/browse/AXISCPP-217 >

[jira] Closed: (AXISCPP-215) Refactor WSDL2WS

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-215?page=all ] Fred Preston closed AXISCPP-215: > Refactor WSDL2WS > > > Key: AXISCPP-215 > URL: http://issues.apache.org/jira/browse/AXISCPP-215 >

[jira] Closed: (AXISCPP-209) Client crashes when soap method invoked repeatedly in a loop

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-209?page=all ] Fred Preston closed AXISCPP-209: > Client crashes when soap method invoked repeatedly in a loop > > > Key:

[jira] Closed: (AXISCPP-208) SoapDeSerializer doesn't check for expected end tag, it skips next tag instead

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-208?page=all ] Fred Preston closed AXISCPP-208: > SoapDeSerializer doesn't check for expected end tag, it skips next tag

[jira] Closed: (AXISCPP-197) Problem with complex types which contain complex types

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-197?page=all ] Fred Preston closed AXISCPP-197: > Problem with complex types which contain complex types > -- > > Key:

[jira] Closed: (AXISCPP-194) Inconsistant deserialization error reporting in generated code.

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-194?page=all ] Fred Preston closed AXISCPP-194: > Inconsistant deserialization error reporting in generated code. > --- > >

[jira] Closed: (AXISCPP-172) Remove _DEBUG flag use

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-172?page=all ] Fred Preston closed AXISCPP-172: > Remove _DEBUG flag use > -- > > Key: AXISCPP-172 > URL: http://issues.apache.org/jira/bro

[jira] Closed: (AXISCPP-148) AXIS-C tries to deserialize complex object which are nil

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-148?page=all ] Fred Preston closed AXISCPP-148: > AXIS-C tries to deserialize complex object which are nil > > > Key:

[jira] Closed: (AXISCPP-146) Extension to Apache2 Configuration to remove need of AXIS_HOME environment variable

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-146?page=all ] Fred Preston closed AXISCPP-146: > Extension to Apache2 Configuration to remove need of AXIS_HOME environment > va

[jira] Closed: (AXISCPP-125) Axis 1.2 and higher doesn't compiles with multiple errors

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-125?page=all ] Fred Preston closed AXISCPP-125: > Axis 1.2 and higher doesn't compiles with multiple errors > - > >

[jira] Closed: (AXISCPP-135) Headerblock::setprefix

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-135?page=all ] Fred Preston closed AXISCPP-135: > Headerblock::setprefix > -- > > Key: AXISCPP-135 > URL: http://issues.apache.org/jira/bro

[jira] Closed: (AXISCPP-120) BasicNode::getAttribute(prefix, name)

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-120?page=all ] Fred Preston closed AXISCPP-120: > BasicNode::getAttribute(prefix, name) > - > > Key: AXISCPP-120 > URL: http://issues.

[jira] Closed: (AXISCPP-93) RPC decoding fails for an empty string

2006-04-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-93?page=all ] Fred Preston closed AXISCPP-93: --- > RPC decoding fails for an empty string > -- > > Key: AXISCPP-93 > URL: http://issues.

  1   2   3   4   5   >