Hi, Did anyone tried GSOAP for creating SAML ".h" files for adding assertions into wsse header?I got lot of syntax errors from saml.h created using wsdl/wsdl2h -c saml-a.xsd saml-p.xsd -t WS/WS-typemap.dat
On compiling with soapcpp2 saml-a.h(79): **ERROR**: struct 'ds__KeyInfoType' already declared at line 90 **WARNING**: invalid type (missing ';'?) (detected at line 85 in samla.h) saml-a.h(145): syntax error saml-a.h(144): Syntax error: input before ; skipped saml-a.h(176): syntax error saml-a.h(175): Syntax error: input before ; skipped saml-a.h(187): **ERROR**: Duplicate declaration of __sizeSubjectConfirmation (already declarared at line 183) saml-a.h(189): **ERROR**: Duplicate declaration of samla__SubjectConfirmation (already declarared at line 185) saml-a.h(387): syntax error saml-a.h(386): Syntax error: input before ; skipped saml-a.h(391): **ERROR**: Duplicate declaration of ID (already declarared at line 173) saml-a.h(393): **ERROR**: Duplicate declaration of Version (already declarared at line 171) Thanks
