bonjour,

voici mon problème :
j'essaie de créer un service web dans eclipse (3.2.2) :

1- je crée d'abord un projet (Dynamic Web Project)
2- j'ajoute à ce projet un fichier wsdl monWSDL, et ensuite je crée plusieurs opérations dans ce wsdl (operation0, operation1,operation2).
3- quand j'essaie d'ajouter mon web service, eclipse me renvoie toujours l'erreur:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
 
IWAB0399E Error in generating Java from WSDL:  java.io.IOException: Emitter failure. The operation (NewOperation1) from portType (monWSDL) in the WSDL document has no corresponding binding operation.
Hint: make sure that the binding has the same number of operations as its portType.
 
    java.io.IOException: Emitter failure. The operation (NewOperation1) from portType (monWSDL) in the WSDL document has no corresponding binding operation.
    Hint: make sure that the binding has the same number of operations as its portType.
    at org.apache.axis.wsdl.symbolTable.SymbolTable.populateParameters(SymbolTable.java:1673)
    at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:546)
    at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:518)
    at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:495)
    at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)
    at java.lang.Thread.run(Unknown Source)
donc le nombre de "binding" doit être égal au nombre d'opérations.

comment et ou peut-on modifier ces pinding ? quelqu'un à une idée