Re: Some test failing.

2005-06-07 Thread Samisa Abeysinghe
These are failing due to the changes committed by me this morning. I am looking into the problems and hope that I will be able to fix this soon. Thanks, Samisa... On Wed, 2005-06-08 at 06:25, Chinthana C. Dinapala wrote: > Hi, > > > > Due to the resent changes following test are failing in

Some test failing.

2005-06-07 Thread Chinthana C. Dinapala
Hi,   Due to the resent changes following test are failing in windows against C++ server. These test are passing before the new changes.   DynamicSOAPVersionTest FaultMapping FaultMappingRepeatedDoc IAttributeTest4 InOut PrimitiveAndArray RpcHttpHeaderTest1 RpcHttpHeaderT

[jira] Created: (AXISCPP-675) Apache is crashing when running the tests InteropTestRound1

2005-06-07 Thread Dushshantha Chandradasa (JIRA)
Apache is crashing when running the tests InteropTestRound1 Key: AXISCPP-675 URL: http://issues.apache.org/jira/browse/AXISCPP-675 Project: Axis-C++ Type: Bug Components: Test Environment: Windows

[jira] Assigned: (AXISCPP-473) Attribute::serialize does not check if namespace has a uri

2005-06-07 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-473?page=all ] Dushshantha Chandradasa reassigned AXISCPP-473: --- Assign To: Dushshantha Chandradasa > Attribute::serialize does not check if namespace has a uri > ---

[jira] Closed: (AXISCPP-573) problem in setURI() API in IAttribute class

2005-06-07 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-573?page=all ] Dushshantha Chandradasa closed AXISCPP-573: --- Fixed > problem in setURI() API in IAttribute class > --- > > Key: AXISCPP-573 >

Deserializing attachments

2005-06-07 Thread Mark Whitlock
Hi Rangika, >From looking through the code, deserialization of a mime message seems to be missing. The SoapDeSerializer passes the SOAPTransport through to the XMLParser, but a MIME message is not XML. I will go ahead and implement this function, unless this is something that you have implemen

[jira] Closed: (AXISCPP-580) Ability to run a single server side test in the server side test Automation

2005-06-07 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-580?page=all ] Chinthana Danapala closed AXISCPP-580: -- Resolution: Fixed (Visible to axiscpp-developers) > Ability to run a single server side test in the server side test Automation > --

[jira] Resolved: (AXISCPP-573) problem in setURI() API in IAttribute class

2005-06-07 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-573?page=all ] Dushshantha Chandradasa resolved AXISCPP-573: - Resolution: Fixed > problem in setURI() API in IAttribute class > --- > > Key:

[jira] Commented: (AXISCPP-580) Ability to run a single server side test in the server side test Automation

2005-06-07 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-580?page=comments#action_12312861 ] Chinthana Danapala commented on AXISCPP-580: To build a server. - ant -f services.xml To build a single service. - ant -f services.xml -Dservice.name= - can

Apache is crashing when running the tests InteropTestRound1

2005-06-07 Thread Dushshantha Chandradasa
Hi All,   We noticed that apache server is crashing when we try to run the test InteropTestRound1. The last respond that the server is sending before crash is the respond to echoHexBinary method.   Thanks,   Marcus Dushshantha Chandradasa Team Virtusa [EMAIL PROTECTED]  

[jira] Assigned: (AXISCPP-634) API Call for Setting attributes of tags in SOAP-RESPONSE (generated by Server )

2005-06-07 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-634?page=all ] Chinthana Danapala reassigned AXISCPP-634: -- Assign To: Chinthana Danapala > API Call for Setting attributes of tags in SOAP-RESPONSE (generated by Server > ) > --

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

2005-06-07 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-617?page=all ] Chinthana Danapala reassigned AXISCPP-617: -- Assign To: Chinthana Danapala > an exception occurs in running WS client > > > Key: AXISC

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

2005-06-07 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-622?page=comments#action_12312847 ] Chinthana Danapala commented on AXISCPP-622: I have tested and seems to me 'any' is working fine. According to definition of 'any' construct implementation has d

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

2005-06-07 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-622?page=all ] Chinthana Danapala updated AXISCPP-622: --- Comment: was deleted > Support for the WSDL construct "any" > > > Key: AXISCPP-622 > URL:

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

2005-06-07 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-622?page=all ] Chinthana Danapala resolved AXISCPP-622: Resolution: Fixed I have tested and seems to me “any” is working fine. According to definition of “any” construct implementation have don

[jira] Commented: (AXISCPP-573) problem in setURI() API in IAttribute class

2005-06-07 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-573?page=comments#action_12312843 ] Dushshantha Chandradasa commented on AXISCPP-573: - Here the problem is that the method setURI (const AxisChar* uri) just set a string variable. The engine us