[xsde-users] Name conflict in generated serializer code

Boris Kolpackov boris at codesynthesis.com
Mon Aug 22 11:29:34 EDT 2011


Hi Anton,

Anton Yabchinskiy <arn at bestmx.ru> writes:

> There is a complex type "ResourceDescription" in Service.xsd. It has 
> among others "post" and "delete" elements. 
>
> [...]
>
> error: conflicting return type specified for 'virtual const  
> psialliance_org::URLParameters&  
> psialliance_org::ResourceDescription_sskel::post()'  
>
> Or maybe it is possible to add keywords to keyword set of xsde tool?

Yes, it is. The --reserved-name option should do the trick here:

--reserved-name post

Or:

--reserved-name post=my_post

Boris



More information about the xsde-users mailing list