Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can i consume a webservice from a windows applicatio
Message
De
24/10/2011 17:38:46
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Versions des environnements
Environment:
VB 9.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01527231
Message ID:
01527238
Vues:
47
Looks like you just need a tutorial or walk-through. Try this one: http://www.codeproject.com/KB/webservices/WebserviceWinFormsWebForm.aspx


>it does not works
>it does not appears ListarPeliculas
>but it works Imports
>the listarpeliculas when i examine the code appears this way
>
>Imports Demowindows.ServiciosCatalogo.ListarPeliculasCompletedEventArgs
>
>
>Here is the code of the form
>
>Imports lmcatalogo = Demowindows.ServiciosCatalogo
>
>Public Class frmActoresPorPelicula
>
>    Private Sub frmActoresPorPelicula_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
>        Try
>            'Me.ListarPeliculas(Me.grvPeliculas)
>            'Me.lm()
>            'Dim sd As New lmcatalogo.ListarPeliculasCompletedEventArgs(Me.grvPeliculas)
>
>
>        Catch ex As Exception
>            MsgBox(ex.Message, MsgBoxStyle.Critical, "Error")
>        End Try
>    End Sub
>End Class
>
>Help me please
Very fitting: http://xkcd.com/386/
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform