my Webservice dont work, what can be the problem ?
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
hi i have install IIS on Windows-XP and my WebService. i see my WebService and i see my method - but if i try to run any of my method i see blank page. what can be the problem ? thank in advance
Ok, so you will need to provide us with more information other then 'It aint working'. Here are some steps that might give you a clue as to what is wrong: - Look through the IIS access files, to see if the request to the service are giving status code 200 or 204 (if not the service is throwing an error, code 503) - Look through the webservice logs, if any, to see if it tells you what is wrong - Make sure you are calling the webservice right, keep in mind SOAP services require POST data in XML format.