if you call the <file>.asmx page from your mobile device (using a
LinkButton) you'll get simple XML back and this will not be renderable on
most mobile devices.
However, you can use a proxy wrapper class, then embed the call in the event
handler of a LinkButton, then handle the returned values as usual.
Works fine.
MCA
-----Original Message-----
From: Uma M [mailto:maheswarim@c...]
Sent: Saturday, March 24, 2001 4:54 AM
To: ASP+
Subject: [aspx] Mobile Web Form
hi
Can we call a Web Service from a Mobile Web Form?
Any ideas???
Thanks,
Uma