Discussion:
wsdl2c.bat generates code with a lot of errors
T***@public.gmane.org
2014-08-08 14:22:35 UTC
Permalink
I`m using the tool "wsdl2c -uri EventService.wsdl -d adb -u" and after this I `ve included the resulting code in my VS12. But the compiler comes up with a lot of errors.





1>------ Build started: Project: EventService, Configuration: Debug Win32 ------
1> axis2_stub_EventService.c
1> axis2_extension_mapper.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2371: 'axiom_node_t' : redefinition; different basic types
1> c:\axis\axis2c-bin-1.6.0-win32\include\axiom_node.h(47) : see declaration of 'axiom_node_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(408): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(354): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(201): warning C4047: 'return' : 'axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(2484): error C2065: 'adb_DocumentTypeE1_t' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(2484): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(3381): error C2065: 'adb_DocumentTypeE1_t' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(3381): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(3550): error C2143: syntax error : missing '{' before '__stdcall'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(4291): error C2065: 'adb_DocumentTypeE1_t' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(4291): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(5188): error C2065: 'adb_DocumentTypeE1_t' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(5188): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(5357): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(5367): error C2371: 'axis2_extension_mapper_serialize' : redefinition; different basic types
1> c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.h(92) : see declaration of 'axis2_extension_mapper_serialize'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(6100): error C2065: 'adb_DocumentTypeE1_t' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(6100): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(6997): error C2065: 'adb_DocumentTypeE1_t' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(6997): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\axis2_extension_mapper.c(7163): warning C4047: 'return' : 'int *' differs in levels of indirection from 'int'
1> adb_XsltStylesheet.c
1> adb_XmlSchema.c
1> adb_X509IssuerSerialType.c
1> adb_X509DataTypeSequence.c
1> adb_X509DataTypeChoice_type0.c
1> adb_X509DataType.c
1> adb_X509Data.c
1> adb_WorkplaceIdType.c
1> adb_WorkplaceIds_type0.c
1> adb_WorkplaceIds.c
1> adb_WorkplaceId.c
1> adb_VPNTIStatus_type0.c
1> adb_VPNSISStatus_type0.c
1> adb_VersionInfoType.c
1> adb_VerifyResponse.c
1> adb_VerifyRequest.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(797): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(797): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(800): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(800): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(802): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(802): warning C4022: 'axutil_hash_set' : pointer mismatch for actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(808): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(808): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(808): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(813): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(815): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(815): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(815): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(815): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_namespace_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(816): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(816): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(816): warning C4047: 'function' : 'axiom_namespace_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(816): warning C4024: 'axiom_attribute_create' : different types for formal and actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(816): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_attribute_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(818): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(818): warning C4047: 'function' : 'axiom_attribute_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_verifyrequest.c(818): warning C4024: 'axiom_element_add_attribute' : different types for formal and actual parameter 3
1> adb_VerifyPinResponse.c
1> adb_VerifyPin.c
1> Generating Code...
1> Compiling...
1> adb_VerifyManifestResultsType.c
1> adb_VerifyManifestResults.c
1> adb_VerificationTimeInfoType.c
1> adb_VerificationTimeInfo.c
1> adb_Value_type1.c
1> adb_Value_type0.c
1> adb_UseVerificationTime.c
1> adb_UserIdType.c
1> adb_UserId.c
1> adb_UpdateSignatureInstructionType.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_updatesignatureinstructiontype.c(25): error C2020: 'property_Type' : 'struct' member redefinition
1> adb_UpdatedSignatureType.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_updatedsignaturetype.c(29): error C2020: 'property_Type' : 'struct' member redefinition
1> adb_UpdatedSignature.c
1> adb_UnsubscribeResponse.c
1> adb_UnsubscribeChoice_type0.c
1> adb_Unsubscribe.c
1> adb_UnblockPinResponse.c
1> adb_UnblockPin.c
1> adb_Type_type1.c
1> adb_Type_type0.c
1> adb_TstInfo.c
1> Generating Code...
1> Compiling...
1> adb_TransformTypeChoice.c
1> adb_TransformType.c
1> adb_TransformsType.c
1> adb_Transforms.c
1> adb_TransformedDocument.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(535): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(535): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(538): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(538): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(540): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(540): warning C4022: 'axutil_hash_set' : pointer mismatch for actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(546): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(546): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(546): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(551): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(553): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(553): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(553): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(553): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_namespace_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(554): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(554): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(554): warning C4047: 'function' : 'axiom_namespace_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(554): warning C4024: 'axiom_attribute_create' : different types for formal and actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(554): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_attribute_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(556): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(556): warning C4047: 'function' : 'axiom_attribute_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_transformeddocument.c(556): warning C4024: 'axiom_element_add_attribute' : different types for formal and actual parameter 3
1> adb_TransformedData_type0.c
1> adb_TransformedData.c
1> adb_Transform.c
1> adb_Trace_type0.c
1> adb_TopicType.c
1> adb_Timestamp_type0.c
1> adb_TimestampedSignature.c
1> adb_Timestamp.c
1> adb_TerminationTime.c
1> adb_SubscriptionType.c
1> adb_Subscriptions_type0.c
1> adb_SubscriptionRenewal_type0.c
1> adb_SubscriptionRenewal.c
1> adb_SubscriptionIDType.c
1> adb_SubscriptionID.c
1> Generating Code...
1> Compiling...
1> adb_Subscription.c
1> adb_SubscribeResponse.c
1> adb_SubscribeRenewals_type0.c
1> adb_Subscribe.c
1> adb_SubjectTypeSequence_type0.c
1> adb_SubjectType.c
1> adb_SubjectStatementAbstractType.c
1> adb_SubjectStatement.c
1> adb_SubjectLocalityType.c
1> adb_SubjectLocality.c
1> adb_SubjectConfirmationType.c
1> adb_SubjectConfirmationData.c
1> adb_SubjectConfirmation.c
1> adb_Subject.c
1> adb_Status_type0.c
1> adb_Status.c
1> adb_StatementAbstractType.c
1> adb_Statement.c
1> adb_SPKIDataTypeSequence.c
1> adb_SPKIDataType.c
1> Generating Code...
1> Compiling...
1> adb_SPKIData.c
1> adb_SmcHandle.c
1> adb_SlotIdType.c
1> adb_SlotId.c
1> adb_SignResponse.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(820): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(820): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(823): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(823): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(825): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(825): warning C4022: 'axutil_hash_set' : pointer mismatch for actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(831): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(831): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(831): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(836): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(838): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(838): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(838): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(838): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_namespace_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(839): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(839): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(839): warning C4047: 'function' : 'axiom_namespace_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(839): warning C4024: 'axiom_attribute_create' : different types for formal and actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(839): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_attribute_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(841): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(841): warning C4047: 'function' : 'axiom_attribute_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signresponse.c(841): warning C4024: 'axiom_element_add_attribute' : different types for formal and actual parameter 3
1> adb_SignRequest.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(703): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(703): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(706): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(706): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(708): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(708): warning C4022: 'axutil_hash_set' : pointer mismatch for actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(714): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(714): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(714): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(719): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(721): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(721): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(721): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(721): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_namespace_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(722): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(722): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(722): warning C4047: 'function' : 'axiom_namespace_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(722): warning C4024: 'axiom_attribute_create' : different types for formal and actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(722): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_attribute_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(724): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(724): warning C4047: 'function' : 'axiom_attribute_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signrequest.c(724): warning C4024: 'axiom_element_add_attribute' : different types for formal and actual parameter 3
1> adb_SigningTimeInfoType.c
1> adb_SigningTimeInfo.c
1> adb_SigningTimeBoundaries_type0.c
1> adb_SignerIdentity.c
1> adb_SignedReference_type0.c
1> adb_SignedReferences.c
1> adb_SignedReference.c
1> adb_SignedInfoType.c
1> adb_SignedInfo.c
1> adb_SignatureValueType.c
1> adb_SignatureValue.c
1> adb_SignatureTypeE0.c
1> adb_SignatureType.c
1> adb_SignaturePtr_type0.c
1> Generating Code...
1> Compiling...
1> adb_SignaturePtr.c
1> adb_SignaturePropertyTypeChoice.c
1> adb_SignaturePropertyType.c
1> adb_SignatureProperty.c
1> adb_SignaturePropertiesType.c
1> adb_SignatureProperties.c
1> adb_SignaturePlacement.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(813): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(813): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(816): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(816): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(818): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(818): warning C4022: 'axutil_hash_set' : pointer mismatch for actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(824): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(824): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(824): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(829): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(831): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(831): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(831): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(831): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_namespace_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(832): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(832): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(832): warning C4047: 'function' : 'axiom_namespace_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(832): warning C4024: 'axiom_attribute_create' : different types for formal and actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(832): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_attribute_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(834): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(834): warning C4047: 'function' : 'axiom_attribute_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signatureplacement.c(834): warning C4024: 'axiom_element_add_attribute' : different types for formal and actual parameter 3
1> adb_SignatureObject_type0.c
1> adb_SignatureObjectChoice_type1.c
1> adb_SignatureObjectChoice_type0.c
1> adb_SignatureObject.c
1> adb_SignatureMethodType.c
1> adb_SignatureMethod.c
1> adb_Signature.c
1> adb_Severity_type1.c
1> adb_Severity_type0.c
1> adb_ServicePolicy.c
1> adb_SchemasType.c
1> adb_Schemas.c
1> adb_Schema.c
1> Generating Code...
1> Compiling...
1> adb_RSAKeyValueType.c
1> adb_RSAKeyValue.c
1> adb_ReturnVerificationTimeInfo.c
1> adb_ReturnUpdatedSignature.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(24): error C2020: 'property_Type' : 'struct' member redefinition
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(418): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(418): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(421): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(421): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(423): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(423): warning C4022: 'axutil_hash_set' : pointer mismatch for actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(429): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(429): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(429): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(434): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(436): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(436): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(436): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(436): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_namespace_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(437): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(437): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(437): warning C4047: 'function' : 'axiom_namespace_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(437): warning C4024: 'axiom_attribute_create' : different types for formal and actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(437): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_attribute_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(439): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(439): warning C4047: 'function' : 'axiom_attribute_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returnupdatedsignature.c(439): warning C4024: 'axiom_element_add_attribute' : different types for formal and actual parameter 3
1> adb_ReturnTransformedDocument.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(426): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(426): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(429): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(429): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(431): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(431): warning C4022: 'axutil_hash_set' : pointer mismatch for actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(437): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(437): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(437): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(442): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(444): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(444): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(444): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(444): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_namespace_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(445): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(445): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(445): warning C4047: 'function' : 'axiom_namespace_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(445): warning C4024: 'axiom_attribute_create' : different types for formal and actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(445): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_attribute_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(447): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(447): warning C4047: 'function' : 'axiom_attribute_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_returntransformeddocument.c(447): warning C4024: 'axiom_element_add_attribute' : different types for formal and actual parameter 3
1> adb_ReturnTimestampedSignature.c
1> adb_ReturnSigningTimeInfo.c
1> adb_ReturnSignerIdentity.c
1> adb_ReturnProcessingDetails.c
1> adb_RetrievalMethodType.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_retrievalmethodtype.c(33): error C2020: 'property_Type' : 'struct' member redefinition
1> adb_RetrievalMethod.c
1> adb_Result_type2.c
1> adb_Result_type1.c
1> adb_Result_type0.c
1> adb_ResultE3.c
1> adb_Result.c
1> adb_ResponseBaseType.c
1> adb_Response.c
1> adb_RequesterIdentity.c
1> adb_RequestBaseType.c
1> Generating Code...
1> Compiling...
1> adb_RenewSubscriptionsResponse.c
1> adb_RenewSubscriptions.c
1> adb_ReferenceType.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_referencetype.c(45): error C2020: 'property_Type' : 'struct' member redefinition
1> adb_Reference.c
1> adb_Puk.c
1> adb_Property_type0.c
1> adb_Property.c
1> adb_PropertiesType.c
1> adb_Properties.c
1> adb_ProductVersionLocal.c
1> adb_ProductVersionCentral.c
1> adb_ProductVersion.c
1> adb_ProductVendorName.c
1> adb_ProductVendorID.c
1> adb_ProductTypeVersion.c
1> adb_ProductTypeInformation.c
1> adb_ProductType.c
1> adb_ProductName.c
1> adb_ProductMiscellaneous.c
1> adb_ProductInformationE5.c
1> Generating Code...
1> Compiling...
1> adb_ProductInformation.c
1> adb_ProductIdentification.c
1> adb_ProductCode.c
1> adb_ProcessingDetails.c
1> adb_PinTypType.c
1> adb_PinType.c
1> adb_PinTyp.c
1> adb_PinStatusEnum.c
1> adb_PinResultEnum.c
1> adb_PinResult.c
1> adb_PinResponseType.c
1> adb_Pin.c
1> adb_PGPDataTypeSequence_type1.c
1> adb_PGPDataTypeSequence_type0.c
1> adb_PGPDataType.c
1> adb_PGPData.c
1> adb_Parameter_type0.c
1> adb_OptionalOutputs.c
1> adb_OptionalInputs.c
1> adb_OperatingState_type0.c
1> Generating Code...
1> Compiling...
1> adb_OperatingStateSequenceE2.c
1> adb_OperatingStateSequence.c
1> adb_OperatingState.c
1> adb_OldPin.c
1> adb_ObjectTypeSequence.c
1> adb_ObjectType.c
1> adb_Object.c
1> adb_NewPin.c
1> adb_NameIdentifierType.c
1> adb_NameIdentifier.c
1> adb_MgmtData.c
1> adb_Message_type0.c
1> adb_ManifestType.c
1> adb_ManifestResult_type0.c
1> adb_ManifestResult.c
1> adb_Manifest.c
1> adb_MandantIdType.c
1> adb_MandantId.c
1> adb_mac.c
1> adb_Language.c
1> Generating Code...
1> Compiling...
1> adb_Kvnr_type1.c
1> adb_Kvnr_type0.c
1> adb_KvnrType.c
1> adb_Kvnr.c
1> adb_Key_type1.c
1> adb_Key_type0.c
1> adb_KeyValueType.c
1> adb_KeyValue.c
1> adb_KeySelector.c
1> adb_KeyName.c
1> adb_KeyInfoTypeChoice.c
1> adb_KeyInfoType.c
1> adb_KeyInfo.c
1> adb_ipv6.c
1> adb_ipv4.c
1> adb_IPAddress_type0.c
1> adb_InternationalStringType.c
1> adb_IntendedAudience.c
1> adb_InputDocuments_type0.c
1> adb_InputDocumentsChoice_type1.c
1> Generating Code...
1> Compiling...
1> adb_InputDocumentsChoice_type0.c
1> adb_InputDocuments.c
1> adb_InlineXMLType.c
1> adb_IncludeObject.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(687): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(687): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(690): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(690): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(692): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(692): warning C4022: 'axutil_hash_set' : pointer mismatch for actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(698): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(698): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(698): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(703): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(705): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(705): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(705): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(705): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_namespace_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(706): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(706): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(706): warning C4047: 'function' : 'axiom_namespace_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(706): warning C4024: 'axiom_attribute_create' : different types for formal and actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(706): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_attribute_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(708): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(708): warning C4047: 'function' : 'axiom_attribute_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_includeobject.c(708): warning C4024: 'axiom_element_add_attribute' : different types for formal and actual parameter 3
1> adb_Iccsn_type1.c
1> adb_Iccsn_type0.c
1> adb_IccsnType.c
1> adb_Iccsn.c
1> adb_HWVersion.c
1> adb_HpcHandle.c
1> adb_HMACOutputLengthType.c
1> adb_GetSubscriptionResponse.c
1> adb_GetSubscription.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(633): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(633): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(636): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(636): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(638): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(638): warning C4022: 'axutil_hash_set' : pointer mismatch for actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(644): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(644): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(644): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(649): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(651): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(651): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(651): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(651): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_namespace_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(652): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(652): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(652): warning C4047: 'function' : 'axiom_namespace_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(652): warning C4024: 'axiom_attribute_create' : different types for formal and actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(652): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_attribute_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(654): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(654): warning C4047: 'function' : 'axiom_attribute_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getsubscription.c(654): warning C4024: 'axiom_element_add_attribute' : different types for formal and actual parameter 3
1> adb_GetResourceInformationResponse.c
1> adb_GetResourceInformation.c
1> adb_GetPinStatusResponse.c
1> adb_GetPinStatus.c
1> adb_GetCardTerminalsResponse.c
1> adb_GetCardTerminals.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(534): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(534): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(537): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(537): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(539): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(539): warning C4022: 'axutil_hash_set' : pointer mismatch for actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(545): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(545): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(545): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(550): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(552): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(552): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(552): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(552): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_namespace_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(553): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(553): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(553): warning C4047: 'function' : 'axiom_namespace_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(553): warning C4024: 'axiom_attribute_create' : different types for formal and actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(553): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_attribute_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(555): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(555): warning C4047: 'function' : 'axiom_attribute_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcardterminals.c(555): warning C4024: 'axiom_element_add_attribute' : different types for formal and actual parameter 3
1> adb_GetCardsResponse.c
1> Generating Code...
1> Compiling...
1> adb_GetCards.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(831): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(831): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(834): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(834): warning C4047: '=' : 'int' differs in levels of indirection from 'axis2_char_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(836): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(836): warning C4022: 'axutil_hash_set' : pointer mismatch for actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(842): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(842): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(842): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(847): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(849): error C2065: 'xsi_prefix' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(849): warning C4047: 'function' : 'const axis2_char_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(849): warning C4024: 'axiom_namespace_create' : different types for formal and actual parameter 3
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(849): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_namespace_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(850): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(850): error C2065: 'xsi_ns' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(850): warning C4047: 'function' : 'axiom_namespace_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(850): warning C4024: 'axiom_attribute_create' : different types for formal and actual parameter 4
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(850): warning C4047: '=' : 'int' differs in levels of indirection from 'axiom_attribute_t *'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(852): error C2065: 'xsi_type_attri' : undeclared identifier
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(852): warning C4047: 'function' : 'axiom_attribute_t *' differs in levels of indirection from 'int'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_getcards.c(852): warning C4024: 'axiom_element_add_attribute' : different types for formal and actual parameter 3
1> adb_FWVersion.c
1> adb_FilterType.c
1> adb_FileName_type1.c
1> adb_FileName_type0.c
1> adb_EvidenceTypeChoice.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2371: 'axiom_node_t' : redefinition; different basic types
1> c:\axis\axis2c-bin-1.6.0-win32\include\axiom_node.h(47) : see declaration of 'axiom_node_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(408): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetype.h(152): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetype.h(169): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetype.h(169): error C2081: 'adb_EvidenceTypeChoice_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetype.h(169): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetype.h(169): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetype.h(183): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetype.h(183): error C2081: 'adb_EvidenceTypeChoice_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetype.h(183): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetype.h(183): error C2059: syntax error : ')'
1> adb_EvidenceType.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2371: 'axiom_node_t' : redefinition; different basic types
1> c:\axis\axis2c-bin-1.6.0-win32\include\axiom_node.h(47) : see declaration of 'axiom_node_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(408): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(171): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(187): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(187): error C2081: 'adb_EvidenceType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(187): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(187): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(599): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(599): error C2081: 'adb_EvidenceType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(599): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(600): error C2371: 'axutil_uri_t' : redefinition; different basic types
1> c:\axis\axis2c-bin-1.6.0-win32\include\axutil_uri.h(115) : see declaration of 'axutil_uri_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(600): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(601): error C2371: 'adb_DecisionType_t' : redefinition; different basic types
1> c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_decisiontype.h(36) : see declaration of 'adb_DecisionType_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(601): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(601): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(660): error C2143: syntax error : missing '{' before '*'
1> adb_Evidence.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2371: 'axiom_node_t' : redefinition; different basic types
1> c:\axis\axis2c-bin-1.6.0-win32\include\axiom_node.h(47) : see declaration of 'axiom_node_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(408): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(171): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(187): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(187): error C2081: 'adb_EvidenceType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(187): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(187): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(599): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(599): error C2081: 'adb_EvidenceType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(599): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(600): error C2371: 'axutil_uri_t' : redefinition; different basic types
1> c:\axis\axis2c-bin-1.6.0-win32\include\axutil_uri.h(115) : see declaration of 'axutil_uri_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(600): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(601): error C2371: 'adb_DecisionType_t' : redefinition; different basic types
1> c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_decisiontype.h(36) : see declaration of 'adb_DecisionType_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(601): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(601): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_authorizationdecisionstatementtype.h(660): error C2143: syntax error : missing '{' before '*'
1> adb_EventType.c
1> adb_EventTo_type1.c
1> adb_EventTo_type0.c
1> adb_EventTo.c
1> adb_EventSeverityType.c
1> adb_Event.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_event.c(28): error C2020: 'property_Type' : 'struct' member redefinition
1> adb_Error_type0.c
1> adb_ErrorState_type0.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_errorstate_type0.c(33): error C2020: 'property_Type' : 'struct' member redefinition
1> adb_ErrorState.c
1> adb_ErrorCondition_type1.c
1> adb_ErrorCondition_type0.c
1> adb_Error.c
1> Generating Code...
1> Compiling...
1> adb_EhcHandle.c
1> adb_DSAKeyValueTypeSequence_type1.c
1> adb_DSAKeyValueTypeSequence_type0.c
1> adb_DSAKeyValueType.c
1> adb_DSAKeyValue.c
1> adb_DoNotCacheConditionType.c
1> adb_DoNotCacheCondition.c
1> adb_DocumentWithSignature.c
1> adb_DocumentTypeE1.c
1> adb_DocumentType.c
1> adb_DocumentHash_type0.c
1> adb_DocumentHash.c
1> adb_DocumentE4.c
1> adb_DocumentBaseType.c
1> adb_Document.c
1> adb_DigestValueType.c
1> adb_DigestValue.c
1> adb_DigestMethodType.c
1> adb_DigestMethod.c
1> adb_Detail_type0.c
1> Generating Code...
1> Compiling...
1> adb_DetailType.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_detailtype.c(37): error C2020: 'property_Type' : 'struct' member redefinition
1> adb_DecisionType.c
1> adb_CtIdType.c
1> adb_CtId.c
1> adb_CryptoBinary.c
1> adb_ContextType.c
1> adb_Context.c
1> adb_Connector_type0.c
1> adb_Connector.c
1> adb_ConnectionStatus_type3.c
1> adb_ConnectionStatus_type2.c
1> adb_ConnectionStatus_type1.c
1> adb_ConnectionStatus_type0.c
1> adb_ConfirmationMethod.c
1> adb_ConditionsTypeChoice.c
1> adb_ConditionsType.c
1> adb_Conditions.c
1> adb_ConditionAbstractType.c
1> adb_Condition.c
1> adb_ClientSystemIdType.c
1> Generating Code...
1> Compiling...
1> adb_ClientSystemId.c
1> adb_ClaimedIdentity.c
1> adb_ChangePinResponse.c
1> adb_ChangePin.c
1> adb_CertificateExpirationDate.c
1> adb_CardVersion_type0.c
1> adb_CardTypeType.c
1> adb_CardType.c
1> adb_CardTerminals_type0.c
1> adb_CardTerminals.c
1> adb_CardTerminalInfoType.c
1> adb_CardTerminal.c
1> adb_Cards_type0.c
1> adb_Cards.c
1> adb_CardInfoType.c
1> adb_CardHolderName.c
1> adb_CardHandleType.c
1> adb_CardHandle.c
1> adb_Card.c
1> adb_CanonicalizationMethodType.c
1> Generating Code...
1> Compiling...
1> adb_CanonicalizationMethod.c
1> adb_Base64Signature_type0.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_base64signature_type0.c(29): error C2020: 'property_Type' : 'struct' member redefinition
1> adb_Base64Signature.c
1> adb_Base64Data_type0.c
1> adb_Base64Data.c
1> adb_AuthorizeSmcResponse.c
1> adb_AuthorizeSmc.c
1> adb_AuthorizationDecisionStatementType.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2371: 'axiom_node_t' : redefinition; different basic types
1> c:\axis\axis2c-bin-1.6.0-win32\include\axiom_node.h(47) : see declaration of 'axiom_node_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(408): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(210): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(226): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(226): error C2081: 'adb_AuthorizationDecisionStatementType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(226): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(226): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(478): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(478): error C2081: 'adb_AuthorizationDecisionStatementType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(478): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(479): error C2371: 'adb_AttributeStatementType_t' : redefinition; different basic types
1> c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_attributestatementtype.h(40) : see declaration of 'adb_AttributeStatementType_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(479): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(479): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(552): error C2143: syntax error : missing '{' before '*'
1> adb_AuthorizationDecisionStatement.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2371: 'axiom_node_t' : redefinition; different basic types
1> c:\axis\axis2c-bin-1.6.0-win32\include\axiom_node.h(47) : see declaration of 'axiom_node_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(408): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(210): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(226): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(226): error C2081: 'adb_AuthorizationDecisionStatementType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(226): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(226): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(478): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(478): error C2081: 'adb_AuthorizationDecisionStatementType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(478): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(479): error C2371: 'adb_AttributeStatementType_t' : redefinition; different basic types
1> c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_attributestatementtype.h(40) : see declaration of 'adb_AttributeStatementType_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(479): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(479): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontypechoice_type0.h(552): error C2143: syntax error : missing '{' before '*'
1> adb_AuthorityBindingType.c
1> adb_AuthorityBinding.c
1> adb_AuthenticationStatementType.c
1> adb_AuthenticationStatement.c
1> adb_AudienceRestrictionConditionType.c
1> adb_AudienceRestrictionCondition.c
1> adb_Audience.c
1> adb_AttributeValue.c
1> adb_AttributeType.c
1> adb_AttributeStatementType.c
1> adb_AttributeStatement.c
1> Generating Code...
1> Compiling...
1> adb_AttributeDesignatorType.c
1> adb_AttributeDesignator.c
1> adb_Attribute.c
1> adb_AttachmentType.c
1> adb_AttachmentReferenceType.c
1> adb_AttachmentReference.c
1> adb_AssertionTypeChoice_type0.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2371: 'axiom_node_t' : redefinition; different basic types
1> c:\axis\axis2c-bin-1.6.0-win32\include\axiom_node.h(47) : see declaration of 'axiom_node_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(408): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(464): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(481): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(481): error C2081: 'adb_AssertionTypeChoice_type0_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(481): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(481): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(495): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(495): error C2081: 'adb_AssertionTypeChoice_type0_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(495): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(495): error C2059: syntax error : ')'
1> adb_AssertionType.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2371: 'axiom_node_t' : redefinition; different basic types
1> c:\axis\axis2c-bin-1.6.0-win32\include\axiom_node.h(47) : see declaration of 'axiom_node_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(408): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(354): error C2143: syntax error : missing '{' before '*'
1> adb_AssertionIDReference.c
1> adb_Assertion.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(362): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2371: 'axiom_node_t' : redefinition; different basic types
1> c:\axis\axis2c-bin-1.6.0-win32\include\axiom_node.h(47) : see declaration of 'axiom_node_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(363): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetypechoice.h(408): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(354): error C2143: syntax error : missing '{' before '*'
1> adb_AppName_type1.c
1> adb_AppName_type0.c
1> adb_AnyType.c
1> adb_AdviceTypeChoice.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetype.h(152): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetype.h(169): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetype.h(169): error C2081: 'adb_AdviceTypeChoice_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetype.h(169): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetype.h(169): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetype.h(183): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetype.h(183): error C2081: 'adb_AdviceTypeChoice_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetype.h(183): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_advicetype.h(183): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(354): error C2143: syntax error : missing '{' before '*'
1> adb_AdviceType.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(354): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(134): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(150): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(150): error C2081: 'adb_AdviceType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(150): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(150): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(812): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(812): error C2081: 'adb_AdviceType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(812): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(813): error C2371: 'axutil_array_list_t' : redefinition; different basic types
1> c:\axis\axis2c-bin-1.6.0-win32\include\axutil_array_list.h(47) : see declaration of 'axutil_array_list_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(813): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(814): error C2371: 'adb_SignatureType_t' : redefinition; different basic types
1> c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signaturetype.h(44) : see declaration of 'adb_SignatureType_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(814): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(815): error C2059: syntax error : 'type'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(819): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(864): error C2143: syntax error : missing '{' before '*'
1> adb_Advice.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(126): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(142): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2081: 'adb_AssertionType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(309): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_evidencetypechoice.h(354): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(134): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(150): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(150): error C2081: 'adb_AdviceType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(150): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(150): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(812): error C2143: syntax error : missing ')' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(812): error C2081: 'adb_AdviceType_t' : name in formal parameter list illegal
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(812): error C2143: syntax error : missing '{' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(813): error C2371: 'axutil_array_list_t' : redefinition; different basic types
1> c:\axis\axis2c-bin-1.6.0-win32\include\axutil_array_list.h(47) : see declaration of 'axutil_array_list_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(813): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(814): error C2371: 'adb_SignatureType_t' : redefinition; different basic types
1> c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_signaturetype.h(44) : see declaration of 'adb_SignatureType_t'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(814): error C2143: syntax error : missing ';' before '*'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(815): error C2059: syntax error : 'type'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(819): error C2059: syntax error : ')'
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_assertiontype.h(864): error C2143: syntax error : missing '{' before '*'
1> adb_AddTimestamp.c
1> adb_AdditionalTimeInfoType.c
1>c:\daten\_projects\gematik\entwicklung\source_code\trunk\crypto_module\eventservice\adb_additionaltimeinfotype.c(29): error C2020: 'property_Type' : 'struct' member redefinition
1> adb_AdditionalTimeInfo.c
1> adb_AdditionalProfile.c
1> Generating Code...
1> Compiling...
1> adb_AdditionalKeyInfo.c
1> adb_ActionType.c
1> adb_Action.c
1> Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Loading...