Search found 2 matches
- Fri Jan 05, 2007 10:19 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Web Service test
- Replies: 4
- Views: 15960
This is similar to what we have done in the past. In this case, i do not have a web page i can call from host monitor that makes the web service soap call. We do not have .NET installed as this is a java app's web service we are trying to test. I have to find another method to call the service and t...
- Fri Jan 05, 2007 9:14 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Web Service test
- Replies: 4
- Views: 15960
Web Service test
I need to create a web service test that calls the service and checks for certain text in the response (Success or Fail). In the past i would create a .NET project that would make the web service call and display the response in the content, then i would call that web page and search the text for th...