Bonjour,
Lorsque j'importe le fichier wsdl de BetDaq (API 2.0) (https://api.betdaq.com/v2.0/api.wsdl) et que j'essaie ensuite de compiler,
j'ai des erreurs. Il ne reconnait pas toute une liste de type alors qu'ils sont bien définis dans le fichier xml. J'ai essayé avec differents paramètres d'import mais rien n'y fait. J'utilise Delphi7 Ent.
D'ou le problème pourrait venir?!
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 type // ************************************************************************ // // The following types, referred to in the WSDL document are not being represented // in this file. They are either aliases[@] of other types represented or were referred // to but never[!] declared in the document. The types from the latter category // typically map to predefined/known XML or Borland types; however, they could also // indicate incorrect WSDL documents that failed to declare or import a schema type. // ************************************************************************ // // !:ListSelectionsChangedSince - "" // !:ListSelectionsChangedSinceResponse - "" // !:ExternalApiHeader - "" // !:GetCurrentSelectionSequenceNumber - "" // !:GetCurrentSelectionSequenceNumberResponse - "" // !:ListTopLevelEvents - "" // !:ListTopLevelEventsResponse - "" // !:GetEventSubTreeWithSelections - "" // !:GetEventSubTreeWithSelectionsResponse - "" ...
Partager