I was wondering what the simplest way to test if a web service is running from another application given the URL of the service.
Thanks,
Joshua
I was wondering what the simplest way to test if a web service is running from another application given the URL of the service.
Thanks,
Joshua
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ryan AlfordPosted Jul 30, 2008, 5:26 PM
then create an instance of the web service. then you can call the web methods of web service.
Joshua FoulkPosted Jul 30, 2008, 2:02 PM
Ryan AlfordPosted Jul 30, 2008, 1:56 PM
you will get a page displaying the web methods for the web service. If you get a page, then the webservice is running. if you don't get a page, then you have a problem somewhere.