[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Calling a Web services client from a cellular!

Soeren Gruby

10/5/2002 6:00:00 PM

I've written an XML web service in Visual Basic.NET which
takes in two parameters,

and returns the result of a DB query based on those two
parameters. The web service

returns a dataset which the client writes into an XML
document.

The questions are:

1. How do I call the client method, and pass the user
input as parameters from a mobile forms page?

2. I assume that I still need to transform the resulting
XML to WML in order to have it

displayed in the cellular, so how do I return this WML to
the user?

Hope you can help

/Soeren