Re: Web Reference
From: Cyriel van 't End (nospam_at_anywhere.net)
Date: 10/07/04
- Next message: Marcos B: "Re: stsadm.exe -globalinstall problem"
- Previous message: Cyriel van 't End: "Re: Problem with security permissions in sharepoint portal server 2003"
- In reply to: Eric.I.Feurich: "Web Reference"
- Next in thread: Eric.I.Feurich: "Re: Web Reference"
- Reply: Eric.I.Feurich: "Re: Web Reference"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 07 Oct 2004 23:26:19 +0200
Eric.I.Feurich wrote:
> Hi there,
>
> We have setup Sharepoint as a 'server farm serving multiple host names'.
> This means that I have several sharepoint site under one IPadres like
> demo.sharepoint.nl, Development.sharepoint.nl
>
> To get information from a site from a remote client from within a
> application *.exe file or *.dll I have to add a web reference to the
> project. Now for the web reference to be referenced, i have to set the URL
> path to the _VTI_bin folder on the server of the site I want to reference in
> my project.
> But then the reference only works for that site
> .
> The question now is how can I select programmatically from wihch site I have
> to get the web reference.
>
> My program should first list the available sites and then after selecting a
> site it should list the available document libraries.
> Hope someone can help me.
>
> Best regards,
>
> Eric.I.Feurich
>
>
Why not create a c# or vb.net stub from the web service you require
using the wsdl tool, modify this stub a bit so you can decide what to
use for the url part dynamically and add this code to your project
instead of using a web reference?
Regards,
Cyriel
- Next message: Marcos B: "Re: stsadm.exe -globalinstall problem"
- Previous message: Cyriel van 't End: "Re: Problem with security permissions in sharepoint portal server 2003"
- In reply to: Eric.I.Feurich: "Web Reference"
- Next in thread: Eric.I.Feurich: "Re: Web Reference"
- Reply: Eric.I.Feurich: "Re: Web Reference"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|