WCF et WebService: Avoir accès aux fonctions dans IE
Bonjour tout le monde
J'expose un service WCF via un web service.
J'aimerais pouvoir appeler mes fonctions via IE comme on peut le faire avec un .asmx.
Mais la seule chose que j'obtiens est:
Code:
1 2 3
| To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:
svcutil.exe <a href="http://localhost:4052/Service.svc?wsdl" target="_blank">http://localhost:4052/Service.svc?wsdl</a> |
C'est possible ou pas?
Merci