Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i consume a webservice from a windows applicatio
Message
From
24/10/2011 17:28:58
 
 
To
24/10/2011 16:45:22
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Web Services
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01527231
Message ID:
01527237
Views:
43
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform