Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Mobile Web Form


Message #1 by "Uma M" <maheswarim@c...> on Sat, 24 Mar 2001 15:24:10 +0530

hi



Can we call a Web Service from a Mobile Web Form?

Any ideas???



Thanks,



Uma



Message #2 by "Mike Amundsen" <mike@a...> on Sat, 24 Mar 2001 07:14:50 -0500
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




  Return to Index