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:38:46
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
 
To
24/10/2011 17:28:58
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:
01527238
Views:
45
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/
Previous
Reply
Map
View

Click here to load this message in the networking platform