Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Connection fro Web Service

Status
Not open for further replies.

johnpienaar

Technical User
Jun 23, 2004
18
0
0
ZA
Hi
I've been trying to figure out how to dynamically set my server connection for the webservice. I have been able to set this connection on the webpage (it is set in a text file which the page goes through and extracts the server name).

I am unable to get the same right with the webservice though- I cannot find a "Page_Load" equivalent that the webservice runs through when it loads.

Any direction would be appreciated.

Thanks,
John
 
>>I cannot find a "Page_Load" equivalent that the webservice runs through when it loads.


if i am correct the method that you call using webservices gets invoked directly.

maybe the contructor of the class might be helpfull???

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top