3
I wonder if it is possible to work with web services using the application made in windows Forms. Is it possible ? If so, would you have any reference that might help me solve this ?
3
I wonder if it is possible to work with web services using the application made in windows Forms. Is it possible ? If so, would you have any reference that might help me solve this ?
2
Consuming Webservices
in Applications WindowsForms
To consume a webservices (considering that they are provided by the .net framework) you must follow the following steps:
Referências
(References) and then on Adicionar Referência de Serviço
(Add Service Reference or Web Reference).MeuProjeto.Integracoes.Parcerias
.If there are any questions please do not hesitate to point out that I will update the question with the information.
Browser other questions tagged c# web-service
You are not signed in. Login or sign up in order to post.
Do you want to consume a webservice using Windows Forms? If so, of course it is possible! What kind of webservice do you intend to consume?
– Jéf Bueno
Let’s go continue this discussion in chat.
– Yuri Ancelmo
In the project, select "Add Web Reference" and put your url. Visual Studio creates the structures for you to consume the service.
– Andre Mesquita