Results 1 to 5 of 5

Thread: [RESOLVED] Check Sharepoint 2003 web services

  1. #1

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

    Resolved [RESOLVED] Check Sharepoint 2003 web services

    hi guys! i need help. How can i check if the sharepoint web service is available? for example this link http://sharepoint/_vti_bin/lists.asmxis for the List service offered by sharepoint. How can i check if that List Service is available? Thanks in advance!

  2. #2
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

    Re: Check Sharepoint 2003 web services

    Assuming you mean will it always be there... Yes, all sites/webs will have that web service.
    As for if it's working - if there's something wrong, exception(s) will be raised when you try call one of the methods.

    Why do you need to check if it exists/is available?

  3. #3

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

    Re: Check Sharepoint 2003 web services

    actually, i just need to check if the url provided is correct or is really a web service. Is there anyway for me to check if the URL is really a web service and is not just a site?
    Last edited by daimous; Mar 10th, 2007 at 09:06 PM.

  4. #4
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

    Re: Check Sharepoint 2003 web services

    For the purposes of SharePoint, and considering that all sites will have the lists web service, I'd suggest accepting a site URL and appending the web service (partial) URL yourself - guaranteed to exist.

  5. #5

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

    Re: Check Sharepoint 2003 web services

    Ok Thanks a bunch!

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