Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-14 Thread Pete Robbins
On 13/12/06, Pete Robbins [EMAIL PROTECTED] wrote: On 13/12/06, Pete Robbins [EMAIL PROTECTED] wrote: On 13/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 13/12/06, Pete Robbins [EMAIL PROTECTED] wrote: OK... I've checked in a change for

Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-14 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 13/12/06, Pete Robbins [EMAIL PROTECTED] wrote: On 13/12/06, Pete Robbins [EMAIL PROTECTED] wrote: On 13/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 13/12/06, Pete Robbins [EMAIL PROTECTED] wrote: OK... I've

Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-13 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 13/12/06, Pete Robbins [EMAIL PROTECTED] wrote: OK... I've checked in a change for this. The result is that xsi:type is written correctly. Unfortunately the element prefix is not always written correctly. The problem is that we do not record the namespace uri of a

Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-13 Thread Pete Robbins
On 13/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 13/12/06, Pete Robbins [EMAIL PROTECTED] wrote: OK... I've checked in a change for this. The result is that xsi:type is written correctly. Unfortunately the element prefix is not always written correctly.

Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-13 Thread Pete Robbins
On 13/12/06, Pete Robbins [EMAIL PROTECTED] wrote: On 13/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 13/12/06, Pete Robbins [EMAIL PROTECTED] wrote: OK... I've checked in a change for this. The result is that xsi:type is written correctly.

Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-12 Thread Pete Robbins
On 11/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: With the SDO head (r485883) the XML response from the AccountDataService in the HttpdBigBank scenario is incorrect (and breaks the scenario): getStockAccountResponse xmlns=http://tempuri.org;

Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-12 Thread Caroline Maynard
On 12/12/06, Pete Robbins [EMAIL PROTECTED] wrote: What namespace is the element return supposed to be in? In the first it is in tns2 and in the second the default namespace http://tempuri.org. What Types/Properties are defined in the DataFactory? I'll take a look at this. There have been a

Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-12 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 11/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: With the SDO head (r485883) the XML response from the AccountDataService in the HttpdBigBank scenario is incorrect (and breaks the scenario): getStockAccountResponse xmlns=http://tempuri.org;

Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-12 Thread Pete Robbins
On 12/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 11/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: With the SDO head (r485883) the XML response from the AccountDataService in the HttpdBigBank scenario is incorrect (and breaks the scenario):

Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-12 Thread Pete Robbins
OK... I've checked in a change for this. The result is that xsi:type is written correctly. Unfortunately the element prefix is not always written correctly. The problem is that we do not record the namespace uri of a property so when we come to write the graph to xml we are, at the moment,

[C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-11 Thread Jean-Sebastien Delfino
With the SDO head (r485883) the XML response from the AccountDataService in the HttpdBigBank scenario is incorrect (and breaks the scenario): getStockAccountResponse xmlns=http://tempuri.org; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:tns=http://tempuri.org;