Windows Mobile 7 Application using ASP.Net WebService


This is a video tutorial which shows a simple example on how to use an asp.net web service using a Windows Mobile 7 application.

HD Quality:Windows Mobile 7 – Web Service

, , , , ,

  1. #1 by haitham on May 25, 2010 - 9:53 am

    when i made the same steps it worked perfectly, but after updating the visual studio to April release it gives me that the response returned does not contains a header, is this a bug in the new release, do u have any ideas ??

    thanks

    • #2 by redigokaj on June 1, 2010 - 5:54 pm

      I don’t think this is a bug. Does it return any error code or any information which is more detailed?

  2. #3 by sidrit on June 3, 2010 - 12:14 pm

    just perfect!!! ;)

  3. #4 by sashidhar on June 14, 2010 - 12:24 pm

    Hi ,
    Thanks for your video.
    I tried the above steps but its not working for me.actually i am using php web service

    • #5 by redigokaj on June 15, 2010 - 9:53 am

      The ASP.Net web service has a specific data return from XML. You should firstly check what does your PHP web service return in order to find the error. So, you need to return from your php web service something which is accepted by the ASP.Net web service discovery. Otherwise you may write a custom parser in order to manage your data the way you want.

  4. #6 by sashidhar on June 15, 2010 - 8:00 pm

    ty for your reply.
    Actually the php webservice returns a string.
    how can i write a custom parser in order to manage your data the way you want.
    can you provide me some links..! thankYou

    • #7 by redigokaj on December 16, 2010 - 8:52 am

      I would suggest using XML. You can return xml from the php web service. After that, you can take this text and use it with the built in XML parser on .Net.

(will not be published)