[xsd-users] XSD Generated Code is not working on multiple Platforms

vaibhav bhosale vgb.bhosale7 at gmail.com
Fri Sep 8 14:25:11 EDT 2017


Thank you Boris..

Actually I am using xml file to initiate serialised object model.
This is objet I have got after parsing xml file.
Then I have tried to change value but it's not working.

Same code is working properly in visual studio.


On Fri, 8 Sep 2017 at 11:05 PM, Boris Kolpackov <boris at codesynthesis.com>
wrote:

> vaibhav bhosale <vgb.bhosale7 at gmail.com> writes:
>
> > ConsultaDePagosEmpresariales::DataHeaderReqType& dataHeaderTag();
> > dataHeaderTag.nombreOperacion ("ADD")
>
> It looks like you are declaring an initialized reference? Or a
> function> In any case, this code does not make much sense to
> me. Try to remove '&' and also '()'.
>
> Boris
>


More information about the xsd-users mailing list