[jira] Resolved: (AXISCPP-777) Monitor program does not handle lone LF's correctly when the Unit Test message is chunked.

2005-08-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-777?page=all ] Fred Preston resolved AXISCPP-777: -- Resolution: Fixed Hi All, The problems associated with the line-feed character and chunk data and chunk data size now seem to be resolved. > Monitor

[jira] Resolved: (AXISCPP-786) UT for AxisBench never succeeds because the response file is incorrect.

2005-08-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-786?page=all ] Fred Preston resolved AXISCPP-786: -- Resolution: Fixed Changing the pattern from HH:mm:ss'Z' to HH:mm:ss'.000Z' fixed this problem... // Create new string to be placed in response form

[jira] Closed: (AXISCPP-786) UT for AxisBench never succeeds because the response file is incorrect.

2005-08-05 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-786?page=all ] Fred Preston closed AXISCPP-786: > UT for AxisBench never succeeds because the response file is incorrect. > --- > >

[jira] Created: (AXISCPP-786) UT for AxisBench never succeeds because the response file is incorrect.

2005-08-05 Thread Fred Preston (JIRA)
UT for AxisBench never succeeds because the response file is incorrect. --- Key: AXISCPP-786 URL: http://issues.apache.org/jira/browse/AXISCPP-786 Project: Axis-C++ Type: Bug Environment: n/a Re

Re: Elimination of the need for SOAP Action

2005-08-05 Thread Samisa Abeysinghe
Changes to server.wsdd syntax has been done to implement support for mapping betweeen SOAP method to invoke and SOAP request tag name. Now the server do not depend on SOAP Action HTTP header to determine the method to invoke. The method name is determined using the SOAP message. All one has to do

[jira] Commented: (AXISCPP-778) WSDL2Ws generates bad code with multiple xsd:any's in a complex type

2005-08-05 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-778?page=comments#action_12317763 ] Dushshantha Chandradasa commented on AXISCPP-778: - The problem seems to be in the method call Utils.findQName("", "any") in private static Vector processSequ

[jira] Updated: (AXISCPP-783) Has to change ws-axis\c\services.xml for enhance the new parameter for WSDD file.

2005-08-05 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-783?page=all ] Chinthana Danapala updated AXISCPP-783: --- Attachment: server.wsdd.win32 Now we must have to have additional parameter "operationRequestMap" in WSDD file. This will eliminate the usage o

[jira] Closed: (AXISCPP-782) Has to improve ws-axis\c\samples\server.wsdd.win32 file.

2005-08-05 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-782?page=all ] Chinthana Danapala closed AXISCPP-782: -- Resolution: Fixed I have added "operationRequestMap" parameter for the server.wsdd.win32 and server.wsdd.linux files. > Has to improve ws-ax