Results 1 to 3 of 3

Thread: [RESOLVED] Help with web services

  1. #1

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Resolved [RESOLVED] Help with web services

    hi guyz! help please. under my Web Reference i have list_service which is connected to a web services offer by a site but how will i know if that web services is available? hope i make my question clear. Thanks in advance!

  2. #2
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    Re: Help with web services

    just try HttpWebRequest myReq =
    (HttpWebRequest)WebRequest.Create("http://www.sitename.com/");

  3. #3

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Re: Help with web services

    Thanks a lot Popskie!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width