Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can i consume a webservice from a windows applicatio
Message
 
 
À
24/10/2011 16:45:22
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:
01527237
Vues:
42
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform