Calling Unkown WebService

  • Thread starter Thread starter James Doughty
  • Start date Start date
J

James Doughty

I am writting a window service that call a webserice at a specified time.
Basically I'm try to create a task sceduler for several webservices. I
don't want to add the webservice to the project of course, I prefer to
store the webservice url and webmethod to invoke in a XML file.
None of the methods right now will take parameters but this something I
would eventually like to add in. Any help would be appreciated.

Thanks,
James
 
James,

A webservice gives you information.

That can be in any format, I think therefore that when I understand what you
try to make is impossible.

The "web reference" in your solution explorer in a webservice project give
you the format what can be delivered (serviced) too you.

I hope this gives some idea.

Cor
 
Back
Top