Bonjour, j'ai l'erreur suivante lorsque je met le fichier wsdl de googlSearch sur Eclipse :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
 
src-resolve.4.2: Error resolving component 'soapenc:Array'. It was detected that 
 'soapenc:Array' is in namespace 'http://schemas.xmlsoap.org/soap/encoding/', but 
 components from this namespace are not referenceable from schema document 'file:///C:/
 workspace/services/appClientModule/google.wsdl'. If this is the incorrect namespace, 
 perhaps the prefix of 'soapenc:Array' needs to be changed. If this is the correct namespace, 
 then an appropriate 'import' tag should be added to 'file:///C:/workspace/services/
 appClientModule/google.wsdl'.pourtant, j'ai bien la déclaration du namespace en question
pourtant sur mon fhier google.wsdl, j'ai bien la déclaration du namespace :


Code : Sélectionner tout - Visualiser dans une fenêtre à part
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
Merci bien pour tout éclaircissement