Bonjour,

J'ai crée un web service, puis j'ai crée un projet winforms en ajoutant dans référence le webservice en mettant l'url : http://localhost/test/service.asmx?wsdl, lors de la création de l'objet,

j'ai vu que l'objet sera crée comme : com.whereisthatip.xml.BridlingtonOnLineService ip = new com.whereisthatip.xml.BridlingtonOnLineService();

donc j'ai essayé :
localhost.BridlingtonOnLineService ip = new localhost.BridlingtonOnLineService();

mais il reconnait pas la méthode : BridlingtonOnLineService
Merci beaucoup.